belongsTo(Evalutaion::class); } public function indicator() { return $this->belongsTo(Indicator::class, 'indicator_id', 'id'); } }