Report print fixed chart issue.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user