Last Step - Tell us about your Skills & Qualification
{!! Form::open(['url'=>'candidate/education-update','method'=>'POST','name'=>'educational-form','id'=>'js-educational-form']) !!}
{!! Form::select('course_type',[""=>"Select Education "]+$course_types ,null,['class'=>'form-control js-select2','id'=>'js-coursetype']) !!}
{!! Form::select('degree',[""=>"Any Degree"],null,['class'=>'form-control js-select2','id'=>'js-degree']) !!}
{!! Form::select('specialization',[""=>"Any Specialization"],null,['class'=>'form-control js-select2','id'=>'js-specialization']) !!}
{!! Form::select('yearofcompletion',[""=>"Year of Completion"]+$yearofcompletion,null,['class'=>'form-control js-select2','id'=>'js-yearofcompletion']) !!}
{!! Form::select('university',[""=>"Any University"]+$university,null,['class'=>'form-control js-select2','id'=>'js-university-skill']) !!}
{!! Form::select('college',[""=>"College"],null,['class'=>'form-control js-select2','id'=>'js-college-skill']) !!}
{!! Form::text('others_university',null,['class'=>'form-control','id'=>'js-others_university']) !!}
{!! Form::text('others_college',null,['class'=>'form-control','id'=>'js-others_college']) !!}
{!! Form::select('gender',[""=>"Select Gender"]+$gender,null,['class'=>'form-control js-select2','id'=>'js-gender']) !!}
{!! Form::text('date_of_birth',null,['class'=>'form-control js-date-dob','id'=>'js-date_of_birth','placeholder'=>'Enter Date of Birth']) !!}
{!! Form::text('reges_no',null,['class'=>'form-control','id'=>'reges_no','placeholder'=>'Register number','maxlength'=>'15']) !!}
{!! Form::text('place_of_birth',null,['class'=>'form-control','id'=>'place_of_birth','placeholder'=>'Enter Place of birth']) !!}
Skills
{{ Request::get('from_ncs') ? 'Mention your major skills' : 'Candidate skills (mandatory)' }} :
Start typing here e.g.java, Angular Js, React
{!! Form::select('job_skills[]',$skills,null,['class'=>'form-control js-select2 w-100-p','multiple'=>true,'id'=>'js-skill','data-placeholder'=>'e.g.Java, Angular Js, React']) !!}
{!!Form::hidden('from_ncs',Request::get('from_ncs')?Request::get('from_ncs'):false)!!}
{!!Form::hidden('jobid',Request::get('jobid')?Request::get('jobid'):"")!!}
{{ Form::submit("Update Profile",array('class'=>'btn btn-primary m-r-5 md-trigger','id'=>'js-apply')) }}
Close
{!! Form::close() !!}