@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
@livewire('deliveryNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
@livewire('deliveryDesktopNavigation', ['restaurant' => $restaurant, 'shopBranch' => $shopBranch])
@yield('content')
{{ $slot ?? '' }}
@livewireScripts