{{-- Page Heading --}}
{{-- --}} School Attendence Management System

Forgot Password?

No problem. Enter your registered email address and we'll send you a secure link to reset your password.

{{-- Session Status --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Password Reset Form --}}
@csrf {{-- Email Address --}}
{{-- Email Icon --}}
@error('email')

{{ $message }}

@enderror
{{-- Submit Button --}}
{{-- Back To Login --}}
Back to Sign In
{{-- Security Information --}}

For security, a password reset link will only be sent if the email address is associated with an authorized account.

{{-- Footer --}}

© {{ date('Y') }} School Attendance Management System. All rights reserved.