{{-- Minimal test --}} @php $colors = [ 'neutral-900' => '#1a1f36', 'neutral-700' => '#3c4257', 'bg-body' => '#f6f8fa', 'bg-card' => '#ffffff', 'text-muted' => '#697386', ]; @endphp @component('emails.layouts.base', [ 'title' => 'Component Test', 'previewText' => 'Testing', 'colors' => $colors ])
This is a test paragraph.
@endcomponent