forWorkspace($workspaceId) ->where('slug', $slug) ->first(); if (! $plan) { throw new \InvalidArgumentException("Plan not found: {$slug}"); } return $plan; } }