2021-01-19 11:05:47 +01:00
|
|
|
@component('email.template.master', ['design' => 'light', 'whitelabel' => false])
|
2020-10-27 16:04:28 +01:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
@slot('header')
|
2021-02-15 00:39:40 +01:00
|
|
|
@include('email.components.header', ['logo' => $logo])
|
2021-01-19 11:05:47 +01:00
|
|
|
@endslot
|
2020-10-27 16:04:28 +01:00
|
|
|
|
2021-02-15 00:39:40 +01:00
|
|
|
<p>{{ ctrans('texts.reset_password') }}</p>
|
2020-10-27 16:04:28 +01:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
<a href="{{ $link }}" target="_blank" class="button">
|
2021-02-15 00:39:40 +01:00
|
|
|
{{ ctrans('texts.reset') }}
|
2021-01-19 11:05:47 +01:00
|
|
|
</a>
|
2020-10-27 16:04:28 +01:00
|
|
|
|
|
|
|
<a href="{{ $link }}">{{ $link }}</a>
|
|
|
|
@endcomponent
|