增加 payment

This commit is contained in:
iVampireSP.com 2022-12-28 21:18:38 +08:00
parent 770778c78c
commit 0db209ba72
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -1,3 +1,3 @@
@if ($balance->paid_at !== null) @if ($balance->paid_at !== null)
{{ $user->name }} {{ $balance->paid_at->toDateTimeString() }} 充值了 {{ $balance->amount }} 元。 {{ $user->name }} {{ $balance->paid_at->toDateTimeString() }} 通过 {{ $balance->payment }} 充值了 {{ $balance->amount }} 元。
@endif @endif