movie-night-nuevo/resources/views/components/layouts/app.blade.php
Edward Tirado Jr. 97ad0421e3
Some checks failed
linter / quality (pull_request) Has been cancelled
tests / ci (pull_request) Has been cancelled
theme update
2025-12-31 00:11:09 -06:00

11 lines
272 B
PHP

<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
<x-head/>
<body class="bg-gradient-to-br from-blue-900 via-blue-700 to-indigo-900 min-h-screen">
<div class="container mx-auto text-white">
<x-header/>
{{ $slot }}
</div>
</body>
</html>