Reset Password
Enter your new password
@if (session('success'))
{{ session('success') }}
@endif
@csrf
New Password
@error('password')
{{ $message }}
@enderror
Confirm Password
Reset Password
Back to Login