2019-11-16 10:21:14 +03:00
|
|
|
@stack('content_start')
|
|
|
|
<div id="app">
|
|
|
|
@stack('content_content_start')
|
|
|
|
|
|
|
|
@yield('content')
|
|
|
|
|
|
|
|
@stack('content_content_end')
|
2021-01-19 15:56:22 +03:00
|
|
|
|
2019-11-16 10:21:14 +03:00
|
|
|
<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')
|