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

用户封禁记录

重 置
@foreach($list as $vo) @endforeach
# 用户名 时长 理由 封禁时间 最后连接时间
{{$vo->id}} {{empty($vo->user) ? '【账号已删除】' : $vo->user->email}} {{$vo->minutes}}分钟 {{$vo->desc}} {{$vo->created_at}} {{date("Y-m-d H:i:s", $vo->user->t)}}
@endsection @section('script') @endsection