mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:57:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			274 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			274 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| {!! trans('texts.email_salutation', ['name' => $userName]) !!}
 | |
| 
 | |
| {!! trans("texts.notification_{$entityType}_bounced", ['contact' => $contactName, 'invoice' => $invoiceNumber]) !!}
 | |
| 
 | |
| {!! $emailError !!}
 | |
| 
 | |
| {!! trans('texts.email_signature') !!}
 | |
| {!! trans('texts.email_from') !!} |