Hiring Pipeline
Visual funnel management for active candidates
@foreach($stages as $stage)
@endforeach
{{ $stage }}
{{ $pipeline[$stage]->count() }}
@foreach($pipeline[$stage] as $applicant)
@php $application = $applicant->applications->first(); @endphp
@endforeach