mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add logout btns
This commit is contained in:
@@ -146,7 +146,13 @@
|
||||
/>
|
||||
@endif
|
||||
@auth
|
||||
<div></div>
|
||||
<form method="POST" action="{{ route('logout') }}" class="inline">
|
||||
@csrf
|
||||
<x-button secondary type="submit">
|
||||
<i class="fa-thin fa-sign-out"></i>
|
||||
{{ __('Logout') }}
|
||||
</x-button>
|
||||
</form>
|
||||
@else
|
||||
<x-button href="{{ route('auth.ln') }}">
|
||||
<i class="fa-thin fa-sign-in"></i>
|
||||
|
||||
Reference in New Issue
Block a user