{{Form::number('pref_age_from', null,['id' => 'pref_age_from','class'=>'form-control','placeholder'=>'From'])}} @if ($errors->has('pref_age_from')) {{ $errors->first('pref_age_from') }} @endif
{{Form::number('pref_age_to', null,['id' => 'pref_age_to','class'=>'form-control','placeholder'=>'To'])}} @if ($errors->has('pref_age_to')) {{ $errors->first('pref_age_to') }} @endif
{{--
--}}
{{Form::number('pref_height_from', null,['id' => 'pref_height_from','class'=>'form-control','placeholder'=>'From'])}} @if ($errors->has('pref_height_from')) {{ $errors->first('pref_height_from') }} @endif
{{Form::number('pref_height_to', null,['id' => 'pref_height_to','class'=>'form-control','placeholder'=>'To'])}} @if ($errors->has('pref_height_to')) {{ $errors->first('pref_height_to') }} @endif
{{Form::select('pref_religion_id',$prefReligion,$prefreligionId,['id' => 'pref_religion_id', 'class'=>$errors->has('pref_religion_id') ? 'form-control is-invalid required' : 'form-control required'])}} @if ($errors->has('pref_religion_id'))
{{ $errors->first('pref_religion_id') }}
@endif
{{Form::select('pref_castes[]',$prefCast,$prefSelectedCastes,['id' => 'pref_caste_id','class'=>'form-control select2 pref-caste-multi-select', 'multiple'=>'multiple'])}} @if ($errors->has('pref_castes'))
{{ $errors->first('pref_castes') }}
@endif
{{Form::select('pref_mother_tongue_id',$prefMotherTongue,$prefmotherTongueId,['id' => 'pref_mother_tongue_id','class'=>'form-control'])}} @if ($errors->has('pref_mother_tongue_id'))
{{ $errors->first('pref_mother_tongue_id') }}
@endif
{{Form::select('pref_family_status_id',$prefFamily,$preffamilyStatusId,['id' => 'pref_family_status_id','class'=>'form-control'])}} @if ($errors->has('pref_family_status_id'))
{{ $errors->first('pref_family_status_id') }}
@endif
{{Form::select('pref_highest_education_id',$prefEducation,$prefhighestEducationId,['id' => 'pref_highest_education_id','class'=>'form-control'])}} @if ($errors->has('pref_highest_education_id'))
{{ $errors->first('pref_highest_education_id') }}
@endif
{{Form::select('pref_employment_type_id',$prefEmployment,$prefemploymentTypeId,['id' => 'pref_employment_type_id','class'=>'form-control'])}} @if ($errors->has('pref_employment_type_id'))
{{ $errors->first('pref_employment_type_id') }}
@endif
{{Form::select('pref_country_in',$prefCountry,NULL,['id' => 'pref_country_in','class'=>'form-control'])}} @if ($errors->has('pref_country_in'))
{{ $errors->first('pref_country_in') }}
@endif
{{Form::text('pref_work_address', null,['id' => 'pref_work_address', 'class'=>$errors->has('pref_work_address') ? 'form-control is-invalid required' : 'form-control required'])}} @if ($errors->has('pref_work_address'))
{{ $errors->first('pref_work_address') }}
@endif
{{Form::text('pref_star', null,['id' => 'pref_star', 'class'=>$errors->has('star') ? 'form-control is-invalid required' : 'form-control required', 'placeholder'=>''])}} @if ($errors->has('pref_star'))
{{ $errors->first('pref_star') }}
@endif
{{Form::select('pref_salary_id',$prefSalary,$prefsalaryId,['id' => 'pref_salary_id','class'=>'form-control'])}}
{{Form::select('pref_marital_status_id',$prefmaritalStatusArr,$prefmaritalStatusId,['id' => 'pref_marital_status_id','class'=>'form-control'])}} @if ($errors->has('pref_marital_status_id'))
{{ $errors->first('pref_marital_status_id') }}
@endif