@props([
'actions' => null,
'description' => null,
'heading',
'icon',
])
class([
'filament-tables-empty-state flex flex-1 flex-col items-center justify-center p-6 mx-auto space-y-6 text-center bg-white',
'dark:bg-gray-800' => config('tables.dark_mode'),
]) }}>
config('tables.dark_mode'),
])>
{{ $heading }}
@if ($description)
{{ $description }}
@endif
@if ($actions)
@endif