That's because you are passing an array, not an object.
So you need to do this:
$variaveis['users']
This will not work:
$variaveis->users
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community