{{ Form::open(array('url' => '/auth/reset-password','class'=>'form','id'=>'resetpass')) }} @if (Session::has('notification')) {{ Session::get('notification') }} @endif

Forgot Password ?

Enter email address and answer your security question to retrieve password.

   @if(isset($data->email)){{$data->email}}@else {{Input::old('email')}} @endif

   @if(isset($data->PasswordQuestion)){{$data->PasswordQuestion}}@else {{Input::old('PasswordQuestion')}} @endif

* {{ Form::text('passanswer', Input::old('passanswer'),array("class"=>"inputStyle", "placeholder"=>"Your Answer"))}}

   Cancel

{{ Form::close() }}