name('Sections.')->group(function () { Route::get('', 'SectionController@index')->name('index'); Route::get('show/{id}', 'SectionController@show')->name('show'); });