prefix('v1')->group(function () { Route::apiResource('projectmanagements', ProjectManagementController::class)->names('projectmanagement'); });