金币管理
您当前的金币数为:{{ Auth()->user()->userData->coins }} ( 1元 = {{ config('pay.charge_rate',0) }} 个金币 ) [ 立即充值 ]
充值流水
| 金额(元) | 支付方式 | 充值日期 |
|---|---|---|
| {{ $payment->money }} | {{ $payment->channel }} | {{ timestamp_format($payment->created_at) }} |
{!! str_replace('/?', '?', $payments->render()) !!}