@push('datatable-styles') @include('sections.datatable_css') @endpush
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@push('scripts') @include('sections.datatable_js') @endpush