Reset Password

Create a strong password for your account

@if($errors->any())

{{ $errors->first() }}

@endif
@csrf
Enter a password
@error('password')
{{ $message }}
@enderror
Back to Sign In