PATH:
home
/
rwabteecom
/
public_html_olld
/
resources
/
views
/
vendor
/
livewire-tables
/
includes
/
Editing: debug.blade.php
<div> @if ($component->debugIsEnabled()) <p><strong>@lang('Debugging Values'):</strong></p> @if (! app()->runningInConsole()) <div class="mb-4">@dump((new \Rappasoft\LaravelLivewireTables\DataTransferObjects\DebuggableData($component))->toArray())</div> @endif @endif </div>
SAVE
CANCEL