belongsTo(Kelas::class); } public function absensi(){ return $this->hasMany(AbsensiSiswa::class, 'device_id'); } }