mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 07:47:30 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			388 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			388 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.client', ['logo' => $logo, 'settings' => $settings, 'company' => $company])
 | |
|     <div class="center">
 | |
|         <h1>{{ ctrans('texts.ach_verification_notification_label') }}</h1>
 | |
|         <p>{{ ctrans('texts.ach_verification_notification') }}</p>
 | |
| 
 | |
|         <a class="button" href="{{ $url }}">{{ ctrans('texts.complete_verification') }}</a>
 | |
|     </div>
 | |
| @endcomponent
 |