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