foreach($deger["details_attributes"] as $value) { $sku[] = $value['product_id']; $qty[] = $value["quantity"]; $total[] = $value['unit_price']; }