@props([ 'icon' => 'fa-inbox', 'title' => 'Sin resultados', 'description' => null, 'ctaLabel' => null, 'ctaUrl' => null, ]) {{-- Estado vacío reusable — usar cuando una lista/tabla no tiene items pero el usuario espera contenido. Ej: sin facturas, sin tickets, sin notificaciones. Soporta CTA opcional. --}}
{{ $description }}
@endif @if($ctaLabel && $ctaUrl) {{ $ctaLabel }} @endif {{ $slot ?? '' }}