@props([ 'type' => 'danger', 'label' => null, 'description' => null, 'iconSize' => '24' ]) @php $color = [ 'danger' => 'text-red-600', 'info' => 'text-primary-600', 'success' => 'text-green-600', ][$type]; @endphp