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 14:16:17 +11:00
|
|
|
|
2021-06-07 18:06:34 +02:00
|
|
|
<a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
|
|
|
|
{{ ctrans('texts.confirm') }}
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2018-10-29 14:16:17 +11:00
|
|
|
@endcomponent
|