My LPOs — ProcureFlow My Local Purchase Orders
LPOs for {{ $vendor->name ?? 'Your Company' }}
@forelse($lpos as $lpo) @empty @endforelse
Ref Procurement Total Amount Payment Terms Status Delivery Due Action
{{ $lpo->ref }} {{ $lpo->procurement->title ?? '—' }} UGX {{ number_format($lpo->total_amount ?? 0, 0) }} {{ $lpo->payment_terms ?? '—' }} {{ ucfirst($lpo->status) }} {{ $lpo->delivery_due ? \Carbon\Carbon::parse($lpo->delivery_due)->format('M d, Y') : '—' }} Submit Doc
No LPOs found.
{{ $lpos->links() }}
← Back to Portal