belongsTo(User::class, 'user_id', 'id'); } public function jenistagihan() { return $this->belongsTo(tagihan::class, 'tagihan_id', 'id'); } }