Add identity type display to member dashboard
Shows 病友 or 家長/父母 in the membership info section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -101,6 +101,15 @@
|
|||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="overflow-hidden rounded-lg bg-gray-50 dark:bg-gray-700 px-4 py-5 sm:p-6">
|
||||||
|
<dt class="truncate text-sm font-medium text-gray-500 dark:text-gray-400">
|
||||||
|
身份
|
||||||
|
</dt>
|
||||||
|
<dd class="mt-1 text-xl font-semibold text-gray-900 dark:text-gray-100">
|
||||||
|
{{ $member->identity_type_label }}
|
||||||
|
</dd>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="overflow-hidden rounded-lg bg-gray-50 dark:bg-gray-700 px-4 py-5 sm:p-6">
|
<div class="overflow-hidden rounded-lg bg-gray-50 dark:bg-gray-700 px-4 py-5 sm:p-6">
|
||||||
<dt class="truncate text-sm font-medium text-gray-500 dark:text-gray-400">
|
<dt class="truncate text-sm font-medium text-gray-500 dark:text-gray-400">
|
||||||
{{ __('Membership Status') }}
|
{{ __('Membership Status') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user