{{ $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 ?? '-' }}
@foreach($sale->items as $item) @endforeach
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
Total {{ number_format($sale->amountSale->amount ?? 0,0,',',' ') }} GNF
Payé {{ number_format($sale->amountSale->payments_amount ?? 0,0,',',' ') }} GNF
Reste {{ number_format($sale->amountSale->remaining_amount ?? 0,0,',',' ') }} GNF

{{ $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 ?? '-' }}
@foreach($sale->items as $item) @endforeach
Référence Produit Quantité
{{ $sale->reference }} {{ $item->product->name ?? '-' }} {{ $item->quantity }}
Client Vendeur