I am developing a Laravel(5.2.29) project in Windows environment and testing it on Chrome browser.
I have made some changes on a Blade file using atom text editor an
Clear the cache and clear the cached blade files:
php artisan cache:clear php artisan config:clear php artisan view:clear