added more stacks

This commit is contained in:
denisdulici
2018-08-04 18:05:37 +03:00
parent d0dbf23d5a
commit 40c04128ff
24 changed files with 138 additions and 7 deletions

View File

@@ -7,6 +7,10 @@
@endpush
<body onload="window.print();" class="print-width">
@stack('body_start')
@yield('content')
@stack('body_end')
</body>
</html>