Quotation
| Description | Qty | Unit Price | Total |
|---|---|---|---|
| {{ $line->description }} | {{ $line->quantity }} | {{ number_format($line->unit_price, 2) }} | {{ number_format($line->line_total, 2) }} |
| Subtotal: | {{ number_format($quotation->subtotal, 2) }} |
| Tax: | {{ number_format($quotation->tax_amount, 2) }} |
| Total: | {{ number_format($quotation->total_amount, 2) }} |
{{ $quotation->notes }}
@endif