@endif
{{-- CTA Button. Prefer wire:click when the action lives in the parent
Livewire component (e.g. opening a form modal); fall back to anchor
navigation when the empty-state is just a link prompt. --}}
@if($actionWire && $actionLabel)
@elseif($actionUrl && $actionLabel)
{{ $actionLabel }}
@endif
{{-- Optional slot for custom content --}}
@if(isset($slot) && !$slot->isEmpty())