akaunting/resources/views/partials/admin/content.blade.php
2020-01-29 12:34:51 +03:00

14 lines
339 B
PHP

@stack('content_start')
<div id="app">
@stack('content_content_start')
@yield('content')
@stack('content_content_end')
<notifications></notifications>
<form id="form-create" method="POST" action="#"/>
<component v-bind:is="component"></component>
</div>
@stack('content_end')