Primary Domain
{{ $hosting->primary_domain }}
cPanel Username
{{ $hosting->cpanel_username ?? '—' }}
Hosting Type
{{ $hosting->hosting_type }}
Package
{{ $hosting->hosting_package ?? '—' }}
PHP Version
{{ $hosting->php_version ?? '—' }}
WHM Server
{{ $hosting->server->name ?? '—' }}
Start Date
{{ $hosting->start_date?->format('d M Y') ?? '—' }}
Expiry Date
@php $daysLeft = $hosting->expiry_date ? now()->diffInDays($hosting->expiry_date, false) : null; @endphp{{ $hosting->expiry_date?->format('d M Y') ?? '—' }} @if($daysLeft !== null) ({{ $daysLeft <= 0 ? 'Expired' : 'in ' . (int)$daysLeft . ' days' }}) @endif
Addon Domains
Notes
{{ $hosting->notes }}
@endif| Domain | Expiry | Status |
|---|---|---|
| {{ $domain->domain_name }} | {{ $domain->expiry_date?->format('d M Y') ?? '—' }} | @if($domain->status === 'active')Active @else{{ ucfirst($domain->status) }}@endif |