mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:07:34 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			849 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			849 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.master', ['design' => 'light', 'settings' =>$settings])
 | |
| 
 | |
| @slot('header')
 | |
|     @component('email.components.header', ['p' => 'Payment for your invoice has been completed!', 'logo' => 'https://www.invoiceninja.com/wp-content/uploads/2019/01/InvoiceNinja-Logo-Round-300x300.png'])
 | |
|         Invoice paid
 | |
|     @endcomponent
 | |
| 
 | |
| @endslot
 | |
| 
 | |
| @slot('greeting')
 | |
|     Hello,
 | |
| @endslot
 | |
| 
 | |
| We want to inform you that payment was completed for your invoice. Amount: $10,000.00.
 | |
| 
 | |
| @component('email.components.button', ['url' => 'https://invoiceninja.com', 'show_link' => true])
 | |
|     Visit InvoiceNinja
 | |
| @endcomponent
 | |
| 
 | |
| @slot('below_card')
 | |
|     @component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
 | |
|         For any info, please visit InvoiceNinja.
 | |
|     @endcomponent
 | |
| @endslot    
 | |
| 
 | |
| @endcomponent |