button.blade.php 743 B

12345678910111213141516171819
  1. <table class="action" align="center" width="100%" cellpadding="0" cellspacing="0">
  2. <tr>
  3. <td align="center">
  4. <table width="100%" border="0" cellpadding="0" cellspacing="0">
  5. <tr>
  6. <td align="center">
  7. <table border="0" cellpadding="0" cellspacing="0">
  8. <tr>
  9. <td>
  10. <a href="{{ $url }}" class="button button-{{ $color or 'blue' }}" target="_blank">{{ $slot }}</a>
  11. </td>
  12. </tr>
  13. </table>
  14. </td>
  15. </tr>
  16. </table>
  17. </td>
  18. </tr>
  19. </table>