@include('public::notifications') {!! Form::vertical_open() ->method('POST') ->action('password/email')!!} {!! csrf_field() !!} @if (Session::has('status'))
Info! {!! Session::pull('status'); !!}
@else

If you have forgotten your password - reset it.

@endif
{!!Form::text('email', '')!!}
{!!Form::Close()!!}