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