akaunting/resources/views/partials/admin/content.blade.php
2019-11-16 10:21:14 +03:00

18 lines
414 B
PHP

@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')