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