2021-06-09 17:09:46 +02:00
|
|
|
@component('email.template.admin', ['logo' => $logo, 'settings' => $settings])
|
2021-06-07 18:02:44 +02:00
|
|
|
<div class="center">
|
2021-06-09 17:09:46 +02:00
|
|
|
<h1>{{ ctrans('texts.download_backup_subject') }}</h1>
|
2021-06-07 18:02:44 +02:00
|
|
|
<p>{{ ctrans('texts.download_timeframe') }}</p>
|
|
|
|
|
2023-02-15 11:11:34 +01:00
|
|
|
<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">
|
|
|
|
|
2023-02-15 23:20:24 +01:00
|
|
|
<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; ">{{ ctrans('texts.download') }}</a>
|
2023-02-15 11:11:34 +01:00
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2021-06-07 18:02:44 +02:00
|
|
|
</div>
|
|
|
|
@endcomponent
|