Account Details

When the user clicks on the "Update Signature" button, they will be taken to a page specifically designed for updating their signature.

On this page, the user can do two main things:
Add a New Signature: The user can create and set a new signature using the provided tools or options.
View Last Saved Signature: The user can see their previously saved signature, which was set before any updates were made.
Additionally, while creating a new signature, the user will have the option to perform two actions:
Undo: If the user makes a mistake while creating their new signature, they can undo the last action they took.
Clear: The user can completely remove the current progress of their new signature and start over from a blank slate.
These features provide the user with flexibility and control over their signature update process.
Below are the related DB tables:
users
Function path
app/Http/Controllers/Admin/Account/AccountController.php->index()Signature function path
app/Http/Controllers/Admin/Account/AccountController.php->edit_signature()
app/Http/Controllers/Admin/Account/AccountController.php->update_signature()Image upload path
users table under signature column as base 64 imageLast updated
