{{-- Simple test to debug --}} @php // Include colors directly in PHP include resource_path('views/emails/atoms/_colors.blade.php'); @endphp
Primary 500: {{ $colors['primary-500'] ?? 'NOT SET' }}
Neutral 900: {{ $colors['neutral-900'] ?? 'NOT SET' }}
BG Body: {{ $colors['bg-body'] ?? 'NOT SET' }}
Total colors: {{ count($colors) }}