RobinRadic / blade-extensions

Laravel Blade extensions like $loop->odd/$loop->index in foreach, view blocks and partials, etc
http://robin.radic.nl/blade-extensions
MIT License
267 stars 35 forks source link

Call to a member function newLoop() on null #75

Closed greal closed 6 years ago

greal commented 6 years ago

Good day!

I want to use the helper even, if the view is not in the cache, it works successfully as soon as the error is cached:

Call to a member function newLoop() on null 

tell me please how to solve this?

RobinRadic commented 6 years ago

Hello!

Please provide:

RobinRadic commented 6 years ago

7.1.0 should fix this