@props([ 'content' => null, 'position' => 'top', ]) @php $pos = match ($position) { 'bottom' => 'top-full mt-1.5 left-1/2 -translate-x-1/2', 'left' => 'right-full mr-1.5 top-1/2 -translate-y-1/2', 'right' => 'left-full ml-1.5 top-1/2 -translate-y-1/2', default => 'bottom-full mb-1.5 left-1/2 -translate-x-1/2', }; @endphp class('relative inline-flex') }} > {{ $slot }} {{ $content ?? ($tip ?? '') }}