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 77 {{ trans (' env-editor::env-editor.menuTitle' )} }
88@endpush
99
10- @section (' content' )
1110
11+ @section (' content' )
1212 <div id =" env-editor" >
1313 <div id =" env-alerts" ></div >
1414
110110 })
111111 </script >
112112@endpush
113+
114+ @extends (' layouts.sidebar' )
Original file line number Diff line number Diff line change 1111 <!-- CSRF Token -->
1212 <meta name =" csrf-token" content =" {{ csrf_token () } }" />
1313
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-
1914 <link rel =" stylesheet"
2015 href =" https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
2116 integrity =" sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
2419 @stack (' styles' )
2520</head >
2621<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-
3822
3923<span class =" javascripts" >
4024 <
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