@extends('admin.layouts.base') @section('add_css') @endsection @section('content')
处理结果:{{ $show->StatusName }}

处理人:{{ $show->admin_name }}

申请时间 {{ $show->created_at }}
处理时间 {{ $show->success_at }}
商户名称 {{ $show->merchants['name'] }}
提现金额 {{ $show->draw_money }}
到账金额 {{ $show->money }}
手续费 {{ $show->fee_money }}
收款人 {{ $show->bank_realname }}
收款账号 {{ $show->bank_account }}
银行开户行 {{ $show->bank_source }}
备注 {{ $show->mark }}
@endsection @section('add_js') @endsection