Are there sites that sell themes ready for Laravel?
While there are many vanilla HTML/CSS themes out there, taking those and making them work with Laravel takes some times. I am wondering if there are any theme sites that sell themes with out-of-the-box support for Laravel - that will be a great help.
What support exactly do you need for Laravel? The views are the same, you just define in the controller how to use them. Just pick a bootstrap template and you'll be fine.
Some themes come with PHP code to set up menus and dynamic navigation, and those code that has to be repeated throughout the entire project. The more elaborate themes may require view composers, and it takes time to figure out how to incorporate the theme's original PHP code into blade/view composers etc.
Of course it can be done; I am just looking for themes that are ready to be used with Laravel without having to figure out how it works.