@props([ 'title' => null, 'subtitle' => null, ])
merge(['class' => 'py-16 sm:py-20']) }}>
@if ($title)

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
@endif {{ $slot }}