From 332c808bf225e16566607d09ff20c9dc5d7ada9b Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:42:51 -0500 Subject: [PATCH] remove: drop Pendientes from nav menu Pending-approval flow is no longer used. Remove the nav link so the page is no longer reachable from the sidebar (routes and backend logic left intact in case they're needed later). Co-Authored-By: Claude Sonnet 4.6 --- admin/Layout.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/Layout.php b/admin/Layout.php index 3acbaa2..5ba64ea 100644 --- a/admin/Layout.php +++ b/admin/Layout.php @@ -47,7 +47,6 @@ class Layout ['chat', '/admin/chat', 'chat', 'Chat'], ], [ - ['pending', '/admin/pending', 'pending', 'Pendientes', $pending], ['companies', '/admin/companies', 'companies', 'Empresas'], ], [