{{ $personal_information_array['candidate_first_name'] ?? '' }} {{ $personal_information_array['candidate_last_name'] ?? '' }} {{ $personal_information_array['candidate_other_names'] ?? '' }}

{{ $personal_information_array['candidate_profession'] ?? '' }}

@php $gender = isset($personal_information_array['candidate_gender']) ? $personal_information_array['candidate_gender'] : null; @endphp

Phone : {{ $personal_information_array['candidate_phone'] ?? '' }} | Email: {{ $personal_information_array['candidate_email'] ?? '' }} | Gender : @if (isset($gender)) @if ($gender == 1) Male @elseif ($gender == 2) Female @else @endif @endif

@php $personal_information_country = isset($personal_information_array['candidate_country']) ? $personal_information_array['candidate_country'] : null; @endphp

Website : {{ $personal_information_array['candidate_website_link_one'] ?? '' }} | Website 2: {{ $personal_information_array['candidate_website_link_two'] ?? '' }} | Address : {{ $personal_information_array['candidate_address'] ?? '' }} , {{ $personal_information_array['candidate_city'] ?? '' }}, @if (isset($personal_information_country)) @if ($personal_information_country == 1) Uganda @elseif($personal_information_country == 2) Kenya @elseif($personal_information_country == 3) Tanzania @endif @endif


Professional Summary


{{ $personal_information_array['candidate_professional_summary'] ?? '' }}


{{-- testing two columns --}} {{-- MAIN COLUMN 1 {{-- MAIN COLUMN 2
--}} {{-- employment history --}}

Employment History


@foreach ($employment_information_array as $key => $employment) @php $employment_job_category = isset($employment['employment_job_category']) ? $employment['employment_job_category'] : null; $employer_country = isset($employment['employer_country']) ? $employment['employer_country'] : null; $employer_company_category = isset($employment['employer_company_category']) ? $employment['employer_company_category'] : null; @endphp @endforeach

{{ $employment['employer_name'] ?? '' }} - {{ $employment['employment_job_title'] ?? '' }} {{-- employment --}} (From {{ $employment['employment_start_date'] ?? '' }} to {{ $employment['employment_end_date'] ?? '' }}) @if ($employment_job_category == 1) Part Time @elseif($employment_job_category == 2) Full Time @elseif($employment_job_category == 3) Contract @elseif($employment_job_category == 4) Full time remote @elseif($employment_job_category == 5) Part time remote @else @endif {{-- company category --}} @if ($employer_company_category == 1) Information technology @elseif($employer_company_category == 2) Software company @elseif($employer_company_category == 3) Busines @elseif($employer_company_category == 4) Health facility @else @endif {{-- country --}} @if ($employer_country == 1) Uganda @elseif($employer_country == 2) Kenya @elseif($employer_country == 3) Tanzania @else @endif {{ $employment['employer_city'] ?? '' }}, {{ $employment['employer_address'] ?? '' }}

{{ $employment['employment_job_description'] ?? '' }}

Roles & Responsibilities

@foreach ($employment['employment_roles_done'] as $key => $employment_role)
  • {{ $employment_role['employment_role_name'] ?? '' }}
@endforeach
{{-- Volunteer History --}}

Volunteer History


@foreach ($volunteer_information_array as $volunteer) @php $volunteer_job_category = isset($volunteer['volunteer_job_category']) ? $volunteer['volunteer_job_category'] : null; $volunteer_employer_country = isset($volunteer['volunteer_employer_country']) ? $volunteer['volunteer_employer_country'] : null; $volunteer_employer_company_category = isset($volunteer['volunteer_employer_company_category']) ? $volunteer['volunteer_employer_company_category'] : null; @endphp @endforeach

{{ $volunteer['volunteer_employer_name'] ?? '' }} - {{ $volunteer['volunteer_job_title'] ?? '' }} (From {{ $volunteer['volunteer_start_date'] ?? '' }} to {{ $volunteer['volunteer_end_date'] ?? '' }}) @if ($volunteer_job_category == 1) Part Time @elseif($volunteer_job_category == 2) Full Time @elseif($volunteer_job_category == 3) Contract @elseif($volunteer_job_category == 4) Full time remote @elseif($volunteer_job_category == 5) Part time remote @else @endif {{-- country --}} @if ($volunteer_employer_country == 1) Uganda @elseif($volunteer_employer_country == 2) Kenya @elseif($volunteer_employer_country == 3) Tanzania @else @endif {{-- company category --}} @if ($volunteer_employer_company_category == 1) Information technology @elseif($volunteer_employer_company_category == 2) Software company @elseif($volunteer_employer_company_category == 3) Busines @elseif($volunteer_employer_company_category == 4) Health facility @else @endif {{ $employment['volunteer_employer_city'] ?? '' }} {{ $employment['volunteer_employer_address'] ?? '' }}

{{ $employment['volunteer_job_description'] ?? '' }}

Roles & Responsibilities

@foreach ($volunteer['volunteer_roles_done'] as $key => $volunteer_role)
  • {{ $volunteer_role['volunteer_role_name'] ?? '' }}
@endforeach
{{-- Internship History --}}

Internship History


@foreach ($internship_history_array as $internship_history) {{-- @dd($internship_history['internship_start_date']) --}} @php $internship_category = isset($internship_history['internship_category']) ? $internship_history['internship_category'] : null; $internship_country = isset($internship_history['internship_country']) ? $internship_history['internship_country'] : null; @endphp @endforeach

{{ $internship_history['internship_institution_name'] ?? '' }} - {{ $internship_history['internship_program_of_study'] ?? '' }} (From {{ $internship_history['internship_start_date'] ?? '' }} to {{ $internship_history['internship_end_date'] ?? '' }}) {{-- category --}} @if ($internship_category == 1) Part Time @elseif($internship_category == 2) Full Time @elseif($internship_category == 3) Contract @elseif($internship_category == 4) Full time remote @elseif($internship_category == 5) Part time remote @else @endif {{-- country --}} @if ($internship_country == 1) Uganda @elseif($internship_country == 2) Kenya @elseif($internship_country == 3) Tanzania @else @endif

{{-- Certification History --}}

Certification History


@foreach ($certification_history_array as $certification_history) {{-- @dd($certification_history) --}} @php $certification_level = isset($certification_history['certification_level']) ? $certification_history['certification_level'] : null; $certification_country = isset($certification_history['certification_country']) ? $certification_history['certification_country'] : null; @endphp @endforeach

{{ $certification_history['certification_institution_name'] ?? '' }} - {{ $certification_history['certification_program_of_study'] ?? '' }} (From {{ $certification_history['certification_start_date'] ?? '' }} to {{ $certification_history['certification_end_date'] ?? '' }}) {{-- category --}} @if ($certification_level == 1) P.L.E @elseif($certification_level == 2) U.C.E @elseif($certification_level == 3) U.A.C.E @elseif($certification_level == 4) Certificate @elseif($certification_level == 5) Diploma @else @endif {{-- country --}} @if ($certification_country == 1) Uganda @elseif($certification_country == 2) Kenya @elseif($certification_country == 3) Tanzania @else @endif

{{-- Education history --}}

Education History


@foreach ($education_history_array as $education_history) {{-- @dd($education_history) --}} @php $education_institution_level = isset($education_history['education_institution_level']) ? $education_history['education_institution_level'] : null; $education_institution_country = isset($education_history['education_institution_country']) ? $education_history['education_institution_country'] : null; @endphp @endforeach

{{ $education_history['education_institution_name'] ?? '' }} - {{ $education_history['education_institution_program_of_study'] ?? '' }} (From {{ $education_history['education_institution_start_date'] ?? '' }} to {{ $education_history['education_institution_end_date'] ?? '' }}) {{-- category --}} @if ($education_institution_level == 1) P.L.E @elseif($education_institution_level == 2) U.C.E @elseif($education_institution_level == 3) U.A.C.E @elseif($education_institution_level == 4) Certificate @elseif($education_institution_level == 5) Diploma @else @endif {{-- country --}} @if ($education_institution_country == 1) Uganda @elseif($education_institution_country == 2) Kenya @elseif($education_institution_country == 3) Tanzania @else @endif

--}} {{-- Other information --}}

Other Information



{{-- awards --}} @foreach ($awards_array as $award) @endforeach

Awards

{{ $award['award_name'] ?? '' }} - Date: {{ $award['award_date'] ?? '' }}

{{-- Social profiles --}}

Social Profiles



@foreach ($social_profiles_array as $social_profile) @php $social_profile_name = isset($social_profile['social_profile_type']) ? $social_profile['social_profile_type'] : null; @endphp @endforeach

@if ($social_profile_name == 1) Facebook @elseif($social_profile_name == 2) Instagram @elseif($social_profile_name == 3) Twitter @elseif($social_profile_name == 4) Linked In @else @endif - {{ $social_profile['social_profile_link'] ?? '' }}

{{-- hobbies --}}

Hobbies


Hobbies

@foreach ($hobbies_array as $hobby)

{{ $hobby['hobby_name'] ?? '' }}

@endforeach
{{-- general skills --}}

General Skills & Competencies


@foreach ($general_skills_array as $general_skill) @php $gen_skill_level = isset($general_skill['general_skills_level']) ? $general_skill['general_skills_level']: null; @endphp

{{ $general_skill['general_skill_name'] ?? '' }} - @if($gen_skill_level == 1) Fair @elseif($gen_skill_level == 2) Good @elseif($gen_skill_level == 3) Excellent @else @endif

@endforeach
{{-- Technical Skills --}}

Technical Skills


Technical Skills

@foreach ($technical_skills_array as $technical_skill) @php $technical_skill_level = isset($technical_skill['technical_skill_level']) ? $technical_skill['technical_skill_level']: null; @endphp

{{ $language['language_name'] ?? '' }} {{ $technical_skill['technical_skill_name'] ?? '' }} - @if($technical_skill_level == 1) Fair @elseif($technical_skill_level == 2) Good @elseif($technical_skill_level == 3) Excellent @else @endif

@endforeach
{{-- Languages --}}

Languages

@foreach ($languages_array as $language) @php $language_level = isset($language['language_level']) ? $language['language_level']: null; @endphp

{{ $language['language_name'] ?? '' }} - @if($language_level == 1) Fair @elseif($language_level == 2) Good @elseif($language_level == 3) Excellent @else @endif

@endforeach
{{-- References --}}

References


@foreach($references_array as $key => $reference) @endforeach

{{ $reference['referee_fullname'] ?? '' }} - {{ $reference['referee_organization'] ?? '' }} - {{ $reference['referee_position'] ?? '' }} - {{ $reference['referee_email'] ?? '' }} - {{ $reference['referee_contact'] ?? '' }} - {{ $reference['referee_website'] ?? '' }}

{{-- Declaration --}}

Declaration


I, the Undersigned , certify that to the best of my knowledge and believe that this data is correct and all the details i have written match my qualifications and experience.

Signed

{{ $personal_information_array['candidate_first_name'] ?? '' }} {{ $personal_information_array['candidate_last_name'] ?? '' }} {{ $personal_information_array['candidate_other_names'] ?? '' }}

{{-- end testing two columns --}}