Cüneyt Şentürk 4bafcaccd6 refs #1075
2020-01-03 14:04:00 +03:00

19 lines
359 B
PHP

@stack('content_start')
@stack('content_header_start')
<h1 class="text-white">
@yield('title')
@yield('new_button')
</h1>
@stack('content_header_end')
@stack('content_content_start')
@yield('content')
@stack('content_content_end')
<notifications></notifications>
@stack('content_end')