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