@php $slot_isHtml = strlen(strip_tags($slot)) < strlen($slot); @endphp @if (strlen($slot) >= 25 && ! $slot_isHtml)
{!! $slot !!}
@else {!! $slot !!} @endif