Date | Produit | TypeSortie | Client | Qauntité | Montant |
---|---|---|---|---|---|
{{ \Carbon\Carbon::create($sell['date'])->isoFormat('ll') }}
|
{{ $sell['product']->name }}
|
{{ $sell['out_type'] }}
|
{{ ($sell['customer'])?$sell['customer']->name:"" }}
|
{{ $sell['sell_quantity'] }}
|
{{ number_format($sell['amount'], 0, ',', ' ') }} FCFA
|
Créer le {{ \Carbon\Carbon::now()->isoFormat('lll') }}
@endforeach