{{ $commande->client->adresse }}
{{ $commande->client->phone }}
CMD-{{ $commande->reference }}
{{ \Carbon\Carbon::parse($commande->start_date)->format('d/m/Y') }}
{{ \Carbon\Carbon::parse($commande->end_date)->format('d/m/Y') }}
| Détail de la commande | Quantité | Prix Achat Unitaire | Montant |
|---|---|---|---|
| {{ $detail->designation }} | {{ $detail->quantity }} | {{ number_format($detail->price, 0, '.', ' ') }} GNF | {{ number_format($detail->amount, 0, '.', ' ') }} GNF |
| {{ amount_en_lettres($sum_commandes) }} GNF | Total | {{ number_format($commande->amount, 0, '.', ' ') }} GNF | |
| Avance | {{ number_format(($commande->amount - $commande->reliquat), 0, '.', ' ') }} GNF | ||
| Reste à payé | {{ number_format($commande->reliquat, 0, '.', ' ') }} GNF | ||
Promoteur
MAMADY SACKO