store/app/Http/Controllers/Admin
2026-06-14 14:38:38 +07:00
..
Account Implement FlashesEntityMessage trait across multiple controllers for consistent flash messaging. Update flash messages in various methods to utilize the new trait, enhancing code maintainability and readability. Additionally, add attribute methods in request classes for improved validation feedback. 2026-06-12 22:48:23 +07:00
Finance feat: implement CRUD functionality for payroll adjustments including update and delete operations 2026-06-14 14:38:38 +07:00
Hr refactor: restrict role-based permissions and update employee management flow accordingly 2026-06-14 02:30:34 +07:00
Manage feat: implement cutting verification workflow with stock adjustment and rejection notes 2026-06-13 14:28:15 +07:00
Master feat: add category filter to product index page 2026-06-14 02:54:06 +07:00
System feat: implement role management system with CRUD interface and permission redefinitions 2026-06-14 02:45:31 +07:00
DashboardController.php 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