@props([ 'type' => 'info', 'title' => null, 'subtitle' => null, 'dismissible' => false, 'icon' => null, 'important' => false, ]) @php $color = match ($type) { 'success' => 'alert-success', 'warning' => 'alert-warning', 'danger' => 'alert-danger', default => 'alert-info', }; @endphp