@include('components.datatables.buttons.pageLength')
@if (($with_filters ?? false) || ($with_colvis ?? false))
@if ($with_filters ?? false) @include('components.datatables.buttons.filters') @endif @if ($with_colvis ?? false) @include('components.datatables.buttons.colvis') @endif
@endif
@include('load.functions') @push('js') @endpush