2018-12-11 16:42:36 +03:00
|
|
|
<html lang="{{ app()->getLocale() }}">
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
@include('partials.modules.head')
|
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
<body class="g-sidenav-show g-sidenav-pinned">
|
|
|
|
@stack('body_start')
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.admin.menu')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
<div class="main-content" id="panel">
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.admin.navbar')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
<div id="main-body">
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.admin.header')
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
<div class="container-fluid content-layout mt--6">
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.admin.content')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
@include('partials.admin.footer')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
2018-08-04 18:05:37 +03:00
|
|
|
|
2019-12-26 09:43:39 +03:00
|
|
|
</div>
|
|
|
|
|
2018-08-04 18:05:37 +03:00
|
|
|
@stack('body_end')
|
2019-11-16 10:21:14 +03:00
|
|
|
|
|
|
|
@include('partials.admin.scripts')
|
2017-09-14 22:21:00 +03:00
|
|
|
</body>
|
2019-11-16 10:21:14 +03:00
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
</html>
|