| Référence | Date | Total | Payé | Reliquat | Articles |
|---|---|---|---|---|---|
| {{ $achat->reference }} | {{ \Carbon\Carbon::parse($achat->date)->format('d/m/Y') }} | {{ number_format($achat->amountAchat->amount_items, 0, '.', ' ') }} GNF | {{ number_format($achat->amountAchat->amount_paiements, 0, '.', ' ') }} GNF | {{ number_format($achat->amountAchat->reliquat, 0, '.', ' ') }} GNF |
@foreach($achat->item_achats as $item)
{{ $item->name }} —
Q: {{ $item->quantity }} —
P: {{ number_format($item->price, 0, '.', ' ') }} GNF
@endforeach
|
| Aucun achat trouvé. | |||||