belongsTo(User::class, 'id_user'); } public function topicDetail() { return $this->belongsTo(LiteracyTopic_detail::class, 'topic_id'); } }