Merge pull request #540 from developerbmw/pdf

Fix invoice print layout and PDF
This commit is contained in:
Denis Duliçi
2018-10-10 21:43:22 +03:00
committed by GitHub
3 changed files with 212 additions and 176 deletions

View File

@ -4,11 +4,7 @@
<body onload="window.print();">
@stack('body_start')
<!-- Content Wrapper. Contains page content -->
<div class="wrapper" style="margin-left: 0; page-break-after: always;">
@yield('content')
</div>
<!-- /.content-wrapper -->
@yield('content')
@stack('body_end')
</body>