{{$candidates->total()}} Records

{{-- --}} @if(count($candidates) > 0) @foreach ($candidates as $candidate) {{-- --}} {{-- --}} {{-- --}} @endforeach @else @endif
Name Firm Email Title LocationLast Lateral MoveValidation Url Source Code Created At Status Actions
@if(!empty($candidate->image)) @else @endif {{$candidate->full_name}} {{$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
{{ $candidates->onEachSide(1)->links('pagination::bootstrap-5') }}