belongsTo(Jurusan::class); } public function mahasiswas() { return $this->hasMany(Mahasiswa::class); } }