tambah function laporan lelong admin

This commit is contained in:
BTMS2
2025-02-26 15:48:14 +08:00
parent 1206b98334
commit bfbf874f92
2 changed files with 114 additions and 0 deletions
+4
View File
@@ -448,6 +448,10 @@ $router->group(['prefix'=>'api'], function () use ($router){
$router->get('lookupalasan',['uses' => 'PolisController@LookupAlasan']);
$router->get('polis/laporan',['uses' => 'PolisController@LaporanPolis']);
//laporanlelong adminportal
$router->get('laporan/lelong',['uses' => 'LelongController@LaporanLelong']);
$router->get('lookupbatchlel/{kodcaw}',['uses' => 'LelongController@LookupBatchLel']);