@props([ 'title', 'description' => null, 'icon' => null, ])
merge(['class' => 'app-page-header px-4 py-5 sm:px-6 sm:py-6']) }}>

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

@if($description)

{{ $description }}

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