{@ include(common/header) @}
| 日時 | 支払ID | 種類 | 単殻 | 支払済み | 認証済み | 完了 |
|---|---|---|---|---|---|---|
| {{ $d['creation_date'] }} | {{ $d['id'] }} | {{ $d['type'] }} | {{ $d['amount']['product']['price'].' '.$d['amount']['product']['currency'] }} | {{ $p ? '〇' : '✕' }} | {{ $c ? '〇' : '✕' }} | {{ $r ? '〇' : '✕' }} |
結果数:{{ $data['data']['total'] }}
{@ include(common/pagination) @} {@ else @}何も見つけられませんでした。
{@ endif @} {@ include(common/footer) @}