@props([ 'variant' => 'info', ]) @php $variantClass = $variant === 'warning' ? 'warning-box' : 'info-box'; @endphp
{{ $slot }}