@props([ 'title', 'subtitle' => null, 'badge' => null, 'badgeColor' => 'amber', // amber, emerald, cyan, purple ]) @php $badgeColors = [ 'amber' => 'bg-amber-500/15 text-amber-400', 'emerald' => 'bg-emerald-500/15 text-emerald-400', 'cyan' => 'bg-cyan-500/15 text-cyan-400', 'purple' => 'bg-purple-500/15 text-purple-400', 'blue' => 'bg-blue-500/15 text-blue-400', ]; @endphp