mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 18:17:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			555 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			555 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.master', ['design' => 'dark', 'settings' => $settings, 'whitelabel' => $whitelabel])
 | |
| 
 | |
| @slot('header')
 | |
|     @component('email.components.header', ['p' => $body, 'logo' => 'https://www.invoiceninja.com/wp-content/uploads/2019/01/InvoiceNinja-Logo-Round-300x300.png'])
 | |
|         
 | |
|         @if(isset($title))
 | |
|         {{$title}}
 | |
|         @endif
 | |
| 
 | |
|     @endcomponent
 | |
| 
 | |
|     @if($footer)
 | |
|         @component('email.components.button', ['url' => $view_link])
 | |
|             {{$view_text}}
 | |
|         @endcomponent
 | |
|     @endif
 | |
| 
 | |
| 
 | |
| @endslot
 | |
| 
 | |
| 
 | |
| @endcomponent
 |