{{-- hreflang pair — every controller should pass $altUrl (the same page in the other language) so this is never left dangling. --}} @isset($altUrl) @endisset @stack('schema') @include('partials.header') @isset($breadcrumbs) @endisset
@yield('content')
@include('partials.footer') @stack('scripts')