mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 11:47:35 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			219 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			219 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="{{ App::getLocale() }}" class="bg-white">
 | |
| 
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| </head>
 | |
| 
 | |
| <body class="bg-white p-4">
 | |
| 	{!! $body !!}
 | |
| </body>
 | |
| 
 | |
| <footer class="p-4">
 | |
| 	{!! $footer !!}
 | |
| </footer>
 | |
| 
 | |
| </html> |