sarga/resources/views/vendor/mail/html/button.blade.php

20 lines
497 B
PHP
Raw Normal View History

2020-03-13 07:22:26 +00:00
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
2020-06-17 07:14:18 +00:00
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank" rel="noopener">{{ $slot }}</a>
2020-03-13 07:22:26 +00:00
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
2018-06-20 05:06:27 +00:00
</table>