mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 13:27:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			427 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			427 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
 | |
|     <div class="center">
 | |
|         <p>{{ ctrans('texts.confirmation_message') }}</p>
 | |
| 
 | |
|         <a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
 | |
|             {{ ctrans('texts.confirm') }}
 | |
|         </a>
 | |
|     </div>
 | |
| @endcomponent
 |