Files
opensem/resources/views/components/datatable.blade.php
2020-07-26 16:51:45 +02:00

10 lines
313 B
PHP

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