@include('public::notifications')
{!!
Form::vertical_open()
-> 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::hidden(config('user.params.type'))!!}
{!!Form::Close()!!}
Back to login