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

用户封禁记录

重 置
@foreach($list as $vo) @endforeach
# 用户名 时长 理由 封禁时间 最后连接时间
{{$vo->id}} @if ($vo->user) @can('admin.user.index') {{$vo->user->email}} @else {{$vo->user->email}} @endcan @else 【账号已删除】 @endif {{$vo->time}}分钟 {{$vo->description}} {{$vo->created_at}} {{date("Y-m-d H:i:s", $vo->user->t)}}
@endsection @section('javascript') @endsection