@foreach ($data['products'] as $key=>$item) @php $price_max = $item->product_prices()->orderBy('price', 'desc')->first(); $price_min = $item->product_prices()->orderBy('price', 'asc')->first(); $color = []; $storage = []; $priecs = []; $product_specifications = $item->specification_values; foreach ($product_specifications as $pskey => $psvalue) { $color [] = $psvalue; } @endphp