@section('title', '账户列表') @section('header')
| 序号 | 账号 | 邮箱 | 创建时间 | {{--可用数量 | 类型 | --}}账号状态 | 设备列表 | 操作 | {{$info['id']}} | {{$info['username']}} | {{--{{$info['roles'][0]['display_name'] or '已删除'}} | --}}{{$info['email']}} | {{$info['created_at']}} | {{--{{$info['mobile']}} | --}}
@if($info['status'] <= '0')
账户已停用
@elseif($info['status']=='1')
@endif
|
@endforeach |
|---|