import { Card, CardContent, CardHeader } from "@/components/ui/card"; import { Icon } from "@/components/ui/icon"; import Logo from "@/components/partials/auth/logo"; import { Button } from "@/components/ui/button"; import TotalTable from "./totaltable"; const InvoicePreviewPage = () => { return (

title

Dashcode
House# 339, New DOHS, Mohakhali,
Dhaka - 1206, Bangladesh
(252) 555-0126,(201) 555-0124
Dashcode@example.com
Bill to:
Annette black-500
4140 Parker Rd. Allentown, New
Mexico 31134
(252) 555-0126,(201) 555-0124
Dashcode@example.com
Invoice:

Invoice number:

#89572935Kh

date

09 December 2021
Thank you for your purchase!
); }; export default InvoicePreviewPage;