prefix('v1')->group(function () { Route::apiResource('recruit', RecruitController::class)->names('recruit'); });