2018-12-11 16:42:36 +03:00
|
|
|
<html lang="{{ app()->getLocale() }}">
|
2017-09-14 22:21:00 +03:00
|
|
|
@include('partials.modules.head')
|
|
|
|
|
|
|
|
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
|
2018-08-04 18:05:37 +03:00
|
|
|
@stack('body_start')
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
<!-- Site wrapper -->
|
|
|
|
<div class="wrapper">
|
|
|
|
@include('partials.admin.header')
|
|
|
|
|
|
|
|
@include('partials.admin.menu')
|
|
|
|
|
|
|
|
@include('partials.admin.content')
|
|
|
|
|
|
|
|
@include('partials.admin.footer')
|
|
|
|
</div>
|
2018-08-04 18:05:37 +03:00
|
|
|
|
|
|
|
@stack('body_end')
|
2017-09-14 22:21:00 +03:00
|
|
|
</body>
|
|
|
|
</html>
|