@extends('user.layouts') @section('css') @endsection @section('content')
@foreach($nodeList as $node)

@if($node->offline) @endif @if($node->traffic_rate != 1) @endif {{$node->name}} {{$node->labels->labelInfo->name}}

{{$node->desc}}

电信: {{$node->ct>0 ?$node->ct.' ms' :'无数据'}} 联通: {{$node->cu>0 ?$node->cu.' ms' :'无数据'}}
移动: {{$node->cm>0 ?$node->cm.' ms' :'无数据'}} 香港: {{$node->hk>0 ?$node->hk.' ms' :'无数据'}}

@endforeach
@endsection @section('script') @endsection