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

General Info

{{--

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

--}}
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 {{--

GenderMale

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

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

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

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

@endif @if($candidate->address)

Address{{$candidate->address->address_1}},{{$candidate->address->city->title}},

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

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

@endif

Documents

@foreach ($documents as $document) @if($document->slug == "cv")
CV
@if($candidate->documents->find($document->id)) @else

No CV uploaded

@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
Passport
22 Days
{{--
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') @livewire('dashboard.candidate.profile.modals.general-info-modal') @livewire('dashboard.consultants-dashboard.modal.view-documents', key(rand())) @endpush