@csrf

Forgot Password

Enter your email address to receive a password reset link.

@if (session('success'))
{{ session('success') }}
@endif
@if ($errors->has('vEmail')) {{ $errors->first('vEmail') }} @endif
Close