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

14 lines
339 B
PHP
Raw Normal View History

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