Quotation Reference: {{ $quotation->quote_no }}
| Description | Qty | Unit Price | Discount | Line Total |
|---|---|---|---|---|
| {{ $i->description }} | {{ $i->quantity }} | {{ format_inr($i->unit_price) }} | {{ format_inr($i->discount) }} | {{ format_inr($i->line_total) }} |
Subtotal: {{ format_inr($quotation->subtotal) }}
Tax / GST: {{ format_inr($quotation->tax) }}