@extends('layouts.app') @section('title', 'PPE Issuances') @section('content')
Track PPE issuance and return records
Total
{{ $stats['total'] }}
Active
{{ $stats['active'] }}
Expired
{{ $stats['expired'] }}
Expiring Soon
{{ $stats['expiring_soon'] }}
Need Inspection
{{ $stats['needs_inspection'] }}
| Reference | Item | Issued To | Issue Date | Expiry Date | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $issuance->reference_number }} |
{{ $issuance->ppeItem->name }}
Qty: {{ $issuance->quantity }}
|
{{ $issuance->issuedTo->name }} | {{ $issuance->issue_date->format('M d, Y') }} | {{ $issuance->expiry_date ? $issuance->expiry_date->format('M d, Y') : 'N/A' }} | {{ ucfirst($issuance->status) }} | View |
| No issuances found | ||||||