We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b49e86 + 56b2c27 commit 88d4c07Copy full SHA for 88d4c07
src/resources/views/editor.blade.php
@@ -9,4 +9,7 @@
9
@endforeach
10
11
window.{{ config('datatables-html.namespace', 'LaravelDataTables') }}["%1$s"] = $("#%1$s").DataTable(%2$s);
12
-});
+});
13
+@foreach ($scripts as $script)
14
+@include($script)
15
+@endforeach
0 commit comments