0

it cause by my blade file

ErrorException
Undefined offset: 1

in the past, Laravel 5 pointed for me what line cause the error in blade file if some thing wrong. Now my blade file so many variable inside. But in Laravel 6, how i can find what exact line cause the error?

An Bình
  • 1
  • 1

1 Answers1

0

Laravel 6 error page itself shows the line no and highlight it. For e.g Please check the below image:

enter image description here

Sehdev
  • 5,486
  • 3
  • 11
  • 34