@if ($errors->has('active'))
{{ $errors->first('active') }}
@endif
P&RD HCMS
{{ csrf_field() }}
{{ __('Username') }}
@if ($errors->has('username'))
{{ $errors->first('username') }}
@endif
{{ __('Password') }}
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('Remember Me') }}
{{ __('Login') }}
Back To Home
Forgot Password ?
{{ csrf_field() }}
Enter your username to send OTP to the associate phone number with it.
{{ __('Username') }}
Back to login
Next
{{ csrf_field() }}
Enter the password reset OTP which is sent to your registered phone number.
OTP
Back to login
Verify OTP
{{ csrf_field() }}
Resend OTP
{{ csrf_field() }}
New password
Confirm password
Back to login
Save