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