Not only Two Themes actually. For building Large scale Solution I just need to know the better way. Suppose, If I divide the whole solution into two parts (For Example) like StoreFront and Admin.
All MVC codes of Storefront will stay there and All MVC codes of Admin will stay in Admin Folder.
@nafeeur10 I'd go for defining subfolders inside your views for your various sections and then put a layout for each section in there. you can go more granular after that.
You might find you end up with some common components. As this is unknown at the moment, then its not necessary to be too complicated.
@nafeeur10 is this a project you've adopted? When I've seen third party themes and views being used, they tend to be in a /views/vendors/themeName structure.
@nafeeur10 that looks like an entire application. Is that theme something you've installed or is it something you've adopted? what version of Laravel is it in?