12 lines
		
	
	
		
			362 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			362 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <html lang="{{ setting('general.default_locale') }}">
 | |
|     @include('partials.bill.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>
 |