2023-02-15 11:11:34 +01:00
|
|
|
<!-- <a href="{{ $url }}" target="_blank" class="button">
|
2021-01-20 13:18:17 +01:00
|
|
|
{{ $slot }}
|
2023-02-15 11:11:34 +01:00
|
|
|
</a> -->
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" align="center">
|
|
|
|
<tr style="border: 0 !important; ">
|
|
|
|
<td class="new_button" style="padding: 12px 18px 12px 18px; border-radius:5px;" align="center">
|
|
|
|
<a href="{{ $url }}") }}" target="_blank" style="border: 0 !important;font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; display: inline-block;">
|
|
|
|
{{ $slot }}
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|