Show Details
{{$candidate->first_name}} {{$candidate->last_name}}
@if($candidate->description)

About me {{-- --}}

{{$candidate->description}}

@endif @if($candidate->school_job_applications)

Candidate applied for this jobs:

@foreach ($candidate->school_job_applications as $job_appications) @php $job = $job_appications->school_job; @endphp
@if($job->school && $job->school->profile_photo) school->profile_photo)}}" alt="" width="54" height="54"> @else @endif
@if($job->school)

{{$job->school->title}}

@if($job->job_applied_for && count($job->job_applied_for) > 0) @foreach ( $job->job_applied_for as $jobTitle) {{$jobTitle->title}}@if($loop->iteration!= count($job->job_applied_for)), @endif @endforeach @endif • @if($job->job_contract_type && count($job->job_contract_type) > 0) @foreach ( $job->job_contract_type as $contract_type) {{$contract_type->title}}@if($loop->iteration!= count($job->job_contract_type)), @endif @endforeach @endif

#{{count($job->job_applications)}} Applicants

#{{$job->school->city->title}}, {{$job->school->city->region->title}}
@if(Auth::user()->id == $job->school->consultant_id) Your client @elseif($job->school->consultant) {{$job->school->consultant->first_name}} {{$job->school->consultant->last_name}}@endif
@endif Open Link Here
@endforeach
@endif

CV

@if($candidate->cv_path)
{{$candidate->cv}}
cv_path)}}" type="application/pdf" class="object-cover object-center w-full h-full block">

Unable to display PDF file. cv_path)}}">Download instead.

@endif @if(!$candidate->cv_path)
No Cv uploaded
@endif
{{--
Change Document
--}} @if($candidate->cv_path)
cv_path)}}" target="_blank" class="w-full block text-center bg-white border border-blue-500 rounded-md min-h-[44px] h-auto px-1 p-2.5 text-blue-500 text-base leading-tight hover:bg-blue-500 hover:text-white transition ease-in-out duration-200 group"> View CV file
cv_path)}}" download="" class="w-full block text-center bg-white border border-blue-500 rounded-md min-h-[44px] h-auto px-1 p-2.5 text-blue-500 text-base leading-tight hover:bg-blue-500 hover:text-white transition ease-in-out duration-200 group"> Download
@endif