mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:47:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			366 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			366 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
 | 
						|
    <div class="center">
 | 
						|
        <h1>{{ ctrans('texts.download_backup_subject') }}</h1>
 | 
						|
        <p>{{ ctrans('texts.download_timeframe') }}</p>
 | 
						|
 | 
						|
        <a target="_blank" class="button" href="{{ $url }}">
 | 
						|
            {{ ctrans('texts.download') }}
 | 
						|
        </a>
 | 
						|
    </div>
 | 
						|
@endcomponent
 |