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

余额 {{ bcadd($balance, 0, 2) }}

余额不可用于提现

充值记录

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