| # | Référence | Date | Produits | Montant | Payé | Reste | Action |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $purchase->reference }} | {{ \Carbon\Carbon::parse($purchase->date)->format('d/m/Y') }} |
@foreach($purchase->items as $item)
{{ number_format($item->quantity,0,',',' ') }}
{{ $item->product?->unit }}
-
{{ $item->product?->name }}
@endforeach
|
{{ number_format($amount,0,'.',' ') }} FCFA | {{ number_format($paid,0,'.',' ') }} FCFA | {{ number_format($reste,0,'.',' ') }} FCFA | |
| Aucun achat trouvé | |||||||