<!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>