Trueru
Provider your registered email address
{!! Form::open(['route' => 'admin.password.email', 'type' => 'post']) !!}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Submit
{!! Form::close() !!}