(Htmlable), , , HTML .
, , , Illuminate/Support/helpers.php:519:
if (! function_exists('e')) {
function e($value)
{
if ($value instanceof Htmlable) {
return $value->toHtml();
}
return htmlspecialchars($value, ENT_QUOTES, 'UTF-8', false);
}
}
, $value Htmlable, . .