create new controller and fix the other

This commit is contained in:
2025-08-06 10:05:20 +03:30
parent 0e8b8fda7e
commit 43ad404635
6 changed files with 52 additions and 5 deletions

View File

@@ -518,6 +518,7 @@ Route::prefix('harim')
->group(function () {
Route::get('/', 'index')->name('index');
Route::post('/feedback/{harim}', 'feedback')->name('feedback');
Route::get('/{harim}', 'show')->name('show');
});
Route::prefix('harim_office')
->name('harim_office.')