Add Line ID field to member lifecycle
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="grid gap-6 sm:grid-cols-2">
|
||||
<div class="grid gap-6 sm:grid-cols-3">
|
||||
<div>
|
||||
<label for="phone" class="block text-sm font-medium text-gray-700 dark:text-gray-300">
|
||||
行動電話
|
||||
@@ -184,6 +184,22 @@
|
||||
@enderror
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="line_id" class="block text-sm font-medium text-gray-700 dark:text-gray-300">
|
||||
Line ID
|
||||
</label>
|
||||
<input
|
||||
type="text"
|
||||
name="line_id"
|
||||
id="line_id"
|
||||
value="{{ old('line_id', $member->line_id) }}"
|
||||
class="mt-1 block w-full rounded-md border-gray-300 dark:border-gray-700 shadow-sm focus:border-indigo-500 dark:focus:border-indigo-600 focus:ring-indigo-500 dark:focus:ring-indigo-600 sm:text-sm dark:bg-gray-900 dark:text-gray-300"
|
||||
>
|
||||
@error('line_id')
|
||||
<p class="mt-2 text-sm text-red-600 dark:text-red-400">{{ $message }}</p>
|
||||
@enderror
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="phone_home" class="block text-sm font-medium text-gray-700 dark:text-gray-300">
|
||||
室內電話
|
||||
|
||||
Reference in New Issue
Block a user