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

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

@csrf
{{-- --}} @foreach ($data as $dnsStatic) @endforeach
ID Name Address Disabled Action
{{ $dnsStatic->{'.id'} }} {{ $dnsStatic->{'name'} }} {{ $dnsStatic->{'address'} }} {{ $dnsStatic->{'disabled'} == 'true' ? 'Disabled' : 'Enabled' }}
@csrf @if($dnsStatic->{'disabled'} == 'true') @else @endif
Edit
@csrf @method('DELETE')
@endsection