movie-night-nuevo/resources/views/components/layouts/auth.blade.php
Edward Tirado Jr. 844097ecf0
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
undid nonce changes
2025-12-14 23:02:11 -06:00

8 lines
158 B
PHP

<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
<x-head/>
<body class="bg-blue-600">
{{ $slot }}
@livewireScripts
</body>
</html>