@if($isMobile && view()->exists('kesimpulan.mobile.history')) @include('kesimpulan.mobile.history') @elseif($isDesktop && view()->exists('kesimpulan.desktop.history')) @include('kesimpulan.desktop.history') @else {{-- fallback --}} @include('kesimpulan.desktop.history') @endif