diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php
index 2448ca0e..3d00a315 100644
--- a/resources/views/layouts/app.blade.php
+++ b/resources/views/layouts/app.blade.php
@@ -113,15 +113,13 @@
{{ __('Version :version', ['version' => obtain_vanguard_version()]) }}
@if (config('app.env') === 'local')
-
+
@svg('heroicon-s-beaker', ['class' => 'h-3 w-3 mr-1'])
{{ __('Local') }}
@endif
@if (config('app.debug'))
-
+
@svg('heroicon-s-bug-ant', ['class' => 'h-3 w-3 mr-1'])
{{ __('Debug') }}
@@ -129,20 +127,24 @@ class="inline-flex items-center px-2 py-1 text-xs font-medium text-red-700 bg-re
-
{{ __('Quick Links') }}
+
{{ __('Account') }}
@@ -151,31 +153,46 @@ class="text-gray-600 dark:text-gray-300 hover:text-primary-600 dark:hover:text-p
{{ __('Resources') }}
-
{{ __('Connect With Us') }}
+
{{ __('Community') }}
@@ -183,9 +200,7 @@ class="text-gray-600 dark:text-gray-300 hover:text-primary-600 dark:hover:text-p
© {{ date('Y') }} {{ config('app.name') }}.
{{ __('This software is open source and available under the') }}
- {{ __('AGPLv3 License') }}.
+ {{ __('AGPLv3 License') }}.
diff --git a/resources/views/livewire/layout/navigation.blade.php b/resources/views/livewire/layout/navigation.blade.php
index 436bb9e1..bca06178 100644
--- a/resources/views/livewire/layout/navigation.blade.php
+++ b/resources/views/livewire/layout/navigation.blade.php
@@ -90,30 +90,35 @@ public function toggleUserDropdown(): void
- {{ __('Profile') }}
-
-
-
- {{ __('Tags') }}
+ {{ __('My Profile') }}
{{ __('Notifications') }}
+
+
+ {{ __('Statistics') }}
+
{{ __('API Tokens') }}
+
+
+
- {{ __('2FA Settings') }}
+ {{ __('Security Settings') }}
-
-
- {{ __('Statistics') }}
+
+
+ {{ __('Get Help') }}
+
@if (Auth::user()->isAdmin())
-
+
+
{{ __('Laravel Pulse') }}
@@ -123,7 +128,9 @@ public function toggleUserDropdown(): void
{{ __('Laravel Horizon') }}
@endif
-
+
+
+