brandName = $name; return $this; } public function getBrandName(): string | Htmlable { return $this->evaluate($this->brandName) ?? config('app.name'); } }