@props([ 'title', 'subtitle' => null, ])
merge(['class' => 'mb-6 flex flex-col md:flex-row md:items-center md:justify-between gap-4']) }}>

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif