app/
└── Controllers/
    └── Admin/
        ├── Dashboard.php
        │
        ├── Order.php
        ├── Customer.php
        ├── Product.php
        ├── ProductCategory.php
        ├── ProductCustom.php
        │
        ├── ProductionQueue.php
        ├── ProductionHistory.php
        │
        ├── Inventory.php
        ├── Material.php
        ├── MaterialCategory.php
        ├── StockMovement.php
        │
        ├── Invoice.php
        ├── Payment.php
        ├── PaymentMethod.php
        │
        ├── Transaction.php
        ├── Expense.php
        │
        ├── Supplier.php
        │
        ├── Notification.php
        ├── Report.php
        │
        └── Profile.php