@props([ 'title' => '', 'subtitle' => '', 'actions' => null, ])
@if($title)

{!! $title !!}

@endif @if($subtitle)
{!! $subtitle !!}
@endif
{{ $actions }}
@if ($mainMenu = ($mainMenu ?? null))
{{ $mainMenu }}
@endif @if ($subMenu = ($subMenu ?? null))
{{ $subMenu }}
@endif