contact-information{{ @trans('candidate.contact_infirmation') }}

@if($candidate->mobile) {{ $candidate->mobile }} @else - @endif

@if($candidate->secondary_mobile) {{ $candidate->secondary_mobile }} @else - @endif

@if($candidate->whatsapp_mobile) {{ $candidate->whatsapp_mobile }} @else - @endif

@if($candidate->email) {{ $candidate->email }} @else - @endif

@if($candidate->secondary_email) {{ $candidate->secondary_email }} @else - @endif

@if($candidate->work_email) {{ $candidate->work_email }} @else - @endif

@if($candidate->locations) {{ $candidate->locations->countries->name }} @else - @endif

@if($candidate->locations && $candidate->locations->cities) {{ $candidate->locations->cities->name }} @else - @endif

@if($candidate->locations && $candidate->locations->states) {{ $candidate->locations->states->name }} @else - @endif

@if($candidate->locations) {{ $candidate->locations->area_of_residence }} @else - @endif

contact-information{{ @trans('candidate.personal_information') }}

@if($candidate->profiles && $candidate->profiles->nationalities) {{ $candidate->profiles->nationalities->citizenship }} @else - @endif

@if($candidate->profiles) {{ ucfirst($candidate->profiles->gender) }} @else - @endif

@if($candidate->profiles) {{ $candidate->profiles->birth_date_formatted }} @else - @endif

@if($candidate->profiles && $candidate->profiles->maritalstautses) {{ $candidate->profiles->maritalstautses->name }} @else - @endif

@if($candidate->profiles) {{ $candidate->profiles->no_of_children }} @else - @endif

@if($candidate->profiles && $candidate->profiles->ethnicities) {{ $candidate->profiles->ethnicities->name }} @else - @endif

@isset($candidate->languages[0]) {{ $candidate->languages[0]->name }} @else - @endisset

@isset($candidate->languages[1]) {{ $candidate->languages[1]->name }} @else - @endisset

@isset($candidate->languages[2]) {{ $candidate->languages[2]->name }} @else - @endisset

@if(count($candidate->liscences)) @foreach($candidate->liscences as $key => $liscence) {{ $liscenceList[$liscence->liscence_id] }} @if(!$loop->last),@endif @endforeach @else - @endif

@if($candidate->profiles && $candidate->profiles->have_vehicle == 1) Yes @elseif($candidate->profiles && $candidate->profiles->have_vehicle == 0) No @else - @endif

@if($candidate->profiles && $candidate->profiles->have_motorcycle == 1) Yes @elseif($candidate->profiles && $candidate->profiles->have_motorcycle == 0) No @else - @endif

@if($candidate->profiles && $candidate->profiles->linkedin_profile) Link to LinkedIn @else - @endif

@if($candidate->profiles && $candidate->profiles->skype) {{ $candidate->profiles->skype }} @else - @endif

contact-information{{ @trans('candidate.remuneration') }}

@if($candidate->expectations && $candidate->expectations->countries) {{$candidate->expectations->countries->currency_symbol}} - {{$candidate->expectations->countries->name}} @else - @endif

@if($candidate->expectations && $candidate->expectations->current_salary)

{{ $candidate->expectations->current_salary_with_symbol }}

@else - @endif
@if($candidate->expectations && $candidate->expectations->ideal_salary)

{{ displayCurrency($candidate->expectations->country_id, $candidate->expectations->ideal_salary) }}

@else - @endif
@if($candidate->expectations && $candidate->expectations->min_expected_salary)

{{ displayCurrency($candidate->expectations->country_id, $candidate->expectations->min_expected_salary) }}

@else - @endif
@if($candidate->userjobsbenefits) @php ($count = 0) @endphp @foreach($candidate->userjobsbenefits as $benefit) @if($benefit->type == "monthly") @php ($count++)@endphp

{{$benefit->name}}

@endif @endforeach @if($count == 0) - @endif @endif
@if($candidate->userjobsbenefits) @php ($count = 0) @endphp @foreach($candidate->userjobsbenefits as $key => $benefit) @if($benefit->type == "annual") @php ($count++)@endphp

{{$benefit->name}}

@endif @endforeach @if($count == 0) - @endif @endif
@if($candidate->userjobsbenefits) @php ($count = 0)@endphp @foreach($candidate->userjobsbenefits as $key => $benefit) @if($benefit->type == "others") @php ($count++)@endphp

{{$benefit->name}}

@endif @endforeach @if($count == 0) - @endif @endif

contact-information{{ @trans('candidate.education_qualification') }}

@if(count($candidate->educations) > 0)
    @foreach($candidate->educations as $key => $education)
  • {{$education->title}} @if($education->qualifications && $education->qualifications->name)({{$education->qualifications->name}})@endif

  • @endforeach
@else - @endif

contact-information{{ @trans('candidate.awards&certificate') }}

@if(count($candidate->certificates) > 0)
    @foreach($candidate->certificates as $key => $certificate)
  • {{$certificate->ucname}}

  • @endforeach
@else - @endif

contact-information{{ @trans('candidate.experience') }}

  • (Y - Years, M - Months)
  • @foreach($expSummary['industries'] as $key => $experirnce) @if(!empty($indCatName['indName'])){{ (array_key_exists($key,$indCatName['indName'])) ? $indCatName['indName'][$key] : '' }}@endif @if(!empty($expSummary['industriesYears'])) - {{ (array_key_exists($key,$expSummary['industriesYears'])) ? convertDaysInYears($expSummary['industriesYears'][$key]) : '' }} @endif @endforeach @foreach($expSummary['category'] as $key => $experirnce) @if(!empty($indCatName['catName'])){{ (array_key_exists($key,$indCatName['catName'])) ? $indCatName['catName'][$key] : '' }}@endif @if(!empty($expSummary['catYears'])) - {{ (array_key_exists($key,$expSummary['catYears'])) ? convertDaysInYears($expSummary['catYears'][$key]) : '' }} @endif @endforeach
  • @foreach($candidate->experiences as $key => $experience)
  • {{$experience->positiontitle}}

    {{$experience->commancompanies->name}} @if($experience->jobindustryName1) @if($experience->jobindustryName2) @if($experience->jobindustryName3) ({{$experience->jobindustryName1->name}}, {{$experience->jobindustryName2->name}}, {{$experience->jobindustryName3->name}} ) @else ({{$experience->jobindustryName1->name}}, {{$experience->jobindustryName2->name}}) @endif @else ({{$experience->jobindustryName1->name}}) @endif @endif

    @if($experience->start_date) @endif
  • @endforeach

contact-information{{ @trans('candidate.referees') }}

@if(count($candidate->references) > 0)
    @foreach($candidate->references as $key => $reference)
  • {{$reference->name}} @if($reference->relationTypes){{$reference->relationTypes->name}}@endif

    {{$reference->position}} @if($reference->companies)at {{$reference->companies->name}}@endif

  • @endforeach
@else - @endif