@props([ 'title' => 'No records found', 'description' => 'Try adjusting your filters or add a new record to get started.', 'icon' => 'fa-solid fa-inbox', 'actionLabel' => null, 'actionHref' => null, ])
merge(['class' => 'chm-table-empty']) }}>
{{ $title }}
@if($description)

{{ $description }}

@endif @if($actionLabel && $actionHref) {{ $actionLabel }} @endif {{ $slot }}