@props(['title', 'description' => null])
merge(['class' => 'page-header']) }}>

{{ $title }}

@if($description)

{{ $description }}

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