Ejemplo n.º 1
0
 public function getmrp($id)
 {
     $mrps = Mrp::where('product_id', $id)->get();
     return response()->json($mrps);
 }