Candidate Details
@if(!empty(count($candidate->getDuplicates)))
@foreach($candidate->getDuplicates as $duplicate)
-
Duplicate
@include('candidates::partials.duplicate-merge', ['duplicate_id' => $duplicate->old_candidate_id])
@endforeach
@endif
This Candidate is hidden. Only CATS Administrators can view it or search for it. To make it visible by the site users, click Here.
@endif-
@foreach($candidate->attachments as $attachment)
- {{ $attachment->original_filename }} Remove @endforeach
Job Orders for Candidates
Match | Ref. Number | Title | Company | Owner | Added | Entered By | Status | Action |
---|---|---|---|---|---|---|---|---|
{{ $joborder->designation }} | {{ !empty($joborder->company) ? $joborder->company->company_name : '' }} | {{ !empty($joborder->ownerUser) ? $joborder->ownerUser->name : '' }} | {{ convertDateTimeToDate($joborder->created_at) }} | {{ !empty($joborder->createdBy) ? $joborder->createdBy->name : '' }} | {{ !empty($pipeline->candidateStatus) ? $pipeline->candidateStatus->short_description : ''}} | Change Status Delete |