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