@extends('admin.layouts.main') @section('title', 'Add Domain') @section('menu', 'Domains') @section('content')
@csrf
Domain Details
@if ($errors->has('user_id')){{ $errors->first('user_id') }}@endif
@if ($errors->has('domain_name')){{ $errors->first('domain_name') }}@endif
@if ($errors->has('tld_extension_id')){{ $errors->first('tld_extension_id') }}@endif
@if ($errors->has('registrar_id')){{ $errors->first('registrar_id') }}@endif
Dates & Pricing
@if ($errors->has('registration_date')){{ $errors->first('registration_date') }}@endif
@if ($errors->has('expiry_date')){{ $errors->first('expiry_date') }}@endif
@if ($errors->has('registration_price')){{ $errors->first('registration_price') }}@endif
@if ($errors->has('renewal_price')){{ $errors->first('renewal_price') }}@endif
Nameservers
@for($i = 0; $i < 5; $i++)
@endfor
Status & Options
@if ($errors->has('status')){{ $errors->first('status') }}@endif
Registrar Provisioning

When checked, the system will call the registrar API to register this domain. The registrar will be auto-detected from TLD if not selected. Registrar Order ID will be set automatically.

Publish
@endsection @push('custom-stylesheets') @endpush @push('custom-scripts') @endpush