belongsTo(Jurusan::class, 'id_jurusan'); } public function informasi() { return $this->belongsToMany(Informasi::class, 'informasi_kelas'); } }