@extends('admin.layouts.main') @section('title', 'Edit Domain - ' . $domain->domain_name) @section('menu', 'Domains') @section('content')
@csrf @method('PUT')
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
auto_renew) ? 'checked' : '' }}>
theft_protection) ? 'checked' : '' }}>
id_protection) ? 'checked' : '' }}>
Publish
Back
@endsection @push('custom-stylesheets') @endpush @push('custom-scripts') @endpush