@props(['type' => 'info']) @php $class = [ 'info' => 'border-l-4 p-2 border-primary-700 text-primary-900', ][$type]; @endphp
merge(['class' => "{$class}"]) }}> {{$slot}}