@section('css') @include('layouts.datatables_css') @endsection {!! $dataTable->table(['width' => '100%', 'class' => 'table table-hover table-bordered table-striped table-sm text-nowrap'],true ) !!} @section('scripts') @include('layouts.datatables_js') {!! $dataTable->scripts() !!} @endsection