About

Short description

@if($candidate->other_info) {!! $candidate->other_info !!} @else

No description entered by the candidate

@endif

Availability

@if($candidate->date_available_to_start)

@else No date entered @endif

Specialism

@if($specialisms && count($specialisms) > 0) @foreach ($specialisms as $specialism)
{{$specialism->title}}
@endforeach @else

No specialism selected

@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
@if($candidate->placedNow)

Works at

{{$candidate->placedNow->school->title}}

{{$candidate->placedNow->job_title}} • {{$candidate->placedNow->contract_type->title}}

#{{$candidate->placedNow->school->address()}}

From: {{\Carbon\Carbon::parse($candidate->placedNow->date_from)->format('d.M.Y')}} To: {{\Carbon\Carbon::parse($candidate->placedNow->date_to)->format('d.M.Y')}}

Open Link Here
@endif

Finished programs

@foreach ($last_three_assessments as $answered_assessment) @if($loop->iteration <=3)
thumbnail)}}" class="object-cover object-center h-full w-full rounded-md" width="80" height="50">

{{$answered_assessment->title}}

@if($answered_assessment->provider) By {{ $answered_assessment->provider->title}} @else By Long Term Futures @endif @if($answered_assessment->subject)• {{$answered_assessment->subject}}@endif

#
@if($answered_assessment->candidate_training_program->passed_assessment) {{$answered_assessment->candidate_training_program->passed_assessment->points}} / 100 @endif
@if($answered_assessment->candidate_training_program->passed_assessment)

View assessment

@endif @if($answered_assessment->candidate_training_program->rating)

View review

@endif
@endif @endforeach
@if(count($last_three_assessments) > 3) @endif
Notes
@if($candidate->notes && count($candidate->notes) > 0)
@foreach ($candidate->notes as $note)
{!!$note->description!!}
@endforeach
@else No notes @endif

CV and Introduction Video

CV

{{-- --}} @if($cv_file) @else No date entered @endif

CV viewable By clients

Add Client viewable CVAllowed files PDF. Max size of 5MB
@if ($errors->has('cv_viewable_by_client')) {{ $errors->first('cv_viewable_by_client') }} @endif
@if($candidate->client_viewable_cv_file) @endif
@if($candidate->short_video)

Short video

@endif {{--

Introduce yourselfAdd a short 30 second video and tell us more about yourself

--}}
@livewire('dashboard.consultants-dashboard.candidates.tabs-main-view', ['candidate_id' => $candidate->id], key($candidate->id.rand()))
@push('modals') @livewire('dashboard.candidate.profile.modals.about-me-description-modal') @endpush @push('modals') @endpush