@extends('layouts.app') @section('title', 'Domain Search') @section('content')

Find Your Perfect Domain

Search for available domain names and register them instantly

is available!

Register: Renew:
@csrf

is not available

This domain is already registered. Try a different name or extension.

@csrf

Popular Domain Extensions

@php $popular = ['.com', '.net', '.org', '.io', '.co', '.app', '.dev', '.xyz']; @endphp @foreach($popular as $ext) @php $pricing = \App\Models\DomainPricing::where('extension', $ext)->where('active', true)->first(); @endphp @if($pricing)
{{ $ext }}
{{ format_currency($pricing->register_price) }}
per year
@endif @endforeach
@endsection