| {{ translate('Candidate Name') }} | {{ translate('Career Summary') }} | {{ translate('Actions') }} |
|---|---|---|
|
@if (fileExists('candidates', $applyJob->candidate?->candidate_image) == true &&
$applyJob->candidate->candidate_image !== '')
@if (isset($applyJob->candidate?->candidate_qualification))
{{ translate('Applied On') }}:{{ customDateFormate($applyJob?->created_at, $format = 'd M, Y') }} |
@if (isset($applyJob->candidate?->candidate_current_job_place)) {{ $applyJob->candidate?->candidate_current_job_place ?? '' }} @endif @if (isset($applyJob->candidate?->profession?->name)) {{ $applyJob->candidate?->profession?->name }} @endif
|
|
| {{ translate('No candidate applied.') }} | ||