@props([ 'text' => '', 'placement' => 'top', 'html' => false, ]) @php $title = trim(strip_tags((string) $text)); if ($html) { $title = trim((string) $text); } @endphp class(['help-tip']) }} tabindex="0" role="img" aria-label="Ayuda" data-bs-toggle="tooltip" data-bs-placement="{{ $placement }}" @if($html) data-bs-html="true" @endif title="{{ $title }}" >