Fix syntax error unclosed @if in change_password.blade.php

This commit is contained in:
2026-08-01 22:58:04 +07:00
parent 4255d187c9
commit e06b1db44b
@@ -23,6 +23,8 @@
</svg>
<span>Đây lần đầu tiên bạn đăng nhập. Vui lòng đổi mật khẩu để tiếp tục sử dụng hệ thống.</span>
</div>
@endif
@if($errors->any())
<div class="p-3.5 bg-red-50 border border-red-200 text-red-700 rounded-xl text-xs font-medium space-y-1">
@foreach($errors->all() as $error)