2021-06-11 15:52:28 +02:00
|
|
|
@component('email.template.client', ['logo' => $logo, 'settings' => $settings, 'company' => $company])
|
2021-06-09 16:38:24 +02:00
|
|
|
<div class="center">
|
|
|
|
<h1>{{ ctrans('texts.ach_verification_notification_label') }}</h1>
|
|
|
|
<p>{{ ctrans('texts.ach_verification_notification') }}</p>
|
2021-06-23 14:52:54 +02:00
|
|
|
|
2023-02-15 11:11:34 +01:00
|
|
|
<!-- <a class="button" href="{{ $url }}">{{ ctrans('texts.complete_verification') }}</a> -->
|
|
|
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" align="center">
|
|
|
|
<tr style="border: 0 !important; ">
|
|
|
|
<td class="new_button" style="padding: 12px 18px 12px 18px; border-radius:5px;" align="center">
|
|
|
|
<a href="{{ $url }}") }}" target="_blank" style="border: 0 !important;font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; display: inline-block;">
|
|
|
|
{{ ctrans('texts.complete_verification') }}
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2021-06-09 16:38:24 +02:00
|
|
|
</div>
|
2021-04-10 10:44:06 +02:00
|
|
|
@endcomponent
|