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

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

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