@props([ 'kicker' => 'Panel', 'title', 'description' => null, 'actions' => null, ])

{{ $kicker }}

{{ $title }}

@if (filled($description))

{{ $description }}

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