feature: send thankscard page
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M16.5 10.5V6.75a4.5 4.5 0 10-9 0V10.5m-2.812 10.5h14.625c.621 0 1.125-.504 1.125-1.125V11.25c0-.621-.504-1.125-1.125-1.125H3.75c-.621 0-1.125.504-1.125 1.125v7.875c0 .621.504 1.125 1.125 1.125z" />
|
||||
</svg>
|
||||
</span>
|
||||
<input type="text" name="password" id="password" class="form-input form-input-with-icon !rounded-xl !bg-gray-50 !text-gray-500 cursor-not-allowed" style="padding-left: 48px;" readonly required value="1234@Dcba">
|
||||
<input type="text" name="password" id="password" class="form-input form-input-with-icon !rounded-xl !focus:border-[#3462f7] !focus:ring-[#3462f7]/20" style="padding-left: 48px;" required value="{{ old('password', '1234@Dcba') }}">
|
||||
</div>
|
||||
<span class="text-[13px] text-gray-400 mt-2 block">Mật khẩu mặc định cho tất cả user mới tạo.</span>
|
||||
@error('password')<span class="text-red-500 text-[13px] font-semibold mt-1.5 block">{{ $message }}</span>@enderror
|
||||
<span class="text-[13px] text-gray-400 mt-2 block">Thiết lập mật khẩu khởi tạo cho user (mặc định là 1234@Dcba).</span>
|
||||
</div>
|
||||
@elseif($mode === 'edit')
|
||||
<div class="relative">
|
||||
@@ -28,7 +29,7 @@
|
||||
@elseif($mode === 'self')
|
||||
<div class="border-t border-gray-100 pt-5 mt-5">
|
||||
<h4 class="text-sm font-bold text-[#1a2b49] mb-4 flex items-center gap-2">
|
||||
🔑 Bảo mật & Đổi mật khẩu
|
||||
Bảo mật & Đổi mật khẩu
|
||||
</h4>
|
||||
<div class="space-y-4">
|
||||
<!-- Current Password -->
|
||||
|
||||
Reference in New Issue
Block a user