@extends('Agent::layouts.app') @section('title', '提现日志') @section('content')
{{ number_format($user->account->cash,2) }} (我的账户余额)
立即提现
提现记录
@if ($lists->isNotEmpty()) @else
抱歉,暂无数据!
@endif
@endsection @section('script') @endsection