{{-- Session Status Messages (e.g. password reset success) --}} {{-- Login Form Alpine state: - submitting: prevents double-clicks and shows a spinner - hasErrors: drives the CSS shake animation on the card --}}
@csrf
Email address
Password @if (Route::has('password.request')) Forgot password? @endif
{{-- Inline credential error (shown above submit button) --}} @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach

Need access? Contact your administrator.

@endif