generated from thegrind/laravel-dockerized
16 lines
343 B
PHP
16 lines
343 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="dark">
|
|
|
|
<head>
|
|
@include('partials.head')
|
|
</head>
|
|
|
|
<body style="background: url('/img/background.jpg') no-repeat center center; background-size: cover;"
|
|
class="min-h-screen bg-white dark:bg-zinc-800">
|
|
|
|
{{ $slot }}
|
|
|
|
@fluxScripts
|
|
</body>
|
|
|
|
</html> |