@foreach ($products as $product) @endforeach
id Produits Categorie en stock Attribut : valeur Active
{{$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