{{ session('success') }}
| Domain Name | Project | Client | Renewal Date | Status |
|---|---|---|---|---|
|
{{ $domain->domain_name }}
|
{{ $domain->project->name ?? '—' }} | {{ $domain->client->name ?? '—' }} |
{{ $renewalDate->format('M d, Y') }}
@if(!$renewalDate->isPast())
{{ $daysUntilRenewal }} {{ Str::plural('day', $daysUntilRenewal) }} remaining
@else
Expired {{ $renewalDate->diffForHumans() }}
@endif
|
{{ $statusLabel }} |
@if(($filter ?? 'all') === 'expiring') No domains are expiring within the next 30 days. @elseif(($filter ?? 'all') === 'expired') No expired domains found. All domains are up to date! @else Domain records will appear here once they are added to the system. @endif