I am a newbie developer to Laravel and lately, I bought a template for an Admin Panel, it usually functions really well before integrating it into my Back-end system, but the ApexCharts on the dashboard seem to load a chart twice instead of packing only one chart at each div with its specific id, and the data tables plugin as well is loading two paginations for one table instead of only one, I’ve read about Laravel Mix but didn’t know if it could be the way to fix the issue since I have lots of js files inside the public/js folder.
Any help is appreciated, thank you!