@props([ 'modalTarget' => 'helpModal', 'tooltip' => __('Click for help'), 'class' => '', 'size' => 'normal' // small, normal, large ]) @php $sizeClass = match($size) { 'small' => 'font-size: 16px;', 'large' => 'font-size: 24px;', default => 'font-size: 20px;' }; @endphp