mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:17:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			325 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.master', ['design' => 'light', 'settings' => $settings, 'whitelabel' => $whitelabel])
 | |
| 
 | |
| @slot('header')
 | |
|     @include('email.components.header', ['logo' => $company->present()->logo($settings)])
 | |
| @endslot
 | |
| 
 | |
| {!! $body !!}
 | |
| 
 | |
| @if($signature)
 | |
| <br>
 | |
| <br>
 | |
| <p>
 | |
|     {!! $signature !!}
 | |
| </p>
 | |
| @endif
 | |
| 
 | |
| @endcomponent
 |