From ebdae5b98991e33bf1c9c056e34732f36f643d50 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 04:45:51 +0000 Subject: [PATCH] Pin Settings to the sidebar footer in Ladill QR Plus. 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 06d5cbe..54e06f4 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -20,8 +20,6 @@ 'icon' => ''], ['name' => 'Developers', 'route' => route('account.developers'), 'active' => request()->routeIs('account.developers*'), 'icon' => ''], - ['name' => 'Settings', 'route' => route('account.settings'), 'active' => request()->routeIs('account.settings'), - 'icon' => ''], ]; @endphp + +