diff --git a/resources/views/panel/config-editor.blade.php b/resources/views/panel/config-editor.blade.php
index 7f2d1bb..8f456cb 100644
--- a/resources/views/panel/config-editor.blade.php
+++ b/resources/views/panel/config-editor.blade.php
@@ -101,6 +101,72 @@
transform: scale(1.1);
}
+
+
+
+
+
@elseif($_SERVER['QUERY_STRING'] == 'alternative-config')
@include('components.config.alternative-config')
@include('components.config.back-button')
@endif
-
@push("sidebar-scripts")
@@ -203,6 +272,23 @@ $("ul.nav-tabs > li > a").on("shown.bs.tab", function(e) {
var hash = window.location.hash;
$('#myTab a[href="' + hash + '"]').tab('show');
+
@endpush
+
@endsection