belongsTo(Siswa::class); } public function guru() { return $this->belongsTo(Guru::class); } }