akaunting/resources/views/components/marguee-text.blade.php
2022-10-17 11:19:48 +03:00

5 lines
100 B
PHP

<div class="flex lg:block truncate">
<div data-truncate>
{!! $slot !!}
</div>
</div>