When you get an "ErrorException (E_ERROR)" which is as a result of something in the view being wrong. Following down the exception you get presented with the view that's causing the issue but it's always the cached view:
Ok so it's not a huge deal, I'm more than capable of finding that file (thought the line the error is on maybe not be the same as my "views" file prior to caching.
I just wondered if it were possible to make the error message reflect the line causing the issue in
/assets/views/bad_view.blade.php
just an idea and it may be possible already (if it is I don't know how to change it though).