Your Picture Going to DataBase also in file location (C:\xampp\htdocs\folderName\MainFile\storage\app\public\images )
but on screen it is not showing Picture
Then might be your file not linked to the public file
C:\xampp\htdocs\folderName\MainFile\public\storage\images
run this command: php artisan storage:link
Now, check your both storage files and public files should be linked. then your pic will work.
( C:\xampp\htdocs\wizbrand\wz-account-admin-ms\storage\app\public\images) ( C:\xampp\htdocs\wizbrand\wz-account-admin-ms\public\storage\images )