Solved it:
I temporarily changed getExtension($path) to dd($path); if it was going to return null. That revealed a view file with a .html extension. Changing that to .blade.php solved the problem.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.