@props(['title' => null, 'light' => false]) @php $bg = $light ? 'bg-red-50 border border-red-200' : 'bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800'; $icon = $light ? 'text-red-600' : 'text-red-600 dark:text-red-400'; $titleColor = $light ? 'text-red-800' : 'text-red-800 dark:text-red-200'; $textColor = $light ? 'text-red-700' : 'text-red-700 dark:text-red-300'; @endphp @if ($errors->any())