2018-04-27 13:39:17 +01:00
|
|
|
<html lang="{{ setting('general.default_locale') }}">
|
2017-09-14 22:21:00 +03:00
|
|
|
@include('partials.invoice.head')
|
|
|
|
|
|
|
|
<body onload="window.print();">
|
2018-08-04 18:05:37 +03:00
|
|
|
@stack('body_start')
|
|
|
|
|
2018-10-11 05:35:38 +13:00
|
|
|
@yield('content')
|
2018-08-04 18:05:37 +03:00
|
|
|
|
|
|
|
@stack('body_end')
|
2017-09-14 22:21:00 +03:00
|
|
|
</body>
|
|
|
|
</html>
|