Wizard files added

This commit is contained in:
cuneytsenturk
2018-10-23 18:47:55 +03:00
parent 82a9b7dc8c
commit 97f43a0930
33 changed files with 1335 additions and 15 deletions

View File

@ -0,0 +1,18 @@
<html lang="{{ setting('general.default_locale') }}">
@include('partials.wizard.head')
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
@stack('body_start')
<!-- Site wrapper -->
<div class="wrapper">
@include('partials.wizard.header')
@include('partials.wizard.content')
@include('partials.wizard.footer')
</div>
@stack('body_end')
</body>
</html>