11 lines
226 B
PHP
11 lines
226 B
PHP
|
@stack('content_start')
|
||
|
<div id="app">
|
||
|
@stack('content_content_start')
|
||
|
|
||
|
@yield('content')
|
||
|
|
||
|
@stack('content_content_end')
|
||
|
<notifications></notifications>
|
||
|
</div>
|
||
|
@stack('content_end')
|