@extends('storefront.layouts.main') @section('title', 'Domain Registration') @section('content')

Domain Registration

Find your perfect domain name and get online today.

Available Extensions

Choose from a wide range of top-level domains

@if($tlds->count())
@foreach($tlds as $tld)

{{ $tld->tld }}

@if($tld->pricing->isNotEmpty())

Starting from

{{ $selectedCurrency->symbol ?? '৳' }}{{ number_format($tld->pricing->first()->register_price, 2) }} /yr

Register @else

Pricing not available

Contact us @endif
@endforeach
@else

No TLD extensions available at this time.

@endif
@endsection @push('scripts') @endpush