@section('plugins_css') @include('layouts.datatables_css') {{Html::style('vendor/material/plugins/bootstrap-datepicker/css/bootstrap-datepicker.min.css')}} {{Html::style('vendor/material/plugins/bootstrap-daterangepicker/daterangepicker.css')}} {{Html::style('vendor/material/plugins/bootstrap-tagsinput/bootstrap-tagsinput.css')}} {{Html::style('vendor/material/plugins/bootstrap-sweetalert/sweetalert.css')}} {{Html::style('vendor/material/plugins/touchspin/src/jquery.bootstrap-touchspin.css')}} {{Html::style('vendor/material/plugins/switchery/switchery.min.css')}} {{Html::style('css/ticket-index.css')}} {{Html::style('css/custom-checkbox.css')}} @endsection {!! $dataTable->table(['width' => '100%']) !!} @section('js_plugins') @include('layouts.datatables_js') {{Html::script('vendor/material/plugins/moment/moment.min.js')}} {{Html::script('vendor/material/plugins/moment/moment.locale.es.min.js')}} {{Html::script('vendor/material/plugins/bootstrap-sweetalert/sweetalert.min.js')}} {{Html::script('vendor/material/plugins/bootstrap-datepicker/js/bootstrap-datepicker.min.js')}} {{Html::script('vendor/material/plugins/bootstrap-datepicker/js/locales/bootstrap-datepicker.es.min.js') }} {{Html::script('vendor/material/plugins/bootstrap-daterangepicker/daterangepicker.js')}} {{Html::script('vendor/material/plugins/bootstrap-tagsinput/bootstrap-tagsinput.min.js') }} {{Html::script('vendor/material/plugins/touchspin/src/jquery.bootstrap-touchspin.js') }} {{Html::script('vendor/material/plugins/switchery/switchery.min.js')}} {{Html::script('vendor/material/js/form-slider-switcher.demo.min.js') }} {!! $dataTable->scripts() !!} @endsection @section('js_customs') {{Html::script('vendor/tray-2.0/js/dependencies/rsvp-3.1.0.min.js')}} {{Html::script('vendor/tray-2.0/js/dependencies/sha-256.min.js')}} {{Html::script('vendor/tray-2.0/js/qz-tray.js')}} {{Html::script('js/tickets/ticketHistory.js')}} @endsection