print reports

This commit is contained in:
denisdulici
2018-04-07 12:00:39 +03:00
parent fcc6107871
commit 7ecf6914a8
15 changed files with 319 additions and 187 deletions

View File

@ -0,0 +1,7 @@
<html>
@include('partials.admin.head')
<body onload="window.print();" class="print-width">
@yield('content')
</body>
</html>