mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
9 lines
388 B
PHP
9 lines
388 B
PHP
@component('email.template.client', ['logo' => $logo, 'settings' => $settings, 'company' => $company])
|
|
<div class="center">
|
|
<h1>{{ ctrans('texts.ach_verification_notification_label') }}</h1>
|
|
<p>{{ ctrans('texts.ach_verification_notification') }}</p>
|
|
|
|
<a class="button" href="{{ $url }}">{{ ctrans('texts.complete_verification') }}</a>
|
|
</div>
|
|
@endcomponent
|