| Name | Firm | Title | Location | {{--Last Lateral Move | --}}Validation | Url | Source Code | Created At | Status | Actions | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@if(!empty($candidate->image))
|
{{$candidate->firm->name ?? '-'}} | {{--{{ $candidate->promotion_date ? \Carbon\Carbon::parse($candidate->promotion_date)->format('d M, Y h:i A') : '-' }} | --}}{{ $candidate->email ?? '-' }} | {{--{{ $candidate->geographic_move ? \Carbon\Carbon::parse($candidate->geographic_move)->format('d M, Y h:i A') : '-' }} | --}}
@foreach ($candidate->titles as $title)
{{ $title->name }} @endforeach |
@foreach ($candidate->firmOffices as $firmOffice)
{{ $firmOffice->display_name }} @endforeach |
{{-- {{ $candidate->last_lateral_move ? \Carbon\Carbon::parse($candidate->last_lateral_move)->format('d M, Y h:i A') : '-' }} | --}}@if ($candidate->validation == config('constants.validation.validated')) Validated @elseif($candidate->validation == config('constants.validation.not_validated')) No Validated @else Not At Employer @endif | URL | @if ($candidate->tempSourceCode || $candidate->sourceCode) Available @endif | {{$candidate->created_at ? \Carbon\Carbon::parse($candidate->created_at)->format('d M, Y') : '-' }} | {{$candidate->status}} | View Details |
| No records found | |||||||||||||