I would guess either $comment->post or $comment->post->comments is undefined (null). Try adding the line dd($comment->post) which will stop execution and dump out the details of that variable to check if it is defined. If so, change it to dd($comment->post->comments) and make sure that one is too.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community