| Ref | Procurement | Vendor | Total Amount | Status | Issued At | Actions |
|---|---|---|---|---|---|---|
| {{ $lpo->ref }} | {{ $lpo->procurement->title ?? '—' }} | {{ $lpo->vendor->name ?? '—' }} | {{ number_format($lpo->total_amount ?? 0, 0) }} | {{ ucfirst($lpo->status) }} | {{ $lpo->issued_at ? \Carbon\Carbon::parse($lpo->issued_at)->format('M d, Y') : '—' }} | View @if($lpo->status === 'draft') Edit @endif |
|
No LPOs found
| ||||||