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

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif
@if(isset($actions))
{{ $actions }}
@endif
@endif
{{ $slot }}