Account for issued uniforms and close an employee’s record safely.
Only active employees with outstanding uniform issues are shown.
| Date | Employee | Items accounted | Outcome | Status |
|---|---|---|---|---|
| {{ $handover->handover_date->format('d M Y') }} | {{ $handover->employee->name }}{{ $handover->employee->employee_no }} | {{ $handover->items->sum('quantity') }} units | @foreach($handover->items->groupBy('condition') as $condition => $items){{ $items->sum('quantity') }} {{ str_replace('_',' ',$condition) }} @endforeach | Completed |
| Completed employee handovers will appear here. | ||||