merge(['class' => 'flex flex-col items-center justify-center p-12 text-center bg-[var(--bg-card)] rounded-[var(--radius-lg)] border border-[var(--border-color)]']) }}>
@if(isset($icon))
@else
@endif
{{ $title ?? 'No data found' }}
{{ $description ?? 'There are no records to display at this time.' }}
@if(isset($action))
{{ $action }}
@endif