| {{__('abilities.report.child.login_log.field.nickname')}} | {{__('abilities.report.child.login_log.field.username')}} | {{__('abilities.report.child.login_log.field.phone')}} | {{__('abilities.report.child.login_log.field.email')}} | {{__('abilities.report.child.login_log.field.role')}} | {{__('abilities.report.child.login_log.field.createTime')}} | {{__('abilities.report.child.login_log.field.lastLogin')}} | {{__('abilities.report.child.login_log.field.action')}} |
|---|---|---|---|---|---|---|---|
| {{$item->nickname}} | {{$item->username}} | {{$item->user->phone??''}} | {{$item->user->email??'' }} | {{!empty($item->user->roles[0]->roleName)?$item->user->roles[0]->roleName:''}} | {{date('d/m/Y H:i:s',strtotime($item->createTime))}} | {{isset($item->user->lastLoginTime)?date('d/m/Y H:i:s',strtotime($item->user->lastLoginTime)):''}} | {{$item->comments}} |