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')
|
|
|
|
|
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
|
|
|
@endslot
|
2020-10-27 16:04:28 +01:00
|
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
|
<p>You are receiving this email because we received a password reset request for your account.</p>
|
2020-10-27 16:04:28 +01:00
|
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
|
<a href="{{ $link }}" target="_blank" class="button">
|
|
|
|
|
Reset Password
|
|
|
|
|
</a>
|
2020-10-27 16:04:28 +01:00
|
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
|
<p>
|
|
|
|
|
If you’re having trouble clicking the "Reset Password" button, copy and paste the URL below into your web
|
|
|
|
|
browser:
|
|
|
|
|
</p>
|
2020-10-27 16:04:28 +01:00
|
|
|
|
|
|
|
|
|
<a href="{{ $link }}">{{ $link }}</a>
|
|
|
|
|
@endcomponent
|