@props([
'subject' => null,
'title' => '',
'description' => null,
'primaryButton' => null,
'secondaryButton' => null,
])
merge(['class' => 'w-full mx-auto max-w-7xl p-4 py-20']) }}>
@if($primaryButton || $secondaryButton)
@if($primaryButton)
{{ $primaryButton['text'] ?? $primaryButton['label'] ?? '' }}
@endif
@if($secondaryButton)
{{ $secondaryButton['text'] ?? $secondaryButton['label'] ?? '' }}
@endif
@endif