@props(['eyebrow' => null, 'title' => '', 'subtitle' => null, 'accent' => 'emerald'])
{{-- decorative accent blob --}}
@if ($eyebrow)

{{ $eyebrow }}

@endif

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
@if (isset($actions))
{{ $actions }}
@endif