@php $company = $invoice->company_snapshot ?? []; $logoUrl = $invoice->logoPath() ? route('woo.public.logo', $invoice->public_token) : null; $fmt = fn (int $minor) => invoice_money($minor, $invoice->currency); @endphp
| Description | Qty | Unit | Amount |
|---|---|---|---|
| {{ $line->description }} | {{ number_format($line->quantity, 2) }} | {{ $fmt((int) $line->unit_price_minor) }} | {{ $fmt((int) $line->line_total_minor) }} |
Notes
{{ $invoice->notes }}