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

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

@csrf
{{-- --}} @foreach (json_decode($data) as $route) {{-- --}} @endforeach
ID DHCP Gateway Destination Address Action
{{ $route->{'.id'} }} {{ $route->{'dhcp'} ?? 'N/A' }} {{ $route->{'gateway'} ?? 'N/A' }} {{ $route->{'dst-address'} }} Edit
@csrf @method('DELETE')
Edit
@endsection