This commit is contained in:
Andras Bacsai
2023-05-08 21:56:44 +02:00
parent d3bf1137d7
commit ec3fe284b6
6 changed files with 68 additions and 20 deletions

View File

@@ -21,6 +21,8 @@
</head>
<body>
@livewireScripts
@auth
<x-navbar />
@endauth
@@ -28,7 +30,6 @@
{{ $slot }}
</main>
@livewireScripts
@auth
<script>
function checkIfIamDead() {
@@ -80,6 +81,7 @@
})
</script>
@endauth
</body>
</html>