fix: Create report for pdf and excel
feat: Change design the Application
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user