Reset Password

You can reset your password here.

@csrf
Change Password
@if(session()->has('Success'))
{{ session()->get('Success') }}
@endif @if(session()->has('Error'))
{{ session()->get('Error') }}
@endif @if(isset($tokenExpired) && !session()->has('Success') )
{{ $tokenExpired }}
@endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif