@php $scriptNonce = $cspNonce ?? request()->attributes->get('csp_script_nonce'); @endphp @yield('title', 'Fotospiel - Event-Fotos einfach und sicher mit QR-Codes') @if($scriptNonce) @endif @vite(['resources/css/app.css', 'resources/js/app.tsx']) @php $currentLocale = app()->getLocale(); $path = request()->path(); $supportedLocales = ['de', 'en']; @endphp @foreach($supportedLocales as $locale) @endforeach @php $noscriptLocale = in_array($currentLocale ?? app()->getLocale(), ['de', 'en'], true) ? ($currentLocale ?? app()->getLocale()) : 'de'; @endphp
@yield('content')
@include('partials.footer') @stack('scripts')