https://ibb.co/gDwB1R How can I get the value 'name' under 'rekenplichtige' in my Blade template? If I do this: {{ $vestiging->rekenplichtige->name }} I get the following error: ErrorException Trying to get property of non-object
That syntax is working to get the 'naam' under 'gemeente'. I have no idea about what's going wrong.
What is the value of $vestiging->rekenplichtige?
the sintax is fine (IMO), just for test $vestiging->rekenplichtige should return the object
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community