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
2022-03-12 14:20:44 +11:00

12 lines
334 B
PHP

{!! ctrans('texts.migration_failed_label') !!}
{!! ctrans('texts.migration_failed') !!} {!! $company->present()->name() !!}
@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