id
Produits
Categorie
en stock
Attribut : valeur
Active
@foreach ($products as $product)
{{$product->id}}
{{$product->name}}
{{$product->category->name}}
@if($product->check_stock) En stock @else En repture @endif
@if($product->is_active) Active @else Pas active @endif
@endforeach