@extends('layout.main') @section('main')
DNS Information

Here you can see the info about the DNS on this router.

@csrf
@if($data->servers != '')
@endif
{{-- --}} {{-- --}}
Active Dynamic Servers Servers Action
{{ $data->{'allow-remote-requests'} == 'true' ? 'Enabled' : 'Disabled' }} {{ $data->{'dynamic-servers'} ?? 'N/A' }} {{ $data->{'servers'} ?? 'N/A' }}
@csrf @if($data->{'allow-remote-requests'} == 'true') @else @endif
Edit
@endsection