@extends('admin.layout') @section('content')
小游戏用户
@if(role('Album/Xyx/User/create')) @endif
@if(isset($list)) @foreach($list as $key => $item) @endforeach @endif
名称 微信open_id 微信union_id 头像链接 商户号 关联小程序用户 相关操作
{{ $item->id }} {{ $item->username }} {{ $item->wechat_open_id }} {{ $item->wechat_union_id }} {{ $item->avatar }} {{ $item->store_id }} {{ $item->xcx_id }} @if(role('Album/Xyx/User/view')) @endif
{!! $list->setPath('')->appends(Request::all())->render() !!}
@include('admin.tools.check_script'); @endsection