@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'hosting']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'hosting']) @endsection @section('content')
Account Suspended
Action Required
We regret to inform you that your hosting account has been suspended. This may be due to an overdue payment, terms of service violation, or other issues that require your attention.
Account Details
Account
{{ $account->domain ?? $account->name ?? 'Hosting Account' }}
Suspended On
{{ $account->suspended_at?->format('F j, Y') ?? now()->format('F j, Y') }}
Reason
{{ $reason }}
Status
Suspended
What happens next?
Your website and services are currently offline. To restore access, please resolve the issue by logging into your dashboard or contacting our support team.
If you believe this suspension was made in error, please contact our support team immediately. We're here to help resolve this issue as quickly as possible.
@endsection