belongsTo(Kurikulum::class); } public function alternatif() { return $this->belongsToMany(Alternatif::class, 'alternatif_mapel'); } }