{{Form::select('religion_id',[null=>'Please Select'] + $religionArr,$religionId,['id' => 'religion_id','class'=>'form-control'])}}
{{Form::select('caste_id',[null=>'Please Select'] + $casteArr,$casteId,['id' => 'caste_id','class'=>'form-control'])}}
{{Form::select('mother_tongue_id',[null=>'Please Select'] + $motherTongueArr,$motherTongueId,['id' => 'mother_tongue_id','class'=>'form-control'])}}
{{Form::select('marital_status_id',[null=>'Please Select'] + $maritalStatusArr,$maritalStatusId,['id' => 'marital_status_id','class'=>'form-control'])}}
{{Form::select('residence_state_id',[null=>'Please Select'] + $stateArr,$residenceStateId,['id' => 'residence_state_id','class'=>'form-control'])}}
{{Form::select('highest_education_id',[null=>'Please Select'] + $highestEducationArr,$highestEducationId,['id' => 'highest_education_id','class'=>'form-control'])}}
{{Form::select('employment_type_id',[null=>'Please Select'] + $employmentTypeArr,$employmentTypeId,['id' => 'employment_type_id','class'=>'form-control'])}}
{{Form::select('designation_id',[null=>'Please Select'] + $designationArr,$designationId,['id' => 'designation_id','class'=>'form-control'])}}
{{Form::select('salary_id',[null=>'Please Select'] + $salaryArr,$salaryId,['id' => 'salary_id','class'=>'form-control'])}}
{{Form::select('family_value_id',[null=>'Please Select'] + $familyValueArr,$familyValueId,['id' => 'family_value_id','class'=>'form-control'])}}
{{Form::select('family_status_id',[null=>'Please Select'] + $familyStatusArr,$familyStatusId,['id' => 'family_status_id','class'=>'form-control'])}}
{{Form::select('skin_complexion_id',[null=>'Please Select'] + $skinComplexionArr,$skinComplexionId,['id' => 'skin_complexion_id','class'=>'form-control'])}}
{{Form::select('physical_status_id',[null=>'Please Select'] + $physicalStatusArr,$physicalStatusId,['id' => 'physical_status_id','class'=>'form-control'])}}
{{Form::select('height_min',[null=>'Please Select'] + $heightArr, $heightMin,['id' => 'height_min','class'=>'form-control'])}}
{{Form::select('height_max',[null=>'Please Select'] + $heightArr, $heightMax,['id' => 'height_max','class'=>'form-control'])}}
{{Form::number('weight_min', $weightMin,['id' => 'weight_min','class'=>'form-control','placeholder'=>'Weight in KG'])}}
{{Form::number('weight_max', $weightMax,['id' => 'weight_max','class'=>'form-control','placeholder'=>'Weight in KG'])}}
{{Form::number('age_from', $ageFrom,['id' => 'age_from','class'=>'form-control'])}}
{{Form::number('age_to', $ageTo,['id' => 'age_to','class'=>'form-control'])}}