| 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 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 website <strong>{{ $website->title }} </strong>has been successfully generated and is now live.</p>
<p style="margin: 0 0 15px;">You can view it here:</p>
<!-- Fallback link -->
<?php if($domain){ ?>
<p style="font-size: 12px; color: #666; word-break: break-all;">
<a style="color: #0047AB;" href="https://{{ @$domain }}.bloxby.io" target="_blank">
https://{{ @$domain }}.bloxby.io
</a>
</p>
<?php } else { ?>
<p style="font-size: 12px; color: #666; word-break: break-all;">
<a style="color: #0047AB;" href="{{route('dashboard')}}" target="_blank">
Visit dashboard
</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>