Pending Employers

Awaiting verification

{{ count($pendingEmployers ?? []) }}
@forelse ($pendingEmployers ?? [] as $employer)

{{ $employer->name ?? 'Unknown Employer' }}

{{ $employer->country ?? '-' }}

{{ $employer->verification_status ?? 'under_review' }}

@empty

No pending employers

All caught up!

@endforelse
@if (count($pendingEmployers ?? []) > 5)
View all pending →
@endif