@php $icon = $getIcon(); $title = $getTitle(); $body = $getBody(); @endphp
@if (filled($icon)) @endif
@if (filled($title))

{{str($title)->sanitizeHtml()->toHtmlString()}}

@endif @if (filled($body))

{{str($body)->sanitizeHtml()->toHtmlString()}}

@endif
@if ($isCloseable()) @endif