Update ide.blade.php

This commit is contained in:
Thomas G 2022-07-15 20:40:46 +10:00
parent 872bd98627
commit e1694a01c9
1 changed files with 1 additions and 8 deletions

View File

@ -26,14 +26,7 @@
@guest
<a href="{{ route('login') }}">Log In</a>
@else
<p class="nonbolded" id="navbarusername">{{ Auth::user()->name }} | <a
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>
<p class="nonbolded">{{ Auth::user()->name }}<p>
@endguest
<br>
<a style="color: blue;" href="#">My Games</a>