@extends('admin.layouts') @section('css') @endsection @section('title', '控制面板') @section('content')
节点列表
@if($nodeList->isEmpty()) @else @foreach($nodeList as $node) @endforeach @endif
ID 节点名称 出口带宽 负载 在线人数 产生流量/可用流量 流量比例 协议 混淆 操作
暂无数据
{{$node->id}} {{$node->name}} @if ($node->compatible) 兼容 @endif {{$node->bandwidth}}M {{$node->load}} {{$node->online_users}} {{$node->transfer}} / {{$node->traffic}}G {{$node->traffic_rate}} {{$node->protocol}} {{$node->obfs}}
共 {{$nodeList->total()}} 个节点
{{ $nodeList->links() }}
@endsection @section('script') @endsection