@extends('layout.main') @section('main')
Here you can see the info about the wireless interfaces on this router.
ID | Name | MAC Address | Type | MTU | Interface Bridge | Add | Delete | |||
---|---|---|---|---|---|---|---|---|---|---|
{{ $interface->{'.id'} }} | {{ $interface->name }} | {{ $interface->{'mac-address'} ?? 'N/A' }} | {{ $interface->{'type'} }} | {{ $interface->{'mtu'} }} | {{ $interface->bridge }} | @if (json_decode($data)->name != $interface->bridge && $interface->bridge != '' )Must Delete associação com outra bridge | @elseif($interface->bridge == '')@else | cannot add to the same interface | @endif @if (json_decode($data)->name == $interface->bridge)@else | Can only delete if in the same interface bridge | @endif