@section('plugins_css') @include('layouts.datatables_css') {{Html::style('vendor/material/plugins/password-indicator/css/password-indicator.min.css')}} @endsection {!! $dataTable->table(['width' => '100%']) !!} @section('js_plugins') @include('layouts.datatables_js') {!! $dataTable->scripts() !!} {{Html::script('vendor/material/plugins/password-indicator/js/password-indicator.min.js')}} @endsection @section('js_customs') {{--Html::script('js/users/app.js')--}} {{Html::script(mix('js/production/users.js'))}} @endsection