@section('title') {{ $dns->hostname }} {{$dns->dns_type}} {{'dns'}} @endsection {{ __('DNS details') }}
{{ route('dns.index') }} Go back
Type {{ $dns->dns_type }}
Name {{ $dns->hostname }}
Address {{ $dns->address }}
Server {{ $dns->server_id }}
Shared {{ $dns->shared_id }}
Reseller {{ $dns->reseller_id }}
Domain {{ $dns->domain_id }}
Created on @if(!is_null($dns->created_at)) {{ date_format(new DateTime($dns->created_at), 'jS F Y') }} @endif
Last updated @if(!is_null($dns->updated_at)) {{ date_format(new DateTime($dns->updated_at), 'jS F Y') }} @endif