Find the Right Plan & Register a Domain Now!

@foreach($domains as $domain) @endforeach
@if($endsWithPeriod)

Please note domains can't end with a .

@endif @if($extensionNotOffered[0])

Please note that the extension {{ $extensionNotOffered[1] }} is not available
However, You can pick a domain from the suggested ones below

@endif @if($available && !$extensionNotOffered[0])

Congratulations, {{ $domainName }} is available
${{ $price?->price }}

@endif @if(!$available && !$extensionNotOffered[0] && $domainName != "" && !$endsWithPeriod)

Sorry, {{ $domainName }} isn't available
However, You can pick a domain from the suggested ones below

@endif
@if(count($lookedUpDomains) != 0)
@if($available && !$extensionNotOffered[0])

Other suggested domains

@endif @foreach($lookedUpDomains as $lookedUpDomain) @endforeach
Extension
Registration
Renewal
Transfer

{{ $lookedUpDomain['name'] }}

${{ number_format($lookedUpDomain['registration'], 2) }}

${{ number_format($lookedUpDomain['renewal'], 2) }}

${{ number_format($lookedUpDomain['transfer'], 2) }}

@endif