select box

This commit is contained in:
antv
2026-07-13 16:28:44 +07:00
parent f0a25b840c
commit 47a8892623
24 changed files with 889 additions and 302 deletions
+2 -2
View File
@@ -116,8 +116,8 @@ class UserController extends Controller
$this->userService->updateProfile(
$user,
$request->file('avatar'),
$request->filled('new_password') ? $request->input('new_password') : null
$request->validated(),
$request->file('avatar')
);
return redirect()->route('user.edit')->with('success', 'Cập nhật hồ sơ thành công');