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