@if (count($category['products']) > 0)

{{$category['name']}}

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