mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 18:37:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			311 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			311 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
{{ $title }}
 | 
						|
 | 
						|
@isset($body)
 | 
						|
{{ strip_tags(str_replace("<br>", "\r\n", $body)) }}
 | 
						|
@endisset
 | 
						|
 | 
						|
@isset($content)
 | 
						|
{{ strip_tags(str_replace("<br>", "\r\n", $content)) }}
 | 
						|
@endisset
 | 
						|
 | 
						|
@isset($whitelabel)
 | 
						|
@if(!$whitelabel)
 | 
						|
{{ ctrans('texts.ninja_email_footer', ['site' => 'https://invoiceninja.com']) }}
 | 
						|
@endif
 | 
						|
@endisset |