| 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>
<meta charset="UTF-8">
<title>Payment Successful – Welcome to Bloxby!</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="{{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 {{ $user->name ?? 'User' }},</strong></p>
<p style="margin:0 0 15px 0;">
Thank you! We’ve received your payment for the <strong>{{$plan ? $plan->title : "NA"}}</strong>.
</p>
<p style="margin:0 0 15px 0;">
Your one-time purchase is now complete, and the website <strong>{{$website ? $website->title : "NA"}}</strong> under {{env('APP_NAME')}} account is all set up to use the features included in your plan.
</p>
<p style="margin:0 0 10px 0;">
<strong>Payment Details</strong>:
Plan: {{$plan->title}} <br/>
Amount: ${{$plan->price}} <br/>
Tranasaction Id: {{$payment->stripe_transaction_id}} <br/>
Date: {{$payment->paid_at}} <br/>
</p>
<p style="margin:20px 0;">
<a href="{{ route('invoices.download',['id'=>$payment->id]) }}"
style="display:inline-block; background:#0047AB; color:#ffffff; padding:9px 25px; border-radius:5px; text-decoration:none; font-weight:bold; font-size:14px;">
Download Invoice
</a>
</p>
<p style="margin:0 0 20px 0;">
If you have any questions or need help, feel free to reach out at <a href="mailto:support@bloxby.com" target="_blank">support@bloxby.com</a>
</p>
<p style="margin: 20px 0 0;">Regards,<br>
<strong> {{env('APP_NAME')}} Team</strong>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>