@extends('layouts.app') @section('title', '余额') @section('content')

余额

您的余额: {{ $balance }} 元

Drops: {{ $drops }}

添加到余额

@csrf
Drops
请注意: 由于计费方式的特殊性,我们不支持退款,请合理充值。
必看! 充值后金额没有立即到账的原因。
请注意: 由于计费方式的特殊性,我们不支持退款,请合理充值。
必看! 充值后金额没有立即到账的原因。
请注意: 由于计费方式的特殊性,我们不支持退款,请合理充值。
必看! 充值后金额没有立即到账的原因。

充值记录

@foreach($balances as $b) @endforeach
订单号 支付方式 金额 完成时间
{{ $b->order_id }} {{ $b->amount }} {{ $b->paid_at }}
{{ $balances->links() }} @endsection