@extends('pages.product.layout') @section('body')
|
Désignation | Prix | Produite | Commandée | Disponible | Actions |
---|---|---|---|---|---|---|
|
![]()
{{ $product->name }}
{{ $product->category->name }}
|
CFA{{ number_format($product->price, 2, '.', ' ') }}
|
{{ number_format(\App\Services\ProductService::quantity_in($product), 2, '.', ' ') }}
|
{{ number_format(\App\Services\ProductService::quantity_out($product), 2, '.', ' ') }}
|
{{ number_format($product->available_quantity, 2, '.', ' ') }}
|
Afficher |
Aucune information à afficher
|