예제 #1
0
 public function getBranch()
 {
     $data = PurchaseOrders::getBranch();
     return response()->json($data);
 }