Ejemplo n.º 1
0
 public function getMOP()
 {
     $data = PurchaseOrders::getMOP();
     return response()->json($data);
 }