import { FileText, Database, AlertTriangle, Activity, Sparkles, Plus } from "lucide-react"; import InfoBanner from "@/components/common/infoBanner"; import Button from "@/components/common/button"; import StatCard from "@/components/common/dashStatCard"; import Table from "@/components/common/dataTable"; import { costInvoiceheaders, costInvoicerows } from "@/constants/tabledata"; export default function CostInvoicePortal() { return (
{/* --- HEADER SECTION WITH BUTTONS --- */}
Apple One — HQ Tower FINANCE COSTING & INVOICING

Client costing & auto-invoicing

Client-wise costing setup, automatic project approval and invoice generation — fully native, no external dependency.

{/* --- HEADER BUTTONS --- */}
{/* --- STAT CARDS --- */}
{/* Billed */} {/* Outstanding */} {/* Overdue */} {/* Collection rate */}
{/* Info Banner */}
); }