From 55e2ec71b36fd527c8d80c255fd3d2f1c7b29173 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 04:45:48 +0000 Subject: [PATCH] Pin Settings to the sidebar footer in Ladill Events. Keep Settings anchored at the bottom of the product nav, consistent with Ladill Mail and Email. Co-authored-by: Cursor --- resources/views/partials/sidebar.blade.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index e535dbd..d8f49f7 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -26,8 +26,6 @@ 'icon' => ''], ['name' => 'Team', 'route' => route('account.team'), 'active' => request()->routeIs('account.team*'), 'icon' => ''], - ['name' => 'Settings', 'route' => route('account.settings'), 'active' => request()->routeIs('account.settings'), - 'icon' => ''], ]; @endphp + +