belongsTo(Member::class, 'id_user','id_user'); } public function payment() { return $this->hasMany(Payment::class); } }