Files
LittleBeast/view/openprovider/listpayments.maron
2026-05-04 14:15:29 +09:00

9 lines
263 B
Plaintext

{@ include(common/header) @}
<h1>支払一覧</h1>
{@ kys($data) @}
検索バー<br />
{@ if (isset($data['data']['results'])) @}
{@ else @}
<p>何も見つけられませんでした。</p>
{@ endif @}
{@ include(common/footer) @}