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

8 lines
141 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 }}
</body>
</html>