{!! Form::hidden('reg_form_id',$id,['id'=>'reg_form_id']) !!} {!! Form::hidden('is_update',$is_update,['id'=>'is_update']) !!}
{!! Form::hidden('id',$id,['id'=>'id']) !!} {!! Form::hidden('company_id',$job_reg_mapping->company_id ,['id'=>'company_id']) !!} {!! Form::hidden('job_ids',$job_reg_mapping->job_ids,['id'=>'job_ids']) !!} {!! Form::hidden('custom_form_id',0,['id'=>'custom_form_id']) !!} {!! Form::hidden('step',4,['id'=>'step']) !!}
@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("input_type[$custom_form->id]", ["1"=>"Choose Matriculation","2"=>"SSLC","3"=>"HSC"], ['class'=> 'hme-select-style custom_input_type','data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "degree_value")
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Choose Degree","2"=>"Diploma","3"=>"UG-Non Engineering","4"=>"UG- Engineering"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Choose Course","2"=>"B-Arch","3"=>"B.Sc","4"=>"BCA"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Choose Specialization","2"=>"Architecture", "3"=>"Science", "4"=>"Computers"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "yearofcompletion_value")
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Select year of completion","2"=>"2005","3"=>"2006", "4"=>"2007" ], ['class'=> 'hme-select-style custom_input_type','data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "university_value")
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Select University","2"=>"Anna University", "3"=>"Jawaharlal Nehru University" , "4"=>"Cochin University of Science and Technology"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Select College","2"=>"PSG College of Technology, Coimbatore", "3"=>"National Defence Academy (NDA)", "4"=>"KVM College of Engineering & IT Cherthalai"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "skills_value")
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Select Skills","2"=>"PHP", "3"=>"C#.Net", "4"=>"Java"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "state_value")
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Select State","2"=>"Tamil Nadu", "3"=>"Karnataka" , "4"=>"Kerala"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Select City","2"=>"Salem", "3"=>"Bangalore", "4"=>"Cochin"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "master_degree_value")
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Choose Master Degree","2"=>"PG-Non Engineering", "3"=>"PG- Engineering"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Choose Course","2"=>"M.Arch", "3"=>"M.Sc", "4"=>"MCA"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
{!! Form::select("input_type[$custom_form->id]", ["1"=>"Choose Specialization","2"=>"Aeronotical", "3"=>"Data Science","4"=>"Computers"], ['class'=> 'hme-select-style custom_input_type', 'data-row'=>"0", 'style'=>"font-size: 17px;"]) !!}
@elseif($custom_form->existing_type_id_name == "gender_value")
@elseif($custom_form->existing_type_id_name == "date_of_birth_value")
{!! Form::date('date_time_picker','',array('class'=>'form-control career-input js-date-dob','id'=>'js-career-dob','type'=>'date','placeholder'=>'')) !!}
@else
{!! Form::text("custom_form_label[0]", '', ['class' => 'form-control custom_form_label', 'placeholder' => 'Your Answer']) !!}
@endif @endif @if($custom_form->field_type == 2)
{!! Form::select('input_type[0]', $custom_form->customFormOptionDetails->pluck('option_name','id') , null, ['class'=> 'hme-select-style custom_input_type','data-placeholder'=>'Select Input Type','data-row'=>"0",'style'=>"font-size: 17px;"]) !!}
@endif @if($custom_form->field_type == 3)
@foreach($custom_form->customFormOptionDetails as $options)
{{$options->option_name}}
@endforeach
@endif @if($custom_form->field_type == 4)
@foreach($custom_form->customFormOptionDetails as $options)
@endforeach
@endif @if($custom_form->field_type == 5)
{!! Form::date('date_time_picker','',array('class'=>'form-control career-input js-date-dob','id'=>'js-career-dob','type'=>'date','placeholder'=>'')) !!}
@endif @if($custom_form->field_type == 6)
@endif @empty No Records Found @endforelse
Previous
@php $company_id = App\Helper\HireMeeHelper::customEncrypter($job_reg_mapping->company_id); @endphp