complete story 1.3 with qa test & added future recommendations to the dev

This commit is contained in:
Naser Mansour
2025-12-26 14:04:24 +02:00
parent 84d9c2f66a
commit ebb6841ed0
29 changed files with 760 additions and 101 deletions
@@ -5,6 +5,19 @@
<!-- Session Status -->
<x-auth-session-status class="text-center" :status="session('status')" />
<!-- Error Messages -->
@if (session('error'))
<flux:callout variant="danger">
{{ session('error') }}
</flux:callout>
@endif
@if ($errors->any())
<flux:callout variant="danger">
{{ $errors->first() }}
</flux:callout>
@endif
<form method="POST" action="{{ route('login.store') }}" class="flex flex-col gap-6">
@csrf