Logo

Rapport de commande : {{ $start_date }} au {{ $end_date }}

Client : {{ $customer }}

@foreach ($commandes as $key => $commande) @endforeach
# Dépôt Récuperation Désignation Quantité Prix Montant
0{{ $key + 1 }} {{ \Carbon\Carbon::parse($commande->start_date)->format('d/m/Y') }} {{ \Carbon\Carbon::parse($commande->end_date)->format('d/m/Y') }} {{ $commande->nombre }} {{ $commande->quantity }} {{ number_format($commande->price, 0, '.', ' ') }} GNF {{ number_format($commande->montant, 0, '.', ' ') }} GNF
Total {{ $quantity_sum }} {{ number_format($commandes_sum, 0, '.', ' ') }} GNF
Paiements {{ number_format($paiements, 0, '.', ' ') }} GNF
Montant restant {{ number_format(($commandes_sum - $paiements), 0, '.', ' ') }} GNF