@if($quotation->company->logo_path)
@endif{{ $quotation->company->legal_name }}
{{ $quotation->company->address }}
TRN: {{ $quotation->company->trn }}
{{ $quotation->company->phone }} · {{ $quotation->company->email }}

QUOTATION

{{ $quotation->quotation_number }}
Date: {{ $quotation->quotation_date->format('d M Y') }}
Valid Until: {{ $quotation->expiry_date?->format('d M Y')??'—' }}

To: {{ $quotation->party->legal_name }}
{{ $quotation->party->billing_address }}
TRN: {{ $quotation->party->trn }}

@foreach($quotation->items as $i)@endforeach
#ServiceRouteVehicleQtyRateVATTotal
{{ $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) }}
Subtotal{{ number_format((float)$quotation->subtotal,2) }}
Discount{{ number_format((float)$quotation->discount_total,2) }}
VAT{{ number_format((float)$quotation->vat_total,2) }}
Total{{ $quotation->currency_code }} {{ number_format((float)$quotation->grand_total,2) }}
Payment Terms: {{ $quotation->payment_terms }}

Terms & Conditions
{{ $quotation->terms }}
Prepared By
Authorised Signature
Company Stamp