@props([ 'headers' => [], 'emptyMessage' => 'Tidak ada data untuk ditampilkan.', 'emptyIcon' => null, ])
@isset($title)

{{ $title }}

@endisset
merge(['class' => 'min-w-full divide-y divide-gray-200']) }} aria-label="{{ $attributes->get('aria-label', 'Tabel data') }}"> @if(count($headers) > 0) @foreach($headers as $header) @endforeach @endif {{ $slot }}
{{ $header }}
@isset($empty)
{{ $empty }}
@endisset @isset($pagination)
{{ $pagination }}
@endisset