@if($invoice->notes) @endif

Commission Invoice Ready

A commission invoice has been sent to finance by {{ $senderName }}.

@if($invoice->supplier_invoice_ref) @endif
Customer: {{ $invoice->customer?->name ?? 'Unknown' }}
Reference: {{ $invoice->reference ?? '—' }}
Supplier Ref: {{ $invoice->supplier_invoice_ref }}
Invoice Date: {{ $invoice->invoice_date?->format('d M Y') ?? '—' }}
Drops: {{ $invoice->drops()->count() }}
Total Qty: {{ number_format($invoice->total_qty ?? 0) }}
Total Value: £{{ number_format($invoice->total_value ?? 0, 2) }}

Notes:

{{ $invoice->notes }}

View in SL Invoicing
Commission Invoice Notification - Robert Todd's