@include('load.datatables')
@include('components.datatables.header')
{{$dataTable->table(['class'=>'table table-bordered table-hover table-striped w-100 mb-0'])}}
@push('js')
@include('components.js.datatable', ['route' => $route, 'model' => $model])
@endpush