percenttop5

This commit is contained in:
izzatizulkifli
2021-01-14 13:33:06 +08:00
parent a2429ab49c
commit ed313cb732
2 changed files with 44 additions and 0 deletions
+1
View File
@@ -278,4 +278,5 @@ $router->group(['prefix'=>'dashboard'], function () use ($router){
$router->post('peti_besi',['uses'=>'GadaiController@petiBesiCawangan']);
$router->get('percentCawangan',['uses'=>'GadaiController@percent']);
$router->get('percentCawanganTop5',['uses'=>'GadaiController@percentTop5']);
});