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

12 lines
318 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<html>
@include('partials.invoice.head')
<body onload="window.print();">
<!-- Content Wrapper. Contains page content -->
<div class="wrapper" style="margin-left: 0; page-break-after: always;">
@yield('content')
</div>
<!-- /.content-wrapper -->
</body>
</html>