Folder Directories

This is the folder structure of Admin website which is very well organized.

📂 NexLink_PHP
│   ├── 📂 src
│   │   ├── 📂 assets
│   │   │   ├── 📂 ajax
│   │   │   ├── 📂 css
│   │   │   ├── 📂 images
│   │   │   ├── 📂 js
│   │   │   ├── 📂 libs
│   │   │   └── 📂 scss
│   │   │
│   │   ├── 📂 authentication
│   │   ├── 📂 chart
│   │   ├── 📂 components
│   │   ├── 📂 core
│   │   ├── 📂 elements
│   │   ├── 📂 email
│   │   ├── 📂 extended-ui
│   │   ├── 📂 forms
│   │   ├── 📂 icons
│   │   ├── 📂 maps
│   │   ├── 📂 pages
│   │   ├── 📂 table
│   │   │
│   │   ├── 📄 index.php
│   │   ├── 📄 calendar.php
│   │   ├── 📄 chat.php
│   │   ├── 📄 customers.php
│   │   ├── 📄 employee.php
│   │   ├── 📄 finance.php
│   │   ├── 📄 profile.php
│   │   ├── 📄 sales.php
│   │   ├── 📄 settings.php
│   │   ├── 📄 task-management.php
│   │   ├── 📄 team-management.php
│   │
│   │   ├── 📄 README.md
│   │   └── 📄 SECURITY.md
│   │
│   └── 📄 package.json
│
├── 📄 README.md
└── 📂 documentation