belongsTo(Device::class, 'devices_id'); } // Relasi ke tabel siswa public function siswa() { return $this->belongsTo(Siswa::class, 'id_siswa'); } }