mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 07:38:16 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			589 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			589 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.master', ['design' => 'light', 'settings' =>$settings])
 | |
| 
 | |
| @slot('header')
 | |
|     @component('email.components.header', ['p' => '', 'logo' => $url])
 | |
|     	@lang('texts.download')
 | |
|     @endcomponent
 | |
| 
 | |
| @endslot
 | |
| 
 | |
| @slot('greeting')
 | |
| @endslot
 | |
| 
 | |
| @lang('texts.download_timeframe')
 | |
| 
 | |
| @slot('signature')
 | |
|     InvoiceNinja (contact@invoiceninja.com)
 | |
| @endslot
 | |
| 
 | |
| @slot('footer')
 | |
|     @component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
 | |
|         For any info, please visit InvoiceNinja.
 | |
|     @endcomponent
 | |
| @endslot
 | |
| 
 | |
| @endcomponent |