@foreach([
['1','Score applicants','primary'],
['2','Shortlist after interview — notifies applicant','success'],
['3','Record final outcome — offer or decline','warning'],
['4','Hire the successful candidate','dark'],
] as [$n,$desc,$col])
{{$n}}{{$desc}}
@endforeach
{{-- Main content --}}
{{-- Shortlisted panel (always shown prominently when there are shortlisted applicants) --}}
@php $shortlistedApps = $allApps->where('stage','shortlisted'); @endphp
@if($shortlistedApps->count())
Shortlisted for Final Interview
{{ $shortlistedApps->count() }}All notified by email