Customer
{{ $proforma->customer->name }}
{{ $proforma->customer->billing_address }}
Validity
{{ $proforma->issued_at->format('d M Y') }} — {{ $proforma->valid_until->format('d M Y') }}
LPO / reference
{{ $proforma->lpo_number ?: $proforma->customer_reference ?: 'Not supplied' }}
Status
{{ $proforma->scope_title ?: 'Project scope' }}
{{ $proforma->subject }}
| Description | Unit | Qty / area | Rate | Discount | VAT | Total |
|---|---|---|---|---|---|---|
| {{ $item->description }} | {{ $item->unit }} | {{ number_format((float)$item->quantity,2) }} | KES {{ number_format((float)$item->unit_price,2) }} | {{ number_format((float)$item->discount_rate,2) }}% | KES {{ number_format((float)$item->tax_amount,2) }} | KES {{ number_format((float)$item->line_total,2) }} |
{{ $proforma->terms ?: 'No terms added.' }}
{{ $proforma->notes ?: 'No notes added.' }}