@props(['title' => 'Belum ada data', 'description' => null])
class(['flex min-w-0 flex-col items-center justify-center rounded-2xl border border-dashed border-slate-300/80 bg-linear-to-b from-slate-50/80 to-white/50 px-4 py-8 text-center sm:px-6 sm:py-12']) }}>
{{ $title }}
@if ($description)
{{ $description }}
@endif
@if ($slot->isNotEmpty())
{{ $slot }}
@endif