Genrate New Password
We received your reset password request. Please enter your new password!
@csrf @method('PUT')
New Password
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirm Password
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
Send
Back to Login
@include('admin.includes.alert')