@props([
'eyebrow',
'title',
'highlight' => null,
'description' => null,
'centered' => false,
])
true,
'mx-auto text-center' => $centered,
])
>
{{-- Eyebrow --}}
$centered,
])
>
{{ $eyebrow }}
@if($centered)
@endif
{{-- Heading --}}
{{-- Description --}}
@if($description)
{{ $description }}
@endif