@if ($component->debugIsEnabled())

@lang('Debugging Values'):

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