@php $is_form_found = 'false'; @endphp @php $cand_cust_form_map_id = 0; $cand_reg_job_map_id = 0; @endphp @if (!empty($cand_job_map_dts)) @php $cand_cust_form_map_id = $cand_job_map_dts->id; $cand_reg_job_map_id = $cand_job_map_dts->candidate_job_mapping_id; $is_form_found = 'true'; @endphp @endif @if($is_form_found == "true")
Please Enter Mail Id and Mobile Number to check if you're already registered or not.
@endif
{!! Form::hidden('id',$cand_cust_form_map_id) !!} {!! Form::hidden('cand_job_map_id',$cand_reg_job_map_id) !!} {!! Form::hidden('hr_email_address',$hr_email_address) !!} @csrf @forelse($custom_form_data as $key => $custom_form) @if(in_array($custom_form->field_type, [0,1])) @if($custom_form->existing_type_id_name == "education_value")
{!! Form::select("school_edu[$custom_form->id]",[""=>"Choose Matriculation"]+$sslc_coursetype_id ,null, ['class'=> 'selectpicker custom_education','id'=>'js-school_edu','data-row'=>"0", 'type'=>"select"]) !!} {!! Form::hidden("school_edu_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "degree_value")
{!! Form::select("course_type_edu0[$custom_form->id]",[""=>"Choose Degree"]+$degree_course,null, ['class'=> ' selectpicker custom_degree','id'=>'js-course_type_edu0','data-row'=>"0", 'type'=>"select"]) !!} {!! Form::hidden("course_type_edu0_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::select("course_edu0[$custom_form->id]",[''=>'Choose Course']+$degree_course,null,array('class' => 'selectpicker form-control', 'data-live-search' => '1','data-attr-type'=>'course_name', 'id'=>'js-course_edu0', 'data-size'=>'10', 'multiple'=>false)) !!} {!! Form::hidden("course_edu0_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::select("specialization_edu0[$custom_form->id]",[''=>'Select Specialization'],null,array('class' => 'selectpicker form-control', 'data-live-search' => '1', 'id'=>'js-specialization_edu0','data-size'=>'10' , 'multiple'=>false)) !!} {!! Form::hidden("specialization_edu0_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "university_value")
{!! Form::select("university_edu[$custom_form->id]",[""=>"Select University"]+$university,null,array('class' => 'selectpicker form-control', 'data-live-search' => '1','id'=>'js-university_edu','data-size'=>'10','type'=>"select")) !!} {!! Form::hidden("university_edu_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::select("college_edu[$custom_form->id]",[""=>"Select College"]+$collegelist,null,array('class' => 'selectpicker form-control', 'data-live-search' => '1','id'=>'js-college_edu','data-size'=>'10')) !!} {!! Form::hidden("college_edu_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "yearofcompletion_value")
{!! Form::select("yearofpassing_edu[$custom_form->id]",[""=>"Select Year of completion"]+$yearofcompletion, null,['class'=>'selectpicker form-control js-select2 js-edu-elements','id'=>'js-yearofpassing_edu' ,'type'=>"select" ]) !!} {!! Form::hidden("yearofpassing_edu_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "master_degree_value")
{!! Form::select("course_type_edu1[$custom_form->id]",[""=>"Choose Master Degree"]+$higher_degree,null, ['class'=> 'selectpicker custom_master_degree','id'=>'js-course_type_edu1','data-row'=>"0", 'type'=>"select"]) !!} {!! Form::hidden("course_type_edu1_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::select("course_edu1[$custom_form->id]",[''=>'Choose Course']+$higher_degree,null,array('class' => 'selectpicker form-control', 'data-live-search' => '1','data-attr-type'=>'master_course_name', 'id'=>'js-course_edu1', 'data-size'=>'10', 'multiple'=>false)) !!} {!! Form::hidden("course_edu1_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::select("specialization_edu1[$custom_form->id]",[''=>'Select Specialization'],null,array('class' => 'selectpicker form-control', 'data-live-search' => '1', 'id'=>'js-specialization_edu1','data-size'=>'10', 'multiple'=>false)) !!} {!! Form::hidden("specialization_edu1_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "gender_value")
{!! Form::hidden("gender_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "state_value")
{!! Form::select("p_state[$custom_form->id]",[""=>"Select State"]+$states,null,['class'=>'selectpicker form-control', 'id'=>'js-p_state', 'data-live-search' => '1','data-size'=>'10', 'type'=>"select"]) !!} {!! Form::hidden("p_state_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::select("p_city[$custom_form->id]",[""=>"Select City"]+$present_city,null,array('class' => 'selectpicker form-control', 'data-live-search' => '1','data-attr-type'=>'course_name','id'=>'js-p_city','data-size'=>'10')) !!} {!! Form::hidden("p_city_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "date_of_birth_value")
{!! Form::date("date_of_birth[$custom_form->id]",'',array('class'=>'form-control career-input js-date-dob','id'=>'js-date-of-birth','type'=>'date','min'=>'1900-01-01','max'=>'2008-12-31','onkeypress'=>'return false;')) !!} {!! Form::hidden("date_of_birth_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "skills_value")
@php array_push($candidate_skills,'Others'); @endphp {!! Form::select("job_skills[]",$candidate_skills,null,array('class' => 'selectpicker form-control', 'data-live-search' => '1','type'=>"select", 'multiple'=>true, 'id'=>'js-skill','data-size'=>'10' , 'data-placeholder'=>'e.g.Java, Angular Js, React')) !!} {!! Form::hidden("job_skills_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
{!! Form::text("skill_name",'',array('class'=>'form-control','id'=>'skill_name','maxlength' => 50)) !!} {!! Form::hidden("skill_name_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "email_address_value")
{!! Form::text("email_data[$custom_form->id]", '', ['class' => 'form-control custom_form_label','id'=>$custom_form->existing_type_id_name, 'placeholder' => 'Your Answer']) !!} {!! Form::hidden("email_data_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@elseif($custom_form->existing_type_id_name == "mobile_number_value")
{!! Form::text("mobile_data[$custom_form->id]", '', ['class' => 'form-control custom_form_label','id'=>$custom_form->existing_type_id_name, 'placeholder' => 'Your Answer']) !!} {!! Form::hidden("mobile_data_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@else
{!! Form::text("text_data[$custom_form->id]", '', ['class' => 'form-control custom_form_label','id'=>!empty($custom_form->existing_type_id_name)?$custom_form->existing_type_id_name:"text_data", 'placeholder' => 'Your Answer']) !!} {!! Form::hidden("text_data_field_name[$custom_form->id]", $custom_form->existing_type_id_name) !!}
@endif @endif @if($custom_form->field_type == 2)
{!! Form::select("input_data_options[$custom_form->id]", [''=>'Select ']+$custom_form->customFormOptionDetails->pluck('option_name','id')->toArray() , null, ['class'=> 'selectpicker custom_input_type','id'=>"js-drop_down",'data-placeholder'=>'Select Input Type','data-row'=>"100", 'type'=>"select" ]) !!}
@endif @if($custom_form->field_type == 3)
@foreach($custom_form->customFormOptionDetails as $options)
{{ Form::checkbox("input_data_options[$custom_form->id]", $options->id, '', array('class' => 'hme-pro-switch-label container-checkbox-pro', 'id' => "check_box")) }} {{$options->option_name}}
@endforeach
@endif @if($custom_form->field_type == 4)
@foreach($custom_form->customFormOptionDetails as $options)
{{$options->option_name}}
@endforeach
@endif @if($custom_form->field_type == 5)
{!! Form::date("input_data[$custom_form->id]",'',array('class'=>'form-control career-input js-date-dob','id'=>'js-career-date-time-picker','type'=>'date','placeholder'=>'')) !!}
@endif @if($custom_form->field_type == 6)
@endif @empty

Application Not Found

@endforelse @if($is_form_found == "true")
@endif