@vite(['resources/css/app.css', 'resources/js/app.js'])
@yield('head')
{{-- ── Global Toast Notifications ── --}}
{{-- ── Header ── --}}
@include('partials.header')
{{-- ── Page Content ── --}}
@yield('content')
{{-- ── Footer (desktop only) ── --}}
@include('partials.footer')
{{-- ── Mobile Bottom Navigation ── --}}
@include('partials.bottom-nav')
{{-- ── Cart Drawer ── --}}
@include('partials.cart-drawer')
@yield('scripts')