@section("title", "{$dns->hostname} {$dns->dns_type} DNS") {{ __('DNS details') }}

{{ $dns->hostname}}

@foreach($labels as $label) @if($loop->last) {{$label->label}} @else {{$label->label}}, @endif @endforeach
{{$dns->id }}
Type {{ $dns->dns_type }}
Name {{ $dns->hostname }}
Address {{ $dns->address }}
Server @if(isset($dns->server_id)) {{ $dns->server_id }} @endif
Shared @if(isset($dns->shared_id)) {{ $dns->shared_id }} @endif
Reseller @if(isset($dns->reseller_id)) {{ $dns->reseller_id }} @endif
Domain @if(isset($dns->domain_id)) {{ $dns->domain_id }} @endif
Inserted @if(!is_null($dns->created_at)) {{ date_format(new DateTime($dns->created_at), 'jS M y g:i a') }} @endif
Updated @if(!is_null($dns->updated_at)) {{ date_format(new DateTime($dns->updated_at), 'jS M y g:i a') }} @endif
@if(isset($dns->note))

Note:

{{$dns->note->note}}

@endif
Go back Edit