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