Produit | Quantité | PU | Remise | Montant |
---|---|---|---|---|
{{ json_decode($achat->product)->name }}
|
{{ $achat->sell_quantity }}
|
{{ $achat->unit_selling_price }}
|
{{ $achat->discount }}
|
{{ $achat->amount }}
@php $total += $achat->amount @endphp
|
TOTAL | {{ number_format($total, 2, ',', ' ') }} FCFA |