@foreach(\DB::select("select *,(select value from products_technical_spec where product_id=".
$product->id
." and technicalspec_id = technical_spec.id ) as value from technical_spec where parent_id=" .
$item_technical_spec_parent->id . " order by sort asc", array()) as $item_technical_spec )
@endforeach