print reports
This commit is contained in:
7
resources/views/layouts/print.blade.php
Normal file
7
resources/views/layouts/print.blade.php
Normal file
@ -0,0 +1,7 @@
|
||||
<html>
|
||||
@include('partials.admin.head')
|
||||
|
||||
<body onload="window.print();" class="print-width">
|
||||
@yield('content')
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user