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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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