Blame view

resources/views/emails/message.blade.php 2.84 KB
09a2fc9d8   Hayk Nazaryan   messages and subs...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  <!DOCTYPE html>
  <html lang="ru">
  
  <head>
      <meta charset="utf-8">
      <title>BAIKALY</title>
  </head>
  
  <body style="background: #eff2fb; padding: 50px 0; margin: 0; font-family: Arial, sans-serif;">
  <div 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; 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="Logo"
               style="width: 182px; height: 54px; display: block; margin: 0 auto;">
      </a>
  
      <p style="font-size: 20px; color: #377d87; margin-bottom: 16px;">У вас новое личное сообщение!</p>
  
      <p style="font-size: 18px; color: #555; margin-top: 16px; margin-bottom: 32px;">
          Сообщение от <strong style="color: #333;">{{$userName}}</strong>:
      </p>
  
      <b style="font-size: 24px; line-height: 32px; display: block; margin: 32px 0; color: #000; word-wrap: break-word; overflow-wrap: break-word; max-width: 100%; text-align: left;">
          {{ $text }}
      </b>
  
      <a href="{{ $link }}" target="_blank"
         style="display: inline-block; background-color: #377d87; color: #ffffff; text-decoration: none; padding: 12px 20px; font-size: 16px; font-weight: bold; border-radius: 8px; margin-top: 20px; cursor: pointer;">
          Ответить на сообщение
      </a>
  </div>
  
  <div style="margin: 32px 0; font-style: italic; font-size: 14px;
                  line-height: 20px; color: #37393a; text-align: center;">
      Это письмо отправлено автоматически. Пожалуйста, не отвечайте на него.
  </div>
  
  <a href="{{config('app.url')}}" target="_blank" style="display: block; margin: 0 auto;">
      <img src="{{asset('images/emails/19.png')}}" alt="Footer Logo"
           style="width: 222px; height: 74px; display: block; margin: 0 auto;">
  </a>
  
  <div 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="VK"
               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="Telegram"
               style="width: 40px; height: 40px;">
      </a>
  </div>
  
  <div style="font-family: Arial, sans-serif; color: #37393a; text-align: center;
                  margin-top: 24px; font-size: 14px; line-height: 20px; margin-bottom: 32px;">
      &copy; 2024 &mdash; RekaMore.su
  </div>
  </body>
  
  </html>