15 lines
357 B
PHP
Raw Normal View History

2019-11-16 10:21:14 +03:00
@stack('content_start')
<div id="app">
@stack('content_content_start')
@yield('content')
@stack('content_content_end')
<notifications></notifications>
2020-06-04 16:34:34 +03:00
2020-08-22 16:07:36 +03:00
<form id="form-dynamic-component" method="POST" action="#"></form>
2020-06-04 16:34:34 +03:00
<component v-bind:is="component"></component>
2019-11-16 10:21:14 +03:00
</div>
@stack('content_end')