v2 first commit
This commit is contained in:
17
resources/views/partials/portal/content.blade.php
Normal file
17
resources/views/partials/portal/content.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@stack('content_start')
|
||||
<div id="app">
|
||||
@stack('content_content_start')
|
||||
|
||||
@yield('content')
|
||||
|
||||
@stack('content_content_end')
|
||||
<notifications></notifications>
|
||||
|
||||
<akaunting-modal
|
||||
v-if="addNew.modal"
|
||||
:show="addNew.modal"
|
||||
:title="addNew.title"
|
||||
:message="addNew.html">
|
||||
</akaunting-modal>
|
||||
</div>
|
||||
@stack('content_end')
|
||||
Reference in New Issue
Block a user