Détail Vente : {{ $sale->reference }}

Société ou Responsable : {{ optional($sale->customer)->company ?: optional($sale->customer)->responsable }}
Contact : {{ optional($sale->customer)->contact }}
🖨 Imprimer
⛽ Quantité Totale

{{ number_format($totalQuantity, 0, '.', ' ') }} l

💰 Prix Total

{{ number_format($totalAmount, 0, '.' ,' ') }} FCFA

✅ Payé

{{ number_format($paidAmount, 0, '.' ,' ') }} FCFA

📉 Reste à payer

{{ number_format($resteAmount, 0, '.' ,' ') }} FCFA

Taux de paiement {{ $paymentPercent }}%
Lignes de Vente
@if($sale->items->count() > 0) @foreach($sale->items as $item) designation) == 'gasoil') class="table-warning" @elseif(strtolower($item->designation) == 'super') class="table-info" @endif > @endforeach @else @endif
Camion Désignation Qté Manquant Prix Total Note
{{ $item->camion }} {{ $item->designation }} {{ number_format($item->quantity, 0, '.', ' ') }} l {{ number_format($item->manquant, 0, '.', ' ') }} l {{ number_format($item->price, 0, '.', ' ') }} FCFA {{ number_format($item->amount, 0, '.', ' ') }} FCFA {{ $item->note ?? '-' }}
Aucune vente trouvée.