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