18 lines
602 B
PHP
18 lines
602 B
PHP
<!-- core:js -->
|
|
<script src="/assets/vendors/core/core.js"></script>
|
|
<!-- endinject -->
|
|
|
|
<!-- Plugin js for this page -->
|
|
<script src="/assets/vendors/flatpickr/flatpickr.min.js"></script>
|
|
<!-- End plugin js for this page -->
|
|
|
|
<!-- inject:js -->
|
|
<script src="/assets/vendors/feather-icons/feather.min.js"></script>
|
|
<script src="/assets/js/template.js"></script>
|
|
<!-- endinject -->
|
|
|
|
<!-- Custom js for this page -->
|
|
<script src="/assets/js/dashboard-dark.js"></script>
|
|
<!-- End custom js for this page -->
|
|
<script src="https://cdn.jsdelivr.net/npm/select2@4.0.13/dist/js/select2.full.min.js"></script>
|