komuditi dashboard

This commit is contained in:
afiq
2021-01-25 13:17:52 +08:00
parent f2bdaaad7e
commit 0ea7ce7454
2 changed files with 73 additions and 38 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ $router->group(['prefix'=>'e-arrahn'], function () use ($router){
$router->group(['prefix'=>'mobile'], function () use ($router){
$router->get('customers/{ic}',['uses'=>'CustomerController@showOneCustomerByICMobile']);
$router->get('customers/{ic}/gadai/{status}',['uses'=>'CustomerController@showOneCustomerGadaiMobile']);
$router->get('customers/{ic}/gadai/{status}/{kodcaw}',['uses'=>'CustomerController@showOneCustomerGadaiByCawanganMobile']);
$router->get('customers/{ic}/gadai/amaran/lelong',['uses'=>'CustomerController@show6BlnGadai']);
$router->get('harga_emas',['uses'=>'HargaEmasController@showAllHargaEmasMobile']);