@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