@props([ 'subject' => null, 'preheader' => null, 'logoUrl' => null, 'colors' => [], 'payUrl' => null, ]) @php $c = array_merge([ 'bg' => '#f9fafb', 'card' => '#ffffff', 'text' => '#111111', 'muted' => '#6b7280', 'border' => '#e5e7eb', 'primary' => '#16a34a', 'link' => '#2563eb', ], $colors ?? []); @endphp
@if($preheader) @endif