@section('page-title', 'WHM Account Control: ' . $account->domain)
Back to Hosting Accounts
WHM Server: {{ $account->server->name }} ({{ $account->server->ip_address }})

WHM Account Control Panel

Manage cPanel parameters for {{ $account->domain }} (User: {{ $account->username }} | IP: {{ $account->ip ?? 'N/A' }})

@if($account->is_suspended) Suspended on Server @else Active on Server @endif
@if(session('success')) @endif @if(session('error')) @endif
Change cPanel Password

Update the system password for this cPanel login directly on the WHM node.

@csrf
Modify Contact Email

Update the contact email associated with the cPanel account for notification alerts.

@csrf
Upgrade / Downgrade Plan

Change the hosting resource plan (cPanel package) assigned to this domain.

@csrf
Account Suspension

Temporarily disable access to this hosting account on the WHM node.

@if($account->is_suspended)
Suspension Reason: {{ $account->suspension_reason ?? 'None given' }}
@csrf
@else
@csrf
@endif
WHM Danger Zone

Terminate Hosting Account

Permanently delete this account and all associated site files/databases from the WHM/cPanel server.

@csrf
@section('scripts') @endsection