From d52f7ced6574a3bed910e1f4eea599d1600aa1c3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Wed, 15 Feb 2023 21:11:59 -0500 Subject: [PATCH] subcriptiton top --- .../Subscriptions/SubScriptionTop.jsx | 36 +++++++++++++++++++ src/components/Subscriptions/index.jsx | 3 +- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 src/components/Subscriptions/SubScriptionTop.jsx diff --git a/src/components/Subscriptions/SubScriptionTop.jsx b/src/components/Subscriptions/SubScriptionTop.jsx new file mode 100644 index 0000000..7e8448d --- /dev/null +++ b/src/components/Subscriptions/SubScriptionTop.jsx @@ -0,0 +1,36 @@ +import React from "react"; +import { Link } from "react-router-dom"; + +export default function SubScriptionTop({ className }) { + return ( +
+
+

+ Some how we will say the name of uout current Subscription +

+

+ Last paymant date + nect pay day +

+
+
+
+ + Some actions + + + + terms and conditions + + +
+
+
+ ); +} \ No newline at end of file diff --git a/src/components/Subscriptions/index.jsx b/src/components/Subscriptions/index.jsx index b1820b8..7de495b 100644 --- a/src/components/Subscriptions/index.jsx +++ b/src/components/Subscriptions/index.jsx @@ -8,13 +8,14 @@ import CurrentBalanceWidget from "../MyWallet/CurrentBalanceWidget"; import Layout from "../Partials/Layout"; //import SellAnaliseStatics from "./SellAnaliseStatics"; import SellProductHistoryTable from "./SellProductHistoryTable"; - +import SubScriptionTop from "./SubScriptionTop"; import PricingListTable from "./PricingListTable"; export default function Subscriptions() { return ( <> +