11 lines
212 B
PHP
11 lines
212 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>
|
|
</body>
|
|
</html>
|
|
|