import React from 'react'; import { Container, Row, Col, Table, Card, Button, CardBody, CardFooter, CardTitle, Progress } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { ProfileLeftNav } from "./../../components/Profile/ProfileLeftNav"; import { ProfileHeader } from "./../../components/Profile/ProfileHeader"; import { TrTableBorderless } from "./../../Tables/Tables/components/TrTableBorderless"; const BillingEdit = () => ( { /* START Content */}
Billing Edit Fields mark as * is required.
Your Plan
Premium - You use 37% of the available space.
Amount Space
214,8 GB / 1,03 TB
Regular Files
177,8 GB
Shared Files
37 GB
Available Files
177,8 GB
Action
Payment
Payment Method
PayPal - Account: Tyshawn_Lakin56@gmail.com
Next Payment Due
2016-05-21
Amount
$ 13.00
Action
If you want to personalize the notification settings, go here
Billing History { /* START Table */}
# ID Date Amount Description Payment Method Receipt
{ /* END Table */}
{ /* END Content */}
); export default BillingEdit;