# | Date | Désignation | Nature | Capacité | Prix | Manquant | Montant |
---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ \Carbon\Carbon::parse($achat->date)->format('d/m/Y') }} | {{ $achat->designation }} | {{ $achat->nature }} | {{ $achat->capacite }} l | @money($achat->prix, 'XOF') | {{ $achat->manquant ?? 'N/A' }} | @money($achat->amount, 'XOF') |
Aucun achat disponible !
|