@section('css') @include('layouts.datatables_css') @endsection {!! $dataTable->table(['width' => '100%']) !!} @section('js_plugins') @include('layouts.datatables_js') {!! $dataTable->scripts() !!} {{Html::script('vendor/material/plugins/bootbox-master/bootbox.js')}} @endsection @section('js_customs') {!! Html::script('js/cars/app.js') !!} @endsection