added function operasi can edit perubatan asal

This commit is contained in:
hafifierahman
2024-11-10 22:31:55 +08:00
parent c4388321aa
commit f59e0a4d4e
5 changed files with 76 additions and 9 deletions
+1 -2
View File
@@ -479,5 +479,4 @@ 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');
Route::put('/perubatan/update',['as'=>'perubatan.update','uses'=>'PerubatanController@update'])->middleware('auth','operasi');