Akaunting/resources/views/partials/admin/content.blade.php

14 lines
339 B
PHP
Raw Normal View History

2018-08-04 15:05:37 +00:00
@stack('content_start')
2019-11-16 07:21:14 +00:00
<div id="app">
2018-08-04 15:05:37 +00:00
@stack('content_content_start')
2019-11-16 07:21:14 +00:00
@yield('content')
2018-08-04 15:05:37 +00:00
2018-08-04 15:25:37 +00:00
@stack('content_content_end')
2019-11-16 07:21:14 +00:00
<notifications></notifications>
2020-01-29 09:34:51 +00:00
<form id="form-create" method="POST" action="#"/>
<component v-bind:is="component"></component>
2019-11-16 07:21:14 +00:00
</div>
@stack('content_end')