Fix on data for article, problem with id on polymorphic

This commit is contained in:
Ludovic CANDELLIER
2022-01-18 00:08:04 +01:00
parent 050fd76122
commit 3641bd7d68
5 changed files with 63 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
<div class="row">
@foreach ($articles as $article)
@foreach ($articles as $product_name => $article)
<div class="col-sm-3 col-lg-2">
@include('Shop.Articles.partials.article')
</div>