Example #1
0
 public function get_element_product($id, $element)
 {
     $a = Template::get_Product($id, $element);
     return Response::json($a);
 }