@extends('auth.layout') @section('content')

Forgot Password

Enter your email address to receive a password reset link.

@csrf
@if ($errors->has('vEmail')) {{ $errors->first('vEmail') }} @endif

@endsection