From 18057106c1b73c75a40ddf90467d13fbe95f2fa1 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 20:30:44 +0000 Subject: [PATCH] Move Support link under Account in sidebar. Place Support with Account navigation instead of the Settings footer. Co-authored-by: Cursor --- resources/views/hosting/panel/partials/sidebar.blade.php | 8 +++++++- resources/views/partials/sidebar.blade.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/views/hosting/panel/partials/sidebar.blade.php b/resources/views/hosting/panel/partials/sidebar.blade.php index 0eaec97..984c036 100644 --- a/resources/views/hosting/panel/partials/sidebar.blade.php +++ b/resources/views/hosting/panel/partials/sidebar.blade.php @@ -196,11 +196,17 @@ @endif + +
+

Account

+
+ @include('partials.sidebar-support') +
+
@if ($showSettings)