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

16 lines
420 B
PHP
Raw Normal View History

<html lang="{{ setting('general.default_locale') }}">
2017-09-14 22:21:00 +03:00
@include('partials.bill.head')
<body onload="window.print();">
2018-08-04 18:05:37 +03:00
@stack('body_start')
2017-09-14 22:21:00 +03:00
<!-- Content Wrapper. Contains page content -->
<div class="wrapper" style="margin-left: 0; page-break-after: always;">
@yield('content')
</div>
<!-- /.content-wrapper -->
2018-08-04 18:05:37 +03:00
@stack('body_end')
2017-09-14 22:21:00 +03:00
</body>
</html>