To: {{ $quotation->party->legal_name }}
{{ $quotation->party->billing_address }}
TRN: {{ $quotation->party->trn }}
| # | Service | Route | Vehicle | Qty | Rate | VAT | Total |
|---|---|---|---|---|---|---|---|
| {{ $i->line_number }} | {{ $i->description }} | {{ $i->route?->name }} | {{ $i->vehicle_type }} | {{ $i->quantity }} | {{ number_format((float)$i->unit_rate,2) }} | {{ number_format((float)$i->vat_amount,2) }} | {{ number_format((float)$i->line_total,2) }} |