subject('Tu codigo de verificacion - ' . config('app.name')) ->html($this->renderHtml()); } private function renderHtml(): string { $appName = config('app.name', 'SirPremium'); $codigo = $this->codigo; $nombre = htmlspecialchars($this->nombre); return <<