Blame view

resources/views/vendor/mail/html/button.blade.php 576 Bytes
995960380   Андрей Ларионов   Исправления офисо...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  @props([
      'url',
      'color' => 'primary',
      'align' => 'center',
  ])
  <table class="action" align="{{ $align }}" width="100%" cellpadding="0" cellspacing="0" role="presentation">
  <tr>
  <td align="{{ $align }}">
  <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
  <tr>
  <td align="{{ $align }}">
  <table border="0" cellpadding="0" cellspacing="0" role="presentation">
  <tr>
  <td>
  <a href="{{ $url }}" class="button button-{{ $color }}" target="_blank" rel="noopener">{{ $slot }}</a>
  </td>
  </tr>
  </table>
  </td>
  </tr>
  </table>
  </td>
  </tr>
  </table>