Solutions de gestion funéraire
{{ $invoice->client->name }}
{{ $invoice->client->billing_address_line1 }}
{{ $invoice->client->billing_postal_code }} {{ $invoice->client->billing_city }}
Date : {{ $invoice->invoice_date->format('d/m/Y') }}
Échéance : {{ $invoice->due_date->format('d/m/Y') }}
| Description | Quantité | Prix Unitaire | Total HT |
|---|---|---|---|
| {{ $line->description }} | {{ $line->quantity }} | {{ number_format($line->unit_price, 2, ',', ' ') }} {{ $invoice->currency }} | {{ number_format($line->total_ht, 2, ',', ' ') }} {{ $invoice->currency }} |