All I can suggest on the information you provided is: Make sure when you put your views inside other folders you use dot syntax and not slashes like this:
View::make('folder.view');
Instead of
View::make('folder/view');
Folder Structure:
|views|
--|folder|
----view.blade.php
0
solved .BLADE.PHP IS NOT WORKING IN MY LARAVEL PROJECT. .PHP IS WORKING FINE FOR MY VIEWS