Akaunting/resources/views/components/title.blade.php

12 lines
198 B
PHP
Raw Normal View History

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>