@extends('admin.layouts') @section('css') @endsection @section('content')

回调日志 (在线支付)

重 置
@foreach($list as $vo) @endforeach
# 支付方式 平台订单号 本地订单号 交易金额 状态
{{$vo->id}} {{$vo->type_label}} {{$vo->trade_no}} {{$vo->out_trade_no}} {{$vo->amount}}元 {!! $vo->trade_status_label !!} {{$vo->created_at}}
@endsection @section('script') @endsection