belongsTo(Coupon::class); } public function userCoupon (){ return $this->belongsTo(UserCoupon::class); } }