@props(['title' => null, 'description' => null])
merge(['class' => 'mb-4']) }}> @if($title)

{{ $title }}

@endif @if($description)

{{ $description }}

@endif {{ $slot }}