akaunting/resources/views/layouts/print.blade.php

8 lines
146 B
PHP
Raw Normal View History

2018-04-07 12:00:39 +03:00
<html>
@include('partials.admin.head')
<body onload="window.print();" class="print-width">
@yield('content')
</body>
</html>