@extends('layouts.app') @section('footer') @endsection @section('content') {{ number_format(Auth::user()->account->cash, 2) }} 账户余额 提现记录 提现金额 元 姓名 银行卡号 银行名称 请选择银行 @foreach($banks as $bank) info->bank_name == $bank->title) selected @endif>{{ $bank->title }} @endforeach 开户行 备注 @csrf 申请提现 @endsection @section('script') @endsection