17 lines
295 B
PHP
Raw Permalink Normal View History

2022-06-01 10:15:55 +03:00
@stack($type . '_message_start')
<div @class([
'rounded-xl px-5 py-3 mb-5',
$backgroundColor
])
>
<p @class([
'text-sm mb-0',
$textColor
])
>
2022-06-02 14:09:25 +03:00
{!! html_entity_decode($message) !!}
2022-06-01 10:15:55 +03:00
</p>
</div>
@stack($type . '_message_end')