| Description | Qty | Unit | Total |
|---|---|---|---|
| {{ $line->description }} | {{ $line->quantity }} | {{ $line->unit_amount }} | {{ $line->line_total }} |
| Subtotal | {{ $subtotal }} |
| Discount | {{ $discountAmount }} |
| Total | {{ $settings->currency }} {{ $total }} |
Notes: {{ $notes }}
@endif @if($footerHtml) @endif