| Server IP : 138.197.107.151 / Your IP : 216.73.217.120 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/silversharkdev/storage/framework/views/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Welcome to <?php echo e(env('APP_NAME')); ?></title>
</head>
<body style="margin: 0; padding: 0; background-color: #f5f7fa; font-family: Arial, sans-serif; font-size: 14px; line-height: 1.5;">
<!-- Wrapper table (center + responsive) -->
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" style="padding: 30px 15px;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 520px; background:#ffffff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); padding: 30px;">
<tr>
<td align="center">
<img src="<?php echo e(url('bloxby.png')); ?>" alt="Bloxby Logo" style="width: 90px; height: auto; margin-bottom: 15px;">
</td>
</tr>
<!-- Divider -->
<tr>
<td>
<div style="height: 3px; background: linear-gradient(90deg, #0047AB, #00D1D1, #00000085); margin-bottom: 25px;"></div>
</td>
</tr>
<!-- Content -->
<tr>
<td>
<p style="margin:0 0 15px 0;"><strong>Hi <?php echo e($user->name ?? 'User'); ?>,</strong></p>
<p style="margin:0 0 15px 0;">
Welcome to <strong><?php echo e(env('APP_NAME')); ?></strong> – we're excited to have you with us!
</p>
<p style="margin:0 0 15px 0;">
You can now start using <?php echo e(env('APP_NAME')); ?> to create your website.
</p>
<p style="margin:0 0 10px 0;">
Here’s what you can do next:
</p>
<ul style="margin:0 0 20px 20px; padding:0;">
<li>Log in to your account</li>
<li>Start making your first website</li>
</ul>
<p style="margin:0 0 20px 0;">
If you have any questions, feel free to reach out to us at <a href="mailto:bloxby.ai@gmail.com">bloxby.ai@gmail.com</a> – we’re always happy to help.
</p>
<p style="margin:20px 0;">
<a href="<?php echo e(route('login')); ?>"
style="display:inline-block; background:#0047AB; color:#ffffff; padding:9px 25px; border-radius:5px; text-decoration:none; font-weight:bold; font-size:14px;">
Let’s Get Started – Login
</a>
</p>
<p style="margin: 20px 0 0;">Regards,<br>
<strong><?php echo e(env('APP_NAME')); ?> Team</strong></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<?php /**PATH /var/www/silversharkdev/resources/views/emails/welcome_email.blade.php ENDPATH**/ ?>