@foreach($categories as $category) {{$category->title}} {{$category->title}} {{$category->title}} @endforeach
@foreach($categories as $key => $category)
@foreach($category->products->chunk(4) as $chunk)
@foreach($chunk as $product)
@endforeach
@endforeach
@endforeach