General Info

Full Name {{$candidate->user->first_name}} {{$candidate->user->last_name}}

@if($candidate->user->birthday)

Age {{\Carbon\Carbon::parse($candidate->user->birthday)->age}}

@endif {{-- @if($candidate->user->email)

Email {{$candidate->user->email}}

@if($candidate->changes_request && $candidate->changes_request_arg('email')) @endif
@endif @if($candidate->user->phone)

Phone Number{{$candidate->user->phone}}

@if($candidate->changes_request && ($candidate->changes_request_arg('phone'))) @if ($candidate->changes_request_arg('phone')) @endif @endif
@endif --}}

Address

@if($candidate->address)

Address @if($candidate->address) {{$candidate->address->address_1}} @if($candidate->address->city) ,{{$candidate->address->city->title}} @endif @if($candidate->address->post_code) ,{{$candidate->address->post_code}} @endif @if($candidate->address->region) ,{{$candidate->address->region->title}} @endif @if($candidate->address->region) ,{{$candidate->address->country->title}} @endif @endif

@endif
@if($candidate->address && $candidate->address->address_2)

Address 2 {{$candidate->address->address_2}}

@endif
{{-- Documents --}}

Documents

@foreach ($documents as $document) @if($candidate->documents->find($document->id) && $candidate->documents->find($document->id)->consoltunt_approved_the_docs) @if($document->slug == "cv") @else
{{$document->title}}
@if($candidate->documents->find($document->id)) @endif
@endif @endif @endforeach
@if($candidate->uk_irish_citizen && $candidate->TrustIdCheckUp && $candidate->TrustIdCheckUp->pdf && $candidate->TrustIdCheckUp->consoltunt_approved_the_docs)
Right to work in the UK / TrustID checkup
@elseif($candidate->share_code && $candidate->share_code->consoltunt_seen_share_code)
Right to work in the UK / Sharecode
@endif
@if($candidate->TrustIdCheckUp && $candidate->TrustIdCheckUp->pdf) View file @elseif($candidate->share_code && $candidate->share_code->share_code_path && $candidate->share_code->consoltunt_seen_share_code) View file @endif
{{-- End Documents --}} {{-- References --}}

References

@if($candidate->reference_contacts && count($candidate->reference_contacts) > 0) @foreach ($candidate->reference_contacts as $reference) @if($reference->show_references_to_client)
{{$reference->establishment_name}}
Name:
{{$reference->name}}
Email:
{{$reference->email}}
Phone Number:
{{$reference->phone}}
Relationship:
{{$reference->relationship}}
Establishment:
{{$reference->establishment_name}}
Date know from:
{{ Carbon\Carbon::parse($reference->date_referee_from)->format('M, Y') }}
@endif @endforeach @endif
@if($candidate->level_qualification && $candidate->level_qualification_approved_by_consultant_date)

Qualifications

Qualifications {{$candidate->level_qualification}} @if($candidate->level_qualification_approved_by_consultant_date) (Checked on {{\Carbon\Carbon::parse($candidate->level_qualification_approved_by_consultant_date)->toFormattedDateString()}}) @endif

@if($candidate->qualification_files) @foreach ($candidate->qualification_files as $file) View qualification @endforeach @endif
@endif