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

Reset Password

{{ csrf_field() }}
Enter your Email and instructions will be sent to you!
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection