mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 15:44:35 -04:00
8 lines
197 B
PHP
8 lines
197 B
PHP
{!! $title !!}
|
|
|
|
{!! ctrans('texts.company_import_failure_body') !!}
|
|
|
|
@if(isset($whitelabel) && !$whitelabel)
|
|
{{ ctrans('texts.ninja_email_footer', ['site' => 'https://invoiceninja.com']) }}
|
|
@endif
|