{@ include(common/header) @}

請求書一覧

{@ if (isset($data['data']['results'])) @} {@ foreach ($data['data']['results'] as $d) @} {@ endforeach @}
日時 請求書番号 単殻
{{ $d['creation_date'] }} {{ $d['invoice_number'] }} {{ $d['amount']['product']['price'].' '.$d['amount']['product']['currency'] }} 請求書をダウンロード 添付

結果数:{{ $data['data']['total'] }}

{@ include(common/pagination) @} {@ else @}

何も見つけられませんでした。

{@ endif @} {@ include(common/footer) @}