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

{{ $title }}

@if($description)

{{ $description }}

@endif
@if(isset($actions))
{{ $actions }}
@endif