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

14 lines
457 B
PHP
Raw Normal View History

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