add scaffold for perubatan

This commit is contained in:
hafifierahman
2024-11-07 01:16:32 +08:00
parent dae6ba55a6
commit adc62b2ba2
11 changed files with 378 additions and 7 deletions
+1
View File
@@ -477,5 +477,6 @@ Route::get('/event/tellercash',['as'=>'event.tellercash','uses'=>'EventTriggerCo
/* Perubatan */
Route::get('/perubatan',['as'=>'perubatan','uses'=>'PerubatanController@index'])->middleware('auth','operasi');
Route::get('/perubatan/search',['as'=>'perubatan.search','uses'=>'PerubatanController@search'])->middleware('auth','operasi');