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

Choose a Domain

Every hosting account needs a domain. Choose how you'd like to get one.

@if(session('error'))
{{ session('error') }}
@endif

Search for a new domain name and register it alongside your hosting.

Transfer your existing domain from another registrar and link it to your hosting.

@csrf

Already own a domain? Simply point it to our nameservers to use with your hosting. No transfer required.

@csrf
You will need to update your domain's nameservers at your current registrar to point to our nameservers for the hosting to work.
@endsection @push('scripts') @endpush