generated from thegrind/laravel-dockerized
8 lines
340 B
PHP
8 lines
340 B
PHP
<x-layouts.base>
|
|
<div class="flex flex-col items-center justify-center max-w-xl mx-auto h-screen">
|
|
<flux:heading size="xl" class="mb-8">You've been logged out of this app</flux:heading>
|
|
@auth
|
|
<flux:button href="{{route('dashboard')}}">Back to dashboard</flux:button>
|
|
@endauth
|
|
</div>
|
|
</x-layouts.base>
|