Customer
{{ $quote->customer->name }}
{{ $quote->customer->email }} - {{ $quote->customer->phone }}
Expires {{ $quote->expiry_date?->format('d M Y') }}
| Description | Qty | Unit price | VAT | Total |
|---|---|---|---|---|
| {{ $item->description }} per {{ $item->unit }} |
{{ number_format((float)$item->quantity, 2) }} | KES {{ number_format((float)$item->unit_price, 2) }} | KES {{ number_format((float)$item->tax_amount, 2) }} | KES {{ number_format((float)$item->line_total, 2) }} |