@props([
'title' => '데이터가 없습니다',
'description' => null,
'ctaLabel' => null,
'href' => null,
])
class('empty-state') }}>
@if (trim((string) $slot) !== '')
{{ $slot }}
@else
@endif
{{ $title }}
@if ($description)
{{ $description }}
@endif
@if ($ctaLabel && $href)
{{ $ctaLabel }}
@endif