summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2025-02-04 22:10:00 -0600
committergrothedev <grothedev@gmail.com>2025-02-04 22:10:00 -0600
commit0260a0a57f9b77820dd9a1fa0497b333ffdc73ae (patch)
treeafeeb1d4b99ab584757013ccabe595c07ab9b7af
parent5a2ee300e3056e3b8f8422c070de08c3f308a697 (diff)
header user thing
-rwxr-xr-xresources/views/template.blade.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/views/template.blade.php b/resources/views/template.blade.php
index caabb53..2879c9e 100755
--- a/resources/views/template.blade.php
+++ b/resources/views/template.blade.php
@@ -22,9 +22,7 @@
<title>Belthelziquor</title>
</head>
<header>
- @if (Auth::guest())
- <h5>yo</h5>
- @else
+ @if (Auth::user() != null)
<h5>{{ Auth::user() }}</h5>
@endif
</header>