| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/shark/resources/views/emails/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<title>Your Website archive is Ready - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
</head>
<body style="margin: 0; padding: 0; background-color: #f5f7fa; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" style="padding: 30px 10px;">
<!-- Outer Container -->
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 520px; background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.05);">
<tr>
<td style="padding: 30px;">
<!-- Logo -->
<p style="text-align: center; margin: 0 0 20px;">
<img src="{{url('bloxby.png')}}" alt="Bloxby Logo" width="90" style="display: block; margin: 0 auto;">
</p>
<!-- Decorative Divider -->
<div style="height: 3px; background: linear-gradient(90deg, #0047AB, #00D1D1, #00000085); margin-bottom: 25px;"></div>
<!-- Greeting -->
<p style="margin: 0 0 15px;"><strong>Hi {{ $user->name }},</strong></p>
<!-- Message -->
<p style="margin: 0 0 15px;">Your archive for website <strong>{{ $website->title }}</strong> has been successfully generated.</p>
<p style="margin: 0 0 15px;">You can download it here:</p>
<?php if($backup_link){ ?>
<p style="margin:20px 0;">
<a href="{{ $backup_link }}" style="display:inline-block; background:#0047AB; color:#ffffff; padding:9px 25px; border-radius:5px; text-decoration:none; font-weight:bold; font-size:14px;" target="_blank">
Download
</a>
</p>
<?php } ?>
<!-- Footer -->
<p style="margin: 15px 0 0;">Thank you for using {{ env('APP_NAME') }}!</p>
<p style="margin: 20px 0 0;">Regards,<br>
<strong> {{ env('APP_NAME') }} Team</strong></p>
</td>
</tr>
</table>
<!-- End Outer Container -->
</td>
</tr>
</table>
</body>
</html>