Folder Structure: You can follow the below folder structure for customize your project and better understanding to Sliced.
├── 📁 Admin ├── 📁 app ├── 📁 bootstrap ├── 📁 config ├── 📁 database ├── 📁 plugins ├── 📁 public ├── 📁 resources | ├── 📁 fonts | ├── 📁 images | ├── 📁 js | ├── 📁 libs | ├── 📁 markdown | ├── 📁 CSS | └── 📁 views | ├── 📁 api | ├── 📁 auth | ├── 📁 components | ├── 📁 emails | ├── 📁 layouts | ├── 📁 profile | └── 📄 All other blade files. ├── 📁 routes ├── 📁 storage ├── 📁 test ├── 📄 .editorconfig ├── 📄 .env ├── 📄 .env.example ├── 📄 .gitattributes ├── 📄 .gitignore ├── 📄 artisan ├── 📄 composer.json ├── 📄 composer.lock ├── 📄 package.json ├── 📄 phpunit.xml ├── 📄 postcss.config.js ├── 📄 README.md ├── 📄 vite.config.js └── 📄 yarn.lock