@props([ 'alerts' => [], ]) @php $styles = [ 'warning' => 'border-[#e9b400] bg-[#fff8d6] text-[#805200]', 'critical' => 'border-[#c91e1e] bg-[#ffe4e1] text-[#9f1010]', 'normal' => 'border-[#007a3d] bg-[#e5faee] text-[#087238]', ]; @endphp @if (! empty($alerts))