Date | Produits | TypeSortie | Client | Total |
---|---|---|---|---|
{{ \Carbon\Carbon::create($sell->date)->isoFormat('ll') }}
|
@php
$achats = json_decode($sell->achats);
@endphp
@foreach($achats as $achat)
{{ $achat->sell_quantity }} {{ json_decode($achat->product)->name }},
@endforeach
|
{{ $sell->outType->name }}
|
{{ ($sell->customer)?$sell->customer->name:"" }}
|
{{ number_format($sell->total, 0, ',', ' ') }} FCFA
|
Créer le {{ \Carbon\Carbon::now()->isoFormat('lll') }}
@endforeach