@foreach($productSectionsProducts as $key => $productSectionProduct) @php $category = App\Models\Category::select(['name', 'slug', 'id'])->find($key); @endphp

{{ $category->name }}

View All
@foreach($productSectionProduct as $product) @endforeach
@endforeach