2021-06-12 23:12:06 +02:00
|
|
|
@component('email.template.admin', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png', 'settings' => $settings])
|
2021-06-07 18:06:34 +02:00
|
|
|
<div class="center">
|
|
|
|
<p>{{ ctrans('texts.confirmation_message') }}</p>
|
2018-10-29 04:16:17 +01:00
|
|
|
|
2023-02-15 11:11:34 +01:00
|
|
|
<!-- <a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
2021-06-07 18:06:34 +02:00
|
|
|
{{ ctrans('texts.confirm') }}
|
2023-02-15 11:11:34 +01:00
|
|
|
</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("/user/confirm/{$user->confirmation_code}") }}" 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.confirm') }}
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
2021-06-07 18:06:34 +02:00
|
|
|
</div>
|
2018-10-29 04:16:17 +01:00
|
|
|
@endcomponent
|