@props([ 'type' => 'primary', 'soft' => true, 'pill' => false ]) @php $class = 'badge'; $class .= $soft ? ' bg-' . $type . '-subtle text-' . $type : ' bg-' . $type; $class .= $pill ? ' rounded-pill' : ''; @endphp merge(['class' => $class]) }}> {{ $slot }}