{% block body_javascript %} {#Initilisation des varibles requis dans le JS #} <script> const DOMAIN = "{{ app.request.getSchemeAndHttpHost() }}"; </script> <!-- jQuery --> <script src="{{ asset('bundles/lcshop/js/backend/plugin/jquery/jquery.min.js') }}"></script> <!-- Bootstrap 4 --> <script src="{{ asset('bundles/lcshop/js/backend/plugin/bootstrap/bootstrap.bundle.min.js') }}"></script> <script src="{{ asset('bundles/lcshop/js/backend/plugin/toastr/toastr.min.js') }}"></script> <script src="{{ asset('bundles/lcshop/js/backend/plugin/select2/select2.min.js') }}"></script> <!-- AdminLTE App --> <script src="{{ asset('bundles/lcshop/js/backend/plugin/adminlte.min.js') }}"></script> {% endblock body_javascript %} {% block body_custom_javascript %} {% for js_asset in easyadmin_config('design.assets.js') %} <script src="{{ asset(js_asset) }}"></script> {% endfor %} {% endblock body_custom_javascript %} {% block body_js %}{% endblock %}