| Proforma | Customer | Issued | LPO / reference | Status | Total |
|---|---|---|---|---|---|
| {{ $proforma->proforma_number }} {{ $proforma->items_count }} line {{ Str::plural('item',$proforma->items_count) }} | {{ $proforma->customer->name }} | {{ $proforma->issued_at->format('d M Y') }} Valid to {{ $proforma->valid_until->format('d M Y') }} | {{ $proforma->lpo_number ?: $proforma->customer_reference ?: '—' }} | {{ $proforma->currency }} {{ number_format((float)$proforma->total_amount,2) }} | |
| No proforma invoices match the current filters. | |||||