@forelse($shopProducts as $key => $shopProduct) {{++$key}} {{$shopProduct->product->name}} {{$shopProduct->product->category->name}} {{$shopProduct->quantity}} {{$shopProduct->price}} €
{{$shopProduct->is_published?'Publié':'Non publié'}}
@empty {{_("Il n'a aucun produit pour l'instant")}} @endforelse