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

{{ $title }}

@if ($description)

{{ $description }}

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