2022-08-24 07:32:19 +00:00
|
|
|
@php
|
|
|
|
|
$slot_isHtml = strlen(strip_tags($slot)) < strlen($slot);
|
2022-09-26 13:42:13 +00:00
|
|
|
|
|
|
|
|
$slot_is_string = strval(strlen($slot));
|
2022-08-24 07:32:19 +00:00
|
|
|
@endphp
|
|
|
|
|
|
2022-11-14 08:54:09 +00:00
|
|
|
<div>
|
|
|
|
|
<div data-title-truncate>
|
2022-11-14 06:23:45 +00:00
|
|
|
{!! $slot !!}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|