@include('layouts.includes.head')
@csrf
Attendance Correction Visitor Management System
Email Address
Password
@if ($errors->all())
@if($errors->first('mobile'))
{{ $errors->first('mobile') }}
@else
{{ $errors->first('email') }}
@endif
@endif
Forgot password?
Login
Loading...
@include('layouts.includes.footer')