@if ($this->debugIsEnabled())
{{ __($this->getLocalisationPath.'Debugging Values') }}:
@if (! app()->runningInConsole())
@dump((new \Rappasoft\LaravelLivewireTables\DataTransferObjects\DebuggableData($this))->toArray())
@endif @endif