{{-- Favicons --}}
@yield('title', config('app.name'))
{{-- Reciprocal hreflang: self-reference + the alternate locale + x-default --}} @isset($currentLocale)
@endisset @stack('seo') @vite(['resources/css/app.css', 'resources/js/app.js']) @auth('staff') @php($stoicToken = \App\Services\Stoic::token(auth('staff')->user()->email)) @endauth @stack('head')
@yield('content')
@stack('scripts')