@props([ 'title' => '', 'breadcrumbs' => [], 'current' => '', ])
@if($title)

{{ $title }}

@endif @if(count($breadcrumbs) > 0 || $current) @endif
@if(isset($slot) && trim($slot) !== '')
{{ $slot }}
@endif