Hello! If i wwnt to remove from dashboard some of boxes and that “top products” to show which products are the most in categories like, let’s say we have clothes category, 200 items, sneakers category, 50 items, instead of “top products” to show how many products are in the categories. Thanks. (And i have translated in german lang. If you need it i send you the files.)
- MSAnswered
Hello,
You can modify the item code as you need as per license. Please be informed that we don’t offer support for modifications or modified versions.
The dashboard view file is
resources/js/Pages/Dashboard/Index.vue
As you knwo that front end is developed using vuejs so after changing the view files you will need to build the app again by running commandnpm i && npm run build
for development you can usenpm run dev
command.Thank you
- Login to Reply