14 lines
683 B
PHP
14 lines
683 B
PHP
@component('mail::message', ['username' => $username, 'email' => $email])
|
|
<h2 class="center narrow">Follow this link to log in to your account.</h2>
|
|
<p class="center narrow">For your security, this link <strong>can only be used once</strong> and <strong>expires after 10 minutes.</strong></p>
|
|
<p class="center narrow">
|
|
@component('mail::button', ['url' => route('login', ['token' => $token])])
|
|
Log in
|
|
@endcomponent
|
|
</p>
|
|
<hr />
|
|
<h3>Why did I get this link?</h3>
|
|
<p class="sub">Someone asked for a login link to log in to STEMMechanics with this email.</p>
|
|
<p class="sub">If this wasn't you, you can ignore this email.</p>
|
|
@endcomponent
|