$get inside loop null, outside loop it is not
I am trying to access the $get of a wizard multi step form, but I can't access it inside my loop.
The strange thing outside of the loop it works. Event when I try to store the value of $get in a variable and I try to access it inside loop, no success.
2 Replies
Hi
Did you get items value?
I think Because of dd($get('purchase_price))
So Delete this row
Already solved I did not have the $get('purchase_price') in my scope