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