Files
opensem/resources/views/vendor/mail/html/promotion/button.blade.php
Ludovic CANDELLIER baf8e13c25 Initial release
2020-03-22 21:30:03 +01:00

14 lines
457 B
PHP

<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>
<a href="{{ $url }}" class="button button-green" target="_blank">{{ $slot }}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>