Add Line ID field to member lifecycle
This commit is contained in:
@@ -92,6 +92,15 @@
|
||||
</dd>
|
||||
</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">
|
||||
{{ __('Line ID') }}
|
||||
</dt>
|
||||
<dd class="mt-1 text-xl font-semibold text-gray-900 dark:text-gray-100">
|
||||
{{ $member->line_id ?: __('Not set') }}
|
||||
</dd>
|
||||
</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">
|
||||
{{ __('Membership Type') }}
|
||||
|
||||
Reference in New Issue
Block a user