@section('title') {{'Edit domain'}} @endsection Edit {{ $domain->domain }}.{{ $domain->extension }}

Domain information

{{ route('domains.index') }} Go back
@csrf @method('PUT')
domain
@error('name') {{ $message }} @enderror
Extension extension {{ $domain->extension }}
NS1 ns1 255 {{$domain->ns1}}
NS2 ns2 255 {{$domain->ns2}}
NS3 ns3 255 {{$domain->ns3}}
{{$domain->provider_id}}
Price price 0.01 {{ $domain_info[0]->price }}
{{$domain_info[0]->term}}
{{$domain_info[0]->currency}}
Owned since owned_since {{$domain_info[0]->owned_since }}
Next due date next_due_date {{$domain_info[0]->next_due_date}}
label label1 @if(isset($labels[0]->id)) {{$labels[0]->id}} @endif
label label2 @if(isset($labels[1]->id)) {{$labels[1]->id}} @endif
label label3 @if(isset($labels[2]->id)) {{$labels[2]->id}} @endif
label label4 @if(isset($labels[3]->id)) {{$labels[3]->id}} @endif
active === 1) ? 'checked' : '' }}>
Update domain