@props([ 'title' => '', 'subtitle' => null, 'icon' => null, 'home' => true, ])
merge(['class' => 'chm-page-header']) }}>
@if($title)

@if($icon) @endif {{ $title }}

@endif @if($subtitle)

{{ $subtitle }}

@endif @if(isset($breadcrumb) || $home) @endif
@isset($actions)
{{ $actions }}
@endisset