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

Domain Registration

Find your new domain name. Enter your name or keywords below to check availability.

Register a Domain

Get your perfect domain name starting from ৳250/yr

Register Now

Transfer Domain to Us

Transfer now to extend your domain by 1 year!*

Transfer Now

Visit Our Store

Choose the best hosting plan for your business.

Explore Now

Lightning Fast

High-performance SSD servers for blazing-fast load times.

99.9% Uptime

Guaranteed uptime with redundant infrastructure.

Free SSL

Every hosting plan comes with free SSL certificates.

24/7 Support

Expert support team available around the clock.

Popular Domain Extensions
@php $popularTlds = \App\Models\TldExtension::where('is_active', true) ->with(['pricing' => fn($q) => $q->where('currency_code', 'BDT')->where('years', 1)]) ->orderBy('display_order')->take(6)->get(); @endphp @foreach($popularTlds as $tld)

{{ $tld->tld }}

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

৳{{ number_format($tld->pricing->first()->register_price, 0) }}

/year @endif
@endforeach
@endsection @push('scripts') @endpush