Laravel Error:Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

前端 未结 0 1203
灰色年华
灰色年华 2020-12-14 00:59

I am showing error from a Blade view. I haven\'t idea why this is happening. This code running well another computer.

Error mentions this line:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题