Note : Please note that any changes made to the original source code will be lost after updating to the latest versions.

LivaChat-Saas Laravel LiveChat Application

Currencies

The Currencies List page displays all the currencies configured in the system. These currencies are used to define pricing for subscription plans and addons. Admins can add, update, or manage currencies based on supported regions or business needs.

  • Sl. No: Serial number for reference.
  • Currency Code: Standard 3-letter currency code (e.g., USD, EUR, INR).
  • Symbol: The symbol used to represent the currency (e.g., $, , ).
  • Exchange Rate: Conversion rate compared to the system's default currency.
  • Created At: The date and time when the currency entry was added to the system.
  • Status: Indicates if the currency is currently active or inactive. Only active currencies can be used for pricing plans.
  • Actions: Options for editing, activating/deactivating, or deleting the currency.
  • To Add Currencies : Navigate to the Admin Panel->Currencies. On this page, you’ll see "Add Currency" button.
  • Add Currency : When you click on "Add Currency" button, a modal pop-up will appear with the input fields.After adding all fields regarding currency then click on the "Save" button to apply the changes. The newly created currency list will appear in the "Currencies" table below.
  • Default currency is set to USD. According to this currency, amount is calculated when any custom invoices are generated for the customer.