Admin: migration / completed.blade.php

This commit is contained in:
Benjamin Beganović 2021-06-07 18:10:18 +02:00
parent 0e3a87a762
commit ba6af55be6

View File

@ -1,13 +1,12 @@
@component('email.template.master', ['design' => 'light', 'settings' => $settings]) @component('email.template.admin-light', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
<div class="center">
<h1>{{ ctrans('texts.migration_completed')}}</h1>
<p>{{ ctrans('texts.migration_completed_description')}}</p>
@slot('header') <a href="{{ url('/') }}" target="_blank" class="button">
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png']) {{ ctrans('texts.account_login')}}
@endslot </a>
<h1>{{ ctrans('texts.migration_completed')}}</h1> <p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
<p>{{ ctrans('texts.migration_completed_description')}}</p> </div>
<a href="{{ url('/') }}" target="_blank" class="button">{{ ctrans('texts.account_login')}}</a>
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
@endcomponent @endcomponent