11 lines
226 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>
</div>
@stack('content_end')