upload($request->file('backup_file')); return back()->with('success', "Backup uploaded successfully. You can now restore from it."); } catch (Exception $e) { return back()->with('error', $e->getMessage()); } } }