Update ide.blade.php
This commit is contained in:
parent
872bd98627
commit
e1694a01c9
|
|
@ -26,14 +26,7 @@
|
||||||
@guest
|
@guest
|
||||||
<a href="{{ route('login') }}">Log In</a>
|
<a href="{{ route('login') }}">Log In</a>
|
||||||
@else
|
@else
|
||||||
<p class="nonbolded" id="navbarusername">{{ Auth::user()->name }} | <a
|
<p class="nonbolded">{{ Auth::user()->name }}<p>
|
||||||
href="{{ route('logout') }}"
|
|
||||||
onclick="event.preventDefault();
|
|
||||||
document.getElementById('logout-form').submit();">Log
|
|
||||||
out...</a></p>
|
|
||||||
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display:none">
|
|
||||||
@csrf
|
|
||||||
</form>
|
|
||||||
@endguest
|
@endguest
|
||||||
<br>
|
<br>
|
||||||
<a style="color: blue;" href="#">My Games</a>
|
<a style="color: blue;" href="#">My Games</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue