belongsTo(TeacherSubject::class); } public function student() { return $this->belongsTo(Student::class); } }