belongsTo('App\Models\Laboratory', 'lab_id','id'); } public function telegramChatId(){ return $this->belongsTo(SampleSourceTelegram::class,'id', 'sample_source_id'); } }