v2 first commit
This commit is contained in:
@ -1,20 +1,24 @@
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.wizard.head')
|
||||
|
||||
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
|
||||
@stack('body_start')
|
||||
<body class="wizard-page">
|
||||
|
||||
<div class="container mt--5">
|
||||
|
||||
@stack('body_start')
|
||||
|
||||
<div id="app">
|
||||
|
||||
@include('partials.wizard.content')
|
||||
|
||||
</div>
|
||||
|
||||
@stack('body_end')
|
||||
|
||||
<!-- Site wrapper -->
|
||||
<div class="wrapper">
|
||||
@include('partials.wizard.content')
|
||||
</div>
|
||||
|
||||
@stack('body_end')
|
||||
@include('partials.wizard.scripts')
|
||||
|
||||
<script type="text/javascript">
|
||||
$('#wizard-skip, .stepwizard .btn.btn-default').on('click', function() {
|
||||
$('#wizard-loading').html('<span class="wizard-loading-bar"><span class="wizard-loading-spin"><i class="fa fa-spinner fa-spin"></i></span></span>');
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user