VAT Invoice {{ $invoice->invoice_no }}

Issued {{ $invoice->issued_at->format('d/m/Y') }} — Order {{ $order->order_id }}

{{ $supplierName }}
{{ $supplierAddress }}
VAT number: {{ $vatNumber ?: '—' }}

{{ $order->from_address }} → {{ $order->to_address }}

@foreach ($invoice->line_items as $item) @endforeach
DescriptionAmount (GBP)
{{ $item['label'] }}£{{ number_format((float) $item['amount'], 2) }}
Total£{{ number_format((float) $invoice->amount, 2) }}

{{ $invoice->vat_notice_text }}