belongsTo(User::class, 'bendahara_id'); } public function iuran() { return $this->belongsTo(Iuran::class, 'iuran_id'); } public function penghuni() { return $this->belongsTo(Penghuni::class, 'penghuni_id'); } }