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

{{ $title }}

@if($description)

{{ $description }}

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