null,
default => 'bg-custom-50 dark:bg-custom-400/10',
},
])
>
@if ($icon = $getIcon())
@endif
@if ($hasTitle)
{{ str($title)->sanitizeHtml()->toHtmlString() }}
@endif
@if ($hasDate)
$hasTitle])>
{{ $date }}
@endif
@if ($hasBody)
$hasTitle || $hasDate])
>
{{ str($body)->sanitizeHtml()->toHtmlString() }}
@endif
@if ($actions = $getActions())
$hasTitle || $hasDate || $hasBody])
/>
@endif