belongsTo(Product::class); } public function club_point() { return $this->belongsTo(ClubPoint::class); } }