Référence : {{ $sale->reference }} - Date : {{ \Carbon\Carbon::parse($sale->date)->format('d/m/Y') }}
Client{{ $sale->client->fullname ?? '-' }}{{ $sale->client->contact ?? '-' }} {{ $sale->client->address ?? '-' }} |
{{ $sale->magasin->name ?? '' }} {{ $sale->magasin->contact ?? '' }} {{ $sale->magasin->address ?? '' }} |
| # | Produit | Qté | Prix | Total |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->product->name ?? '-' }} | {{ $item->quantity }} | {{ number_format($item->price,0,',',' ') }} GNF | {{ number_format($item->quantity * $item->price,0,',',' ') }} GNF |
Référence : {{ $sale->reference }} - Date : {{ \Carbon\Carbon::parse($sale->date)->format('d/m/Y') }}
Client{{ $sale->client->fullname ?? '-' }}{{ $sale->client->contact ?? '-' }} {{ $sale->client->address ?? '-' }} |
{{ $sale->magasin->name ?? '' }} {{ $sale->magasin->contact ?? '' }} {{ $sale->magasin->address ?? '' }} |
| # | Produit | Quantité |
|---|---|---|
| {{ $index + 1 }} | {{ $item->product->name ?? '-' }} | {{ $item->quantity }} |
|
Signature Client ______________________ |
Signature & Cachet ![]() ______________________ |