movie-night-nuevo/resources/views/components/layouts/auth.blade.php

9 lines
217 B
PHP
Raw Normal View History

2025-12-12 23:07:04 -06:00
<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
<x-head/>
<body class="bg-blue-600">
{{ $slot }}
2025-12-14 13:44:20 -06:00
@livewireScriptConfig(['nonce' => request()->attributes->get('csp-nonce')])
2025-12-12 23:07:04 -06:00
</body>
</html>