@extends('layout.main') @section('main')
Here you can see the info about the wireless interfaces on this router.
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 |