@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
@yield('content')
@include('partials.footer') @stack('scripts')