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