where([ ['product_id', '=', $data['product_id']], ['spec_item_id', 'in', explode('_', $data['sku'])] ])->column('spec_item_value'); return implode(' ', $spec_item); } }