{{ __('port.tabs.transceivers') }} @foreach($transceivers as $transceiver) @if($transceiver->port) @endif {{ $transceiver->vendor }} {{ $transceiver->type }} @foreach($sensors as $sensor) @if($sensor->entPhysicalIndex !== null && $sensor->entPhysicalIndex == $transceiver->entity_physical_index && $filterSensors($sensor)) @endif @endforeach
{{ $sensor->sensor_descr }}
{{ $sensor->formatValue() }}
@endforeach