General Info
Full Name {{$candidate->user->first_name}} {{$candidate->user->last_name}}
Age {{\Carbon\Carbon::parse($candidate->user->birthday)->age}}
Email {{$candidate->user->email}}
@if($candidate->changes_request && $candidate->changes_request_arg('email')) @endifPhone Number{{$candidate->user->phone}}
@if($candidate->changes_request && ($candidate->changes_request_arg('phone'))) @if ($candidate->changes_request_arg('phone')) @endif @endifAddress
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
Address 2 {{$candidate->address->address_2}}
@endifDocuments
@foreach ($documents as $document) @if($candidate->documents->find($document->id) && $candidate->documents->find($document->id)->consoltunt_approved_the_docs) @if($document->slug == "cv") @elseReferences
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