@section("title", "DNS")
@section('style')
    
@endsection
@section('scripts')
    
@endsection
    
        {{ __('DNS') }}
    
    
        
        
            Add DNS
            
            
                
                    
                    
                        | Type | Hostname | Address | Actions | 
                    
                    
                    @if(!empty($dn[0]))
                        @foreach($dn as $dns)
                            
                                | {{ $dns->dns_type}} | {{ $dns->hostname}} | {{ $dns->address}} |  | 
                        @endforeach
                    @else
                        
                            | No DNSes found. | 
                    @endif
                    
                
             
        
              
     
    
        dns