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