@extends('layouts.app') @section('content')
余额{{ number_format(Auth::user()->account->cash,2)}}  
@if(!empty(Auth::user()->openid)) 您当前绑定的微信昵称为:{{ Auth::user()->info->nickname }} @endif
提现方式
提现到微信零钱
提现金额
全部提现
 实际到账额度:0
 每次提现额度为{{ $withdraw_min }} ~ {{ $withdraw_max }}元
@if(empty(Auth::user()->openid))
@else @csrf
@endif
@endsection @section('script') @endsection