| ID |
Domain Name |
Name Server |
TLD |
Renewal Price |
Estimated Value |
Auto Renew |
Status |
Created Date |
Ownership Date |
Expiration Date |
Action |
@forelse($domainLists as $index => $domainList)
| {{ ($domainLists->currentPage() - 1) * $domainLists->perPage() + $index + 1 }} |
{{ $domainList->domain_name }} |
@foreach ( $domainList->nameServerLists as $nameServerList )
{{ $nameServerList->nameserver }}
@endforeach
|
{{ $domainList->tld_name }} |
{{ $domainList->renewalPriceFormatted() }} |
{{ $domainList->estimatedValueFormatted() }} |
{{ $domainList->auto_renew === 'On' ? 'On' : 'Off' }}
|
{{ $domainList->statusDomainList?->status_name ?? 'Empty' }}
|
{{ $domainList->created_date }} |
{{ $domainList->ownership_date }} |
{{ $domainList->expiration_date }} |
Edit
|
@empty
@endforelse
{{ $domainLists->links('pagination::bootstrap-4') }}