correct auth in blade

This commit is contained in:
Benjamin Takats
2022-11-30 17:11:41 +01:00
parent b875f72d1a
commit d315ba31cd
3 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,9 @@
<body class="font-sans antialiased bg-21gray dark">
<x-jet-banner />
<div class="min-h-screen">
@livewire('navigation-menu')
@auth
@livewire('navigation-menu')
@endauth
<!-- Page Heading -->
@if (isset($header))
<header class="bg-white shadow">