@forelse($topLevelDomainLists as $index => $tld) @empty @endforelse
ID Top Level Domain Name Description Status Created At Action
{{ ($topLevelDomainLists->currentPage() - 1) * $topLevelDomainLists->perPage() + $index + 1 }} {{ $tld->tld_name }} {{ $tld->tld_description ? $tld->tld_description : '-' }} {{ ucfirst($tld->status) }} {{ $tld->created_at }} Edit
@csrf @method('DELETE')
{{ $topLevelDomainLists->links('pagination::bootstrap-4') }}