@stack('styles')
{{-- NAV --}}
VERVE
@if(!request()->routeIs('product'))
{{ __('shop.drop') }}
{{ __('shop.about_us') }}
{{ __('shop.customer_photos') }}
@else
@endif
0
🌐
{{ session('locale', 'pl') === 'pl' ? 'PL' : 'EN' }}
@csrf
🇵🇱
Polski
@if(session('locale', 'pl') === 'pl')
✓
@endif
@csrf
🇬🇧
English
@if(session('locale', 'pl') === 'en')
✓
@endif
{{-- CART --}}
{{-- MAIN --}}
@yield('content')
{{-- FOOTER --}} @stack('scripts')