{{ __("Candidate") }} | {{ __("Job Title") }} | {{ __("CV") }} | {{ __("Date Applied") }} | {{ __("Status") }} | {{ __("Actions") }} | |
---|---|---|---|---|---|---|
@if(!empty($row->candidateInfo->getAuthor->getDisplayName()))
|
{{$row->jobInfo->title}} | @if(!empty($row->cvInfo->file_id)) @php $file = (new \Modules\Media\Models\MediaFile())->findById($row->cvInfo->file_id) @endphp {{ $file->file_name.'.'.$file->file_extension }} @endif | {{ display_date($row->created_at) }} | {{ $row->status }} |
{{ __("Applied Detail") }}{{ __("Candidate:") }}
@if(!empty($row->candidateInfo->getAuthor->getDisplayName()))
{{ __('Job Title:') }}
{{ __("CV:") }}
@if(!empty($row->cvInfo->file_id))
@php $file = (new \Modules\Media\Models\MediaFile())->findById($row->cvInfo->file_id) @endphp
{{ $file->file_name.'.'.$file->file_extension }}
@endif
{{ __("Message:") }}
{{ $row->message }}
{{ __("Date Applied:") }}
{{ display_date($row->created_at) }}
{{ __("Status:") }}
{{ $row->status }}
|
|
{{__("No data")}} |