Agent Dashboard

Welcome, {{ $agent->name }}. Here are your candidates and their current steps.

View All Candidates
Total Candidates
{{ number_format($total ?? 0) }}
Your Phone
{{ $agent->phone ?? '-' }}

Company Wise Candidates

Your candidates grouped by company.

@forelse($companyStats as $stat)
{{ $stat->company_label }}
{{ number_format($stat->total) }}
Candidates
@empty
No company data found.
@endforelse
Recent Candidates
@if(!empty($search))
Search result for: {{ $search }}
@endif
@if(!empty($search)) Clear @endif
@forelse($candidates as $c) @empty @endforelse
Candidate Passport Destination Company Current Step Action
@if(!empty($c->photo_path)) Photo @else
{{ 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.
{{ $candidates->links() }}