@extends('layout.main') @section('main')
IP Addresses Information

Here you can see the info about the IP Addresses on this router.

@csrf
{{-- --}} @foreach (json_decode($data) as $address) {{-- --}} @endforeach
ID Interface Address Network Action
{{ $address->{'.id'} }} {{ $address->{'interface'} ?? 'N/A' }} {{ $address->{'address'} ?? 'N/A' }} {{ $address->{'network'} }} Edit
@csrf @method('DELETE')
Edit
@endsection