@includeWhen(config('yaffa.sandbox_mode'), 'template.sandbox-components.head') {{-- Optional header scripts --}} @yield('head_scripts') {{-- Base Meta Tags --}} {{-- Custom Meta Tags --}} @yield('meta_tags') {{-- Title --}} @yield('title', 'YAFFA') @hasSection('title_postfix') - @yield('title_postfix') @endif {{-- The GTM noscript code is ignored even in sandbox mode, and this should not cause any issues --}} {{-- Body Content --}} @yield('body') {{-- Footer Content --}} @yield('footer') @include('template.components.footer') @routes