@extends('admin.layouts') @section('css') @endsection @section('title', '控制面板') @section('content')
@foreach ($nodeList as $node) @endforeach
节点 配置信息
{{$node->name}} {{$node->server}} 文本 JSON 二维码
共 {{$nodeList->total()}} 个节点
{{ $nodeList->links() }}
@foreach ($nodeList as $node) @endforeach
@endsection @section('script') @endsection