| S.No | Branch | Entry Date | Total Staff | Managers | Kitchen Staff | Actions |
|---|---|---|---|---|---|---|
| {{ $staffCounts->firstItem() + $key }} | {{ $count->branch->branch_name ?? 'N/A' }} | {{ $count->entry_date }} | {{ $count->total_staff_count }} | {{ $count->managers_count ?? 0 }} | {{ $count->kitchen_staff_count ?? 0 }} |
|
|
No staff count entries found. |
||||||
@if($staffCounts instanceof \Illuminate\Pagination\LengthAwarePaginator)
{{ $staffCounts->withQueryString()->links() }}
@endif