group(function () { Route::prefix('rfis')->name('projects.rfis.')->group(function () { Route::get('/', [ProjectRFIsController::class, 'index'])->name('index'); }); });