@props([ 'title' => null, 'titleUser' => null, 'breadcrumbs' => [], ])
@if(count($breadcrumbs)) @endif @if($title || $titleUser || isset($actions))
@if($titleUser)

{{ $title ?? ($titleUser->nombreCompleto() ?? $titleUser->name) }}

@elseif($title)

{{ $title }}

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