@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 Plan is Expiring Soon

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

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.

Renew Hosting

If you have wallet auto-renew enabled and sufficient balance, your plan may renew automatically on the expiry date.

@endsection