@extends('layouts.master') @section('content')
{{ csrf_field() }}

Forget Password ?

Enter the email address associated with your account,
and we'll email you a link to reset your password.

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection