akaunting 3.0 (the last dance)
This commit is contained in:
11
resources/views/components/layouts/wizard/content.blade.php
Normal file
11
resources/views/components/layouts/wizard/content.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
@stack('content_start')
|
||||
<div id="app">
|
||||
@stack('content_content_start')
|
||||
|
||||
@include('flash::message')
|
||||
|
||||
{!! $slot !!}
|
||||
|
||||
@stack('content_content_end')
|
||||
</div>
|
||||
@stack('content_end')
|
Reference in New Issue
Block a user