From: Vincent Vanwaelscappel Date: Fri, 23 Aug 2019 12:59:16 +0000 (+0200) Subject: fix #2960 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b1cc3dc6e3ea54d84d6e2bc70db37876ad84382e;p=pmi.git fix #2960 @0:30 --- diff --git a/resources/views/pages/products.blade.php b/resources/views/pages/products.blade.php index eb81a7e..f2cdf35 100644 --- a/resources/views/pages/products.blade.php +++ b/resources/views/pages/products.blade.php @@ -94,7 +94,7 @@ {{-- Product Grid --}} @foreach($products as $id=>$product) - @include('partials.product-link',['id'=>$id,'product'=>$product]); + @include('partials.product-link',['id'=>$id,'product'=>$product]) @endforeach