mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 18:57:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			455 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			455 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
{!! $body !!}
 | 
						|
@isset($whitelabel)
 | 
						|
    @if(!$whitelabel)
 | 
						|
        <table cellpadding="0" cellspacing="0" width="100%">
 | 
						|
           <tr>
 | 
						|
	            <td>
 | 
						|
	                <p>
 | 
						|
	                    <a href="https://invoiceninja.com" target="_blank">
 | 
						|
	                        {{ __('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
 | 
						|
	                    </a>
 | 
						|
	                </p>
 | 
						|
	            </td>
 | 
						|
            </tr>
 | 
						|
        </table>
 | 
						|
    @endif
 | 
						|
@endif |