movie-night-nuevo/resources/views/components/layouts/app.blade.php
Edward Tirado Jr. c0f2211f58
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run
fixed livewire script tags
2025-12-14 00:39:04 -06:00

12 lines
234 B
PHP

<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
<x-head/>
<body class="bg-blue-600">
<div class="container mx-auto text-white">
<x-header/>
{{ $slot }}
</div>
@livewireScriptConfig
</body>
</html>