How to add an external javascript file in Laravel-Admin
I am stuck with a problem since yesterday with the use of Laravel Admin (https://laravel-admin.org/)
I would like to add a javascript script to be able to select all the elements of a multiSelect field.
In app/Admin/boostrap.php:
Admin::js('path/to/your/javascript/file');
Most helpful comment
In app/Admin/boostrap.php: