diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php
index a4c76c3..167b721 100755
--- a/resources/views/layouts/sidebar.blade.php
+++ b/resources/views/layouts/sidebar.blade.php
@@ -475,66 +475,89 @@
- MODAL;
+MODAL; // Indentation breaks my code editor :/
}
notification('', 'modal-1', __('messages.Your security is at risk!'), '' . __('messages.security.msg1') . ' ' . __('messages.security.msg2') . '
' . __('messages.security.msg3') . '
' . __('messages.security.msg3') . '.');
notification('hide-star-notification', 'modal-star', __('messages.Support Linkstack'), '' . __('messages.support.msg1') . ' ' . __('messages.support.msg2') . '. ' . __('messages.support.msg3') . '
' . __('messages.support.msg4') . ' ' . __('messages.support.msg5') . '
' . __('messages.support.msg6') . '');
@endphp
@endpush
- @push('sidebar-scripts')
-
- @endpush
+
+
+ @if (env('JOIN_BETA') == true)
+
+ @else
+
+ @endif
+
+ @endpush
- @if (auth()->user()->role == 'admin')
@@ -594,8 +617,7 @@
-
+
|