Level 75
Look at the file system documentation chapter. https://laravel.com/docs/10.x/filesystem#copying-moving-files
You can also just use php: https://www.geeksforgeeks.org/how-to-move-a-file-into-a-different-folder-on-the-server-using-php/
Backup first in case you have any errors in your code.