mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:37:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			279 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			279 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
 | 
						|
    <div class="center">
 | 
						|
        <h1>{!! ctrans('texts.stripe_connect_migration_title') !!}</h1>
 | 
						|
        
 | 
						|
        <p>{!! ctrans('texts.stripe_connect_migration_desc') !!}</p>
 | 
						|
    </div>
 | 
						|
@endcomponent
 |