| 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>Usage warning - {{ 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="{{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;">
Warning: Your website <strong>{{$website->title}}</strong> usage has exceeded 400MB.
</p>
<p style="margin: 20px 0 0;">Regards,<br>
<strong>{{ env('APP_NAME') }} Team</strong></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>