{!!Form::vertical_open() ->method('POST') ->action('password/email')!!} {!! csrf_field() !!}
Enter your Email and instructions will be sent to you!
{!!Form::text('email' , '') -> placeholder(trans('user::user.user.placeholder.email'))->raw()!!} {!! Form::hidden(config('user.params.type'))!!}
{!! Form::close() !!}