Blame view

resources/views/vendor/mail/html/button.blade.php 743 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0">
      <tr>
          <td align="center">
              <table width="100%" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                      <td align="center">
                          <table border="0" cellpadding="0" cellspacing="0">
                              <tr>
                                  <td>
                                      <a href="{{ $url }}" class="button button-{{ $color or 'blue' }}" target="_blank">{{ $slot }}</a>
                                  </td>
                              </tr>
                          </table>
                      </td>
                  </tr>
              </table>
          </td>
      </tr>
  </table>