© 2026 Hedgehog Software, LLC
public function courses() { return $this->belongsToMany(Course::class); }
public function getFullNameAttribute() { return $this->department->name . ' ' . $this->course . ' ' . __('term'); }