@if (session()->has('message'))
{{ session('message') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@foreach($statusLabels as $statusKey => $statusLabel)
{{ $statusLabel }} {{ ($columns[$statusKey] ?? collect())->count() }}
@foreach($columns[$statusKey] ?? [] as $app)
{{ $app->candidate->name }}
{{ \Illuminate\Support\Str::limit($app->jobPosting->title, 28) }}
@endforeach
@endforeach
@if($rejectModalAppId) @endif