mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
13 lines
526 B
PHP
13 lines
526 B
PHP
@component('email.template.admin', ['logo' => 'https://invoicing.co/images/invoiceninja-black-logo-2.png', 'settings' => $settings])
|
|
<div class="center">
|
|
<h1>{{ ctrans('texts.migration_completed')}}</h1>
|
|
<p>{{ ctrans('texts.migration_completed_description')}}</p>
|
|
|
|
<a href="{{ url('/') }}" target="_blank" class="button">
|
|
{{ ctrans('texts.account_login')}}
|
|
</a>
|
|
|
|
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
|
|
</div>
|
|
@endcomponent
|