@extends('admin.layouts') @section('css') @endsection @section('content')

流量日志

重 置
@foreach($list as $vo) @endforeach
# 用户 节点 流量比例 上传流量 下载流量 总流量 记录时间
{{$vo->id}} @if(empty($vo->user)) 【账号已删除】 @else {{$vo->user->email}} @endif {{$vo->node ? $vo->node->name : '【节点已删除】'}} {{$vo->rate}} {{$vo->u}} {{$vo->d}} {{$vo->traffic}} {{$vo->log_time}}
@endsection @section('script') @endsection