@props(['title', 'subtitle' => null])
merge(['class' => 'hp-page-header d-flex flex-wrap align-items-center justify-content-between gap-3']) }}>

{{ $title }}

@if($subtitle)

{{ $subtitle }}

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