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

Welcome Back

Sign in to your school attendance management system.

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

{{ $message }}

@enderror
{{-- Password --}}
@if (Route::has('password.request')) Forgot password? @endif
{{-- Lock Icon --}}
{{-- Password Visibility --}}
@error('password')

{{ $message }}

@enderror
{{-- Remember Me --}}
{{-- Login Button --}}
{{-- Security Message --}}

This is a secure school management portal. Please use your authorized account credentials to continue.

{{-- Footer --}}

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