Issued {{ $invoice->issued_at->format('d/m/Y') }} — Order {{ $order->order_id }}
{{ $supplierName }}
{{ $supplierAddress }}
VAT number: {{ $vatNumber ?: '—' }}
{{ $order->from_address }} → {{ $order->to_address }}
| Description | Amount (GBP) |
|---|---|
| {{ $item['label'] }} | £{{ number_format((float) $item['amount'], 2) }} |
| Total | £{{ number_format((float) $invoice->amount, 2) }} |
{{ $invoice->vat_notice_text }}