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

16 lines
358 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')
2021-01-19 12:56:22 +00:00
2019-11-16 07:21:14 +00:00
<notifications></notifications>
2020-01-29 09:34:51 +00:00
2020-08-22 13:07:36 +00:00
<form id="form-dynamic-component" method="POST" action="#"></form>
2020-01-29 09:34:51 +00:00
<component v-bind:is="component"></component>
2019-11-16 07:21:14 +00:00
</div>
@stack('content_end')