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