@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')