@php $content = "
". htmlentities($user->userBadge()); if (isset($additionalText) && !is_null($additionalText)) { $content .= "
".$additionalText."
"; } $content.="
"; @endphp