prefix('country')->group(function () { Route::get('/', 'index'); Route::get('/{id}', 'show'); });