@props([ 'title', 'description' => null, 'icon' => null, ])
merge(['class' => 'px-6 py-6']) }}>

@if($icon) @endif {{ $title }}

@if($description)

{{ $description }}

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