@extends('layout.main') @section('main')
Bridge Interfaces Information

Here you can see the info about the wireless interfaces on this router.

@csrf
@foreach (json_decode($data) as $interface) @endforeach
ID Arp MAC Address MTU Name Protocol Mode Running
{{ $interface->{'.id'} }} {{ $interface->arp }} {{ $interface->{'mac-address'} ?? 'N/A' }} {{ $interface->{'actual-mtu'} }} {{ $interface->{'name'} }} {{ $interface->{'protocol-mode'} }} {{ $interface->running == 'true' ? 'Yes' : 'No' }} Edit
@csrf @method('DELETE')
@endsection