belongsTo(Profile::class); } public function url() { return '/group/' . $this->group_id . '/c/' . $this->id; } }