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

{{ $title }}

@if ($description)

{{ $description }}

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