@props([ 'icon' => null, 'label' => null, 'color' => 'success', 'dismissible' => false, ]) @php $attributes = $attributes->class([ 'alert alert-' . $color . ' fade show', 'alert-dismissible' => $dismissible, ])->merge([ // ]); @endphp @if($label || $slot)