Search employees and available uniform sizes without scrolling through long lists.
| Date | Employee | Uniform | Size | Qty | Status |
|---|---|---|---|---|---|
| {{ $issue->issued_at->format('d M Y') }} | {{ $issue->employee->name }}{{ $issue->employee->employee_no }} | {{ $issue->variant->item->name }} | {{ $issue->variant->size }} | {{ $issue->quantity }} | {{ str_replace('_',' ', ucfirst($issue->status)) }} |
| No issue records yet. | |||||