@props(['subheading' => false, 'right_side' => false])
merge(['class' => 'text-base font-semibold leading-7 text-gray-900']) }}>{{ $slot }}
@if($subheading)
attributes->merge(['class' => 'mt-.5 max-w-2xl text-sm leading-6 text-gray-500']) }}>{{ $subheading }}
@endif
@if($right_side)
attributes->merge([]) }}>
{{ $right_side }}
@endif