@if (count($category['products']) > 0)
{{$category['name']}}
@foreach($category['products'] as $key=>$product) @if($key < 4)
@include('web-views.partials._feature-product',['product'=>$product, 'decimal_point_settings'=>$decimalPointSettings]) {{-- @include('web-views.partials._category-single-product',['product'=>$product,'decimal_point_settings'=>$decimal_point_settings])--}}
@endif @endforeach
@endif