@section('page-title', 'Edit WHM Account Overrides')
Back to List
Edit Local Overrides
@csrf @method('PUT')
DOMAIN
{{ $account->domain }}
WHM USERNAME
{{ $account->username }}
Links this WHM account to a customer in the CRM database.
A customer-friendly billing package name (WHM plan: {{ $account->package }}).
{{ $account->client ? $account->client->currency : 'TZS' }}
Override renewal fee for client invoices.
sync_enabled ? 'checked' : '' }}>

If enabled, daily cron sync will keep technical fields (disk/bandwidth space, WHM suspension status) updated. Custom overrides (pricing, client, local notes) will NEVER be overwritten.

Technical Info (from WHM)
WHM Node {{ $account->server->name }}
WHM Plan / Package {{ $account->package }}
Disk Allocation
{{ $account->disk_usage }}MB / {{ $account->disk_limit > 0 ? $account->disk_limit . 'MB' : 'Unlimited' }}
Bandwidth Allocation
{{ $account->bandwidth_usage }}MB / {{ $account->bandwidth_limit > 0 ? $account->bandwidth_limit . 'MB' : 'Unlimited' }}
WHM Suspension Status @if($account->is_suspended) Suspended on server @else Active on server @endif
Last Sync At {{ $account->last_sync_at ? $account->last_sync_at->format('Y-m-d H:i:s') : 'Never' }}