button.blade.php 417 B

12345678910111213
  1. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  2. <tr>
  3. <td align="center">
  4. <table border="0" cellpadding="0" cellspacing="0">
  5. <tr>
  6. <td>
  7. <a href="{{ $url }}" class="button button-green" target="_blank">{{ $slot }}</a>
  8. </td>
  9. </tr>
  10. </table>
  11. </td>
  12. </tr>
  13. </table>