1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00
invoiceninja/resources/views/email/migration/failed_text.blade.php

12 lines
334 B
PHP
Raw Normal View History

2022-03-04 01:45:19 +01:00
{!! ctrans('texts.migration_failed_label') !!}
2022-03-12 04:20:44 +01:00
{!! ctrans('texts.migration_failed') !!} {!! $company->present()->name() !!}
2022-03-04 01:45:19 +01:00
@if(\App\Utils\Ninja::isSelfHost() || $is_system)
{!! $exception->getMessage() !!}
{!! $content !!}
@else
Please contact us at contact@invoiceninja.com for more information on this error.
@endif