![]() {{ $sale->magasin->name ?? 'ETS BHANTAL GLOBAL' }} Contact : {{ $sale->magasin->contact ?? '' }} Adresse : {{ $sale->magasin->address ?? '' }} Date : {{ \Carbon\Carbon::parse($sale->date)->format('d/m/Y') }} |
ETS BHANTAL GLOBAL Commerce général
FACTURE
|
Client Nom : {{ $sale->client->fullname ?? '-' }} Contact : {{ $sale->client->contact ?? '-' }} Adresse : {{ $sale->client->address ?? '-' }} |
| Référence | Produit | Quantité | Prix | Total |
|---|---|---|---|---|
| {{ $sale->reference }} | {{ $item->product->name ?? '-' }} | {{ $item->quantity }} | {{ number_format($item->price,0,',',' ') }} GNF | {{ number_format($item->quantity * $item->price,0,',',' ') }} GNF |
| Mode de paiement : @if ($sale->amountSale->remaining_amount == 0) Achat @else Crédit @endif |
|
![]() {{ $sale->magasin->name ?? 'ETS BHANTAL GLOBAL' }} {{ $sale->magasin->contact ?? '' }} {{ $sale->magasin->address ?? '' }} Date : {{ \Carbon\Carbon::parse($sale->date)->format('d/m/Y') }} |
ETS BHANTAL GLOBAL Commerce général
BON DE LIVRAISON
|
Client {{ $sale->client->fullname ?? '-' }} {{ $sale->client->contact ?? '-' }} {{ $sale->client->address ?? '-' }} |
| Référence | Produit | Quantité |
|---|---|---|
| {{ $sale->reference }} | {{ $item->product->name ?? '-' }} | {{ $item->quantity }} |