From 5b776cb050ece80d03bd0883addfd41f76beb6e1 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 04:45:49 +0000 Subject: [PATCH] Pin Settings to the sidebar footer in Ladill Mini. 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 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 74aea0e..fff622c 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -15,10 +15,6 @@ ['name' => 'Payouts', 'route' => route('mini.payouts'), 'active' => request()->routeIs('mini.payouts'), 'icon' => ''], ]; - $accountNav = [ - ['name' => 'Settings', 'route' => route('account.settings'), 'active' => request()->routeIs('account.settings'), - 'icon' => ''], - ]; @endphp + +