How to find exact error line in laravel 5.4 blade?
As of Laravel 5.7, the output shows stack frames on the left side and details of selected frame on right side. If you cruise through the stack, you'll find that one of the entries in there is the parsed version of your blade file (normally located near the (main)
frame towards the bottom of the stack). Clicking this frame will take you to the exact line of the blade file that resulted in that exception.