You are accessing comments as an attribute which is a Collection and you are applying it on the collection. try querying the relationship.
$query = $this->comments()->where('attr', '>', 0);
dd($query->get());
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community