fix: Create report for pdf and excel

feat: Change design the Application
This commit is contained in:
2025-11-28 17:14:59 +05:30
parent c1d0519c09
commit cf9faf2e82
17 changed files with 2252 additions and 482 deletions

View File

@@ -27,8 +27,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
/* Beneficiary Options */
const links = [
{ label: "Add Beneficiary", href: "/beneficiary" },
{ label: "View Beneficiary", href: "/beneficiary/view_beneficiary" },
{ label: "View Beneficiary", href: "/beneficiary" },
{ label: "Add Beneficiary", href: "/beneficiary/add_beneficiary" },
];
useEffect(() => {