belongsTo(Registration::class); } public function treatment() { return $this->belongsTo(Treatment::class); } }