@php $headerColors = [ 'orange' => 'background: linear-gradient(135deg, #ea580c 0%, #d97706 100%);', 'blue' => 'background: linear-gradient(135deg, #1f5ba8 0%, #2874d1 100%);', 'green' => 'background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);', 'primary' => 'background: linear-gradient(135deg, #ea580c 0%, #d97706 100%);', // naranja principal ]; $colors = $headerColors[$type] ?? $headerColors['primary']; @endphp