formatting

This commit is contained in:
denisdulici 2019-12-26 09:43:39 +03:00
parent 64435b5e5a
commit d279ff4764
7 changed files with 74 additions and 89 deletions

View File

@ -3,7 +3,6 @@
@include('partials.admin.head')
<body class="g-sidenav-show g-sidenav-pinned">
@stack('body_start')
@include('partials.admin.menu')
@ -31,7 +30,6 @@
@stack('body_end')
@include('partials.admin.scripts')
</body>
</html>

View File

@ -3,7 +3,6 @@
@include('partials.auth.head')
<body class="login-page">
@stack('body_start')
<div class="main-content">
@ -65,7 +64,6 @@
@stack('body_end')
@include('partials.auth.scripts')
</body>
</html>

View File

@ -3,7 +3,6 @@
@include('partials.modules.head')
<body class="g-sidenav-show g-sidenav-pinned">
@stack('body_start')
@include('partials.admin.menu')
@ -31,7 +30,6 @@
@stack('body_end')
@include('partials.admin.scripts')
</body>
</html>

View File

@ -3,7 +3,6 @@
@include('partials.portal.head')
<body class="g-sidenav-show g-sidenav-pinned">
@stack('body_start')
@include('partials.portal.menu')
@ -31,7 +30,6 @@
@stack('body_end')
@include('partials.portal.scripts')
</body>
</html>

View File

@ -9,13 +9,11 @@
</style>
<body onload="window.print();">
@stack('body_start')
@yield('content')
@stack('body_end')
</body>
</html>

View File

@ -2,7 +2,6 @@
@include('partials.signed.head')
<body>
@stack('body_start')
<div class="container-fluid content-layout mt-4">
@ -14,7 +13,6 @@
</div>
@stack('body_end')
</body>
</html>

View File

@ -4,7 +4,6 @@
<body class="wizard-page">
<div class="container mt--5">
@stack('body_start')
<div id="app">
@ -14,11 +13,9 @@
</div>
@stack('body_end')
</div>
@include('partials.wizard.scripts')
</body>
</html>