{{-- Favicons --}} @yield('title', config('app.name')) {{-- Reciprocal hreflang: self-reference + every alternate locale + x-default --}} @isset($currentLocale) @foreach ($altLocales ?? [] as $altLocale) @endforeach @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')