@props([ 'title' => 'Info', 'type' => 'primary', 'size' => 'regular' // options: 'small', 'regular' ]) @php $iconClass = $size === 'small' ? 'info-icon-sm' : 'info-icon'; @endphp