belongsTo(Devices::class, 'id_devices'); } // Relasi ke tabel siswa public function siswa() { return $this->belongsTo(Siswa::class, 'id_guru'); } }