mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 14:47:31 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			239 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="{{ App::getLocale() }}">
 | |
| <head>
 | |
|   <meta charset="utf-8">
 | |
| </head>
 | |
| <body>
 | |
|     @if ($account->enable_email_markup)
 | |
|         @include('emails.partials.client_view_action')
 | |
|     @endif
 | |
|     {!! $body !!}
 | |
| </body>
 | |
| </html> |