mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			269 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			269 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@component('email.template.master', ['design' => 'light'])
 | 
						|
    @slot('header')
 | 
						|
        @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
 | 
						|
    @endslot
 | 
						|
 | 
						|
    {{ $message }}
 | 
						|
@endcomponent
 |