@props([ 'title', 'subtitle' => null, 'breadcrumbs' => [], ])
merge(['class' => '']) }}> @if (! empty($breadcrumbs)) @endif

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

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