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