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' }}