diff --git a/resources/views/vendor/env-editor/index.blade.php b/resources/views/vendor/env-editor/index.blade.php
index 0309a4f..a94ef3a 100644
--- a/resources/views/vendor/env-editor/index.blade.php
+++ b/resources/views/vendor/env-editor/index.blade.php
@@ -7,8 +7,8 @@
{{trans('env-editor::env-editor.menuTitle')}}
@endpush
-@section('content')
+@section('content')
@@ -110,3 +110,5 @@
})
@endpush
+
+@extends('layouts.sidebar')
\ No newline at end of file
diff --git a/resources/views/vendor/env-editor/layout.blade.php b/resources/views/vendor/env-editor/layout.blade.php
index bb72993..bae530e 100644
--- a/resources/views/vendor/env-editor/layout.blade.php
+++ b/resources/views/vendor/env-editor/layout.blade.php
@@ -11,11 +11,6 @@
-
-
-
-
-
-
@stack('documentTitle')
-
- @yield('content')
-
-
-
-
-