@section('site_title', formatTitle([__('New'), __('Domain'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => request()->is('admin/*') ? route('admin.dashboard') : route('dashboard'), 'title' => request()->is('admin/*') ? __('Admin') : __('Home')], ['url' => request()->is('admin/*') ? route('admin.domains') : route('domains'), 'title' => __('Domains')], ['title' => __('New')], ]])

{{ __('New') }}

{{ __('Domain') }}
{{ __('Expert level') }}
@if(request()->is('admin/*'))
{{ __('This domain will be available as a plan feature, unless is being set as default.') }}
@endif {{ __('Before adding a new domain, make sure your A record is pointing to our server using the following details:', ['title' => config('settings.title')]) }}
{{ __('Type') }}
A
{{ __('Name') }}
{{ __('Empty') }} {{ __('Or') }} @ {{ __('Or') }} {{ __('Subdomain') }}
{{ __('Value') }}
{{ getHostIp() }}

@include('shared.message')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif {{ __('Add a domain or subdomain.') }}
@if ($errors->has('index_page')) {{ $errors->first('index_page') }} @endif {{ __('Add a custom index page.') }}
@if ($errors->has('not_found_page')) {{ $errors->first('not_found_page') }} @endif {{ __('Add a custom 404 page.') }}