Added User Dashboard
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
>
|
||||
Dashboard
|
||||
</a>
|
||||
<form method="POST" action="{{ route('logout') }}" class="w-full">
|
||||
@csrf
|
||||
<flux:menu.item as="button" type="submit" icon="arrow-right-start-on-rectangle" class="w-full">
|
||||
{{ __('Log Out') }}
|
||||
</flux:menu.item>
|
||||
</form>
|
||||
@else
|
||||
<a
|
||||
href="{{ route('login') }}"
|
||||
|
||||
Reference in New Issue
Block a user