Forgot Password?
Enter your email and we'll send you instructions to reset your password
{!! Form::open(['method'=>'POST','route'=>['user.forgot_password'], 'class'=>'row gy-1 gx-2 mt-75 reset-password-form']) !!}
{{ $errors->first('email_id') }}
{!! Form::close() !!}