import Layout from "../components/layout/Layout"; import InvoiceKPI from "../components/widget/InvoiceKPI"; import PaymentAddKPI from "../components/widget/PaymentAddKPI"; import StackedBarChart from "./../components/chart/StackedBarChart"; function Bill() { return ( <>

Expenses

Unpaid Bills

  • Service

    Payoneer
  • Issued

    March 17, 2021
  • Payment Due

    17 Days
  • Paid

    0.00
  • Amount to pay

    ₹ 532.69
  • Payment Method

    Paypal
); } export default Bill;