percentgadai

This commit is contained in:
izzatizulkifli
2021-01-14 11:39:58 +08:00
parent 88d40b864d
commit 383a7d7257
2 changed files with 28 additions and 0 deletions
+2
View File
@@ -276,4 +276,6 @@ $router->group(['prefix'=>'dashboard'], function () use ($router){
$router->post('prestasi/cawangan',['uses'=>'GadaiController@prestasiCawangan']);
$router->post('peti_besi',['uses'=>'GadaiController@petiBesiCawangan']);
$router->get('percentCawangan',['uses'=>'GadaiController@percent']);
});