belongsTo(Siswa::class, "nisn", "nisn"); } public function tugas() { return $this->belongsTo(Tugas::class, "tugas_id", "id"); } }