loading waiting approval refresh

This commit is contained in:
hafifierahman
2025-06-17 02:23:00 +08:00
committed by Hafifie PKB
parent 9255991a1d
commit adf0226f2b
3 changed files with 40 additions and 12 deletions
+7
View File
@@ -3800,4 +3800,11 @@ class GadaiController extends Controller
return response()->json($view);
}
public function getApprovalFromOperation(Request $request){
$ansuranserv = new AnsServ($request->kodcaw);
$view = $ansuranserv->getApprovalFromOperation($request);
return response()->json($view);
}
}