| # | Client | Contact | Total vente | Total payé | Reste | Progression | Action |
|---|---|---|---|---|---|---|---|
| {{ $key+1 }} |
{{ $customer->company }}{{ $customer->name }} |
{{ $customer->contact }} | {{ number_format($saleAmount, 0, '.', ' ') }} FCFA | {{ number_format($paid, 0, '.', ' ') }} FCFA | {{ number_format($reste, 0, '.', ' ') }} FCFA |
{{ $percent }} %
|
Voir |
Aucun crédit clientTous les clients sont soldés |
|||||||