movie-night-nuevo/resources/views/components/layouts/auth.blade.php
Edward Tirado Jr. f5664ce84b
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
fixed user registration issue
2025-12-14 13:23:46 -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>