@props([ 'color' => null, 'dismiss' => null, ]) @php $attributes = $attributes->class([ 'close', 'close-' . $color => $color, ])->merge([ 'type' => 'button', 'data-bs-dismiss' => $dismiss, ]); @endphp