Partner Preferences
{{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::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_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_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
{{Form::text('pref_star', null,['id' => 'pref_star',
'class'=>$errors->has('star') ? 'form-control is-invalid ' : 'form-control ',
'placeholder'=>''])}}
@if ($errors->has('pref_star'))
{{ $errors->first('pref_star') }}
@endif
{{--
--}}
{{Form::radio('pref_physical_statuses', 'Normal', true, ['id'=>'normal'])}}
{{Form::radio('pref_physical_statuses', 'Physically Challenged', false, ['id'=>'physically_challenged'])}}
{{Form::radio('pref_physical_statuses', 'Doesnot Matter', false, ['id'=>'doesnt_matter'])}}
{{--
--}}
{{--
--}}
{{Form::radio('pref_eating_habits', 'Vegitarian', true, ['id'=>'vegitarian'])}}
{{Form::radio('pref_eating_habits', 'Non-veg', false, ['id'=>'nonveg'])}}
{{Form::radio('pref_eating_habits', 'Eggetarian', false, ['id'=>'egg'])}}
{{Form::radio('pref_eating_habits', 'Doesnot Matter', false, ['id'=>'doesnots_matter1'])}}
{{--
--}}
{{--
--}}
{{Form::radio('pref_drinking_habits', 'Doesnot Matter', true, ['id'=>'doesnt_matter2'])}}
{{Form::radio('pref_drinking_habits', 'Never drinks', false, ['id'=>'never_drinks'])}}
{{Form::radio('pref_drinking_habits', 'Drinks socially', false, ['id'=>'drinks_socially'])}}
{{Form::radio('pref_drinking_habits', 'Drinks regularly', false, ['id'=>'drinks_regularly'])}}
{{--
--}}
{{--
--}}
{{Form::radio('pref_smoking_habits', 'Doesnot Matter', true, ['id'=>'doesnt_matter3'])}}
{{Form::radio('pref_smoking_habits', 'Never smokes', false, ['id'=>'never_smokes'])}}
{{Form::radio('pref_smoking_habits', 'Smokes occasionally', false, ['id'=>'smokes_occasionally'])}}
{{Form::radio('pref_smoking_habits', 'Smokes regularly', false, ['id'=>'smokes_regularly'])}}
{{--
--}}
{{--
--}}
{{Form::radio('pref_dosham', 'Yes', true, ['id'=>'yes'])}}
{{Form::radio('pref_dosham', 'No', false, ['id'=>'no'])}}
{{Form::radio('pref_dosham', 'Doesnot Matter', true, ['id'=>'doesnot_matter4'])}}
{{--
--}}
{{--
--}}
Professional Preferences
{{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_salary_id',$prefSalary,$prefsalaryId,['id' => 'pref_salary_id','class'=>'form-control'])}}
Location Preferences
{{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 ' : 'form-control '])}}
@if ($errors->has('pref_work_address'))
{{ $errors->first('pref_work_address') }}
@endif