16 lines
223 B
PHP
16 lines
223 B
PHP
<html lang="{{ app()->getLocale() }}">
|
|
|
|
@include('partials.bill.head')
|
|
|
|
<body onload="window.print();">
|
|
|
|
@stack('body_start')
|
|
|
|
@yield('content')
|
|
|
|
@stack('body_end')
|
|
|
|
</body>
|
|
|
|
</html>
|