From d85a7db0574b9d92662467a847775b11fc722d1b Mon Sep 17 00:00:00 2001 From: isaacclad Date: Fri, 19 Jun 2026 00:42:46 +0000 Subject: [PATCH] Remove centralized account nav from app sidebar; redirect legacy URLs. Wallet, Billing, Team, Developers, and Support live on account.ladill.com. Siloed sidebars keep product nav and app Settings only. Co-authored-by: Cursor --- resources/views/partials/sidebar.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index d782363..5571321 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -27,8 +27,6 @@ {{ $item['name'] }} @endforeach - {{-- Wallet, Billing and Team are managed centrally at account.ladill.com --}} - @include('partials.sidebar-support')