@php $countries = get_countries(); $countries_phone_code = get_countries_phone_code(); $resume_data = @$resume_data; $education = @$resume_data->education; $employment = @$resume_data->employment; $certificates = @$resume_data->certificates; $awards = @$resume_data->awards; $upload_file_size = config('common.upload_file_size'); $allow_file_ext = collect(config('common.allow_pdf'))->implode(', '); $upload_img_size = config('common.upload_img_size'); $allow_image_ext = collect(config('common.allow_image_ext'))->implode(', '); $passport_photo = @$resume_data['passport_photo']; $passport_photo_path = config('common.user-documents').DS.$user->id.DS.$passport_photo; $passport_photo_url = empty(get_url($passport_photo_path)) ? url("assets/images/noavatar.png") : "storage".DS.$passport_photo_path; @endphp
@if($action == "form_rb_1")

Candidate Information

All fields with star (*) are required
@if(!empty($user->email)) @else @endif
@if(!empty(@$resume_data->passport_photo))
@endif
passport_photo)) style="display:none; " @endif> passport_photo)) disabled @endif/> (Supported image formats: {{$allow_image_ext}} and maximum file Size {{$upload_img_size}} MB.)
@elseif($action == "form_rb_2")

Skills & Abilities

All fields with star (*) are required
@elseif($action == "form_rb_3")

Education

Education #1
All fields with star (*) are required
id, @$education[1]->id) }}/> Education #2
All fields with star (*) are required
id, @$education[2]->id) }}/> Education #3
All fields with star (*) are required
@elseif($action == "form_rb_4")

Employment History

{{ __('application_term.employer') }} #1
id, @$employment[1]->id) }}/> {{ __('application_term.employer') }} #2
id, @$employment[2]->id) }}/> {{ __('application_term.employer') }} #3
@elseif($action == "form_rb_5")

Credentials & Certifications

Certificate #1
id)) checked @endif/> Certificate #2
@elseif($action == "form_rb_6")

Awards & Recognitions

Award #1
id)) checked @endif/> Award #2
@elseif($action == "resume_preview") @if(!empty($education)) @foreach($education as $key => $item) @endforeach @endif @if(!empty($employment[0]->title)) @foreach($employment as $key => $item) @endforeach @endif @if(!empty($certificates[0]->title)) @foreach($certificates as $key => $item) @endforeach @endif @if(!empty($awards[0]->title)) @foreach($awards as $key => $item) @endforeach @endif
{{ @$resume_data['full_name'] }}
: {{ $resume_data['address'] }}
: {{ get_country_name($resume_data['country_id']) }}
: +{{ $resume_data['primary_phone_country_code'] }} {{ $resume_data['primary_phone'] }} @if(!empty($resume_data['secondary_phone'])) /Alt.: +{{ $resume_data['secondary_phone_country_code'] }} {{ $resume_data['secondary_phone'] }} @endif
: {{ $resume_data['skype'] }}
: {{ $resume_data['email'] }}
Objective {!! $resume_data['objective'] !!}
Summary {!! $resume_data['summary'] !!}
Qualifications & Skills @if(!empty($resume_data['skill_computer_skills'])) Computer skills: {{ $resume_data['skill_computer_skills']}}
@endif @if(!empty($resume_data['skill_computer_programs'])) Computer Programs: {{ $resume_data['skill_computer_programs']}}
@endif @if(!empty($resume_data['skill_industry_programs'])) Industry specific programs: {{ $resume_data['skill_industry_programs']}}
@endif @if(!empty($resume_data['skill_language_spoken'])) Languages Spoken: {{ $resume_data['skill_language_spoken']}}
@endif @if(!empty($resume_data['skill_other_skills'])) Other skills: {{ $resume_data['skill_other_skills']}} @endif
Education  
@if(!empty(strtotime($item->start_date))) From: {{ dateformat($item->start_date,DISPLAY_DATE) }} @endif @if(!empty(strtotime($item->end_date))) To: {{ dateformat($item->end_date,DISPLAY_DATE) }} @endif {{ $item->school }}
{{ $item->degree }}
{{ $item->minor }}
{{ $item->description }}
Experience  
@if($item->start_date != "0000-00-00") From: {{ dateformat($item->start_date,DISPLAY_DATE) }} @endif @if($item->end_date != "0000-00-00") To: {{ dateformat($item->end_date,DISPLAY_DATE) }} @endif {{ $item->title }}
{{ $item->employer_name }}
{{ $item->location }}
{{ $item->duties }}
Training & Certificates  
{{ dateformat($item->date_of_certificate,DISPLAY_DATE) }} {{ $item->title }}
{{ $item->location }}
{{ $item->description }}
Awards & Recognitions  
{{ dateformat($item->award_date,DISPLAY_DATE) }} {{ $item->title }}
{{ $item->description }}

Reference available upon request
@elseif($action == "resume_preview_modal") @else @if($is_step_success == 0)

Next step is to create your resume...

Create your updated Resume/CV. Your potential host will view this first so be sure to include all details you think are relevant and proofread/spellcheck the document before submitting.

Resume should be a {{ $allow_file_ext }} and doesn't exceed {{ $upload_file_size }} MB.


Select one of multiple different files to create your resume:


@if($is_step_locked != 1)
@endif @elseif($is_step_success == 1 || $is_step_success == 2)

Next step is to upload your resume...

Upload a resume that can impress your {{ __('application_term.employer') }}. It is recommended that you keep your resume less than 3 pages long.

{{ $step_verified_data['message'] }}
@if($is_step_success == 1) @if(!empty($next_step_key)) @endif @endif
@endif @endif