All frontend themes in LaraPress CMS are stored inside the following directory:
Copy-> resources/views/front/themes
Each theme has its own folder. For example, if your theme name is default, the structure will look like this:
Copyresources/views/front/themes
└── default
├── layouts
│ └── master.blade.php
├── index.blade.php
├── posts.blade.php
├── sidebar.blade.php
└── single.blade.php