formatting
This commit is contained in:
parent
64435b5e5a
commit
d279ff4764
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -9,13 +9,11 @@
|
||||
</style>
|
||||
|
||||
<body onload="window.print();">
|
||||
|
||||
@stack('body_start')
|
||||
|
||||
@yield('content')
|
||||
|
||||
@stack('body_end')
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user