Admin: import / completed.blade.php

This commit is contained in:
Benjamin Beganović 2021-06-07 18:08:47 +02:00
parent 105951321d
commit 0e3a87a762

View File

@ -1,8 +1,5 @@
@component('email.template.master', ['design' => 'light', 'settings' => $company->settings]) @component('email.template.admin-light', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
@slot('header') <div class="center">
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
@endslot
<h1>Import completed</h1> <h1>Import completed</h1>
<p>Hello, here is the output of your recent import job.</p> <p>Hello, here is the output of your recent import job.</p>
@ -102,5 +99,6 @@
<a href="{{ url('/') }}" target="_blank" class="button">{{ ctrans('texts.account_login')}}</a> <a href="{{ url('/') }}" target="_blank" class="button">{{ ctrans('texts.account_login')}}</a>
<p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p> <p>{{ ctrans('texts.email_signature')}}<br/> {{ ctrans('texts.email_from') }}</p>
</div>
@endcomponent @endcomponent