Example #1
0
 public function getelement($id)
 {
     $a = Product::Detail_Element($id);
     return Response::json($a);
 }