@extends('Myadmin::layout.basic') @section('content')
| 姓名 | {{{$consumer->name}}} |
| 電話 | {{{$consumer->phone}}} |
| {{{$consumer->email}}} | |
| 住址 | {{{$consumer->address}}} |
| 物品名稱 | 購買數量 |
|---|---|
| {{{$product->title}}} | {{{$raw->amount}}} |
| 總金額:{{{$transaction->price}}} | |
| 交易號碼 | {{{$response->tradeNo}}} |
| 訂單編號 | {{{$transaction->id}}} |
| 下單日期 | {{{$transaction->created_at}}} |
| 付款日期 | {{{$response->payment_date}}} |
| 通路費 | {{{$response->charge_fee}}} |
| 信卡卡前6碼 | {{{$response->card6no}}} |
| 信卡卡後4碼 | {{{$response->card4no}}} |