@forelse($domainLists as $index => $domainList) @empty @endforelse
ID Domain Name Name Server TLD Renewal Price Estimated Value Auto Renew Status Created Date Ownership Date Expiration Date Action
{{ ($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
@csrf @method('DELETE')
{{ $domainLists->links('pagination::bootstrap-4') }}