@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @include('sections.theme_style')
@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')