add khazanah di sag

This commit is contained in:
unknown
2024-10-08 15:17:44 +08:00
parent 536794900e
commit 7b85a05f91
3 changed files with 12 additions and 7 deletions
+4
View File
@@ -462,9 +462,13 @@ Route::get('/bycawnotisjbg2/{kodcaw}/{notisid}',['as'=>'arcc.bycawnotisjbg2','us
Route::get('/detsagcallbyjbg2/{kodcaw}/{notisid}/{nokp}',['as'=>'arcc.detsagcallbyjbg2','uses'=>'CallCenterController@detsagcallbyjbg2'])->middleware('auth','callcenter');
Route::post('/printnotiscall/{kodcaw}/{notisid}',['as'=>'arcc.printnotiscall','uses'=>'CallCenterController@printnotiscall'])->middleware('auth','callcenter');
Route::get('/roles_harian/{kodcaw}', 'Auth\LoginController@GetRolesHarian');
Route::get('supports/driver/mykad-reader',['as'=>'mykadreader.driver', function(){
return view('supports.driver.mykad-reader.download');
}])->middleware('auth','teller');
Route::get('supports/driver/mykad-reader/download',['as'=>'mykadreader.driver.download', function(){
return Storage::disk('supports')->download('MykadReaderDriver.zip');
}])->middleware('auth','teller');