diff --git a/resources/js/Layouts/AuthenticatedLayout.tsx b/resources/js/Layouts/AuthenticatedLayout.tsx
index 972c6a0..39e7511 100644
--- a/resources/js/Layouts/AuthenticatedLayout.tsx
+++ b/resources/js/Layouts/AuthenticatedLayout.tsx
@@ -169,7 +169,7 @@ export default function AuthenticatedLayout({
route: "/goods-receipts",
permission: "goods_receipts.view",
},
- {
+ /* {
id: "purchase-return-list",
label: "採購退回單",
icon: ,
@@ -182,7 +182,7 @@ export default function AuthenticatedLayout({
icon: ,
route: "/delivery-notes",
permission: "delivery_notes.view",
- },
+ }, */
],
},
{