📂 GXON
├── 📂 src
│ ├── 📂 assets
│ │ ├── 📂 ajax → JSON/TXT demo data
│ │ ├── 📂 css → Compiled CSS files
│ │ ├── 📂 images → All image assets
│ │ ├── 📂 js → Custom JS
│ │ ├── 📂 libs → Third-party plugins
│ │ └── 📂 scss → SCSS (source files)
│ │
│ ├── 📂 authentication → Login / Register / Reset Password
│ ├── 📂 chart → ApexCharts / Chart.js pages
│ ├── 📂 components → Alerts, Buttons, Tabs, Badges, etc.
│ ├── 📂 core → Header, Sidebar, Footer, Layout
│ ├── 📂 ecommerce → Products, Orders, Cart, Checkout
│ ├── 📂 elements → Cards, Navs, Pagination, Accordions
│ ├── 📂 email → Inbox, Compose, Read mail
│ ├── 📂 extended-ui → Progress, Loaders, Ratings, etc.
│ ├── 📂 forms → Input forms, Wizards, Validation
│ ├── 📂 icons → Feather, FontAwesome, Boxicons
│ ├── 📂 maps → Vector maps, Google maps
│ ├── 📂 pages → Profile, Invoice, FAQ, Error, Settings
│ ├── 📂 table → Bootstrap tables, Datatables
│ │
│ ├── 📄 index.php → Main Dashboard
│ ├── 📄 index-rtl.php → RTL Dashboard
│ ├── 📄 analytics.php
│ ├── 📄 attendance.php
│ ├── 📄 calendar.php
│ ├── 📄 chat.php
│ ├── 📄 employee.php
│ ├── 📄 leave.php
│ ├── 📄 payroll.php
│ ├── 📄 profile.php
│ ├── 📄 recruitment.php
│ ├── 📄 roles-permissions.php
│ ├── 📄 settings.php
│ └── 📄 task-management.php
│
├── 📄 .rtlcssrc → RTL auto-conversion config
├── 📄 package.json → Node project config (scripts, deps)
├── 📄 README.md → Documentation