@php $intended_string = 'url-' . session()->get('url.intended'); $employee_base = 'url-' . url('/em'); $settings = App\Models\SystemSetting::where('key', 'employee_login_option')->first(); @endphp
Logo

@if(request()->routeIs('password-reset.verify-token'))

Reset Your Password

Enter your password:

@csrf
@else

Login Information

@if (session()->get('error'))
{{ session()->get('error') }}
@endif @csrf
@if(optional($settings)->value == 1)
@endif
© Developed By
Proyas IT

 I forgot my password

Retrieve Password

Enter your email address to receive instructions

@csrf
Back to login

New User Registration

Enter your details to begin:

@endif