store/resources/js/pages/admin
2026-06-10 15:50:29 +07:00
..
hr/employees Refactor admin controllers for categories, products, and raw materials. Introduce new Master namespace for CategoryController, ProductController, and RawMaterialController, enhancing organization and maintainability. Migrate existing logic to dedicated service classes for improved separation of concerns and code clarity. Remove outdated controllers to streamline the codebase. 2026-06-10 15:02:14 +07:00
master Update API endpoint for master categories in the data table query to improve clarity and consistency in the URL structure. 2026-06-10 15:50:29 +07:00
Dashboard.vue Update login redirection to admin dashboard, add sidebar state management, and enhance auth type definition. Introduce logout route and admin dashboard route under authentication middleware. 2026-06-09 19:32:29 +07:00