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

@if($consultant->consultant_profile) {{ $consultant->consultant_profile->short_bio }} @else - @endif

@if($consultant->consultant_profile) {{ $consultant->consultant_profile->bio }} @else - @endif

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{{ $consultant->expectations->current_salary_with_symbol }}

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

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

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

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

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

{{$benefit->name}}

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

{{$benefit->name}}

@endif @endforeach @if($count == 0) - @endif @endif
@if($consultant->userjobsbenefits) @php ($count = 0)@endphp @foreach($consultant->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($consultant->educations) > 0)
    @foreach($consultant->educations as $key => $education)
  • {{$education->title}} @if($education->qualifications)({{$education->qualifications->name}})@endif

  • @endforeach
@else - @endif

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

@if(count($consultant->certificates) > 0)
    @foreach($consultant->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($consultant->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

Consultancy Experience

@if(count($consultant->consultant_experiences) > 0)
    @foreach($consultant->consultant_experiences as $key => $experience)
  • {{$experience->project_title}}

    {{$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 @if($experience->description) @endif
  • @endforeach
@else - @endif

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

@if(count($consultant->references) > 0)
    @foreach($consultant->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