@props([ 'text', {{-- tooltip body (plain text) --}} 'align' => 'center', {{-- center | left | right — horizontal anchor of the bubble --}} ]) @php $pos = match ($align) { 'left' => 'left-0', 'right' => 'right-0', default => 'left-1/2 -translate-x-1/2', }; @endphp {{-- Inline help: a real