Report print fixed chart issue.

This commit is contained in:
Cüneyt Şentürk
2021-07-29 18:43:59 +03:00
parent 091f3d7de5
commit 9ab0e90751
2 changed files with 35 additions and 1 deletions

View File

@ -1,11 +1,13 @@
<html lang="{{ app()->getLocale() }}">
@include('partials.print.head')
<body onload="window.print();">
<body>
@stack('body_start')
@yield('content')
@stack('body_end')
@include('partials.print.scripts')
</body>
</html>