@php $colr = ['green','blue','pink','red','orange2','blue2'] @endphp @foreach($products_counts as $k=>$pCount)
{{$pCount->name}} ({{$pCount->cat_name}})
Items : {{$pCount->total_items}}       Out of stock : {{$pCount->out_of_stock_items}}
@endforeach