支援者♡限定記事対応

This commit is contained in:
2025-12-29 18:05:59 +09:00
parent c458eecd53
commit 6a4ff9d9e5
6 changed files with 47 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<table>
<tbody>
<tr>
<td rowspan="3"><img src="{{ $u->avatar }}" alt="{{ $u->altName }}" style="max-width: 100px; max-height: 100px; width: 100%; height: 100%;" /></td>
<td rowspan="4"><img src="{{ $u->avatar }}" alt="{{ $u->altName }}" style="max-width: 100px; max-height: 100px; width: 100%; height: 100%;" /></td>
<td>登録日:{{ $u->regDate }}</td>
</tr>
<tr>
@@ -13,6 +13,9 @@
<tr>
<td>性別:{{ $u->gender }}</td>
</tr>
<tr>
<td>メールアドレス:{{ $u->email }}</td>
</tr>
</tbody>
</table>
</p>