Nom | Quantité Disponible | PU De Vente | Status |
---|---|---|---|
{{--
{{ $product->name }}
#REF {{ $product->reference }} | CAT: {{ $product->category->name }}
|
{{ $product->wholesale_available_quantity }} {{ ($stock)? $stock->wholesaleMeasure->unit .'s' : '' }}
{{ $product->in_detail_available_quantity }} {{ ($stock)? $stock->inDetailMeasure->unit .'s en Détail' : '' }}
|
{{ $product->wholesale_unit_selling_price }} FCFA / {{ ($stock)? $stock->wholesaleMeasure->unit : '' }}
{{ $product->in_detail_unit_selling_price }} FCFA / {{ ($stock)? $stock->inDetailMeasure->unit : '' }} en Détail
|
@if($product->wholesale_available_quantity > ($product->security_stock * 2))
Disponible
@elseif($product->wholesale_available_quantity != 0 && $product->security_stock >$product->wholesale_available_quantity)
Bientôt en manque
@push('scripts')
@endpush
@else
En Manque
@push('scripts')
@endpush
@endif
|
Créer le {{ \Carbon\Carbon::now()->isoFormat('lll') }}