|
{{ $acc->domain }}
|
cP
|
{{ $acc->ip ?? '146.71.80.74' }} |
{{ $acc->username }} |
@if($acc->email)
{{ Str::limit($acc->email, 22) }}
@else
-
@endif
|
{{ $acc->start_date ? $acc->start_date->format('Y-m-d H:i') : '-' }}
|
{{ $acc->disk_limit > 0 ? number_format($acc->disk_limit) . ' MB' : 'unlimited' }}
|
{{ number_format($acc->disk_usage) }} MB
|
{{ $acc->package }}
|
jointa5 |
@if(in_array($acc->domain, $existingDomains))
Billed
@else
Unbilled
@endif
|
@if($acc->is_suspended)
Suspended
@else
No
@endif
|
- WHM Remote Control
@if(in_array($acc->domain, $existingDomains))
-
In Billing System
@elseif($acc->local_client_id)
-
@else
-
Link Client First
@endif
- Edit Overrides
@if($acc->is_suspended)
-
@else
-
@endif
-
-
|
@endforeach