2021-06-12 23:12:06 +02:00
|
|
|
@component('email.template.client', ['logo' => $logo, 'settings' => $settings, 'company' => $company])
|
2021-06-09 17:07:41 +02:00
|
|
|
<div class="center">
|
|
|
|
<h1>{{ ctrans('texts.login_link_requested_label') }}</h1>
|
|
|
|
<p>{{ ctrans('texts.login_link_requested') }}</p>
|
2021-03-31 18:10:44 +02:00
|
|
|
|
2023-02-28 09:43:10 +01:00
|
|
|
<div>
|
|
|
|
<!--[if (gte mso 9)|(IE)]>
|
|
|
|
<table align="center" cellspacing="0" cellpadding="0" style="width: 600px;">
|
|
|
|
<tr>
|
|
|
|
<td align="center" valign="top">
|
|
|
|
<![endif]-->
|
|
|
|
<table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" >
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td align="center" class="new_button" style="border-radius: 2px; background-color: '.$this->settings->primary_color.'">
|
|
|
|
<a href="{{ $url }}" target="_blank" class="new_button" style="text-decoration: none; border: 1px solid '.$this->settings->primary_color.'; display: inline-block; border-radius: 2px; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; font-size: 20px; color: #fff">
|
|
|
|
<singleline label="cta button">{{ ctrans('texts.login') }}</singleline>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
<!--[if (gte mso 9)|(IE)]>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<![endif]-->
|
|
|
|
</div>
|
2023-02-15 11:11:34 +01:00
|
|
|
|
2021-06-09 17:07:41 +02:00
|
|
|
</div>
|
2021-03-31 18:10:44 +02:00
|
|
|
@endcomponent
|