BSRO Calibration & Repair Portal
@csrf
Reset Password
New Password
@error('password')
{{ $message }}
@enderror
Password must contain the following:
A
lowercase
letter (a-z)
An
Uppercase
letter (A-Z)
A
number
(0-9)
A minimum of
8
and a maximum of
12
characters.
A
special character
(! @ # $ % ^ & * ( ))
Confirm Password
@error('password_confirmation')
{{ $message }}
@enderror
Save
@if (session('status'))
{{ session('status') }}
@endif {{-- @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif --}}
Reset Password successfully!
Close