fix perubatan

This commit is contained in:
Hafifie PKB
2024-11-06 19:44:08 +08:00
parent b507b76673
commit dae6ba55a6
6 changed files with 107 additions and 7 deletions
+3
View File
@@ -475,4 +475,7 @@ Route::get('supports/driver/mykad-reader/download',['as'=>'mykadreader.driver.do
Route::get('/event/tellercash',['as'=>'event.tellercash','uses'=>'EventTriggerController@TellerCash'])->middleware('auth');
/* Perubatan */
Route::get('/perubatan',['as'=>'perubatan','uses'=>'PerubatanController@index'])->middleware('auth','operasi');