########## NOTICE ##########
Due to coecanyon.net file upload limit, we are unable to upload the update owners with the "vendors" and "node_modules" folders.

########## INSTRUCTIONS ##########
1. Download the new version from the coecanyon.net website.
2. Extract the zip file label "New Owners.zip".
3. Copy the "vendors" and "node_modules" folders from the "New Owners" folder to the "Update Owners" folder.
4. Then you can rezip the whole "Update Owners" folder and upload to your server

======= OR ========

1. Download the new version from the coecanyon.net website.
2. Upload the "Update Owners.zip" file to your server.
3. After extracting the "Update Owners.zip" file, you can open terminal or connect to your server via SSH.
4. Navigate to the root directory of your project.
5. Run the following command to update the dependencies:

composer install

composer dump-autoload

npm install

npm run prod