Fix on data for article, problem with id on polymorphic
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user