Account for issued uniforms and close an employee record safely.
All active employees are available. Employees with no issued uniforms can complete a clear handover.
| 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 | @forelse($handover->items->groupBy('condition') as $condition => $items){{ $items->sum('quantity') }} {{ str_replace('_',' ',$condition) }} @emptyNothing outstanding@endforelse | Completed |
| Completed employee handovers will appear here. | ||||