Support the ongoing development of Laravel.io →
IOC Views
Last updated 1 year ago.
0

The variable $yovar is not available inside of the closure (since it's defined outside). To "import" it into the function you'll have to use the use statement like this:

function ($view) use ($yovar) {
}
0

Sign in to participate in this thread!

Full Stack Europe

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2023 Laravel.io - All rights reserved.