mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:37:31 -04: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 |