@extends('layouts.app') @section('title', 'Issue uniforms - UniformFlow') @section('page-heading', 'Issue uniforms') @section('content')
Employee allocation

Issue the correct size.

Search employees and available uniform sizes without scrolling through long lists.

New issue

Assign a uniform

@csrf
Issue register

Recent issues

@forelse($issues as $issue)@empty@endforelse
DateEmployeeUniformSizeQtyStatus
{{ $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.
@endsection