@extends('admin::layouts.master') @section('title', '后台用户') @section('content')
| # | 账号名称 | 邮箱 | 角色 | 创建时间 | 修改时间 | 操作 |
|---|---|---|---|---|---|---|
| @{{ tax.id }} | @{{ tax.name }} | @{{ tax.email }} | @{{ role.name }} @{{ (tax.roles.length - 1 != role_index) ? '、' : '' }} | @{{ tax.created_at }} | @{{ tax.updated_at }} |