@include('components.datatables.header') @if ($dataTable) {{ $dataTable->table(['class'=>'table table-bordered table-hover table-striped w-100 mb-0']) }} @endif
@if (($with_filters ?? false) && false) @component('components.layout.modal', ['title' => 'Filtres', 'id' => 'modal-' . $model . '-filters']) @dd($route) @include('Admin.Shop.' . ucfirst($model) . '.partials.filters') @endcomponent @endif @include('load.datatables') @push('js') @include('components.datatables.js.datatable') @endpush