2022-11-14 11:54:09 +03:00

12 lines
198 B
PHP

@php
$slot_isHtml = strlen(strip_tags($slot)) < strlen($slot);
$slot_is_string = strval(strlen($slot));
@endphp
<div>
<div data-title-truncate>
{!! $slot !!}
</div>
</div>