@props([ 'title' => false, 'subTitle' => false, 'heading' => 'h2', 'link' => false, 'heroClass' => null, ])
merge(['class' => 'wrap-content']) !!}> @if ($title || $subTitle)
@if (!empty($title)) <{{ $heading }}> @if (!$link) {{ $title }} @else {{ $title }} @endif @endif @if (isset($actions)) {{ $actions }} @endif @if (!empty($subTitle))

{{ $subTitle ?? '' }}

@endif
@endif {{ $slot }}