authentikate/resources/views/logged-out.blade.php
Javier Feliz 392d14e0e1
All checks were successful
linter / quality (push) Successful in 6m47s
tests / ci (push) Successful in 11m57s
WIP
2025-07-27 23:15:54 -04:00

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>