@section('plugins_css') @include('layouts.datatables_css') @endsection {!! $dataTable->table(['width' => '100%']) !!} @section('js_plugins') @include('layouts.datatables_js') {!! $dataTable->scripts() !!} @endsection @section('js_customs') {{Html::script('js/production/clientHistoryTickets.js')}} @endsection