belongsTo(CareMonth::class); } public function note() { return $this->belongsTo(Note::class); } }