movie-night-nuevo/resources/views/components/layouts/auth.blade.php
Edward Tirado Jr. 0c42bef077
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
initial commit
2025-12-12 23:07:04 -06:00

7 lines
141 B
PHP

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