prefix('parameter')->group(function() { Route::get('branches', 'BranchController@index')->name('branches.index'); Route::get('currencies', 'CurrencyController@index')->name('currencies.index'); Route::get('guarantee-types', 'GuaranteeTypeController@index')->name('guarantee_types.index'); });