hasMany(Student::class); } public function subjects() { return $this->belongsToMany(Subject::class, 'academic_plans')->withPivot('hours_per_week', 'hours_per_year'); } }