error 500 fix
This commit is contained in:
parent
a7b2863bbf
commit
b83abf66e1
|
|
@ -23,7 +23,11 @@
|
||||||
@yield('alert')
|
@yield('alert')
|
||||||
<div class="iphone-sidebar" style="color: #000000; background-color: #ffffff">
|
<div class="iphone-sidebar" style="color: #000000; background-color: #ffffff">
|
||||||
<p><img src="https://archblox.com/img/MORBLOXlogo.png" width="50%"> Studio</p>
|
<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>
|
<br>
|
||||||
<a style="color: blue;" href="#">My Games</a>
|
<a style="color: blue;" href="#">My Games</a>
|
||||||
<br>
|
<br>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue