File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed
resources/views/vendor/env-editor Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 7
7
{{ trans (' env-editor::env-editor.menuTitle' )} }
8
8
@endpush
9
9
10
- @section (' content' )
11
10
11
+ @section (' content' )
12
12
<div id =" env-editor" >
13
13
<div id =" env-alerts" ></div >
14
14
110
110
})
111
111
</script >
112
112
@endpush
113
+
114
+ @extends (' layouts.sidebar' )
Original file line number Diff line number Diff line change 11
11
<!-- CSRF Token -->
12
12
<meta name =" csrf-token" content =" {{ csrf_token () } }" />
13
13
14
- <link rel =" stylesheet"
15
- href =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css"
16
- integrity =" sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
17
- crossorigin =" anonymous" >
18
-
19
14
<link rel =" stylesheet"
20
15
href =" https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
21
16
integrity =" sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
24
19
@stack (' styles' )
25
20
</head >
26
21
<body >
27
- <div id =" app" class =" container-fluid " >
28
-
29
- <div id =" body-wrapper" class =" py-5 px-2" >
30
- <h2 class =" mb-4" >@stack (' documentTitle' )</h2 >
31
- <main class =" " role =" main" itemprop =" mainContentOfPage" itemscope itemtype =" http://schema.org/Table" >
32
- @yield (' content' )
33
- </main >
34
- </div >
35
-
36
- </div >
37
-
38
22
39
23
<span class =" javascripts" >
40
24
<
script src =
" https://cdn.jsdelivr.net/npm/[email protected] /dist/jquery.slim.min.js"
You can’t perform that action at this time.
0 commit comments