From 37bff3f05bc5af043219152f358629c816cee9fc Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 20:29:12 +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)