Party: {{ $note->party?->legal_name }}
Original: {{ $note->invoice?->invoice_number ?? $note->bill?->bill_number }}
Reason: {{ $note->reason }}
| Description | Qty | Rate | VAT | Total |
|---|---|---|---|---|
| {{ $i->description }} | {{ $i->quantity }} | {{ number_format((float)$i->unit_rate,2) }} | {{ number_format((float)$i->vat_amount,2) }} | {{ number_format((float)$i->line_total,2) }} |
| Grand Total | AED {{ number_format((float)$note->grand_total,2) }} | |||