@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')
Hosting Expiring Soon
{{ $account->primary_domain ?: $account->username }}
Your hosting account for {{ $account->primary_domain ?: $account->username }} will expire soon. Renew before the expiry date to keep your website online and avoid service interruption.
Account Details
Domain / Account
{{ $account->primary_domain ?: $account->username }}
Expiration Date
{{ $account->expires_at?->format('F j, Y') ?? 'N/A' }}
Days Remaining
{{ $daysRemaining }} days
What happens if hosting expires?
Your website will go offline. Your files are kept for a grace period, but the site will not be accessible until you renew.
If you have wallet auto-renew enabled and sufficient balance, your plan may renew automatically on the expiry date.
@endsection