Welcome, {{ $agent->name }}. Here are your candidates and their current steps.
Your candidates grouped by company.
| Candidate | Passport | Destination | Company | Current Step | Action |
|---|---|---|---|---|---|
|
@if(!empty($c->photo_path))
{{ strtoupper(mb_substr($c->full_name ?? 'C', 0, 1)) }}
@endif
{{ $c->full_name }}
{{ $c->phone ?? '-' }}
|
{{ $c->passport_no }}
@if(!empty($c->passport_file_path))
Passport File
@else
No file
@endif
|
{{ $c->destination_country ?? '-' }} | {{ $c->company?->name ?? '-' }} | @php $step = $c->recruitmentCase?->currentStep?->name; @endphp {{ $step ?? 'Not set' }} | View → |
| No candidates assigned to you yet. | |||||