public function getBanks()
 {
     $data = CheckDisbursements::getBanks();
     return response()->json($data);
 }