retrieve child object by evaluating grandchildren object in laravel
I have 2 models, User and Conversation related to each other with a many-to-many relationship, many users to many conversations. On my models I have: User: public function conversation() { return $…