error 500 fix

This commit is contained in:
Conkley 2022-07-15 20:07:25 +10:00
parent a7b2863bbf
commit b83abf66e1
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@
@yield('alert')
<div class="iphone-sidebar" style="color: #000000; background-color: #ffffff">
<p><img src="https://archblox.com/img/MORBLOXlogo.png" width="50%"> Studio</p>
<p>Logged in as: {{ Auth::user()->name }}</p>
@auth
<p>Logged in as: {{ Auth::user()->name }}</p>
@else
<p>Not Logged In</p>
@endauth
<br>
<a style="color: blue;" href="#">My Games</a>
<br>