@if ($component->debugIsEnabled()) @php $debuggable = [ 'query' => $component->getQuerySql(), 'filters' => $component->getAppliedFilters(), 'sorts' => $component->getSorts(), 'search' => $component->getSearch(), 'select-all' => $component->getSelectAllStatus(), 'selected' => $component->getSelected(), ]; @endphp

@lang('Debugging Values'):

@if (! app()->runningInConsole())
@dump($debuggable)
@endif @endif