@if ($this->debugIsEnabled())

@lang('livewire-tables::Debugging Values'):

@if (! app()->runningInConsole())
@dump((new \Rappasoft\LaravelLivewireTables\DataTransferObjects\DebuggableData($this))->toArray())
@endif @endif