| DIR: /home/cardxfeb/public_html/resources/views/vendor/livewire-tables/includes/ |
| Current File : /home/cardxfeb/public_html/resources/views/vendor/livewire-tables/includes/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>
|