belongsTo(Student::class, 'id_student'); } public function class() { return $this->belongsTo(Classes::class, 'id_class'); } }