@livewire('dashboard.consultants-dashboard.candidates.candidated-percent-circle', ['candidate' => $candidate->id, 'show' => 'all'], key(rand()))

General Info

Full Name {{$candidate->user->first_name}} {{$candidate->user->last_name}}
@if($candidate->changes_request && ($candidate->changes_request_arg('first_name') || $candidate->changes_request_arg('last_name'))) @if ($candidate->changes_request_arg('first_name')) @else @endif @endif
@if($candidate->user->birthday)

Date of Birth {{\Carbon\Carbon::parse($candidate->user->birthday)->format('d/m/Y')}}

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

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

@endif @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 @if($candidate->user->phone)

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

@endif @if($candidate->compliant) @if(!$candidate->vetting_file) @else @endif @endif

Qualifications

@foreach ($candidate->reference_contacts as $reference)
{{$reference->name}}
@endforeach

Refrences

{{-- @foreach ($candidate->reference_contacts as $reference) --}}
{{$reference->name}}
@endforeach

Documents

@foreach ($documents as $document) @if($document->slug == "cv")
CV
@if($candidate->documents->find($document->id)) @else @endif
@else
{{$document->title}}
@if($candidate->documents->find($document->id) && ($candidate->documents->find($document->id)->consoltunt_seen_docs || $candidate->documents->find($document->id)->consoltunt_approved_the_docs)) @if($candidate->documents->find($document->id) && $candidate->documents->find($document->id)->consoltunt_seen_docs)
@endif @if($candidate->documents->find($document->id) && $candidate->documents->find($document->id)->consoltunt_approved_the_docs)
@endif @if($candidate->documents->find($document->id) && ($candidate->documents->find($document->id)->consoltunt_seen_docs || $candidate->documents->find($document->id)->consoltunt_approved_the_docs)) @endif @endif
@endif @endforeach
@if($candidate->uk_irish_citizen)
TrustID checkup
@else
Sharecode
@endif
@if($candidate->uk_irish_citizen)
@else @if($candidate->consoltunt_seen_share_code)
@endif @if($candidate->consoltunt_approved_share_code)
@endif @endif
@if($candidate->uk_irish_citizen) @else
@endif
Passport
22 Days

Childcare Disqualification Regulations Declaration

Cautions or convictions Held
@if($candidate->dbs_automaticly_updated) Yes @else No @endif
@if(isset($reference) && $reference) @endif
DBS Update Service Registered
@if($candidate->dbs_automaticly_updated) Yes @else No @endif
@if(isset($reference) && $reference) @endif
Strengths & Weaknesses
@foreach ($candidate->strenght_weaknesses as $existing_weakness)

{{$existing_weakness->title}}

@php $bg_gray = 5; @endphp @if($existing_weakness && isset($existing_weakness->pivot->percent)) @php $bg_gray = $bg_gray - $existing_weakness->pivot->percent; @endphp @for ($i = 1; $i <= $existing_weakness->pivot->percent; $i++)
@endfor @endif @for ($i = 1; $i <= $bg_gray; $i++)
@endfor
@endforeach
@push('modals') @endpush