ETS BHANTAL GLOBAL

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 ?? '' }}
FACTURE
@foreach($sale->items as $index => $item) @endforeach
# 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
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

ETS BHANTAL GLOBAL

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 ?? '' }}
BON DE LIVRAISON
@foreach($sale->items as $index => $item) @endforeach
# Produit Quantité
{{ $index + 1 }} {{ $item->product->name ?? '-' }} {{ $item->quantity }}

Signature Client



______________________

Signature & Cachet




______________________