{{ auth()->user()->company?->legal_name }}

TRN: {{ auth()->user()->company?->trn }}

{{ strtoupper($note->side.' '.$note->note_type.' note') }}

{{ $note->note_number }}
{{ $note->note_date->format('d M Y') }}

Party: {{ $note->party?->legal_name }}
Original: {{ $note->invoice?->invoice_number ?? $note->bill?->bill_number }}
Reason: {{ $note->reason }}

@foreach($note->items as $i)@endforeach
DescriptionQtyRateVATTotal
{{ $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 TotalAED {{ number_format((float)$note->grand_total,2) }}