增加 快速筛选交易记录入口

This commit is contained in:
iVampireSP.com 2023-01-30 13:19:38 +08:00
parent 9b13d0ccb7
commit e6b5fdc0aa
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -10,8 +10,8 @@
<br/>
@endif
<a href="{{ route('admin.users.show', $user) }}">作为 {{ $user->name }} 登录</a>
<a href="{{ route('admin.transactions') }}?user_id={{ $user->id }}">有关此用户的交易记录</a>
@if ($user->banned_at)
<p class="text-danger">已被封禁,原因: {{ $user->banned_reason }}</p>