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 @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>