send_verify.blade.php 2.49 KB
<!DOCTYPE html>
<html lang="ru">

<head>
    <meta charset="utf-8">
    <title>BAIKALY</title>
</head>

<body style="background: #eff2fb; padding: 50px 0;">
<div class="email__first"
     style="background: #fff url({{asset('images/emails/23.png')}}) no-repeat 100% 100%; border: 1px solid #377d87; border-radius: 10px; max-width: 600px; margin: 0 auto; margin-top: 32px; font-family: sans-serif; padding: 60px; text-align: center;">
    <a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;">
        <img src="{{asset('images/emails/20.png')}}" alt="" style="width: 182px; height: 54px; display: block; margin: 0 auto;"></a>
    <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0;">
        Благодарим за регистрацию на нашем сайте. Пожалуйста, подтвердите регистрацию, перейдя по ссылке:
    </b>
    <a href="{{ $url }}" target="_blank"
       style="word-wrap: break-word; word-break: break-all; color: #1a55a6; font-size: 16px; line-height: 24px; display: inline-block; text-align: left; max-width: 90%; margin: 0 auto;">
        {{ $url }}
    </a>
</div>
<div class="email__text"
     style="margin:32px 0;font-style: italic;font-size: 14px;line-height: 20px;font-family: sans-serif;color:#37393a;text-align: center;display: block;">
    Это письмо отправлено автоматически. Пожалуйста, не отвечайте на него.
</div>
<a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;">
    <img src="{{asset('images/emails/19.png')}}" alt="" style="width: 222px; height: 74px; display: block; margin: 0 auto;">
</a>
<div class="email__socials" style="display: block;text-align: center;margin-top: 56px;font-size: 0;">
    <a href="https://vk.com/rekamore_su" target="_blank"
       style="display:inline-block;vertical-align: middle;margin:0 4px;">
        <img src="{{asset('images/emails/22.png')}}" alt="" style="width: 40px; height: 40px">
    </a>
    <a href="https://t.me/rekamore_su" target="_blank"
       style="display:inline-block;vertical-align: middle;margin:0 4px;">
        <img src="{{asset('images/emails/21.png')}}" alt="" style="width: 40px; height: 40px">
    </a>
</div>
<div class="email__bottom"
     style="font-family: sans-serif;color:#37393A;text-align: center;margin-top: 24px;font-size: 14px;line-height: 20px;margin-bottom: 32px;">
    &copy; 2023 &mdash; RekaMore.su
</div>
</body>

</html>