improve code

This commit is contained in:
2025-08-04 19:03:07 +03:30
parent 8628ec7d14
commit c89ae6e826
11 changed files with 118 additions and 14 deletions

View File

@@ -519,7 +519,6 @@ 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.')