first front end prototype

This commit is contained in:
Benjamin Takats
2022-11-29 23:15:28 +01:00
parent c8732447e3
commit 28a1163df8
10 changed files with 109 additions and 52 deletions

View File

@@ -13,21 +13,7 @@
@livewireStyles
</head>
<body class="font-sans antialiased">
<x-jet-banner />
<div class="min-h-screen bg-gray-100">
<!-- Page Heading -->
@if (isset($header))
<header class="bg-white shadow">
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
{{ $header }}
</div>
</header>
@endif
<!-- Page Content -->
<main>
{{ $slot }}
</main>
</div>
{{ $slot }}
@stack('modals')
@livewireScripts
</body>