I have eloquent relationships with category child
In category Model
public function products() { return $this->hasMany(Pr