@php $pageTitle = '模拟支付 - '.$siteName; @endphp @include('partials.head') @include('partials.header')

模拟支付(沙箱)

订单号:{{ $payment->order_no }}

商品:{{ $payment->subject }}

金额:¥{{ number_format($payment->amount / 100, 2) }}

渠道:{{ $payment->channel }}

沙箱模式:点击下方按钮模拟支付成功

@csrf

取消,返回首页

@include('partials.footer')