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

{{ $title }}

@if($subtitle)

{{ $subtitle }}

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