2021-01-19 11:05:47 +01:00
|
|
|
@component('email.template.master', ['design' => 'light', 'whitelabel' => false])
|
2018-10-29 04:16:17 +01:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
@slot('header')
|
|
|
|
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
|
|
@endslot
|
2018-10-29 04:16:17 +01:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
<p>{{ ctrans('texts.confirmation_message') }}</p>
|
2018-10-29 04:16:17 +01:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
<a href="{{ url("/user/confirm/{$user->confirmation_code}") }}" target="_blank" class="button">
|
|
|
|
{{ ctrans('texts.confirm') }}
|
|
|
|
</a>
|
2018-10-29 04:16:17 +01:00
|
|
|
@endcomponent
|