@foreach($categories as $category) @foreach($products as $product) @if($i ==0) @if($product->category_id == $category ->id ) @endif @endif @endforeach @endforeach