@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
@include('sections.theme_style')
@livewire('shopNavigation', ['restaurant' => $restaurant])
@livewire('shopDesktopNavigation', ['restaurant' => $restaurant])
@yield('content')
{{ $slot ?? ''}}
@stack('modals')