adrema/resources/views/components/layouts/full.blade.php

9 lines
215 B
PHP

<!DOCTYPE html>
<html class="h-full" lang="de">
<x-head></x-head>
<body class="min-h-full flex justify-center items-center bg-gray-900">
{{ $slot }}
@livewireScriptConfig
</body>
</html>