mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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 |