@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_7")

Candidate Information

All fields with star (*) are required
@php $at_date = ""; if(!empty(@$resume_data->date_of_birth)){ $at_date = dateformat(@$resume_data->date_of_birth,DATEPICKER_DATE); } @endphp
@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_8")

Skills & Abilities

SELECT SKILLS

Begin by selecting the skill categories for activities you believe you can lead, teach or assist with at camp. You will choose the specific skills on the next page.

@php $no=0; @endphp @if(!empty($skill_category)) @foreach($skill_category as $category) @php $no++; @endphp @if($no%3==0)

@endif @endforeach @endif
@elseif($action == "form_rb_9")
@if(!empty($skill_category)) @foreach($skill_category as $value) @endforeach @endif

Skills & Abilities

Select Skills

You can select maximum 10 skills

@elseif($action == "form_rb_10") @php $skill_details = $skill_details_data['skill_details'] ?? []; $skill_levels = $skill_details_data['skill_levels'] ?? []; $star_arr = ["one","two","three","four","five","six","seven","eight","nine","ten"]; $count_skill_details = count($skill_details); $levels_list = $skill_id_list = []; $tooltip = ''; foreach ($skill_levels as $s_level) { $tooltip .= "
  • Star # {$s_level['level_id']} ({$s_level['level_title']}) {$s_level['level_desc']}
  • "; } $tooltip = ''; @endphp

    Manage skill details


    {{-- LEFT TABS --}}
    {{-- RIGHT PANEL --}}
    @foreach($skill_details as $s_id => $skill) @php $levels_list[] = $skill['level_id']; $skill_id_list[] = $skill['skill_id']; @endphp
    Skill # {{ $skill['skill_name'] }}
    {{-- SKILL LEVEL --}}
    [ ? ]
      @foreach($skill_levels as $s_level)
    • @endforeach
    {{-- COACHING --}}
    {{-- DESCRIPTION --}}
    {{-- NAV BUTTONS --}}
    @if($s_id != 0) @endif @if($s_id != ($count_skill_details - 1)) @endif
    @endforeach
    @elseif($action == "form_rb_11")

    Education

    Education #1
    id, @$education[1]->id) }}/> Education #2
    id, @$education[2]->id) }}/> Education #3
    @elseif($action == "form_rb_12")

    EXPERIENCE WITH CHILDREN

    Company #1
    {{ !empty(@$employment[0]->duties) ? max(0, 300 - mb_strlen(@$employment[0]->duties)) : 300 }} characters left
    id, @$employment[1]->id) }}/> Company #2
    {{ !empty(@$employment[1]->duties) ? max(0, 300 - mb_strlen(@$employment[1]->duties)) : 300 }} characters left
    id, @$employment[2]->id) }}/> Company #3
    {{ !empty(@$employment[2]->duties) ? max(0, 300 - mb_strlen(@$employment[2]->duties)) : 300 }} characters left
    @elseif($action == "form_rb_13")

    QUESTIONAIRE

    Previous Experience:
    camp_counselor_program_past == '1' ? 'checked' : '' }}>
    camp_counselor_program_past == '0' ? 'checked' : '' }}>
    Faith-based Camp:
    faith_based_camp== '1' ? 'checked' : '' }}>
    faith_based_camp== '0' ? 'checked' : '' }}>
    activities_such_as_bible_study== '1' ? 'checked' : '' }}>
    activities_such_as_bible_study== '0' ? 'checked' : '' }}>
    Special & Medical Needs Camps:
    personal_care == '1' ? 'checked' : '' }}>
    personal_care == '0' ? 'checked' : '' }}>
    special_needs_children=='1'?'checked':'' }}>
    special_needs_children=='0'?'checked':'' }}>
    work_special_needs_camp =='1'?'checked':'' }}>
    work_special_needs_camp =='0'?'checked':'' }}>
    General Questions:
    lifeguard_certified=='1'?'checked':'' }}>
    lifeguard_certified=='2'?'checked':'' }}>
    lifeguard_certified=='0'?'checked':'' }}>
    rustic_env_comfort=='1'?'checked':'' }}>
    rustic_env_comfort=='0'?'checked':'' }}>
    @elseif($action == "resume_preview")

    {{ $resume_data['full_name'] }}

    Address: {{ $resume_data['address'] }}

    Country: {{ get_country_name($resume_data['country_id']) }}

    Phone: +{{ $resume_data['primary_phone_country_code'] }} {{ $resume_data['primary_phone'] }}   |   WhatsApp: @if(!empty($resume_data['is_whatsapp_number']) && $resume_data['is_whatsapp_number'] == 1) Available @else X Not Available @endif

    Email: {{ $resume_data['email'] }}

    Date of birth : @if(!empty(strtotime($resume_data['date_of_birth']))) {{ dateformat($resume_data['date_of_birth'],DISPLAY_DATE) }} @endif

    INTRODUCTION
    {{ $resume_data['introduction'] }}
    SKILLS & ABILITIES  
    @php $campSkills = $user_skills_details['data']['camp_skill'] ?? []; $skillLevels = collect($user_skills_details['data']['skill_levels'] ?? []); @endphp @foreach($campSkills as $skill) @php $level = $skillLevels->firstWhere('level_id', $skill['level_id']); @endphp @endforeach
    Category Skill Rating Level Level Description Do you have expierence
    coaching or teaching this skill?
    Skill Description
    {{ $skill['category_name'] }}
    {{ $skill['skill_name'] }} @for($i = 1; $i <= 5; $i++) @endfor {{ $level['level_title'] ?? '' }} {!! $level['level_desc'] ?? '' !!} {{ $skill['skill_coaching'] == 'y' ? 'Yes' : 'No' }} {!! $skill['skill_description'] ?? '' !!}
    @php $validEducation = collect($education)->filter(function($item){ return !empty($item->school) || !empty($item->degree) || !empty($item->description) || (!empty($item->start_date) && $item->start_date != "0000-00-00") || (!empty($item->end_date) && $item->end_date != "0000-00-00"); }); @endphp {{-- EDUCATION --}} @if($validEducation->count() > 0)
    EDUCATION
    @foreach($validEducation as $item)
    @php $lines = preg_split("/\r\n|\n|\r/", @$item->school); @endphp
    @if(!empty($lines)) {{ $lines[0] }}
    {!! nl2br(e(implode("\n", array_slice($lines, 1)))) !!} @endif
    @if(!empty($item->start_date) && $item->start_date != "0000-00-00") Start: {{ dateformat($item->start_date,DISPLAY_DATE) }} @endif @if(!empty($item->end_date) && $item->end_date != "0000-00-00") - End: {{ dateformat($item->end_date,DISPLAY_DATE) }} @endif @if(!empty($item->degree))
    {{ $item->degree }} @endif @if(!empty($item->description))
    {{ $item->description }} @endif
    @endforeach
    @endif @php $validEmployment = collect($employment)->filter(function($item){ return !empty($item->title) || !empty($item->employer_name) || !empty($item->duties) || (!empty($item->start_date) && $item->start_date != "0000-00-00") || (!empty($item->end_date) && $item->end_date != "0000-00-00"); }); @endphp @if($validEmployment->count() > 0)
    EXPERIENCE
    @foreach($validEmployment as $item)
    @php $lines = preg_split("/\r\n|\n|\r/", @$item->employer_name); @endphp
    @if(!empty($lines)) {{ $lines[0] }}
    {!! nl2br(e(implode("\n", array_slice($lines, 1)))) !!} @endif
    @if(!empty($item->start_date) && $item->start_date != "0000-00-00") From: {{ dateformat($item->start_date,DISPLAY_DATE) }} @endif @if(!empty($item->end_date) && $item->end_date != "0000-00-00") - To: {{ dateformat($item->end_date,DISPLAY_DATE) }} @endif @php $lines = preg_split("/\r\n|\n|\r/", @$item->title); @endphp @if(!empty($lines))
    {{ $lines[0] }} {!! nl2br(e(implode("\n", array_slice($lines, 1)))) !!} @endif
    @if(!empty($item->duties))
    {{ $item->duties }}
    @endif
    @endforeach
    @endif
    QUESTIONNAIRE
    Previous Experience
    {{ @$resume_data->camp_counselor_program_past == '1' ? 'Yes' : 'No' }}
    @if(@$resume_data->camp_counselor_program_past == '1')
    {{ @$resume_data->camp_counselor_past_many_times }}
    @endif
    Faith-based Camp:
    {{ @$resume_data->faith_based_camp == '1' ? 'Yes' : 'No' }}
    {{ @$resume_data->religion }}
    {{ @$resume_data->describe_doctrine }}
    {{ @$resume_data->activities_such_as_bible_study == '1' ? 'Yes' : 'No' }}
    Special & Medical Needs Camps:
    {{ @$resume_data->personal_care == '1' ? 'Yes' : 'No' }}
    {{ @$resume_data->special_needs_children == '1' ? 'Yes' : 'No' }}
    {{ @$resume_data->work_special_needs_camp == '1' ? 'Yes' : 'No' }}
    General Questions
    @if(@$resume_data->lifeguard_certified == 1) Yes, I have the swimming skills needed. @elseif(@$resume_data->lifeguard_certified == 2) Yes, I am currently or previously lifeguard certified. @else No @endif
    {{ @$resume_data->rustic_env_comfort == '1' ? 'Yes' : 'No' }}
    {{ @$resume_data->why_work_us_camp }}
    {{ @$resume_data->positive_camp_impact }}
    @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.


    @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
    @section('scripts') @endsection