@php $lastSegment = last(request()->segments()); @endphp {{-- --}} {{-- --}} @if (File::exists(public_path('user-uploads/favicons/restaurant/apple-touch-icon.png'))) @endif @if (File::exists(public_path('user-uploads/favicons/restaurant/android-chrome-192x192.png'))) @endif @if (File::exists(public_path('user-uploads/favicons/restaurant/android-chrome-512x512.png'))) @endif @if (File::exists(public_path('user-uploads/favicons/restaurant/favicon-16x16.png'))) @endif @if (File::exists(public_path('user-uploads/favicons/restaurant/favicon-32x32.png'))) @endif @if (File::exists(public_path('user-uploads/favicons/restaurant/favicon.ico'))) @endif @if (File::exists(public_path('user-uploads/favicons/restaurant/site.webmanifest'))) @endif @if ($restaurant->meta_keyword) @endif {{ $restaurant->name }} @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @if (File::exists(public_path() . '/css/app-custom.css')) @endif
@livewire('shopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch]) @livewire('shopDesktopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
@yield('content') {{ $slot ?? '' }}
@stack('modals') @livewireScripts @include('layouts.update-uri') @if ($restaurant->paymentGateways->stripe_status) @endif @stack('scripts')