I have made a change to a blade template. When I enter the corresponding route in the browser I get the following error explanation:
The actual error message
ErrorException (E_ERROR) Undefined variable: lang (View: /home/vagrant/Code/Laravel/member/resources/views/about/benefits.blade.php)
is correct. I used an undefined variable. However, the image on the top right corner is a screen shot of an older version of the template. This has nothing to with the error. It even appears after clearing app/storage/framework/views
manually or by using php artisan view:clear
. Is this a bug?