@props([
'selected' => \App\Support\EmployeeStatus::ACTIVE,
'label' => 'Employees',
'labelClass' => 'form-label mb-1',
'submit' => true, // false where the page reloads its own data (Live Screens)
'id' => null,
])
{{-- The All/Active/Inactive filter shared by every employee list. Active is the
default: leavers keep their tracked history, so an unfiltered list would
quietly grow forever with people who no longer work here. --}}