@props(['title', 'subtitle' => null, 'breadcrumb' => null, 'action' => null, 'actionLabel' => null, 'actionIcon' => 'add'])
{{ $title }}
@if($subtitle)

{{ $subtitle }}

@endif
@if($action && $actionLabel) @endif
@if(isset($slot) && $slot->isNotEmpty())
{{ $slot }}
@endif