@props([ 'title' => '', 'subtitle' => '', 'breadcrumbs' => [], 'actions' => [] ])
@if(!empty($breadcrumbs)) @endif
@if($title)

{{ $title }}

@endif @if($subtitle)

{{ $subtitle }}

@endif
@if(!empty($actions))
@endif
@if($slot->isNotEmpty())
{{ $slot }}
@endif