* {!! Form::text('first_name', null, array('class'=>'form-control', 'id'=>'first_name', 'placeholder'=>__('First Name'))) !!}
{!! APFrmErrHelp::showErrors($errors, 'first_name') !!}
* {!! Form::text('father_name', null, array('class'=>'form-control', 'id'=>'father_name', 'placeholder'=>__('Father Name'))) !!}
{!! APFrmErrHelp::showErrors($errors, 'father_name') !!}
* {!! Form::text('last_name', null, array('class'=>'form-control', 'id'=>'last_name', 'placeholder'=>__('Last Name'))) !!}
{!! APFrmErrHelp::showErrors($errors, 'last_name') !!}
* {!! Form::text('email', null, array('class'=>'form-control', 'id'=>'email', 'placeholder'=>__('Email'))) !!}
{!! APFrmErrHelp::showErrors($errors, 'email') !!}
{!! Form::password('password', array('class'=>'form-control', 'id'=>'password', 'placeholder'=>__('Password'))) !!}
{!! APFrmErrHelp::showErrors($errors, 'password') !!}
* {!! Form::select('gender_id', [''=>__('Select Gender')]+$genders, null, array('class'=>'form-control', 'id'=>'gender_id')) !!}
{!! APFrmErrHelp::showErrors($errors, 'gender_id') !!}
* {!! Form::select('marital_status_id', [''=>__('Select Marital Status')]+$maritalStatuses, null, array('class'=>'form-control', 'id'=>'marital_status_id')) !!}
{!! APFrmErrHelp::showErrors($errors, 'marital_status_id') !!}
*
Fatal error: Uncaught Error: Call to undefined function old() in /home/careersucglab/public_html/resources/views/user/inc/profile.blade.php:48
Stack trace:
#0 {main}
thrown in /home/careersucglab/public_html/resources/views/user/inc/profile.blade.php on line 48