Solutions de gestion funéraire
{{ $quote->client->name }}
{{ $quote->client->billing_address_line1 }}
{{ $quote->client->billing_postal_code }} {{ $quote->client->billing_city }}
Date : {{ $quote->quote_date->format('d/m/Y') }}
Valable jusqu'au : {{ $quote->valid_until->format('d/m/Y') }}
| Description | Quantité | Prix Unitaire | Total HT |
|---|---|---|---|
| {{ $line->description }} | {{ $line->quantity }} | {{ number_format($line->unit_price, 2, ',', ' ') }} {{ $quote->currency }} | {{ number_format($line->total_ht, 2, ',', ' ') }} {{ $quote->currency }} |