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

Reset Password

Please enter the email address you use to sign in to your account:

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