From 4c2ce5526f1851322d76bdc9b5967adc53896585 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Mon, 8 Jun 2026 20:30:22 +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/partials/sidebar.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 17e6986..5e8b99f 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -23,10 +23,11 @@ {{ $item['name'] }} @endforeach +

Account

+ @include('partials.sidebar-support')
- @include('partials.sidebar-support')