akaunting/resources/views/layouts/invoice.blade.php
2018-10-11 05:35:38 +13:00

12 lines
233 B
PHP

<html lang="{{ setting('general.default_locale') }}">
@include('partials.invoice.head')
<body onload="window.print();">
@stack('body_start')
@yield('content')
@stack('body_end')
</body>
</html>