-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jul 11, 2026 at 06:21 PM
-- Server version: 11.4.12-MariaDB-cll-lve
-- PHP Version: 8.4.22

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `paysiodv_pays`
--

-- --------------------------------------------------------

--
-- Table structure for table `admins`
--

CREATE TABLE `admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `firstname` varchar(100) NOT NULL,
  `lastname` varchar(100) NOT NULL,
  `username` varchar(100) NOT NULL,
  `user_type` varchar(20) NOT NULL DEFAULT 'ADMIN',
  `email` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `mobile_code` varchar(10) DEFAULT NULL,
  `phone` varchar(50) DEFAULT NULL,
  `country` varchar(50) DEFAULT NULL,
  `city` varchar(50) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `zip_postal` int(11) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `device_id` varchar(255) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `device_info` text DEFAULT NULL,
  `last_logged_in` timestamp NULL DEFAULT NULL,
  `last_logged_out` timestamp NULL DEFAULT NULL,
  `login_status` tinyint(1) NOT NULL DEFAULT 0,
  `notification_clear_at` timestamp NULL DEFAULT NULL,
  `two_factor_verified` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_status` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_secret` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `admin_role_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`id`, `firstname`, `lastname`, `username`, `user_type`, `email`, `password`, `image`, `email_verified_at`, `remember_token`, `mobile_code`, `phone`, `country`, `city`, `state`, `zip_postal`, `address`, `device_id`, `status`, `device_info`, `last_logged_in`, `last_logged_out`, `login_status`, `notification_clear_at`, `two_factor_verified`, `two_factor_status`, `two_factor_secret`, `created_at`, `updated_at`, `admin_role_id`) VALUES
(1, 'osarieme', 'omo', 'superadmin', 'ADMIN', 'osariemeomos@yahoo.com', '$2y$10$Qgw7CtiSyXkHt.MxhkgEROvyxYexq3CAFl1bwlSvI/xNK1pC7P.dy', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2026-07-12 07:55:09', NULL, 1, NULL, 0, 0, NULL, '2026-07-12 07:15:32', '2026-07-12 07:55:09', 1);

-- --------------------------------------------------------

--
-- Table structure for table `admin_has_roles`
--

CREATE TABLE `admin_has_roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `admin_role_id` bigint(20) UNSIGNED NOT NULL,
  `last_edit_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_has_roles`
--

INSERT INTO `admin_has_roles` (`id`, `admin_id`, `admin_role_id`, `last_edit_by`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `admin_login_logs`
--

CREATE TABLE `admin_login_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `mac` varchar(17) DEFAULT NULL,
  `city` varchar(30) DEFAULT NULL,
  `country` varchar(30) DEFAULT NULL,
  `longitude` varchar(50) DEFAULT NULL,
  `latitude` varchar(50) DEFAULT NULL,
  `browser` varchar(30) DEFAULT NULL,
  `os` varchar(30) DEFAULT NULL,
  `timezone` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_login_logs`
--

INSERT INTO `admin_login_logs` (`id`, `admin_id`, `ip`, `mac`, `city`, `country`, `longitude`, `latitude`, `browser`, `os`, `timezone`, `created_at`, `updated_at`) VALUES
(1, 1, '98.97.79.210', '', 'Lagos', 'Nigeria', '3.3792', '6.5243', 'Chrome', 'Windows', 'Africa/Lagos', '2026-07-12 07:16:07', '2026-07-12 07:16:07'),
(2, 1, '98.97.79.210', '', 'Lagos', 'Nigeria', '3.3792', '6.5243', 'Chrome', 'AndroidOS', 'Africa/Lagos', '2026-07-12 07:55:07', '2026-07-12 07:55:07');

-- --------------------------------------------------------

--
-- Table structure for table `admin_notifications`
--

CREATE TABLE `admin_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `clear_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_notifications`
--

INSERT INTO `admin_notifications` (`id`, `admin_id`, `type`, `message`, `created_at`, `updated_at`, `clear_at`) VALUES
(1, 1, 'SIDE_NAV', '{\"title\":\"osarieme omo(superadmin) logged in.\",\"time\":\"1 second ago\",\"image\":\"https:\\/\\/paysecure.africa\\/storage\\/backend\\/images\\/default\\/profile-default.webp\"}', '2026-07-12 07:16:07', '2026-07-12 07:16:07', NULL),
(2, 1, 'SIDE_NAV', '{\"title\":\"osarieme omo(superadmin) logged in.\",\"time\":\"1 second ago\",\"image\":\"https:\\/\\/paysecure.africa\\/storage\\/backend\\/images\\/default\\/profile-default.webp\"}', '2026-07-12 07:55:07', '2026-07-12 07:55:07', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `admin_password_resets`
--

CREATE TABLE `admin_password_resets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(255) NOT NULL,
  `token` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `admin_roles`
--

CREATE TABLE `admin_roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(60) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `admin_roles`
--

INSERT INTO `admin_roles` (`id`, `admin_id`, `name`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Super Admin', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 1, 'Sub Admin', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 'Moderator', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 1, 'Editor', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 1, 'Support Member', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `admin_role_has_permissions`
--

CREATE TABLE `admin_role_has_permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_role_permission_id` bigint(20) UNSIGNED NOT NULL,
  `route` varchar(100) NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `last_edit_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `admin_role_permissions`
--

CREATE TABLE `admin_role_permissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_role_id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(60) NOT NULL,
  `slug` varchar(80) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agents`
--

CREATE TABLE `agents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `firstname` varchar(191) NOT NULL,
  `lastname` varchar(191) DEFAULT NULL,
  `username` varchar(191) NOT NULL,
  `store_name` varchar(191) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `mobile_code` varchar(191) DEFAULT NULL,
  `mobile` varchar(191) DEFAULT NULL,
  `full_mobile` varchar(191) DEFAULT NULL,
  `password` varchar(191) NOT NULL,
  `pin_status` tinyint(1) NOT NULL DEFAULT 0,
  `pin_code` int(11) DEFAULT NULL,
  `refferal_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 = Active, 0 == Banned',
  `address` text DEFAULT NULL,
  `email_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 == verified, 0 == Not verified',
  `sms_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 == verified, 0 == Not verified',
  `kyc_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0: Default, 1: Approved, 2: Pending, 3:Rejected',
  `ver_code` int(11) DEFAULT NULL,
  `ver_code_send_at` timestamp NULL DEFAULT NULL,
  `two_factor_verified` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_status` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_secret` varchar(191) DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `registered_by` enum('Email','Phone') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_authorizations`
--

CREATE TABLE `agent_authorizations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `code` int(11) NOT NULL,
  `token` text DEFAULT NULL,
  `temp_data` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_kyc_data`
--

CREATE TABLE `agent_kyc_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `data` text NOT NULL,
  `reject_reason` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_login_logs`
--

CREATE TABLE `agent_login_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `mac` varchar(17) DEFAULT NULL,
  `city` varchar(30) DEFAULT NULL,
  `country` varchar(30) DEFAULT NULL,
  `longitude` varchar(50) DEFAULT NULL,
  `latitude` varchar(50) DEFAULT NULL,
  `browser` varchar(30) DEFAULT NULL,
  `os` varchar(30) DEFAULT NULL,
  `timezone` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_mail_logs`
--

CREATE TABLE `agent_mail_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `method` varchar(191) DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_notifications`
--

CREATE TABLE `agent_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_password_resets`
--

CREATE TABLE `agent_password_resets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `code` bigint(20) UNSIGNED DEFAULT NULL,
  `token` varchar(191) NOT NULL,
  `agent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_profits`
--

CREATE TABLE `agent_profits` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `transaction_id` bigint(20) UNSIGNED NOT NULL,
  `percent_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `fixed_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `total_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_qr_codes`
--

CREATE TABLE `agent_qr_codes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `qr_code` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_recipients`
--

CREATE TABLE `agent_recipients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `country` int(11) NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `recipient_type` enum('SENDER','RECEIVER') NOT NULL,
  `alias` varchar(100) DEFAULT NULL,
  `firstname` varchar(100) DEFAULT NULL,
  `lastname` varchar(100) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `mobile_code` varchar(10) DEFAULT NULL,
  `mobile` varchar(191) NOT NULL,
  `account_number` varchar(20) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `zip_code` varchar(10) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_wallets`
--

CREATE TABLE `agent_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `agent_id` bigint(20) UNSIGNED NOT NULL,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `balance` decimal(28,8) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `app_onboard_screens`
--

CREATE TABLE `app_onboard_screens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(150) DEFAULT NULL,
  `sub_title` varchar(255) DEFAULT NULL,
  `image` varchar(191) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `last_edit_by` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `type` enum('USER','AGENT','MERCHANT') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `app_onboard_screens`
--

INSERT INTO `app_onboard_screens` (`id`, `title`, `sub_title`, `image`, `status`, `last_edit_by`, `created_at`, `updated_at`, `type`) VALUES
(1, 'Easy, Quick & Secure System for Create Virtual Card', 'QRPay Pro has the most secure system which is very useful for money transactions. Get ready to use unlimited virtual credit card system.', 'seeder/onboard1.png', 1, 1, '2023-05-01 20:33:41', '2023-06-11 16:36:42', 'USER'),
(2, 'Create Unlimited Virtual Cards for Unlimited Usage', 'Users can easily create virtual credit cards from here. Use anytime anywhere and unlimited. Thanks for start a new journey with QRPay Pro.', 'seeder/onboard2.png', 1, 1, '2023-05-01 20:34:33', '2023-06-11 16:36:58', 'USER'),
(3, 'Create Unlimited Virtual Cards for Unlimited Usage', 'Users can easily create virtual credit cards from here. Use anytime anywhere and unlimited. Thanks for start a new journey with QRPay Pro.', 'seeder/onboard3.png', 1, 1, '2023-06-11 16:37:09', '2023-06-11 16:37:18', 'USER'),
(4, 'Get Profit in Every Transaction', 'Start your agency business with QRPay Pro and get the best profit on every transaction', 'seeder/agent/onboard.png', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'AGENT'),
(5, 'Fast Payment Receiver', 'Easy way to collect payment. fast, secure and reliable platform.', 'seeder/merchant/onboard.png', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'MERCHANT');

-- --------------------------------------------------------

--
-- Table structure for table `app_settings`
--

CREATE TABLE `app_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `version` varchar(50) DEFAULT NULL,
  `splash_screen_image` varchar(255) DEFAULT NULL,
  `url_title` varchar(191) DEFAULT NULL,
  `android_url` varchar(255) DEFAULT NULL,
  `iso_url` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `agent_version` varchar(50) DEFAULT NULL,
  `merchant_version` varchar(50) DEFAULT NULL,
  `agent_splash_screen_image` varchar(255) DEFAULT NULL,
  `merchant_splash_screen_image` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `app_settings`
--

INSERT INTO `app_settings` (`id`, `version`, `splash_screen_image`, `url_title`, `android_url`, `iso_url`, `created_at`, `updated_at`, `agent_version`, `merchant_version`, `agent_splash_screen_image`, `merchant_splash_screen_image`) VALUES
(1, '1.4.1', 'seeder/splash_screen.png', 'Our App Url', 'https://play.google.com', 'https://www.apple.com/store', '2026-07-12 07:15:32', '2026-07-12 07:15:32', '1.4.1', '1.4.1', 'seeder/agent/splash_screen.webp', 'seeder/merchant/splash_screen.webp');

-- --------------------------------------------------------

--
-- Table structure for table `basic_settings`
--

CREATE TABLE `basic_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `site_name` varchar(100) DEFAULT NULL,
  `site_title` varchar(255) DEFAULT NULL,
  `base_color` varchar(50) DEFAULT NULL,
  `secondary_color` varchar(50) DEFAULT NULL,
  `otp_exp_seconds` int(11) DEFAULT NULL,
  `timezone` varchar(50) DEFAULT NULL,
  `admin_prefix` varchar(191) DEFAULT NULL,
  `user_registration` tinyint(1) NOT NULL DEFAULT 1,
  `secure_password` tinyint(1) NOT NULL DEFAULT 0,
  `agree_policy` tinyint(1) NOT NULL DEFAULT 0,
  `force_ssl` tinyint(1) NOT NULL DEFAULT 0,
  `email_verification` tinyint(1) NOT NULL DEFAULT 0,
  `sms_verification` tinyint(1) NOT NULL DEFAULT 0,
  `email_notification` tinyint(1) NOT NULL DEFAULT 0,
  `sms_notification` tinyint(1) NOT NULL DEFAULT 0,
  `push_notification` tinyint(1) NOT NULL DEFAULT 0,
  `kyc_verification` tinyint(1) NOT NULL DEFAULT 0,
  `site_logo_dark` varchar(255) DEFAULT NULL,
  `site_logo` varchar(255) DEFAULT NULL,
  `site_fav_dark` varchar(255) DEFAULT NULL,
  `site_fav` varchar(255) DEFAULT NULL,
  `mail_config` text DEFAULT NULL,
  `storage_config` text DEFAULT NULL,
  `firebase_config` text DEFAULT NULL,
  `mail_activity` text DEFAULT NULL,
  `push_notification_config` text DEFAULT NULL,
  `push_notification_activity` text DEFAULT NULL,
  `broadcast_config` text DEFAULT NULL,
  `broadcast_activity` text DEFAULT NULL,
  `sms_config` text DEFAULT NULL,
  `sms_api` varchar(191) DEFAULT NULL,
  `sms_activity` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `web_version` varchar(191) DEFAULT NULL,
  `otp_resend_seconds` int(11) DEFAULT NULL,
  `agent_site_name` varchar(100) DEFAULT NULL,
  `agent_site_title` varchar(255) DEFAULT NULL,
  `agent_base_color` varchar(50) DEFAULT NULL,
  `agent_otp_resend_seconds` int(11) DEFAULT NULL,
  `agent_otp_exp_seconds` int(11) DEFAULT NULL,
  `agent_site_logo_dark` varchar(255) DEFAULT NULL,
  `agent_site_logo` varchar(255) DEFAULT NULL,
  `agent_site_fav_dark` varchar(255) DEFAULT NULL,
  `agent_site_fav` varchar(255) DEFAULT NULL,
  `agent_registration` tinyint(1) NOT NULL DEFAULT 1,
  `agent_secure_password` tinyint(1) NOT NULL DEFAULT 0,
  `agent_agree_policy` tinyint(1) NOT NULL DEFAULT 0,
  `agent_email_verification` tinyint(1) NOT NULL DEFAULT 0,
  `agent_email_notification` tinyint(1) NOT NULL DEFAULT 0,
  `agent_push_notification` tinyint(1) NOT NULL DEFAULT 0,
  `agent_kyc_verification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_site_name` varchar(100) DEFAULT NULL,
  `merchant_site_title` varchar(255) DEFAULT NULL,
  `merchant_otp_exp_seconds` int(11) DEFAULT NULL,
  `merchant_otp_resend_seconds` int(11) DEFAULT NULL,
  `merchant_base_color` varchar(50) DEFAULT NULL,
  `merchant_site_logo_dark` varchar(255) DEFAULT NULL,
  `merchant_site_logo` varchar(255) DEFAULT NULL,
  `merchant_site_fav_dark` varchar(255) DEFAULT NULL,
  `merchant_site_fav` varchar(255) DEFAULT NULL,
  `merchant_registration` tinyint(1) NOT NULL DEFAULT 1,
  `merchant_secure_password` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_agree_policy` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_email_verification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_email_notification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_push_notification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_kyc_verification` tinyint(1) NOT NULL DEFAULT 0,
  `agent_sms_verification` tinyint(1) NOT NULL DEFAULT 0,
  `agent_sms_notification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_sms_verification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_sms_notification` tinyint(1) NOT NULL DEFAULT 0,
  `fiat_precision_value` int(11) NOT NULL DEFAULT 2,
  `crypto_precision_value` int(11) NOT NULL DEFAULT 8,
  `user_pin_verification` tinyint(1) NOT NULL DEFAULT 0,
  `agent_pin_verification` tinyint(1) NOT NULL DEFAULT 0,
  `merchant_pin_verification` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `basic_settings`
--

INSERT INTO `basic_settings` (`id`, `site_name`, `site_title`, `base_color`, `secondary_color`, `otp_exp_seconds`, `timezone`, `admin_prefix`, `user_registration`, `secure_password`, `agree_policy`, `force_ssl`, `email_verification`, `sms_verification`, `email_notification`, `sms_notification`, `push_notification`, `kyc_verification`, `site_logo_dark`, `site_logo`, `site_fav_dark`, `site_fav`, `mail_config`, `storage_config`, `firebase_config`, `mail_activity`, `push_notification_config`, `push_notification_activity`, `broadcast_config`, `broadcast_activity`, `sms_config`, `sms_api`, `sms_activity`, `created_at`, `updated_at`, `web_version`, `otp_resend_seconds`, `agent_site_name`, `agent_site_title`, `agent_base_color`, `agent_otp_resend_seconds`, `agent_otp_exp_seconds`, `agent_site_logo_dark`, `agent_site_logo`, `agent_site_fav_dark`, `agent_site_fav`, `agent_registration`, `agent_secure_password`, `agent_agree_policy`, `agent_email_verification`, `agent_email_notification`, `agent_push_notification`, `agent_kyc_verification`, `merchant_site_name`, `merchant_site_title`, `merchant_otp_exp_seconds`, `merchant_otp_resend_seconds`, `merchant_base_color`, `merchant_site_logo_dark`, `merchant_site_logo`, `merchant_site_fav_dark`, `merchant_site_fav`, `merchant_registration`, `merchant_secure_password`, `merchant_agree_policy`, `merchant_email_verification`, `merchant_email_notification`, `merchant_push_notification`, `merchant_kyc_verification`, `agent_sms_verification`, `agent_sms_notification`, `merchant_sms_verification`, `merchant_sms_notification`, `fiat_precision_value`, `crypto_precision_value`, `user_pin_verification`, `agent_pin_verification`, `merchant_pin_verification`) VALUES
(1, 'PaySecure', 'Money Transfer with QR Code', '#0C56DB', '#000400', 3600, 'Asia/Dhaka', NULL, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 'seeder/logo-white.png', 'seeder/logo-dark.png', 'seeder/favicon-dark.png', 'seeder/favicon-white.png', '{\"method\":\"\",\"host\":\"\",\"port\":\"\",\"encryption\":\"\",\"username\":\"\",\"password\":\"\",\"from\":\"\",\"app_name\":\"\"}', '{\"method\":\"public\"}', NULL, NULL, '{\"method\":\"pusher\",\"instance_id\":\"255ae045-4995-4b74-9caf-b9b5101780df\",\"primary_key\":\"CDBB1D7FC33B562C63019647D3076998A14B97B251F651CB72B3934E49114200\"}', NULL, '{\"method\":\"pusher\",\"app_id\":\"1574360\",\"primary_key\":\"971ccaa6176db78407bf\",\"secret_key\":\"a30a6f1a61b97eb8225a\",\"cluster\":\"ap2\"}', NULL, '{\"account_sid\":\"\",\"auth_token\":\"\",\"from\":\"\",\"name\":\"\"}', 'Hi {{name}}, {{message}}', NULL, '2026-07-12 07:15:32', '2026-07-12 07:15:32', '1.4.1', NULL, 'QRPay Pro Agent', 'Retailer Business with QR Code', '#007A5A', NULL, 3600, 'seeder/agent/logo-white.png', 'seeder/agent/logo-dark.png', 'seeder/agent/favicon-dark.png', 'seeder/agent/favicon-white.png', 1, 0, 1, 1, 1, 1, 1, 'QRPay Pro Merchant', 'Accept Payment via QR Code', 3600, NULL, '#009CDE', 'seeder/merchant/logo-white.png', 'seeder/merchant/logo-dark.png', 'seeder/merchant/favicon-dark.png', 'seeder/merchant/favicon-white.png', 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 4, 8, 1, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `bill_pay_categories`
--

CREATE TABLE `bill_pay_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `slug` varchar(200) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `bill_pay_categories`
--

INSERT INTO `bill_pay_categories` (`id`, `admin_id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Insurance', 'insurance', 1, '2026-07-12 07:15:32', NULL),
(2, 1, 'Govt.Fees', 'govtfees', 1, '2026-07-12 07:15:32', NULL),
(3, 1, 'Education', 'education', 1, '2026-07-12 07:15:32', NULL),
(4, 1, 'Internet', 'internet', 1, '2026-07-12 07:15:32', NULL),
(5, 1, 'Telephone', 'telephone', 1, '2026-07-12 07:15:32', NULL),
(6, 1, 'Gas', 'gas', 1, '2026-07-12 07:15:32', NULL),
(7, 1, 'Electricity', 'electricity', 1, '2026-07-12 07:15:32', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `blogs`
--

CREATE TABLE `blogs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `short_title` text DEFAULT NULL,
  `name` text DEFAULT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `tags` longtext DEFAULT NULL,
  `lan_tags` longtext DEFAULT NULL,
  `details` longtext DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blogs`
--

INSERT INTO `blogs` (`id`, `admin_id`, `category_id`, `short_title`, `name`, `slug`, `image`, `tags`, `lan_tags`, `details`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 6, '{\"language\":[]}', '{\"language\":{\"en\":{\"name\":\"Seamless Money Transfers\"},\"es\":{\"name\":\"Transferencias de Dinero sin Contratiempos\"},\"ar\":{\"name\":\"\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0633\\u0644\\u0633\\u0629\"},\"fr\":{\"name\":\"Transferts d\'Argent Fluides\"},\"hi\":{\"name\":\"\\u0938\\u0930\\u0932 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923\"}}}', 'seamless-money-transfers', '230ebda2-3296-438c-a4ff-20d71edee9da.webp', '[\"Economy\",\"bBank\"]', '{\"language\":[]}', '{\"language\":{\"en\":{\"details\":\"<p>In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/p>\"},\"es\":{\"details\":\"<p>En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n.<\\/p>\"},\"ar\":{\"details\":\"<p>In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/p>\"},\"fr\":{\"details\":\"<p>Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement. Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement.<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964<\\/p>\"}}}', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');
INSERT INTO `blogs` (`id`, `admin_id`, `category_id`, `short_title`, `name`, `slug`, `image`, `tags`, `lan_tags`, `details`, `status`, `created_at`, `updated_at`) VALUES
(2, 1, 3, '{\"language\":[]}', '{\"language\":{\"en\":{\"name\":\"Mastering Time Management: Key Strategies for Productivity\"},\"es\":{\"name\":\"Dominar la gesti\\u00f3n del tiempo: estrategias clave para la productividad\"},\"ar\":{\"name\":\"\\u0625\\u062a\\u0642\\u0627\\u0646 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0642\\u062a: \\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0644\\u0644\\u0625\\u0646\\u062a\\u0627\\u062c\\u064a\\u0629\"},\"fr\":{\"name\":\"Ma\\u00eetriser la gestion du temps\\u00a0: strat\\u00e9gies cl\\u00e9s pour la productivit\\u00e9\"},\"hi\":{\"name\":\"\\u0938\\u092e\\u092f \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u092e\\u0947\\u0902 \\u0928\\u093f\\u092a\\u0941\\u0923\\u0924\\u093e: \\u0909\\u0924\\u094d\\u092a\\u093e\\u0926\\u0915\\u0924\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u094d\\u0930\\u092e\\u0941\\u0916 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u093e\\u0901\"}}}', 'mastering-time-management-key-strategies-for-productivity', '1c1be773-1ed0-4c0b-9b50-9aff998827c1.webp', '[\"Inflation\",\"Money\",\"Bad Luck\"]', '{\"language\":[]}', '{\"language\":{\"en\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/span><\\/p>\"},\"es\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n.<\\/span><\\/p>\"},\"ar\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/span><\\/p>\"},\"fr\":{\"details\":\"<p>Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement. Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement.<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964<\\/p>\"}}}', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');
INSERT INTO `blogs` (`id`, `admin_id`, `category_id`, `short_title`, `name`, `slug`, `image`, `tags`, `lan_tags`, `details`, `status`, `created_at`, `updated_at`) VALUES
(3, 1, 3, '{\"language\":[]}', '{\"language\":{\"en\":{\"name\":\"The Art of Mindful Living: Embrace the Present Moment\"},\"es\":{\"name\":\"El arte de la vida consciente: aceptar el momento presente\"},\"ar\":{\"name\":\"\\u0641\\u0646 \\u0627\\u0644\\u0639\\u064a\\u0634 \\u0627\\u0644\\u064a\\u0642\\u0638: \\u0627\\u062d\\u062a\\u0636\\u0627\\u0646 \\u0627\\u0644\\u0644\\u062d\\u0638\\u0629 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\"},\"fr\":{\"name\":\"L\\u2019art de vivre en pleine conscience\\u00a0: embrasser le moment pr\\u00e9sent\"},\"hi\":{\"name\":\"\\u0938\\u091a\\u0947\\u0924\\u0928 \\u091c\\u0940\\u0935\\u0928 \\u091c\\u0940\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u0932\\u093e: \\u0935\\u0930\\u094d\\u0924\\u092e\\u093e\\u0928 \\u0915\\u094d\\u0937\\u0923 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u090f\\u0902\"}}}', 'the-art-of-mindful-living-embrace-the-present-moment', '69d8f4b9-0df0-4932-9dcc-68338e9da437.webp', '[\"Bank\",\"Account\",\"Global\"]', '{\"language\":[]}', '{\"language\":{\"en\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/span><\\/p>\"},\"es\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n.<\\/span><\\/p>\"},\"ar\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/span><\\/p>\"},\"fr\":{\"details\":\"<p>Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement. Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement.<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964<\\/p>\"}}}', 1, '2024-11-13 20:28:52', '2024-11-13 20:28:52');
INSERT INTO `blogs` (`id`, `admin_id`, `category_id`, `short_title`, `name`, `slug`, `image`, `tags`, `lan_tags`, `details`, `status`, `created_at`, `updated_at`) VALUES
(4, 1, 4, '{\"language\":[]}', '{\"language\":{\"en\":{\"name\":\"Unlocking Your Creative Potential: Ignite Your Imagination\"},\"es\":{\"name\":\"Desbloquear su potencial creativo: encienda su imaginaci\\u00f3n\"},\"ar\":{\"name\":\"\\u0625\\u0637\\u0644\\u0627\\u0642 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0646 \\u0644\\u0642\\u062f\\u0631\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0625\\u0628\\u062f\\u0627\\u0639\\u064a\\u0629: \\u0623\\u0637\\u0644\\u0642 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0646 \\u0644\\u0645\\u062e\\u064a\\u0644\\u062a\\u0643\"},\"fr\":{\"name\":\"Lib\\u00e9rez votre potentiel cr\\u00e9atif\\u00a0: enflammez votre imagination\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0940 \\u0930\\u091a\\u0928\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0909\\u091c\\u093e\\u0917\\u0930 \\u0915\\u0930\\u0947\\u0902: \\u0905\\u092a\\u0928\\u0940 \\u0915\\u0932\\u094d\\u092a\\u0928\\u093e \\u0915\\u094b \\u092a\\u094d\\u0930\\u091c\\u094d\\u0935\\u0932\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\"}}}', 'unlocking-your-creative-potential-ignite-your-imagination', '3db7e580-a9a7-4658-9441-5c003506eb17.webp', '[\"Cryptocurrency\",\"Crypto\",\"Doller\"]', '{\"language\":[]}', '{\"language\":{\"en\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/span><\\/p>\"},\"es\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n. En este blog, exploramos el incre\\u00edble impacto del pensamiento positivo en varios aspectos de la vida. Descubra los beneficios respaldados por la ciencia de abrazar el optimismo y aprenda estrategias pr\\u00e1cticas para reformular pensamientos negativos, superar obst\\u00e1culos y fomentar la resiliencia. Libere su verdadero potencial cultivando una mentalidad positiva y creando una vida llena de felicidad, \\u00e9xito y satisfacci\\u00f3n.<\\/span><\\/p>\"},\"ar\":{\"details\":\"<p><span style=\\\"color:hsl(0,0%,0%);\\\">In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment. In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.In this blog, we explore the incredible impact of positive thinking on various aspects of life. Discover the science-backed benefits of embracing optimism and learn practical strategies to reframe negative thoughts, overcome obstacles, and foster resilience. Unlock your true potential by cultivating a positive mindset and creating a life filled with happiness, success, and fulfillment.<\\/span><\\/p>\"},\"fr\":{\"details\":\"<p>Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement. Dans ce blog, nous explorons l\\u2019incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\'esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\'\\u00e9panouissement. Dans ce blog, nous explorons l\'incroyable impact de la pens\\u00e9e positive sur divers aspects de la vie. D\\u00e9couvrez les avantages scientifiques de l\\u2019optimisme et apprenez des strat\\u00e9gies pratiques pour recadrer les pens\\u00e9es n\\u00e9gatives, surmonter les obstacles et favoriser la r\\u00e9silience. Lib\\u00e9rez votre v\\u00e9ritable potentiel en cultivant un \\u00e9tat d\\u2019esprit positif et en cr\\u00e9ant une vie remplie de bonheur, de r\\u00e9ussite et d\\u2019\\u00e9panouissement.<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928-\\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u092a\\u0930\\u093f\\u092d\\u093e\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915\\u0924\\u093e \\u0935\\u093f\\u0915\\u0938\\u093f\\u0924 \\u0915\\u0930\\u0915\\u0947 \\u0914\\u0930 \\u0916\\u0941\\u0936\\u0940, \\u0938\\u092b\\u0932\\u0924\\u093e \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0924\\u093f \\u0938\\u0947 \\u092d\\u0930\\u093e \\u091c\\u0940\\u0935\\u0928 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0905\\u0928\\u0932\\u0949\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0907\\u0938 \\u092c\\u094d\\u0932\\u0949\\u0917 \\u092e\\u0947\\u0902, \\u0939\\u092e \\u091c\\u0940\\u0935\\u0928 \\u0915\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u0939\\u0932\\u0941\\u0913\\u0902 \\u092a\\u0930 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0938\\u094b\\u091a \\u0915\\u0947 \\u0905\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u0936\\u093e\\u0935\\u093e\\u0926 \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0928\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0935\\u093f\\u091a\\u093e\\u0930\\u094b\\u0902 \\u0915\\u094b \\u092b\\u093f\\u0930 \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092c\\u093e\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u0935\\u0939\\u093e\\u0930\\u093f\\u0915 \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964<\\/p>\"}}}', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `blog_categories`
--

CREATE TABLE `blog_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `blog_categories`
--

INSERT INTO `blog_categories` (`id`, `admin_id`, `name`, `data`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(2, 1, 'Earn Currency', '{\"language\":{\"en\":{\"name\":\"Earn Currency\"},\"es\":{\"name\":\"Gana moneda\"},\"ar\":{\"name\":\"\\u0643\\u0633\\u0628 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\"},\"fr\":{\"name\":\"Gagner de la monnaie\"},\"hi\":{\"name\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0905\\u0930\\u094d\\u091c\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\"}}}', 'earn-currency', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 'Global Account', '{\"language\":{\"en\":{\"name\":\"Global Account\"},\"es\":{\"name\":\"Cuenta Global\"},\"ar\":{\"name\":\"\\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a\"},\"fr\":{\"name\":\"Compte mondial\"},\"hi\":{\"name\":\"\\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u0916\\u093e\\u0924\\u093e\"}}}', 'global-account', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 1, 'Crypto Support', '{\"language\":{\"en\":{\"name\":\"Crypto Support\"},\"es\":{\"name\":\"Soporte criptogr\\u00e1fico\"},\"ar\":{\"name\":\"\\u062f\\u0639\\u0645 \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631\"},\"fr\":{\"name\":\"Prise en charge des cryptomonnaies\"},\"hi\":{\"name\":\"\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u094b \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928\"}}}', 'crypto-support', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 1, 'Online Shopping', '{\"language\":{\"en\":{\"name\":\"Online Shopping\"},\"es\":{\"name\":\"Las compras en l\\u00ednea\"},\"ar\":{\"name\":\"\\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0627\\u0646\\u062a\\u0631\\u0646\\u062a\"},\"fr\":{\"name\":\"Shopping en ligne\"},\"hi\":{\"name\":\"\\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0936\\u0949\\u092a\\u093f\\u0902\\u0917\"}}}', 'online-shopping', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(6, 1, 'Money Transaction', '{\"language\":{\"en\":{\"name\":\"Money Transaction\"},\"es\":{\"name\":\"Transacci\\u00f3n monetaria\"},\"ar\":{\"name\":\"\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0645\\u0627\\u0644\"},\"fr\":{\"name\":\"Transaction mon\\u00e9taire\"},\"hi\":{\"name\":\"\\u0927\\u0928 \\u0915\\u093e \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928\"}}}', 'money-transaction', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `cardyfie_card_customers`
--

CREATE TABLE `cardyfie_card_customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(50) NOT NULL DEFAULT 'USER' COMMENT 'should be USER, AGENT, Merchant',
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `ulid` varchar(255) DEFAULT NULL,
  `reference_id` varchar(255) DEFAULT NULL,
  `first_name` varchar(100) NOT NULL,
  `last_name` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `date_of_birth` varchar(100) NOT NULL,
  `id_type` varchar(50) NOT NULL,
  `id_number` varchar(50) NOT NULL,
  `id_front_image` longtext DEFAULT NULL,
  `id_back_image` longtext DEFAULT NULL,
  `user_image` longtext DEFAULT NULL,
  `house_number` varchar(50) DEFAULT NULL,
  `address_line_1` varchar(255) DEFAULT NULL,
  `city` varchar(50) DEFAULT NULL,
  `state` varchar(50) DEFAULT NULL,
  `zip_code` varchar(50) DEFAULT NULL,
  `country` varchar(50) DEFAULT NULL,
  `status` varchar(100) NOT NULL,
  `env` varchar(100) NOT NULL,
  `meta` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `cardyfie_virtual_cards`
--

CREATE TABLE `cardyfie_virtual_cards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(50) NOT NULL DEFAULT 'USER' COMMENT 'should be USER, AGENT, MERCHANT',
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `reference_id` varchar(255) DEFAULT NULL,
  `ulid` varchar(255) DEFAULT NULL,
  `customer_ulid` varchar(255) DEFAULT NULL,
  `card_name` varchar(100) DEFAULT NULL,
  `amount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(10) DEFAULT NULL,
  `card_tier` varchar(50) DEFAULT NULL,
  `card_type` varchar(50) DEFAULT NULL,
  `card_exp_time` varchar(50) DEFAULT NULL,
  `masked_pan` varchar(100) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `status` varchar(100) DEFAULT NULL,
  `env` varchar(100) DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `chatboxes`
--

CREATE TABLE `chatboxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `sender_id` bigint(20) UNSIGNED NOT NULL,
  `receiver_id` bigint(20) UNSIGNED NOT NULL,
  `token` varchar(120) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `coinbase_webhook_calls`
--

CREATE TABLE `coinbase_webhook_calls` (
  `id` int(10) UNSIGNED NOT NULL,
  `type` varchar(191) DEFAULT NULL,
  `payload` text DEFAULT NULL,
  `exception` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `contacts`
--

CREATE TABLE `contacts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `email` varchar(191) NOT NULL,
  `mobile` varchar(191) NOT NULL,
  `subject` varchar(191) NOT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `conversations`
--

CREATE TABLE `conversations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `chatbox_id` bigint(20) UNSIGNED NOT NULL,
  `sender` bigint(20) UNSIGNED NOT NULL,
  `sender_type` varchar(191) NOT NULL,
  `receiver` bigint(20) UNSIGNED DEFAULT NULL,
  `receiver_type` varchar(191) DEFAULT NULL,
  `message` text NOT NULL,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `conversation_attachments`
--

CREATE TABLE `conversation_attachments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `chatbox_id` bigint(20) UNSIGNED NOT NULL,
  `attachment` varchar(255) DEFAULT NULL,
  `attachment_info` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `country_restrictions`
--

CREATE TABLE `country_restrictions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(50) NOT NULL,
  `user_type` varchar(100) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `country_restrictions`
--

INSERT INTO `country_restrictions` (`id`, `admin_id`, `slug`, `user_type`, `data`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'user', 'USER', '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 1, 'agent', 'AGENT', '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 'merchant', 'MERCHANT', '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `crypto_assets`
--

CREATE TABLE `crypto_assets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `payment_gateway_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(250) NOT NULL,
  `chain` varchar(250) NOT NULL,
  `coin` varchar(250) NOT NULL,
  `credentials` text DEFAULT NULL,
  `assets` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `crypto_transactions`
--

CREATE TABLE `crypto_transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `internal_trx_type` varchar(150) DEFAULT NULL COMMENT 'Internal Transaction Type. EX: Add Money, Money Out',
  `internal_trx_ref_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'Internal Transaction Reference ID. EX: Transaction Table ID',
  `transaction_type` varchar(250) DEFAULT NULL,
  `sender_address` varchar(250) DEFAULT NULL,
  `receiver_address` varchar(250) DEFAULT NULL,
  `amount` varchar(250) DEFAULT NULL COMMENT 'Can be positive and negative',
  `asset` varchar(250) DEFAULT NULL,
  `block_number` varchar(250) DEFAULT NULL,
  `txn_hash` varchar(250) DEFAULT NULL COMMENT 'Transaction ID/Transaction Hash',
  `chain` varchar(250) DEFAULT NULL,
  `callback_response` text DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'NOT-USED',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `currencies`
--

CREATE TABLE `currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `country` varchar(255) NOT NULL,
  `name` varchar(100) NOT NULL,
  `code` varchar(20) NOT NULL,
  `symbol` varchar(20) NOT NULL,
  `type` enum('CRYPTO','FIAT') NOT NULL DEFAULT 'FIAT',
  `flag` varchar(255) DEFAULT NULL,
  `rate` decimal(28,8) NOT NULL DEFAULT 1.00000000,
  `sender` tinyint(1) NOT NULL DEFAULT 0,
  `receiver` tinyint(1) NOT NULL DEFAULT 0,
  `default` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `currencies`
--

INSERT INTO `currencies` (`id`, `admin_id`, `country`, `name`, `code`, `symbol`, `type`, `flag`, `rate`, `sender`, `receiver`, `default`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'United States', 'United States dollar', 'USD', '$', 'FIAT', 'seeder/USD.png', 1.00000000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:56:11'),
(2, 1, 'United Kingdom', 'British pound', 'GBP', '£', 'FIAT', 'seeder/GBP.png', 0.74621000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 'Australia', 'Australian dollar', 'AUD', '$', 'FIAT', 'seeder/AUD.png', 1.45455500, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:55:38'),
(4, 1, 'Canada', 'Canadian dollar', 'CAD', '$', 'FIAT', 'seeder/CAD.jpg', 1.34472000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 1, 'Germany', 'Euro', 'EUR', '€', 'FIAT', 'seeder/EUR.jpg', 0.89269500, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:59:48'),
(6, 1, 'Nigeria', 'Nigerian naira', 'NGN', '₦', 'FIAT', 'seeder/NGN.jpg', 1639.25960000, 1, 1, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:56:11'),
(7, 1, 'Pakistan', 'Pakistani rupee', 'PKR', 'Rs', 'FIAT', 'seeder/PKR.png', 277.84737600, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:59:45'),
(8, 1, 'India', 'Indian rupee', 'INR', '₹', 'FIAT', 'seeder/INR.png', 83.58185000, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:59:43'),
(9, 1, 'Bangladesh', 'Bangladeshi taka', 'BDT', '৳', 'FIAT', 'seeder/BDT.png', 119.51172600, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:59:42'),
(10, 1, 'Kenya', 'Kenyan shilling', 'KES', 'KSh', 'FIAT', 'seeder/KES.png', 129.01010200, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:59:42'),
(11, 1, 'Cote D\'Ivoire (Ivory Coast)', 'West African CFA franc', 'XOF', 'CFA', 'FIAT', 'seeder/XOF.webp', 586.39055600, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(12, 1, 'South Africa', 'South African rand', 'ZAR', 'R', 'FIAT', 'seeder/zar.png', 17.16271000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(13, 1, 'El Salvador', 'El Salvador Bitcoin', 'BTC', '₿', 'CRYPTO', NULL, 0.00001573, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(14, 1, 'United Arab Emirates', 'United Arab Emirates dirham', 'AED', 'إ.د', 'FIAT', NULL, 3.67300000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(15, 1, 'Afghanistan', 'Afghan afghani', 'AFN', '؋', 'FIAT', NULL, 68.46737300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(16, 1, 'Albania', 'Albanian lek', 'ALL', 'Lek', 'FIAT', NULL, 88.52753600, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:56:46'),
(17, 1, 'Armenia', 'Armenian dram', 'AMD', '֏', 'FIAT', NULL, 387.51556200, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:56:44'),
(18, 1, 'Angola', 'Angolan kwanza', 'AOA', 'Kz', 'FIAT', NULL, 936.49828900, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:56:41'),
(19, 1, 'Argentina', 'Argentine peso', 'ARS', '$', 'FIAT', NULL, 967.25025000, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:56:40'),
(21, 1, 'Azerbaijan', 'Azerbaijani manat', 'AZN', 'm', 'FIAT', NULL, 1.70152200, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:56:38'),
(22, 1, 'Bosnia and Herzegovina', 'Bosnia and Herzegovina convertible mark', 'BAM', 'KM', 'FIAT', NULL, 1.74838100, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:02:10'),
(23, 1, 'Barbados', 'Barbadian dollar', 'BBD', 'Bds$', 'FIAT', NULL, 2.01924700, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:02:13'),
(24, 1, 'Bulgaria', 'Bulgarian lev', 'BGN', 'Лв.', 'FIAT', NULL, 1.74799000, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:02:18'),
(25, 1, 'Bahrain', 'Bahraini dinar', 'BHD', '.د.ب', 'FIAT', NULL, 0.37676700, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:02:21'),
(26, 1, 'Burundi', 'Burundian franc', 'BIF', 'FBu', 'FIAT', NULL, 2899.87350700, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:02:25'),
(31, 1, 'The Bahamas', 'Bahamian dollar', 'BSD', 'B$', 'FIAT', NULL, 1.00005800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(32, 1, 'Bhutan', 'Bhutanese ngultrum', 'BTN', 'Nu.', 'FIAT', NULL, 83.64411700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(37, 1, 'Switzerland', 'Swiss franc', 'CHF', 'CHf', 'FIAT', NULL, 0.84762000, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:00:58'),
(38, 1, 'Chile', 'Chilean peso', 'CLP', '$', 'FIAT', NULL, 914.70994600, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:00:55'),
(39, 1, 'China', 'Chinese yuan', 'CNY', '¥', 'FIAT', NULL, 7.02889800, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:00:54'),
(40, 1, 'Colombia', 'Colombian peso', 'COP', '$', 'FIAT', NULL, 4156.38000000, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:00:54'),
(43, 1, 'Cape Verde', 'Cape Verdean escudo', 'CVE', '$', 'FIAT', NULL, 98.57190700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(44, 1, 'Czech Republic', 'Czech koruna', 'CZK', 'Kč', 'FIAT', NULL, 22.40380200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(47, 1, 'Algeria', 'Algerian dinar', 'DZD', 'دج', 'FIAT', NULL, 132.34282800, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:07:40'),
(48, 1, 'Egypt', 'Egyptian pound', 'EGP', 'ج.م', 'FIAT', NULL, 48.56049800, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:07:38'),
(49, 1, 'Eritrea', 'Eritrean nakfa', 'ERN', 'Nfk', 'FIAT', NULL, 15.00000000, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:07:34'),
(50, 1, 'Ethiopia', 'Ethiopian birr', 'ETB', 'Nkf', 'FIAT', NULL, 119.26579800, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:07:28'),
(51, 1, 'Fiji Islands', 'Fijian dollar', 'FJD', 'FJ$', 'FIAT', NULL, 2.18920300, 1, 1, 0, 0, '2026-07-12 07:15:32', '2026-07-12 08:07:24'),
(52, 1, 'Falkland Islands', 'Falkland Islands pound', 'FKP', '£', 'FIAT', NULL, 0.76155900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(53, 1, 'Georgia', 'Georgian lari', 'GEL', 'ლ', 'FIAT', NULL, 2.72499400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(54, 1, 'Ghana', 'Ghanaian cedi', 'GHS', 'GH₵', 'FIAT', NULL, 15.74831300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(55, 1, 'Gibraltar', 'Gibraltar pound', 'GIP', '£', 'FIAT', NULL, 0.76155900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(56, 1, 'Gambia The', 'Gambian dalasi', 'GMD', 'D', 'FIAT', NULL, 68.49870800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(57, 1, 'Guinea', 'Guinean franc', 'GNF', 'FG', 'FIAT', NULL, 8639.10033200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(58, 1, 'Guatemala', 'Guatemalan quetzal', 'GTQ', 'Q', 'FIAT', NULL, 7.73085100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(59, 1, 'Guyana', 'Guyanese dollar', 'GYD', '$', 'FIAT', NULL, 209.19432300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(60, 1, 'Hong Kong S.A.R.', 'Hong Kong dollar', 'HKD', '$', 'FIAT', NULL, 7.78632500, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(61, 1, 'Honduras', 'Honduran lempira', 'HNL', 'L', 'FIAT', NULL, 24.84367100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(62, 1, 'Croatia', 'Croatian kuna', 'HRK', 'kn', 'FIAT', NULL, 6.79901100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(63, 1, 'Haiti', 'Haitian gourde', 'HTG', 'G', 'FIAT', NULL, 132.00910000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(64, 1, 'Hungary', 'Hungarian forint', 'HUF', 'Ft', 'FIAT', NULL, 352.34503100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(65, 1, 'Indonesia', 'Indonesian rupiah', 'IDR', 'Rp', 'FIAT', NULL, 15121.05000000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(66, 1, 'Israel', 'Israeli new shekel', 'ILS', '₪', 'FIAT', NULL, 3.73989800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(67, 1, 'Iraq', 'Iraqi dinar', 'IQD', 'د.ع', 'FIAT', NULL, 1310.07880100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(68, 1, 'Iran', 'Iranian rial', 'IRR', '﷼', 'FIAT', NULL, 42092.51860600, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(69, 1, 'Iceland', 'Icelandic króna', 'ISK', 'kr', 'FIAT', NULL, 134.36004800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(70, 1, 'Jamaica', 'Jamaican dollar', 'JMD', 'J$', 'FIAT', NULL, 156.61945100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(71, 1, 'Jordan', 'Jordanian dinar', 'JOD', 'ا.د', 'FIAT', NULL, 0.70860200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(72, 1, 'Japan', 'Japanese yen', 'JPY', '¥', 'FIAT', NULL, 144.15103000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(73, 1, 'Kyrgyzstan', 'Kyrgyzstani som', 'KGS', 'лв', 'FIAT', NULL, 84.20013500, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(74, 1, 'Cambodia', 'Cambodian riel', 'KHR', 'KHR', 'FIAT', NULL, 4063.02380200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(75, 1, 'Comoros', 'Comorian franc', 'KMF', 'CF', 'FIAT', NULL, 441.95036400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(76, 1, 'North Korea', 'North Korean Won', 'KPW', '₩', 'FIAT', NULL, 899.99943300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(77, 1, 'South Korea', 'Won', 'KRW', '₩', 'FIAT', NULL, 1331.33022800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(78, 1, 'Kuwait', 'Kuwaiti dinar', 'KWD', 'ك.د', 'FIAT', NULL, 0.30523900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(79, 1, 'Cayman Islands', 'Cayman Islands dollar', 'KYD', '$', 'FIAT', NULL, 0.83344500, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(80, 1, 'Kazakhstan', 'Kazakhstani tenge', 'KZT', 'лв', 'FIAT', NULL, 478.37300300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(81, 1, 'Laos', 'Lao kip', 'LAK', '₭', 'FIAT', NULL, 22083.36126900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(82, 1, 'Lebanon', 'Lebanese pound', 'LBP', '£', 'FIAT', NULL, 89557.58383000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(83, 1, 'Sri Lanka', 'Sri Lankan rupee', 'LKR', 'Rs', 'FIAT', NULL, 300.87562100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(84, 1, 'Liberia', 'Liberian dollar', 'LRD', '$', 'FIAT', NULL, 194.01497400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(85, 1, 'Lesotho', 'Lesotho loti', 'LSL', 'L', 'FIAT', NULL, 17.21678700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(86, 1, 'Libya', 'Libyan dinar', 'LYD', 'د.ل', 'FIAT', NULL, 4.75043200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(87, 1, 'Morocco', 'Moroccan dirham', 'MAD', 'DH', 'FIAT', NULL, 9.65774900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(88, 1, 'Moldova', 'Moldovan leu', 'MDL', 'L', 'FIAT', NULL, 17.40642400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(89, 1, 'Macedonia', 'Denar', 'MKD', 'ден', 'FIAT', NULL, 55.02936100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(90, 1, 'Myanmar', 'Burmese kyat', 'MMK', 'K', 'FIAT', NULL, 3247.96099200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(91, 1, 'Mongolia', 'Mongolian tögrög', 'MNT', '₮', 'FIAT', NULL, 3397.99995500, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(92, 1, 'Macau S.A.R.', 'Macanese pataca', 'MOP', '$', 'FIAT', NULL, 8.02118700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(93, 1, 'Mauritius', 'Mauritian rupee', 'MUR', '₨', 'FIAT', NULL, 45.63985700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(94, 1, 'Maldives', 'Maldivian rufiyaa', 'MVR', 'Rf', 'FIAT', NULL, 15.35974000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(95, 1, 'Malawi', 'Malawian kwacha', 'MWK', 'MK', 'FIAT', NULL, 1733.83384700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(96, 1, 'Mexico', 'Mexican peso', 'MXN', '$', 'FIAT', NULL, 19.45390500, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(97, 1, 'Malaysia', 'Malaysian ringgit', 'MYR', 'RM', 'FIAT', NULL, 4.13099100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(98, 1, 'Mozambique', 'Mozambican metical', 'MZN', 'MT', 'FIAT', NULL, 63.85044000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(99, 1, 'Namibia', 'Namibian dollar', 'NAD', '$', 'FIAT', NULL, 17.21678700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(100, 1, 'Nicaragua', 'Nicaraguan córdoba', 'NIO', 'C$', 'FIAT', NULL, 36.80378300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(101, 1, 'Norway', 'Norwegian krone', 'NOK', 'kr', 'FIAT', NULL, 10.45812000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(102, 1, 'Nepal', 'Nepalese rupee', 'NPR', '₨', 'FIAT', NULL, 133.82917600, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(103, 1, 'New Zealand', 'New Zealand dollar', 'NZD', '$', 'FIAT', NULL, 1.58349400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(104, 1, 'Oman', 'Omani rial', 'OMR', '.ع.ر', 'FIAT', NULL, 0.38496000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(105, 1, 'Panama', 'Panamanian balboa', 'PAB', 'B/.', 'FIAT', NULL, 1.00006700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(106, 1, 'Peru', 'Peruvian sol', 'PEN', 'S/.', 'FIAT', NULL, 3.76610800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(107, 1, 'Papua new Guinea', 'Papua New Guinean kina', 'PGK', 'K', 'FIAT', NULL, 3.97362800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(108, 1, 'Philippines', 'Philippine peso', 'PHP', '₱', 'FIAT', NULL, 55.96050400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(109, 1, 'Poland', 'Polish złoty', 'PLN', 'zł', 'FIAT', NULL, 3.80502500, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(110, 1, 'Paraguay', 'Paraguayan guarani', 'PYG', '₲', 'FIAT', NULL, 7794.32075700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(111, 1, 'Qatar', 'Qatari riyal', 'QAR', 'ق.ر', 'FIAT', NULL, 3.64569300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(112, 1, 'Romania', 'Romanian leu', 'RON', 'lei', 'FIAT', NULL, 4.44280100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(113, 1, 'Serbia', 'Serbian dinar', 'RSD', 'din', 'FIAT', NULL, 104.53799200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(114, 1, 'Russia', 'Russian ruble', 'RUB', '₽', 'FIAT', NULL, 92.64955300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(115, 1, 'Rwanda', 'Rwandan franc', 'RWF', 'FRw', 'FIAT', NULL, 1356.12917600, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(116, 1, 'Saudi Arabia', 'Saudi riyal', 'SAR', '﷼', 'FIAT', NULL, 3.75183200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(117, 1, 'Solomon Islands', 'Solomon Islands dollar', 'SBD', 'Si$', 'FIAT', NULL, 8.30973100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(118, 1, 'Seychelles', 'Seychellois rupee', 'SCR', 'SRe', 'FIAT', NULL, 12.62400300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(119, 1, 'Sweden', 'Swedish krona', 'SEK', 'kr', 'FIAT', NULL, 10.09909000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(120, 1, 'Singapore', 'Singapore dollar', 'SGD', '$', 'FIAT', NULL, 1.28469000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(121, 1, 'Saint Helena', 'Saint Helena pound', 'SHP', '£', 'FIAT', NULL, 0.76155900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(122, 1, 'Sierra Leone', 'Sierra Leonean leone', 'SLL', 'Le', 'FIAT', NULL, 20969.49485800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(123, 1, 'Somalia', 'Somali shilling', 'SOS', 'Sh.so.', 'FIAT', NULL, 571.58948200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(124, 1, 'Suriname', 'Surinamese dollar', 'SRD', '$', 'FIAT', NULL, 30.24898300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(125, 1, 'Sao Tome and Principe', 'Dobra', 'STD', 'Db', 'FIAT', NULL, 20697.98100800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(126, 1, 'Syria', 'Syrian pound', 'SYP', 'LS', 'FIAT', NULL, 2512.52993600, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(127, 1, 'Swaziland', 'Lilangeni', 'SZL', 'E', 'FIAT', NULL, 17.20489700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(128, 1, 'Thailand', 'Thai baht', 'THB', '฿', 'FIAT', NULL, 32.65549900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(129, 1, 'Tajikistan', 'Tajikistani somoni', 'TJS', 'SM', 'FIAT', NULL, 10.64587900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(130, 1, 'Turkmenistan', 'Turkmenistan manat', 'TMT', 'T', 'FIAT', NULL, 3.50000000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(131, 1, 'Tunisia', 'Tunisian dinar', 'TND', 'ت.د', 'FIAT', NULL, 3.02136100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(132, 1, 'Tonga', 'Tongan paʻanga', 'TOP', '$', 'FIAT', NULL, 2.34209700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(133, 1, 'Turkey', 'Turkish lira', 'TRY', '₺', 'FIAT', NULL, 34.11818000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(134, 1, 'Trinidad And Tobago', 'Trinidad and Tobago dollar', 'TTD', '$', 'FIAT', NULL, 6.80478300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(135, 1, 'Taiwan', 'New Taiwan dollar', 'TWD', '$', 'FIAT', NULL, 31.88902300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(136, 1, 'Tanzania', 'Tanzanian shilling', 'TZS', 'TSh', 'FIAT', NULL, 2719.99984700, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(137, 1, 'Ukraine', 'Ukrainian hryvnia', 'UAH', '₴', 'FIAT', NULL, 41.23893200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(138, 1, 'Uganda', 'Ugandan shilling', 'UGX', 'USh', 'FIAT', NULL, 3692.89357100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(139, 1, 'Uruguay', 'Uruguayan peso', 'UYU', '$', 'FIAT', NULL, 42.12314200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(140, 1, 'Uzbekistan', 'Uzbekistani soʻm', 'UZS', 'лв', 'FIAT', NULL, 12755.83864100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(141, 1, 'Venezuela', 'Bolívar', 'VEF', 'Bs', 'FIAT', NULL, 3622552.53443400, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(142, 1, 'Vietnam', 'Vietnamese đồng', 'VND', '₫', 'FIAT', NULL, 24595.00000000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(143, 1, 'Vanuatu', 'Vanuatu vatu', 'VUV', 'VT', 'FIAT', NULL, 118.72200900, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(144, 1, 'Samoa', 'Samoan tālā', 'WST', 'SAT', 'FIAT', NULL, 2.79746300, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(145, 1, 'Central African Republic', 'Central African CFA franc', 'XAF', 'FCFA', 'FIAT', NULL, 586.39579800, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(146, 1, 'Grenada', 'Eastern Caribbean dollar', 'XCD', '$', 'FIAT', NULL, 2.70255000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(147, 1, 'Wallis And Futuna Islands', 'CFP franc', 'XPF', '₣', 'FIAT', NULL, 106.61207600, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(148, 1, 'Yemen', 'Yemeni rial', 'YER', '﷼', 'FIAT', NULL, 250.29942000, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(149, 1, 'Zambia', 'Zambian kwacha', 'ZMW', 'ZK', 'FIAT', NULL, 26.52709100, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(150, 1, 'Zimbabwe', 'Zimbabwe Dollar', 'ZWL', '$', 'FIAT', NULL, 321.99959200, 1, 1, 0, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `developer_api_credentials`
--

CREATE TABLE `developer_api_credentials` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `client_id` varchar(191) NOT NULL,
  `client_secret` varchar(191) NOT NULL,
  `mode` enum('PRODUCTION','SANDBOX') NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `developer_api_credentials`
--

INSERT INTO `developer_api_credentials` (`id`, `merchant_id`, `name`, `client_id`, `client_secret`, `mode`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Test Name', 'tRCDXCuztQzRYThPwlh1KXAYm4bG3rwWjbxM2R63kTefrGD2B9jNn6JnarDf7ycxdzfnaroxcyr5cnduY6AqpulRSebwHwRmGerA', 'oZouVmqHCbyg6ad7iMnrwq3d8wy9Kr4bo6VpQnsX6zAOoEs4oxHPjttpun36JhGxDl7AUMz3ShUqVyPmxh4oPk3TQmDF7YvHN5M3', 'SANDBOX', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `exchange_rates`
--

CREATE TABLE `exchange_rates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `mobile_code` varchar(191) NOT NULL,
  `currency_name` varchar(191) NOT NULL,
  `currency_code` varchar(191) NOT NULL,
  `currency_symbol` varchar(191) NOT NULL,
  `rate` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1:Active,2:Inactive',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `extensions`
--

CREATE TABLE `extensions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `slug` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `script` text DEFAULT NULL,
  `shortcode` text DEFAULT NULL,
  `support_image` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=>enable, 2=>disable',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `extensions`
--

INSERT INTO `extensions` (`id`, `name`, `slug`, `description`, `image`, `script`, `shortcode`, `support_image`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Tawk', 'tawk-to', 'Go to your tawk to dashbaord. Click [setting icon] on top bar. Then click [Chat Widget] link from sidebar and follow the screenshot bellow. Copy property ID and paste it in Property ID field. Then copy widget ID and paste it in Widget ID field. Finally click on [Update] button and you are ready to go.', 'logo-tawk-to.png', NULL, '{\"property_id\":{\"title\":\"Property ID\",\"value\":\"\"},\"widget_id\":{\"title\":\"Widget ID\",\"value\":\"\"}}', 'instruction-tawk-to.png', 1, '2026-07-12 07:15:32', NULL),
(2, 'Google Recaptcha', 'google-recaptcha', 'Google Recaptcha', 'recaptcha3.png', NULL, '{\"site_key\":{\"title\":\"Site key\",\"value\":\"\"},\"secret_key\":{\"title\":\"Secret Key\",\"value\":\"\"}}', 'recaptcha.png', 0, '2026-07-12 07:15:32', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(191) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `frontend_header_sections`
--

CREATE TABLE `frontend_header_sections` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` enum('personal','business','enterprise','company') NOT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `icon` text DEFAULT NULL,
  `title` text DEFAULT NULL,
  `sub_title` longtext DEFAULT NULL,
  `last_edit_by` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `frontend_header_sections`
--

INSERT INTO `frontend_header_sections` (`id`, `type`, `slug`, `icon`, `title`, `sub_title`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(1, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-receipt\"},\"ar\":{\"icon\":\"fas fa-receipt\"},\"es\":{\"icon\":\"fas fa-receipt\"},\"fr\":{\"icon\":\"fas fa-receipt\"},\"hi\":{\"icon\":\"fas fa-receipt\"}}}', '{\"language\":{\"en\":{\"title\":\"Receive Money\"},\"ar\":{\"title\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u0627\\u0644\"},\"es\":{\"title\":\"Recibir dinero\"},\"fr\":{\"title\":\"Recevoir de l\'argent\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Securely receive funds directly into your QRPay Pro account\\u2014fast, flexible, and hassle-free.\"},\"ar\":{\"sub_title\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 - \\u0633\\u0631\\u064a\\u0639 \\u0648\\u0645\\u0631\\u0646 \\u0648\\u062e\\u0627\\u0644\\u064a \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628.\"},\"es\":{\"sub_title\":\"Reciba fondos de forma segura directamente en su cuenta QRPay Pro: r\\u00e1pido, flexible y sin complicaciones.\"},\"fr\":{\"sub_title\":\"Recevez des fonds en toute s\\u00e9curit\\u00e9 directement sur votre compte QRPay Pro : rapide, flexible et sans tracas.\"},\"hi\":{\"sub_title\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902 - \\u0924\\u0947\\u091c\\u093c, \\u0932\\u091a\\u0940\\u0932\\u093e \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924\\u0964\"}}}', 1, 1, '2024-10-31 12:58:04', '2024-11-06 23:59:29'),
(2, 'company', 'about', '{\"language\":{\"en\":{\"icon\":\"fas fa-plus-circle\"},\"es\":{\"icon\":\"fas fa-plus-circle\"},\"ar\":{\"icon\":\"fas fa-plus-circle\"},\"fr\":{\"icon\":\"fas fa-plus-circle\"},\"hi\":{\"icon\":\"fas fa-plus-circle\"}}}', '{\"language\":{\"en\":{\"title\":\"About Us\"},\"es\":{\"title\":\"Sobre nosotros\"},\"ar\":{\"title\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0639\\u0646\\u0627\"},\"fr\":{\"title\":\"\\u00c0 propos de nous\"},\"hi\":{\"title\":\"\\u0939\\u092e\\u093e\\u0930\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Discover our mission to simplify payments with cutting-edge technology.\"},\"es\":{\"sub_title\":\"Descubra nuestra misi\\u00f3n de simplificar los pagos con tecnolog\\u00eda de punta.\"},\"ar\":{\"sub_title\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0645\\u0647\\u0645\\u062a\\u0646\\u0627 \\u0644\\u062a\\u0628\\u0633\\u064a\\u0637 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u062a\\u0643\\u0646\\u0648\\u0644\\u0648\\u062c\\u064a\\u0627 \\u0627\\u0644\\u0645\\u062a\\u0637\\u0648\\u0631\\u0629.\"},\"fr\":{\"sub_title\":\"D\\u00e9couvrez notre mission de simplifier les paiements gr\\u00e2ce \\u00e0 une technologie de pointe.\"},\"hi\":{\"sub_title\":\"\\u0905\\u0924\\u094d\\u092f\\u093e\\u0927\\u0941\\u0928\\u093f\\u0915 \\u092a\\u094d\\u0930\\u094c\\u0926\\u094d\\u092f\\u094b\\u0917\\u093f\\u0915\\u0940 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u094b \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0939\\u092e\\u093e\\u0930\\u0947 \\u092e\\u093f\\u0936\\u0928 \\u0915\\u0940 \\u0916\\u094b\\u091c \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 17:09:52', '2024-12-13 00:06:17'),
(3, 'company', 'service', '{\"language\":{\"en\":{\"icon\":\"fas fa-paper-plane\"},\"es\":{\"icon\":null},\"ar\":{\"icon\":\"fas fa-paper-plane\"},\"fr\":{\"icon\":\"fas fa-paper-plane\"},\"hi\":{\"icon\":\"fas fa-paper-plane\"}}}', '{\"language\":{\"en\":{\"title\":\"Service Details\"},\"es\":{\"title\":\"Detalles del servicio\"},\"ar\":{\"title\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\"},\"fr\":{\"title\":\"D\\u00e9tails des services\"},\"hi\":{\"title\":\"\\u0938\\u0947\\u0935\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"View comprehensive information about QRPay  Pro\'s services, including features, fees, and supported payment options.\"},\"es\":{\"sub_title\":\"Vea informaci\\u00f3n completa sobre los servicios de QRPay Pro, incluidas funciones, tarifas y opciones de pago admitidas.\"},\"ar\":{\"sub_title\":\"\\u0639\\u0631\\u0636 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0634\\u0627\\u0645\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062e\\u062f\\u0645\\u0627\\u062a QRPay Pro\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0648\\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629.\"},\"fr\":{\"sub_title\":\"Consultez des informations compl\\u00e8tes sur les services de QRPay Pro, y compris les fonctionnalit\\u00e9s, les frais et les options de paiement prises en charge.\"},\"hi\":{\"sub_title\":\"\\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902, \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a\\u094b\\u0902 \\u0938\\u0939\\u093f\\u0924 QRPay Pro \\u0915\\u0940 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0947\\u0916\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 17:11:22', '2024-12-13 00:08:08'),
(4, 'company', 'blog', '{\"language\":{\"en\":{\"icon\":\"fas fa-receipt\"},\"es\":{\"icon\":\"fas fa-receipt\"},\"ar\":{\"icon\":\"fas fa-receipt\"},\"fr\":{\"icon\":\"fas fa-receipt\"},\"hi\":{\"icon\":\"fas fa-receipt\"}}}', '{\"language\":{\"en\":{\"title\":\"Web Journal\"},\"es\":{\"title\":\"Diario Web\"},\"ar\":{\"title\":\"\\u0645\\u062c\\u0644\\u0629 \\u0627\\u0644\\u0648\\u064a\\u0628\"},\"fr\":{\"title\":\"Journal Web\"},\"hi\":{\"title\":\"\\u0935\\u0947\\u092c \\u091c\\u0930\\u094d\\u0928\\u0932\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Access detailed logs and reports of your online transactions and activities within QRPay Pro\\u2019s platform.\"},\"es\":{\"sub_title\":\"Acceda a registros e informes detallados de sus transacciones y actividades en l\\u00ednea dentro de la plataforma de QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u062c\\u0644\\u0627\\u062a \\u0648\\u0627\\u0644\\u062a\\u0642\\u0627\\u0631\\u064a\\u0631 \\u0627\\u0644\\u062a\\u0641\\u0635\\u064a\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0648\\u0623\\u0646\\u0634\\u0637\\u062a\\u0643 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0646\\u0635\\u0629 QRPay Pro.\"},\"fr\":{\"sub_title\":\"Acc\\u00e9dez \\u00e0 des journaux et des rapports d\\u00e9taill\\u00e9s de vos transactions et activit\\u00e9s en ligne sur la plateforme QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay Pro \\u0915\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u0905\\u092a\\u0928\\u0947 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0914\\u0930 \\u0917\\u0924\\u093f\\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u0932\\u0949\\u0917 \\u0914\\u0930 \\u0930\\u093f\\u092a\\u094b\\u0930\\u094d\\u091f \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0901\\u091a\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 17:12:06', '2024-12-13 00:09:39'),
(5, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-exchange-alt\"},\"ar\":{\"icon\":\"fas fa-exchange-alt\"},\"es\":{\"icon\":\"fas fa-exchange-alt\"},\"fr\":{\"icon\":\"fas fa-exchange-alt\"},\"hi\":{\"icon\":\"fas fa-exchange-alt\"}}}', '{\"language\":{\"en\":{\"title\":\"Exchange Money\"},\"ar\":{\"title\":\"\\u0635\\u0631\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Cambiar dinero\"},\"fr\":{\"title\":\"Cambiar dinero\"},\"hi\":{\"title\":\"\\u0935\\u093f\\u0926\\u0947\\u0936\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Instantly convert your funds to multiple currencies with ease and flexibility.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0625\\u0644\\u0649 \\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0628\\u0643\\u0644 \\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u0645\\u0631\\u0648\\u0646\\u0629.\"},\"es\":{\"sub_title\":\"Convierta instant\\u00e1neamente sus fondos a m\\u00faltiples monedas con facilidad y flexibilidad.\"},\"fr\":{\"sub_title\":\"Convertissez instantan\\u00e9ment vos fonds dans plusieurs devises avec facilit\\u00e9 et flexibilit\\u00e9.\"},\"hi\":{\"sub_title\":\"\\u0906\\u0938\\u093e\\u0928\\u0940 \\u0914\\u0930 \\u0932\\u091a\\u0940\\u0932\\u0947\\u092a\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b \\u0915\\u0908 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u092e\\u0947\\u0902 \\u092c\\u0926\\u0932\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:36:55', '2024-11-07 00:11:36'),
(6, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-paper-plane\"},\"ar\":{\"icon\":\"fas fa-paper-plane\"},\"es\":{\"icon\":\"fas fa-paper-plane\"},\"fr\":{\"icon\":\"fas fa-paper-plane\"},\"hi\":{\"icon\":\"fas fa-paper-plane\"}}}', '{\"language\":{\"en\":{\"title\":\"Send Money\"},\"ar\":{\"title\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"enviar dinero\"},\"fr\":{\"title\":\"enviar dinero\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Quickly transfer funds to friends, family, or businesses with ease and security.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0621 \\u0623\\u0648 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0628\\u0643\\u0644 \\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646.\"},\"es\":{\"sub_title\":\"Transfiera fondos r\\u00e1pidamente a amigos, familiares o empresas con facilidad y seguridad.\"},\"fr\":{\"sub_title\":\"Transf\\u00e9rez rapidement des fonds \\u00e0 vos amis, \\u00e0 votre famille ou \\u00e0 votre entreprise, en toute simplicit\\u00e9 et en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"sub_title\":\"\\u0906\\u0938\\u093e\\u0928\\u0940 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902, \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u092f\\u093e \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:42:21', '2024-11-07 00:19:23'),
(7, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-link\"},\"ar\":{\"icon\":\"fas fa-link\"},\"es\":{\"icon\":\"fas fa-link\"},\"fr\":{\"icon\":\"fas fa-link\"},\"hi\":{\"icon\":\"fas fa-link\"}}}', '{\"language\":{\"en\":{\"title\":\"Payment Link\"},\"ar\":{\"title\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"title\":\"Enlace de pago\"},\"fr\":{\"title\":\"Enlace de pago\"},\"hi\":{\"title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Create and share payment links for quick and secure payments from anyone, anywhere.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647\\u0627 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062f\\u0641\\u0639 \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0645\\u0646 \\u0623\\u064a \\u0634\\u062e\\u0635 \\u0648\\u0641\\u064a \\u0623\\u064a \\u0645\\u0643\\u0627\\u0646.\"},\"es\":{\"sub_title\":\"Cree y comparta enlaces de pago para pagos r\\u00e1pidos y seguros desde cualquier persona y en cualquier lugar.\"},\"fr\":{\"sub_title\":\"Cr\\u00e9ez et partagez des liens de paiement pour des paiements rapides et s\\u00e9curis\\u00e9s depuis n\'importe qui, n\'importe o\\u00f9.\"},\"hi\":{\"sub_title\":\"\\u0915\\u0939\\u0940\\u0902 \\u092d\\u0940, \\u0915\\u093f\\u0938\\u0940 \\u0938\\u0947 \\u092d\\u0940 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u090f\\u0902 \\u0914\\u0930 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:52:21', '2024-11-07 00:26:16'),
(8, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-hand-holding-usd\"},\"ar\":{\"icon\":\"fas fa-hand-holding-usd\"},\"es\":{\"icon\":\"fas fa-hand-holding-usd\"},\"fr\":{\"icon\":\"fas fa-hand-holding-usd\"},\"hi\":{\"icon\":\"fas fa-hand-holding-usd\"}}}', '{\"language\":{\"en\":{\"title\":\"Request Money\"},\"ar\":{\"title\":\"\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0645\\u0627\\u0644\"},\"es\":{\"title\":\"Solicitar dinero\"},\"fr\":{\"title\":\"Solicitar dinero\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Easily request funds from friends, family, or clients with just a few clicks.\"},\"ar\":{\"sub_title\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0621 \\u0623\\u0648 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0628\\u0628\\u0636\\u0639 \\u0646\\u0642\\u0631\\u0627\\u062a \\u0641\\u0642\\u0637.\"},\"es\":{\"sub_title\":\"Solicite fondos f\\u00e1cilmente a amigos, familiares o clientes con solo unos pocos clics.\"},\"fr\":{\"sub_title\":\"Demandez facilement des fonds \\u00e0 vos amis, \\u00e0 votre famille ou \\u00e0 vos clients en quelques clics.\"},\"hi\":{\"sub_title\":\"\\u092c\\u0938 \\u0915\\u0941\\u091b \\u0939\\u0940 \\u0915\\u094d\\u0932\\u093f\\u0915 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902, \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u092f\\u093e \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:55:04', '2024-11-07 00:32:37'),
(9, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-coins\"},\"ar\":{\"icon\":\"fas fa-coins\"},\"es\":{\"icon\":\"fas fa-coins\"},\"fr\":{\"icon\":\"fas fa-coins\"},\"hi\":{\"icon\":\"fas fa-coins\"}}}', '{\"language\":{\"en\":{\"title\":\"Remittance\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\"},\"es\":{\"title\":\"Remesa\"},\"fr\":{\"title\":\"Remesa\"},\"hi\":{\"title\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Send money internationally to support family and friends with ease.\"},\"ar\":{\"sub_title\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627 \\u0644\\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0621 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629.\"},\"es\":{\"sub_title\":\"Env\\u00ede dinero internacionalmente para apoyar a familiares y amigos con facilidad.\"},\"fr\":{\"sub_title\":\"Envoyez de l\\u2019argent \\u00e0 l\\u2019international pour soutenir facilement votre famille et vos amis.\"},\"hi\":{\"sub_title\":\"\\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u0914\\u0930 \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0926\\u0947\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u092a\\u0948\\u0938\\u093e \\u092d\\u0947\\u091c\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:56:02', '2024-11-07 00:37:45'),
(10, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-plus-circle\"},\"ar\":{\"icon\":\"fas fa-plus-circle\"},\"es\":{\"icon\":\"fas fa-plus-circle\"},\"fr\":{\"icon\":\"fas fa-plus-circle\"},\"hi\":{\"icon\":\"fas fa-plus-circle\"}}}', '{\"language\":{\"en\":{\"title\":\"Add Money\"},\"ar\":{\"title\":\"\\u0623\\u0636\\u0641 \\u0627\\u0644\\u0645\\u0627\\u0644\"},\"es\":{\"title\":\"Agregar dinero\"},\"fr\":{\"title\":\"Agregar dinero\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Quickly and securely deposit funds into your QRPay Pro account.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u064a\\u062f\\u0627\\u0639 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"sub_title\":\"Deposite fondos de forma r\\u00e1pida y segura en su cuenta QRPay Pro.\"},\"fr\":{\"sub_title\":\"D\\u00e9posez des fonds rapidement et en toute s\\u00e9curit\\u00e9 sur votre compte QRPay Pro.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u092e\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:56:43', '2024-11-07 00:41:43'),
(11, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"ar\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"es\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"fr\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"hi\":{\"icon\":\"fas fa-arrow-alt-circle-right\"}}}', '{\"language\":{\"en\":{\"title\":\"Withdraw Money\"},\"ar\":{\"title\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Retirar dinero\"},\"fr\":{\"title\":\"Retirar dinero\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Easily transfer funds from your QRPay Pro account to your bank account or digital wallet.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a \\u0623\\u0648 \\u0645\\u062d\\u0641\\u0638\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629.\"},\"es\":{\"sub_title\":\"Transfiera fondos f\\u00e1cilmente desde su cuenta QRPay Pro a su cuenta bancaria o billetera digital.\"},\"fr\":{\"sub_title\":\"Transf\\u00e9rez facilement des fonds de votre compte QRPay Pro vers votre compte bancaire ou votre portefeuille num\\u00e9rique.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092f\\u093e \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:57:46', '2024-11-07 00:48:36'),
(12, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-fighter-jet\"},\"ar\":{\"icon\":\"fas fa-fighter-jet\"},\"es\":{\"icon\":\"fas fa-fighter-jet\"},\"fr\":{\"icon\":null},\"hi\":{\"icon\":\"fas fa-fighter-jet\"}}}', '{\"language\":{\"en\":{\"title\":\"Make Payment\"},\"ar\":{\"title\":\"\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"title\":\"Realizar pago\"},\"fr\":{\"title\":\"Realizar pago\"},\"hi\":{\"title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Seamlessly pay for goods and services directly from your QRPay Pro account.\"},\"ar\":{\"sub_title\":\"\\u0627\\u062f\\u0641\\u0639 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0627\\u0644\\u0633\\u0644\\u0639 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629\\u064b \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"sub_title\":\"Pague sin problemas bienes y servicios directamente desde su cuenta QRPay Pro.\"},\"fr\":{\"sub_title\":\"Payez en toute transparence des biens et des services directement depuis votre compte QRPay Pro.\"},\"hi\":{\"sub_title\":\"\\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0935\\u0938\\u094d\\u0924\\u0941\\u0913\\u0902 \\u0914\\u0930 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 19:59:11', '2024-11-07 01:04:56'),
(13, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-share-square\"},\"ar\":{\"icon\":\"fas fa-share-square\"},\"es\":{\"icon\":\"fas fa-share-square\"},\"fr\":{\"icon\":\"fas fa-share-square\"},\"hi\":{\"icon\":\"fas fa-share-square\"}}}', '{\"language\":{\"en\":{\"title\":\"Money Out\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0645\\u0627\\u0644 \\u062e\\u0627\\u0631\\u062c\"},\"es\":{\"title\":\"Salida de dinero\"},\"fr\":{\"title\":\"Salida de dinero\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u0932\\u0947 \\u091c\\u093e\\u0928\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Effortlessly withdraw funds from your QRPay Pro account to QRPay Pro agents.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u0644\\u0627\\u0621 QRPay Pro.\"},\"es\":{\"sub_title\":\"Retire fondos sin esfuerzo de su cuenta QRPay Pro a agentes de QRPay Pro.\"},\"fr\":{\"sub_title\":\"Retirez sans effort des fonds de votre compte QRPay Pro vers les agents QRPay Pro.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay Pro \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 QRPay Pro \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:00:11', '2024-11-07 01:11:12'),
(14, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-credit-card\"},\"ar\":{\"icon\":\"fas fa-credit-card\"},\"es\":{\"icon\":\"fas fa-credit-card\"},\"fr\":{\"icon\":\"fas fa-credit-card\"},\"hi\":{\"icon\":\"fas fa-credit-card\"}}}', '{\"language\":{\"en\":{\"title\":\"Virtual Card\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\"},\"es\":{\"title\":\"Tarjeta virtual\"},\"fr\":{\"title\":\"Tarjeta virtual\"},\"hi\":{\"title\":\"\\u0906\\u092d\\u093e\\u0938\\u0940 \\u0915\\u093e\\u0930\\u094d\\u0921\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Create secure virtual cards for safe online purchases.\"},\"ar\":{\"sub_title\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0622\\u0645\\u0646\\u0629 \\u0644\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a.\"},\"es\":{\"sub_title\":\"Cree tarjetas virtuales seguras para compras en l\\u00ednea seguras.\"},\"fr\":{\"sub_title\":\"Cr\\u00e9ez des cartes virtuelles s\\u00e9curis\\u00e9es pour des achats en ligne en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"sub_title\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u090f\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:01:32', '2024-11-07 14:51:43'),
(15, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-gift\"},\"ar\":{\"icon\":\"fas fa-gift\"},\"es\":{\"icon\":\"fas fa-gift\"},\"fr\":{\"icon\":\"fas fa-gift\"},\"hi\":{\"icon\":\"fas fa-gift\"}}}', '{\"language\":{\"en\":{\"title\":\"Gift Card\"},\"ar\":{\"title\":\"\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u064a\\u0629\"},\"es\":{\"title\":\"Tarjeta de regalo\"},\"fr\":{\"title\":\"Tarjeta de regalo\"},\"hi\":{\"title\":\"\\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Purchase digital gift cards for your favorite services effortlessly.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0641\\u0636\\u0644\\u0629 \\u062f\\u0648\\u0646 \\u0639\\u0646\\u0627\\u0621.\"},\"es\":{\"sub_title\":\"Compra tarjetas de regalo digitales para tus servicios favoritos sin esfuerzo.\"},\"fr\":{\"sub_title\":\"Achetez sans effort des cartes-cadeaux num\\u00e9riques pour vos services pr\\u00e9f\\u00e9r\\u00e9s.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0940 \\u092a\\u0938\\u0902\\u0926\\u0940\\u0926\\u093e \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0916\\u0930\\u0940\\u0926\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:02:49', '2024-11-07 14:58:14'),
(16, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-shopping-bag\"},\"ar\":{\"icon\":\"fas fa-shopping-bag\"},\"es\":{\"icon\":\"fas fa-shopping-bag\"},\"fr\":{\"icon\":\"fas fa-shopping-bag\"},\"hi\":{\"icon\":\"fas fa-shopping-bag\"}}}', '{\"language\":{\"en\":{\"title\":\"Bill Pay\"},\"ar\":{\"title\":\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\"},\"es\":{\"title\":\"Pago de facturas\"},\"fr\":{\"title\":\"Pago de facturas\"},\"hi\":{\"title\":\"\\u092c\\u093f\\u0932 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Easily pay your utility and service bills directly from your QRPay Pro account.\"},\"ar\":{\"sub_title\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0631\\u0627\\u0641\\u0642 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"sub_title\":\"Pague f\\u00e1cilmente sus facturas de servicios y servicios p\\u00fablicos directamente desde su cuenta QRPay Pro.\"},\"fr\":{\"sub_title\":\"Payez facilement vos factures de services publics et de services directement depuis votre compte QRPay Pro.\"},\"hi\":{\"sub_title\":\"\\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u093f\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0947\\u0935\\u093e \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:04:11', '2024-11-07 15:03:34'),
(17, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-mobile\"},\"ar\":{\"icon\":\"fas fa-mobile\"},\"es\":{\"icon\":\"fas fa-mobile\"},\"fr\":{\"icon\":\"fas fa-mobile\"},\"hi\":{\"icon\":\"fas fa-mobile\"}}}', '{\"language\":{\"en\":{\"title\":\"Mobile TopUp\"},\"ar\":{\"title\":\"\\u0645\\u0648\\u0628\\u0627\\u064a\\u0644 \\u0627\\u0634\\u062d\\u0646 \\u0631\\u0635\\u064a\\u062f\\u0643\"},\"es\":{\"title\":\"Recarga M\\u00f3vil\"},\"fr\":{\"title\":\"Recharge mobile\"},\"hi\":{\"title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a\\u0905\\u092a\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Instantly recharge your mobile phone accounts using your QRPay Pro balance.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0635\\u064a\\u062f QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"sub_title\":\"Recargue instant\\u00e1neamente sus cuentas de tel\\u00e9fonos m\\u00f3viles utilizando su saldo QRPay Pro.\"},\"fr\":{\"sub_title\":\"Rechargez instantan\\u00e9ment vos comptes de t\\u00e9l\\u00e9phonie mobile en utilisant votre solde QRPay Pro.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u092c\\u0948\\u0932\\u0947\\u0902\\u0938 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u093c\\u094b\\u0928 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u094b \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:05:03', '2024-11-07 15:10:44'),
(18, 'business', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-receipt\"},\"ar\":{\"icon\":\"fas fa-receipt\"},\"es\":{\"icon\":\"fas fa-receipt\"},\"fr\":{\"icon\":\"fas fa-receipt\"},\"hi\":{\"icon\":\"fas fa-receipt\"}}}', '{\"language\":{\"en\":{\"title\":\"Receive Money\"},\"ar\":{\"title\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u0627\\u0644\"},\"es\":{\"title\":\"Recibir dinero\"},\"fr\":{\"title\":\"Recevoir de l\'argent\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Accept payments seamlessly with QRPay Pro\\u2019s permanent QR Code feature.\"},\"ar\":{\"sub_title\":\"\\u0627\\u0642\\u0628\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u062f\\u0627\\u0626\\u0645 \\u0641\\u064a QRPay Pro.\"},\"es\":{\"sub_title\":\"Acepte pagos sin problemas con la funci\\u00f3n de c\\u00f3digo QR permanente de QRPay Pro.\"},\"fr\":{\"sub_title\":\"Acceptez les paiements en toute transparence gr\\u00e2ce \\u00e0 la fonctionnalit\\u00e9 QR Code permanente de QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay Pro \\u0915\\u0940 \\u0938\\u094d\\u0925\\u093e\\u092f\\u0940 QR \\u0915\\u094b\\u0921 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:44:11', '2024-11-06 22:15:56'),
(19, 'business', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-exchange-alt\"},\"ar\":{\"icon\":\"fas fa-exchange-alt\"},\"es\":{\"icon\":\"fas fa-exchange-alt\"},\"fr\":{\"icon\":\"fas fa-exchange-alt\"},\"hi\":{\"icon\":\"fas fa-exchange-alt\"}}}', '{\"language\":{\"en\":{\"title\":\"Exchange Money\"},\"ar\":{\"title\":\"\\u0635\\u0631\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Cambiar dinero\"},\"fr\":{\"title\":\"\\u00c9changer de l\'argent\"},\"hi\":{\"title\":\"\\u0935\\u093f\\u0926\\u0947\\u0936\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Easily convert currencies within your QRPay Pro account for seamless global transactions.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u062f\\u0627\\u062e\\u0644 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629 \\u0633\\u0644\\u0633\\u0629.\"},\"es\":{\"sub_title\":\"Convierta f\\u00e1cilmente monedas dentro de su cuenta QRPay Pro para realizar transacciones globales sin problemas.\"},\"fr\":{\"sub_title\":\"Convertissez facilement les devises au sein de votre compte QRPay Pro pour des transactions mondiales transparentes.\"},\"hi\":{\"sub_title\":\"\\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u090f\\u0902 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:44:42', '2024-11-06 22:24:18'),
(20, 'business', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-link\"},\"ar\":{\"icon\":\"fas fa-link\"},\"es\":{\"icon\":\"fas fa-link\"},\"fr\":{\"icon\":\"fas fa-link\"},\"hi\":{\"icon\":\"fas fa-link\"}}}', '{\"language\":{\"en\":{\"title\":\"Payment Link\"},\"ar\":{\"title\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"title\":\"Enlace de pago\"},\"fr\":{\"title\":\"Lien de paiement\"},\"hi\":{\"title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Easily collect payments by sharing a secure link with your customers using QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u062a\\u062d\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0622\\u0645\\u0646 \\u0645\\u0639 \\u0639\\u0645\\u0644\\u0627\\u0626\\u0643 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"sub_title\":\"Cobre pagos f\\u00e1cilmente compartiendo un enlace seguro con sus clientes utilizando QRPay Pro.\"},\"fr\":{\"sub_title\":\"Collectez facilement les paiements en partageant un lien s\\u00e9curis\\u00e9 avec vos clients \\u00e0 l\'aide de QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u090f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0915\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:45:48', '2024-11-06 22:29:11'),
(21, 'business', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"ar\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"es\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"fr\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"hi\":{\"icon\":\"fas fa-arrow-alt-circle-right\"}}}', '{\"language\":{\"en\":{\"title\":\"Withdraw Money\"},\"ar\":{\"title\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Retirar dinero\"},\"fr\":{\"title\":\"Retirer de l\'argent\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Transfer your QRPay Pro balance to your bank account or digital wallet with ease.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0631\\u0635\\u064a\\u062f QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0627\\u0644\\u0628\\u0646\\u0643\\u064a \\u0623\\u0648 \\u0645\\u062d\\u0641\\u0638\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629.\"},\"es\":{\"sub_title\":\"Transfiera su saldo de QRPay Pro a su cuenta bancaria o billetera digital con facilidad.\"},\"fr\":{\"sub_title\":\"Transf\\u00e9rez facilement votre solde QRPay Pro sur votre compte bancaire ou votre portefeuille num\\u00e9rique.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u092c\\u0948\\u0932\\u0947\\u0902\\u0938 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092f\\u093e \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:46:21', '2024-11-06 22:36:13'),
(22, 'business', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-tools\"},\"ar\":{\"icon\":\"fas fa-tools\"},\"es\":{\"icon\":\"fas fa-tools\"},\"fr\":{\"icon\":\"fas fa-tools\"},\"hi\":{\"icon\":\"fas fa-tools\"}}}', '{\"language\":{\"en\":{\"title\":\"Gateway Setting\"},\"ar\":{\"title\":\"\\u0625\\u0639\\u062f\\u0627\\u062f \\u0627\\u0644\\u0628\\u0648\\u0627\\u0628\\u0629\"},\"es\":{\"title\":\"Configuraci\\u00f3n de puerta de enlace\"},\"fr\":{\"title\":\"Param\\u00e8tre de passerelle\"},\"hi\":{\"title\":\"\\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Seamlessly integrate and customize your payment gateway with QRPay Pro for a streamlined checkout experience.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062f\\u0645\\u062c \\u0648\\u062a\\u062e\\u0635\\u064a\\u0635 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0645\\u0639 QRPay Pro \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u062f\\u0641\\u0639 \\u0645\\u0628\\u0633\\u0637\\u0629.\"},\"es\":{\"sub_title\":\"Integre y personalice perfectamente su pasarela de pago con QRPay Pro para una experiencia de pago optimizada.\"},\"fr\":{\"sub_title\":\"Int\\u00e9grez et personnalisez en toute transparence votre passerelle de paiement avec QRPay Pro pour une exp\\u00e9rience de paiement simplifi\\u00e9e.\"},\"hi\":{\"sub_title\":\"\\u0938\\u0941\\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093f\\u0924 \\u091a\\u0947\\u0915\\u0906\\u0909\\u091f \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094b \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0914\\u0930 \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:48:10', '2024-11-06 22:55:36'),
(23, 'business', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-tools\"},\"ar\":{\"icon\":\"fas fa-tools\"},\"es\":{\"icon\":\"fas fa-tools\"},\"fr\":{\"icon\":\"fas fa-tools\"},\"hi\":{\"icon\":\"fas fa-tools\"}}}', '{\"language\":{\"en\":{\"title\":\"API Key\"},\"ar\":{\"title\":\"\\u0645\\u0641\\u062a\\u0627\\u062d \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a\"},\"es\":{\"title\":\"Clave API\"},\"fr\":{\"title\":\"Cl\\u00e9 API\"},\"hi\":{\"title\":\"\\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Generate and control API keys to securely integrate QRPay Pro\\u2019s payment features into your system.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0648\\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a\\u0647\\u0627 \\u0644\\u062f\\u0645\\u062c \\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0641\\u064a \\u0646\\u0638\\u0627\\u0645\\u0643.\"},\"es\":{\"sub_title\":\"Genere y controle claves API para integrar de forma segura las funciones de pago de QRPay Pro en su sistema.\"},\"fr\":{\"sub_title\":\"G\\u00e9n\\u00e9rez et contr\\u00f4lez des cl\\u00e9s API pour int\\u00e9grer en toute s\\u00e9curit\\u00e9 les fonctionnalit\\u00e9s de paiement de QRPay Pro dans votre syst\\u00e8me.\"},\"hi\":{\"sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u092e\\u0947\\u0902 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u092c\\u0928\\u093e\\u090f\\u0902 \\u0914\\u0930 \\u0928\\u093f\\u092f\\u0902\\u0924\\u094d\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 20:48:38', '2024-11-06 23:03:46'),
(24, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-receipt\"},\"ar\":{\"icon\":\"fas fa-receipt\"},\"es\":{\"icon\":\"fas fa-receipt\"},\"fr\":{\"icon\":\"fas fa-receipt\"},\"hi\":{\"icon\":\"fas fa-receipt\"}}}', '{\"language\":{\"en\":{\"title\":\"Receive Money\"},\"ar\":{\"title\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u0627\\u0644\"},\"es\":{\"title\":\"Recibir dinero\"},\"fr\":{\"title\":\"Recevoir de l\'argent\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Accept incoming funds directly to your QRPay Pro account for seamless transactions.\"},\"ar\":{\"sub_title\":\"\\u0627\\u0642\\u0628\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f\\u0629 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0633\\u0644\\u0633\\u0629.\"},\"es\":{\"sub_title\":\"Acepte fondos entrantes directamente en su cuenta QRPay Pro para realizar transacciones sin problemas.\"},\"fr\":{\"sub_title\":\"Acceptez les fonds entrants directement sur votre compte QRPay Pro pour des transactions transparentes.\"},\"hi\":{\"sub_title\":\"\\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u094b \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:00:36', '2024-11-06 21:12:53'),
(25, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-exchange-alt\"},\"ar\":{\"icon\":\"fas fa-exchange-alt\"},\"es\":{\"icon\":\"fas fa-exchange-alt\"},\"fr\":{\"icon\":\"fas fa-exchange-alt\"},\"hi\":{\"icon\":\"fas fa-exchange-alt\"}}}', '{\"language\":{\"en\":{\"title\":\"Exchange Money\"},\"ar\":{\"title\":\"\\u0635\\u0631\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Cambiar dinero\"},\"fr\":{\"title\":\"\\u00c9changer de l\'argent\"},\"hi\":{\"title\":\"\\u0935\\u093f\\u0926\\u0947\\u0936\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Effortlessly manage currency exchanges with QRPay Pro\\u2019s secure and convenient platform.\"},\"ar\":{\"sub_title\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0646\\u0635\\u0629 QRPay Pro \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0648\\u0627\\u0644\\u0645\\u0631\\u064a\\u062d\\u0629.\"},\"es\":{\"sub_title\":\"Administre sin esfuerzo los cambios de divisas con la plataforma segura y conveniente de QRPay Pro.\"},\"fr\":{\"sub_title\":\"G\\u00e9rez sans effort les \\u00e9changes de devises avec la plateforme s\\u00e9curis\\u00e9e et pratique de QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u094b \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:01:04', '2024-11-06 20:28:17');
INSERT INTO `frontend_header_sections` (`id`, `type`, `slug`, `icon`, `title`, `sub_title`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(26, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-plus-circle\"},\"ar\":{\"icon\":\"fas fa-plus-circle\"},\"es\":{\"icon\":\"fas fa-plus-circle\"},\"fr\":{\"icon\":\"fas fa-plus-circle\"},\"hi\":{\"icon\":\"fas fa-plus-circle\"}}}', '{\"language\":{\"en\":{\"title\":\"Add Money\"},\"ar\":{\"title\":\"\\u0623\\u0636\\u0641 \\u0627\\u0644\\u0645\\u0627\\u0644\"},\"es\":{\"title\":\"Agregar dinero\"},\"fr\":{\"title\":\"Ajouter de l\'argent\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Quickly and securely fund your QRPay Pro account to facilitate transactions with clients.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0645\\u0648\\u064a\\u0644 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0644\\u062a\\u0633\\u0647\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621.\"},\"es\":{\"sub_title\":\"Deposite fondos de forma r\\u00e1pida y segura en su cuenta QRPay Pro para facilitar las transacciones con los clientes.\"},\"fr\":{\"sub_title\":\"Alimentez rapidement et en toute s\\u00e9curit\\u00e9 votre compte QRPay Pro pour faciliter les transactions avec les clients.\"},\"hi\":{\"sub_title\":\"\\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u092e\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:01:50', '2024-11-06 21:00:11'),
(27, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"ar\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"es\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"fr\":{\"icon\":\"fas fa-arrow-alt-circle-right\"},\"hi\":{\"icon\":\"fas fa-arrow-alt-circle-right\"}}}', '{\"language\":{\"en\":{\"title\":\"Withdraw Money\"},\"ar\":{\"title\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Retirar dinero\"},\"fr\":{\"title\":\"Retirer de l\'argent\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Seamlessly withdraw funds from your QRPay Pro account to your preferred bank account.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a \\u0627\\u0644\\u0645\\u0641\\u0636\\u0644.\"},\"es\":{\"sub_title\":\"Retire fondos sin problemas de su cuenta QRPay Pro a su cuenta bancaria preferida.\"},\"fr\":{\"sub_title\":\"Retirez en toute transparence des fonds de votre compte QRPay Pro vers votre compte bancaire pr\\u00e9f\\u00e9r\\u00e9.\"},\"hi\":{\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u0938\\u0902\\u0926\\u0940\\u0926\\u093e \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:02:20', '2024-11-06 21:20:35'),
(28, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-paper-plane\"},\"ar\":{\"icon\":\"fas fa-paper-plane\"},\"es\":{\"icon\":\"fas fa-paper-plane\"},\"fr\":{\"icon\":\"fas fa-paper-plane\"},\"hi\":{\"icon\":\"fas fa-paper-plane\"}}}', '{\"language\":{\"en\":{\"title\":\"Send Money\"},\"ar\":{\"title\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"title\":\"Enviar enviar dinero\"},\"fr\":{\"title\":\"Envoyer de l\'argent\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Seamlessly transfer funds between agents using QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"sub_title\":\"Transfiera fondos sin problemas entre agentes utilizando QRPay Pro.\"},\"fr\":{\"sub_title\":\"Transf\\u00e9rez facilement des fonds entre agents \\u00e0 l\\u2019aide de QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:03:00', '2024-11-06 21:37:15'),
(29, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-paper-plane\"},\"ar\":{\"icon\":\"fas fa-paper-plane\"},\"es\":{\"icon\":\"fas fa-paper-plane\"},\"fr\":{\"icon\":\"fas fa-paper-plane\"},\"hi\":{\"icon\":\"fas fa-paper-plane\"}}}', '{\"language\":{\"en\":{\"title\":\"Money In\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0645\\u0627\\u0644 \\u0641\\u064a\"},\"es\":{\"title\":\"Dinero en\"},\"fr\":{\"title\":\"Argent entrant\"},\"hi\":{\"title\":\"\\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u093e\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Facilitate seamless fund transfers from agents to users with QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0633\\u0647\\u064a\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"sub_title\":\"Facilite transferencias de fondos fluidas de agentes a usuarios con QRPay Pro.\"},\"fr\":{\"sub_title\":\"Facilitez les transferts de fonds transparents des agents aux utilisateurs avec QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0938\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0924\\u0915 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u092b\\u0902\\u0921 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:03:58', '2024-11-06 21:38:34'),
(30, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-shopping-bag\"},\"ar\":{\"icon\":\"fas fa-shopping-bag\"},\"es\":{\"icon\":\"fas fa-shopping-bag\"},\"fr\":{\"icon\":\"fas fa-shopping-bag\"},\"hi\":{\"icon\":\"fas fa-shopping-bag\"}}}', '{\"language\":{\"en\":{\"title\":\"Bill Pay\"},\"ar\":{\"title\":\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\"},\"es\":{\"title\":\"Pago de facturas\"},\"fr\":{\"title\":\"Paiement de facture\"},\"hi\":{\"title\":\"\\u092c\\u093f\\u0932 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Simplify your bill payment process with QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0628\\u0633\\u064a\\u0637 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062f\\u0641\\u0639 \\u0641\\u0627\\u062a\\u0648\\u0631\\u062a\\u0643 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"sub_title\":\"Simplifique su proceso de pago de facturas con QRPay Pro.\"},\"fr\":{\"sub_title\":\"Simplifiez votre processus de paiement de factures avec QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0940 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u094b \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u090f\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:04:33', '2024-11-06 21:45:00'),
(31, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-mobile\"},\"ar\":{\"icon\":\"fas fa-mobile\"},\"es\":{\"icon\":\"fas fa-mobile\"},\"fr\":{\"icon\":\"fas fa-mobile\"},\"hi\":{\"icon\":\"fas fa-mobile\"}}}', '{\"language\":{\"en\":{\"title\":\"Mobile TopUp\"},\"ar\":{\"title\":\"\\u0645\\u0648\\u0628\\u0627\\u064a\\u0644 \\u0627\\u0634\\u062d\\u0646 \\u0631\\u0635\\u064a\\u062f\\u0643\"},\"es\":{\"title\":\"Recarga M\\u00f3vil\"},\"fr\":{\"title\":\"Recharge mobile\"},\"hi\":{\"title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a\\u0905\\u092a\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Instantly recharge mobile phones with QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"sub_title\":\"Recarga instant\\u00e1neamente tel\\u00e9fonos m\\u00f3viles con QRPay Pro.\"},\"fr\":{\"sub_title\":\"Rechargez instantan\\u00e9ment les t\\u00e9l\\u00e9phones mobiles avec QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay Pro \\u0938\\u0947 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928 \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:05:37', '2024-11-06 21:53:49'),
(32, 'enterprise', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-coins\"},\"ar\":{\"icon\":\"fas fa-coins\"},\"es\":{\"icon\":\"fas fa-coins\"},\"fr\":{\"icon\":\"fas fa-coins\"},\"hi\":{\"icon\":\"fas fa-coins\"}}}', '{\"language\":{\"en\":{\"title\":\"Remittance\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\"},\"es\":{\"title\":\"Remesa\"},\"fr\":{\"title\":\"Remise\"},\"hi\":{\"title\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Effortlessly send money across borders with QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u062d\\u062f\\u0648\\u062f \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"sub_title\":\"Env\\u00ede dinero a trav\\u00e9s de fronteras sin esfuerzo con QRPay Pro.\"},\"fr\":{\"sub_title\":\"Envoyez de l\'argent sans effort au-del\\u00e0 des fronti\\u00e8res avec QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0938\\u0940\\u092e\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092a\\u093e\\u0930 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-10-31 21:06:25', '2024-11-06 22:08:10'),
(33, 'company', 'pricing', '{\"language\":{\"en\":{\"icon\":\"fas fa-comment-dollar\"},\"es\":{\"icon\":\"fas fa-comment-dollar\"},\"ar\":{\"icon\":\"fas fa-comment-dollar\"},\"fr\":{\"icon\":\"fas fa-comment-dollar\"},\"hi\":{\"icon\":\"fas fa-comment-dollar\"}}}', '{\"language\":{\"en\":{\"title\":\"Pricing & Limits\"},\"es\":{\"title\":\"Precios y l\\u00edmites\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062a\\u0633\\u0639\\u064a\\u0631 \\u0648\\u0627\\u0644\\u062d\\u062f\\u0648\\u062f\"},\"fr\":{\"title\":\"Prix \\u200b\\u200bet limites\"},\"hi\":{\"title\":\"\\u092e\\u0942\\u0932\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u0923 \\u0914\\u0930 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Get a clear overview of QRPay Pro\'s pricing structure, transaction limits, and operational ranges.\"},\"es\":{\"sub_title\":\"Obtenga una descripci\\u00f3n general clara de la estructura de precios, los l\\u00edmites de transacciones y los rangos operativos de QRPay Pro.\"},\"ar\":{\"sub_title\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0646\\u0638\\u0631\\u0629 \\u0639\\u0627\\u0645\\u0629 \\u0648\\u0627\\u0636\\u062d\\u0629 \\u0639\\u0644\\u0649 \\u0647\\u064a\\u0643\\u0644 \\u062a\\u0633\\u0639\\u064a\\u0631 QRPay Pro \\u0648\\u062d\\u062f\\u0648\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0648\\u0627\\u0644\\u0646\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u062a\\u0634\\u063a\\u064a\\u0644\\u064a\\u0629.\"},\"fr\":{\"sub_title\":\"Obtenez un aper\\u00e7u clair de la structure tarifaire, des limites de transaction et des plages op\\u00e9rationnelles de QRPay Pro.\"},\"hi\":{\"sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0940 \\u092e\\u0942\\u0932\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u0923 \\u0938\\u0902\\u0930\\u091a\\u0928\\u093e, \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0940\\u092e\\u093e \\u0914\\u0930 \\u092a\\u0930\\u093f\\u091a\\u093e\\u0932\\u0928 \\u0938\\u0940\\u092e\\u093e \\u0915\\u093e \\u0938\\u094d\\u092a\\u0937\\u094d\\u091f \\u0905\\u0935\\u0932\\u094b\\u0915\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}}}', 1, 1, '2024-12-12 23:50:32', '2024-12-12 23:59:44'),
(34, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-chart-line\"},\"ar\":{\"icon\":\"fas fa-chart-line\"},\"es\":{\"icon\":\"fas fa-chart-line\"},\"fr\":{\"icon\":\"fas fa-chart-line\"},\"hi\":{\"icon\":\"fas fa-chart-line\"}}}', '{\"language\":{\"en\":{\"title\":\"P2P Trading\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0634\\u062e\\u0635 \\u0644\\u0634\\u062e\\u0635\"},\"es\":{\"title\":\"Comercio P2P\"},\"fr\":{\"title\":\"\\u00c9change P2P\"},\"hi\":{\"title\":\"\\u092a\\u09402\\u092a\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Secure peer-to-peer currency exchange with dynamic offers, marketplace listings, and encrypted transactions.\"},\"ar\":{\"sub_title\":\"\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0639\\u0645\\u0644\\u0627\\u062a \\u0622\\u0645\\u0646 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 \\u0645\\u0639 \\u0639\\u0631\\u0648\\u0636 \\u062f\\u064a\\u0646\\u0627\\u0645\\u064a\\u0643\\u064a\\u0629\\u060c \\u0648\\u0625\\u062f\\u0631\\u0627\\u062c \\u0641\\u064a \\u0627\\u0644\\u0633\\u0648\\u0642\\u060c \\u0648\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0634\\u0641\\u0631\\u0629.\"},\"es\":{\"sub_title\":\"Intercambio de divisas seguro entre pares con ofertas din\\u00e1micas, listados en el mercado y transacciones encriptadas.\"},\"fr\":{\"sub_title\":\"\\u00c9change de devises s\\u00e9curis\\u00e9 entre pairs avec offres dynamiques, annonces sur le march\\u00e9 et transactions chiffr\\u00e9es.\"},\"hi\":{\"sub_title\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092a\\u0940\\u092f\\u0930-\\u091f\\u0942-\\u092a\\u0940\\u092f\\u0930 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u091c\\u093f\\u0938\\u092e\\u0947\\u0902 \\u0921\\u093e\\u092f\\u0928\\u093e\\u092e\\u093f\\u0915 \\u0911\\u092b\\u093c\\u0930, \\u092e\\u093e\\u0930\\u094d\\u0915\\u0947\\u091f\\u092a\\u094d\\u0932\\u0947\\u0938 \\u0932\\u093f\\u0938\\u094d\\u091f\\u093f\\u0902\\u0917 \\u0914\\u0930 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u0947\\u0921 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902\\u0964\"}}}', 1, 1, '2025-05-23 16:54:25', '2025-05-23 17:16:59'),
(35, 'personal', NULL, '{\"language\":{\"en\":{\"icon\":\"fas fa-comments\"},\"ar\":{\"icon\":\"fas fa-comments\"},\"es\":{\"icon\":\"fas fa-comments\"},\"fr\":{\"icon\":\"fas fa-comments\"},\"hi\":{\"icon\":\"fas fa-comments\"}}}', '{\"language\":{\"en\":{\"title\":\"P2P Live Chat\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0627\\u0644\\u062d\\u064a\\u0629 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631\"},\"es\":{\"title\":\"Chat en vivo P2P\"},\"fr\":{\"title\":\"Chat en direct P2P\"},\"hi\":{\"title\":\"\\u092a\\u09402\\u092a\\u0940 \\u0932\\u093e\\u0907\\u0935 \\u091a\\u0948\\u091f\"}}}', '{\"language\":{\"en\":{\"sub_title\":\"Instantly connect with other users to discuss and finalize trade terms.\"},\"ar\":{\"sub_title\":\"\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0641\\u0648\\u0631\\u0627\\u064b \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0622\\u062e\\u0631\\u064a\\u0646 \\u0644\\u0645\\u0646\\u0627\\u0642\\u0634\\u0629 \\u0648\\u0625\\u0646\\u0647\\u0627\\u0621 \\u0634\\u0631\\u0648\\u0637 \\u0627\\u0644\\u0635\\u0641\\u0642\\u0629.\"},\"es\":{\"sub_title\":\"Con\\u00e9ctate al instante con otros usuarios para discutir y finalizar los t\\u00e9rminos del comercio.\"},\"fr\":{\"sub_title\":\"Connectez-vous instantan\\u00e9ment avec d\\u2019autres utilisateurs pour discuter et finaliser les conditions de la transaction.\"},\"hi\":{\"sub_title\":\"\\u0924\\u0941\\u0930\\u0902\\u0924 \\u0905\\u0928\\u094d\\u092f \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947\\u0902 \\u0914\\u0930 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0915\\u0947 \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u092a\\u0930 \\u091a\\u0930\\u094d\\u091a\\u093e \\u0915\\u0930 \\u0907\\u0938\\u0947 \\u0905\\u0902\\u0924\\u093f\\u092e \\u0930\\u0942\\u092a \\u0926\\u0947\\u0902\\u0964\"}}}', 1, 1, '2025-05-23 16:54:50', '2025-05-23 17:42:23');

-- --------------------------------------------------------

--
-- Table structure for table `frontend_header_section_faqs`
--

CREATE TABLE `frontend_header_section_faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` enum('personal','business','enterprise','company') NOT NULL,
  `value` longtext DEFAULT NULL,
  `last_edit_by` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `frontend_header_section_faqs`
--

INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'personal', '{\"language\":{\"en\":{\"heading\":\"How can I receive money through QRPay Pro?\",\"sub_heading\":\"Simply share your QRPay Pro ID, email, or phone number with the sender, and they can transfer funds directly to your  account.\"},\"ar\":{\"heading\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro\\u061f\",\"sub_heading\":\"\\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0645\\u0639\\u0631\\u0641 QRPay Pro \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0631\\u0633\\u0644\\u060c \\u0648\\u064a\\u0645\\u0643\\u0646\\u0647 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643.\"},\"es\":{\"heading\":\"\\u00bfC\\u00f3mo puedo recibir dinero a trav\\u00e9s de QRPay Pro?\",\"sub_heading\":\"Simplemente comparta su ID de QRPay Pro, correo electr\\u00f3nico o n\\u00famero de tel\\u00e9fono con el remitente, y \\u00e9l podr\\u00e1 transferir fondos directamente a su cuenta.\"},\"fr\":{\"heading\":\"Comment puis-je recevoir de l\'argent via QRPay Pro\\u00a0?\",\"sub_heading\":\"Partagez simplement votre identifiant QRPay Pro, votre adresse e-mail ou votre num\\u00e9ro de t\\u00e9l\\u00e9phone avec l\'exp\\u00e9diteur, et il pourra transf\\u00e9rer des fonds directement sur votre compte.\"},\"hi\":{\"heading\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"sub_heading\":\"\\u092c\\u0938 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0915 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u0908\\u0921\\u0940, \\u0908\\u092e\\u0947\\u0932 \\u092f\\u093e \\u092b\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902, \\u0914\\u0930 \\u0935\\u0947 \\u0938\\u0940\\u0927\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"6722fdf3dd60c\":{\"language\":{\"en\":{\"question\":\"Which currencies can I exchange with QRPay Pro?\",\"answer\":\"QRPay Pro supports a variety of major currencies, allowing you to exchange between them with ease. For a full list of supported currencies, check your account settings or visit the Exchange Money page in the app.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u0628\\u062f\\u0627\\u0644\\u0647\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0628\\u064a\\u0646\\u0647\\u0627 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629. \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0643\\u0627\\u0645\\u0644\\u0629 \\u0628\\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629\\u060c \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0623\\u0648 \\u0642\\u0645 \\u0628\\u0632\\u064a\\u0627\\u0631\\u0629 \\u0635\\u0641\\u062d\\u0629 Exchange Money \\u0641\\u064a \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 monedas puedo cambiar con QRPay Pro?\",\"answer\":\"QRPay Pro admite una variedad de monedas importantes, lo que le permite intercambiarlas con facilidad. Para obtener una lista completa de las monedas admitidas, verifique la configuraci\\u00f3n de su cuenta o visite la p\\u00e1gina Exchange Money en la aplicaci\\u00f3n.\"},\"fr\":{\"question\":\"Quelles devises puis-je \\u00e9changer avec QRPay Pro ?\",\"answer\":\"QRPay Pro prend en charge une vari\\u00e9t\\u00e9 de devises principales, vous permettant d\'\\u00e9changer facilement entre elles. Pour une liste compl\\u00e8te des devises prises en charge, v\\u00e9rifiez les param\\u00e8tres de votre compte ou visitez la page Exchange Money de l\'application.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u093f\\u0928 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u092e\\u0941\\u0916 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0909\\u0928\\u0915\\u0947 \\u092c\\u0940\\u091a \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u092a\\u0942\\u0930\\u0940 \\u0938\\u0942\\u091a\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u091c\\u093e\\u0902\\u091a\\u0947\\u0902 \\u092f\\u093e \\u0910\\u092a \\u092e\\u0947\\u0902 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u092e\\u0928\\u0940 \\u092a\\u0947\\u091c \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902\\u0964\"}},\"id\":\"6722fdf3dd60c\"},\"6722fe0991db1\":{\"language\":{\"en\":{\"question\":\"How long does a currency exchange transaction take?\",\"answer\":\"Currency exchanges are processed instantly. Once you confirm the transaction, your new balance will be available in your account within moments.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631. \\u0628\\u0645\\u062c\\u0631\\u062f \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0633\\u064a\\u0643\\u0648\\u0646 \\u0631\\u0635\\u064a\\u062f\\u0643 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f \\u0645\\u062a\\u0627\\u062d\\u064b\\u0627 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u062e\\u0644\\u0627\\u0644 \\u0644\\u062d\\u0638\\u0627\\u062a.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo lleva una transacci\\u00f3n de cambio de moneda?\",\"answer\":\"Los cambios de moneda se procesan al instante. Una vez que confirme la transacci\\u00f3n, su nuevo saldo estar\\u00e1 disponible en su cuenta en unos momentos.\"},\"fr\":{\"question\":\"Combien de temps dure une op\\u00e9ration de change ?\",\"answer\":\"Les \\u00e9changes de devises sont trait\\u00e9s instantan\\u00e9ment. Une fois la transaction confirm\\u00e9e, votre nouveau solde sera disponible sur votre compte en quelques instants.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u090f\\u0915 \\u092c\\u093e\\u0930 \\u091c\\u092c \\u0906\\u092a \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0915\\u0941\\u091b \\u0939\\u0940 \\u0915\\u094d\\u0937\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u093e \\u0928\\u092f\\u093e \\u092c\\u0948\\u0932\\u0947\\u0902\\u0938 \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"6722fe0991db1\"},\"6722fe1edb933\":{\"language\":{\"en\":{\"question\":\"Are there any fees for exchanging currencies?\",\"answer\":\"Yes, a small transaction fee may apply for currency exchanges. QRPay Pro offers competitive rates, and you\\u2019ll see any applicable fees and the exact conversion rate before you confirm the exchange.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0639\\u0644\\u0649 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0635\\u063a\\u064a\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a. \\u064a\\u0642\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631\\u064b\\u0627 \\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629\\u060c \\u0648\\u0633\\u062a\\u0631\\u0649 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0648\\u0645\\u0639\\u062f\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062f\\u0642\\u064a\\u0642 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa por cambiar divisas?\",\"answer\":\"S\\u00ed, es posible que se aplique una peque\\u00f1a tarifa de transacci\\u00f3n para los cambios de moneda. QRPay Pro ofrece tarifas competitivas y ver\\u00e1 las tarifas aplicables y la tasa de conversi\\u00f3n exacta antes de confirmar el cambio.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour \\u00e9changer des devises ?\",\"answer\":\"Oui, des frais de transaction minimes peuvent s\'appliquer pour les \\u00e9changes de devises. QRPay Pro propose des tarifs comp\\u00e9titifs et vous verrez tous les frais applicables ainsi que le taux de conversion exact avant de confirmer l\'\\u00e9change.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u091b\\u094b\\u091f\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u0926\\u0930\\u0947\\u0902 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u0914\\u0930 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0915\\u094b\\u0908 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0938\\u091f\\u0940\\u0915 \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0926\\u0930 \\u0926\\u093f\\u0916\\u093e\\u0908 \\u0926\\u0947\\u0917\\u0940\\u0964\"}},\"id\":\"6722fe1edb933\"},\"6722fe33662d2\":{\"language\":{\"en\":{\"question\":\"How do I know the exchange rate is accurate?\",\"answer\":\"QRPay Pro uses real-time exchange rates provided by trusted financial institutions. The rate you see at the time of transaction is the rate applied to your currency conversion, ensuring transparency and accuracy.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0639\\u0631\\u0641 \\u0623\\u0646 \\u0633\\u0639\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u062f\\u0642\\u064a\\u0642\\u061f\",\"answer\":\"\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0642\\u062f\\u0645\\u0647\\u0627 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629. \\u0627\\u0644\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0630\\u064a \\u062a\\u0631\\u0627\\u0647 \\u0641\\u064a \\u0648\\u0642\\u062a \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0647\\u0648 \\u0627\\u0644\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0634\\u0641\\u0627\\u0641\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062f\\u0642\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo s\\u00e9 que el tipo de cambio es exacto?\",\"answer\":\"QRPay Pro utiliza tipos de cambio en tiempo real proporcionados por instituciones financieras confiables. La tasa que ve en el momento de la transacci\\u00f3n es la tasa aplicada a su conversi\\u00f3n de moneda, lo que garantiza transparencia y precisi\\u00f3n.\"},\"fr\":{\"question\":\"Comment puis-je savoir si le taux de change est exact ?\",\"answer\":\"QRPay Pro utilise les taux de change en temps r\\u00e9el fournis par des institutions financi\\u00e8res de confiance. Le taux que vous voyez au moment de la transaction est le taux appliqu\\u00e9 \\u00e0 votre conversion de devise, garantissant transparence et pr\\u00e9cision.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930 \\u0938\\u091f\\u0940\\u0915 \\u0939\\u0948?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u0928\\u094b\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0938\\u092e\\u092f \\u0906\\u092a \\u091c\\u094b \\u0926\\u0930 \\u0926\\u0947\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0935\\u0939 \\u0906\\u092a\\u0915\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u0930 \\u0932\\u093e\\u0917\\u0942 \\u0926\\u0930 \\u0939\\u0948, \\u091c\\u094b \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u0914\\u0930 \\u0938\\u091f\\u0940\\u0915\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"6722fe33662d2\"}}}', 1, 1, '2024-10-31 13:45:14', '2024-11-07 00:10:19'),
(2, 5, 'personal', '{\"language\":{\"en\":{\"heading\":\"Currency Exchange Made Easy\",\"sub_heading\":\"Get quick answers to your questions about converting currencies in your QRPay Pro account.\"},\"ar\":{\"heading\":\"\\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0623\\u0635\\u0628\\u062d \\u0633\\u0647\\u0644\\u0627\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u062d\\u0648\\u0644 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"heading\":\"Cambio de moneda f\\u00e1cil\",\"sub_heading\":\"Obtenga respuestas r\\u00e1pidas a sus preguntas sobre la conversi\\u00f3n de monedas en su cuenta QRPay Pro.\"},\"fr\":{\"heading\":\"Cambio de moneda f\\u00e1cil\",\"sub_heading\":\"Obtenez des r\\u00e9ponses rapides \\u00e0 vos questions sur la conversion de devises dans votre compte QRPay Pro.\"},\"hi\":{\"heading\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u092f\\u093e \\u0917\\u092f\\u093e\",\"sub_heading\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67247b1515299\":{\"language\":{\"en\":{\"question\":\"Which currencies can I exchange with QRPay Pro?\",\"answer\":\"QRPay Pro supports a variety of major currencies, allowing you to exchange between them with ease. For a full list of supported currencies, check your account settings or visit the Exchange Money page in the app.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u0628\\u062f\\u0627\\u0644\\u0647\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0628\\u064a\\u0646\\u0647\\u0627 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629. \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0643\\u0627\\u0645\\u0644\\u0629 \\u0628\\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629\\u060c \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0623\\u0648 \\u0642\\u0645 \\u0628\\u0632\\u064a\\u0627\\u0631\\u0629 \\u0635\\u0641\\u062d\\u0629 Exchange Money \\u0641\\u064a \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 monedas puedo cambiar con QRPay Pro?\",\"answer\":\"QRPay Pro admite una variedad de monedas importantes, lo que le permite intercambiarlas con facilidad. Para obtener una lista completa de las monedas admitidas, verifique la configuraci\\u00f3n de su cuenta o visite la p\\u00e1gina Exchange Money en la aplicaci\\u00f3n.\"},\"fr\":{\"question\":\"\\u00bfQu\\u00e9 monedas puedo cambiar con QRPay Pro?\",\"answer\":\"QRPay Pro prend en charge une vari\\u00e9t\\u00e9 de devises principales, vous permettant d\'\\u00e9changer facilement entre elles. Pour une liste compl\\u00e8te des devises prises en charge, v\\u00e9rifiez les param\\u00e8tres de votre compte ou visitez la page Exchange Money de l\'application.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u093f\\u0928 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u092e\\u0941\\u0916 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0909\\u0928\\u0915\\u0947 \\u092c\\u0940\\u091a \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u092a\\u0942\\u0930\\u0940 \\u0938\\u0942\\u091a\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u091c\\u093e\\u0902\\u091a\\u0947\\u0902 \\u092f\\u093e \\u0910\\u092a \\u092e\\u0947\\u0902 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u092e\\u0928\\u0940 \\u092a\\u0947\\u091c \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902\\u0964\"}},\"id\":\"67247b1515299\"},\"67247b1fbbc53\":{\"language\":{\"en\":{\"question\":\"How long does a currency exchange transaction take?\",\"answer\":\"Currency exchanges are processed instantly. Once you confirm the transaction, your new balance will be available in your account within moments.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631. \\u0628\\u0645\\u062c\\u0631\\u062f \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0633\\u064a\\u0643\\u0648\\u0646 \\u0631\\u0635\\u064a\\u062f\\u0643 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f \\u0645\\u062a\\u0627\\u062d\\u064b\\u0627 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u062e\\u0644\\u0627\\u0644 \\u0644\\u062d\\u0638\\u0627\\u062a.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo lleva una transacci\\u00f3n de cambio de moneda?\",\"answer\":\"Los cambios de moneda se procesan al instante. Una vez que confirme la transacci\\u00f3n, su nuevo saldo estar\\u00e1 disponible en su cuenta en unos momentos.\"},\"fr\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo lleva una transacci\\u00f3n de cambio de moneda?\",\"answer\":\"Les \\u00e9changes de devises sont trait\\u00e9s instantan\\u00e9ment. Une fois la transaction confirm\\u00e9e, votre nouveau solde sera disponible sur votre compte en quelques instants.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u090f\\u0915 \\u092c\\u093e\\u0930 \\u091c\\u092c \\u0906\\u092a \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0915\\u0941\\u091b \\u0939\\u0940 \\u0915\\u094d\\u0937\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u093e \\u0928\\u092f\\u093e \\u092c\\u0948\\u0932\\u0947\\u0902\\u0938 \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"67247b1fbbc53\"},\"67247b2c5e4fa\":{\"language\":{\"en\":{\"question\":\"Are there any fees for exchanging currencies?\",\"answer\":\"Yes, a small transaction fee may apply for currency exchanges. QRPay Pro offers competitive rates, and you\\u2019ll see any applicable fees and the exact conversion rate before you confirm the exchange.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0639\\u0644\\u0649 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0635\\u063a\\u064a\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a. \\u064a\\u0642\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631\\u064b\\u0627 \\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629\\u060c \\u0648\\u0633\\u062a\\u0631\\u0649 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0648\\u0645\\u0639\\u062f\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062f\\u0642\\u064a\\u0642 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa por cambiar divisas?\",\"answer\":\"S\\u00ed, es posible que se aplique una peque\\u00f1a tarifa de transacci\\u00f3n para los cambios de moneda. QRPay Pro ofrece tarifas competitivas y ver\\u00e1 las tarifas aplicables y la tasa de conversi\\u00f3n exacta antes de confirmar el cambio.\"},\"fr\":{\"question\":\"\\u00bfHay alguna tarifa por cambiar divisas?\",\"answer\":\"Oui, des frais de transaction minimes peuvent s\'appliquer pour les \\u00e9changes de devises. QRPay Pro propose des tarifs comp\\u00e9titifs et vous verrez tous les frais applicables ainsi que le taux de conversion exact avant de confirmer l\'\\u00e9change.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u091b\\u094b\\u091f\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u0926\\u0930\\u0947\\u0902 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u0914\\u0930 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0915\\u094b\\u0908 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0938\\u091f\\u0940\\u0915 \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0926\\u0930 \\u0926\\u093f\\u0916\\u093e\\u0908 \\u0926\\u0947\\u0917\\u0940\\u0964\"}},\"id\":\"67247b2c5e4fa\"},\"67247b37b689e\":{\"language\":{\"en\":{\"question\":\"How do I know the exchange rate is accurate?\",\"answer\":\"QRPay Pro uses real-time exchange rates provided by trusted financial institutions. The rate you see at the time of transaction is the rate applied to your currency conversion, ensuring transparency and accuracy.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0639\\u0631\\u0641 \\u0623\\u0646 \\u0633\\u0639\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u062f\\u0642\\u064a\\u0642\\u061f\",\"answer\":\"\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0642\\u062f\\u0645\\u0647\\u0627 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629. \\u0627\\u0644\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0630\\u064a \\u062a\\u0631\\u0627\\u0647 \\u0641\\u064a \\u0648\\u0642\\u062a \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0647\\u0648 \\u0627\\u0644\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0634\\u0641\\u0627\\u0641\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062f\\u0642\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo s\\u00e9 que el tipo de cambio es exacto?\",\"answer\":\"QRPay Pro utiliza tipos de cambio en tiempo real proporcionados por instituciones financieras confiables. La tasa que ve en el momento de la transacci\\u00f3n es la tasa aplicada a su conversi\\u00f3n de moneda, lo que garantiza transparencia y precisi\\u00f3n.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo s\\u00e9 que el tipo de cambio es exacto?\",\"answer\":\"QRPay Pro utilise les taux de change en temps r\\u00e9el fournis par des institutions financi\\u00e8res de confiance. Le taux que vous voyez au moment de la transaction est le taux appliqu\\u00e9 \\u00e0 votre conversion de devise, garantissant transparence et pr\\u00e9cision.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930 \\u0938\\u091f\\u0940\\u0915 \\u0939\\u0948?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u0928\\u094b\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0938\\u092e\\u092f \\u0906\\u092a \\u091c\\u094b \\u0926\\u0930 \\u0926\\u0947\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0935\\u0939 \\u0906\\u092a\\u0915\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u0930 \\u0932\\u093e\\u0917\\u0942 \\u0926\\u0930 \\u0939\\u0948, \\u091c\\u094b \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u0914\\u0930 \\u0938\\u091f\\u0940\\u0915\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"67247b37b689e\"}}}', 1, 1, '2024-11-01 16:53:58', '2024-11-07 00:18:30');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(6, 6, 'personal', '{\"language\":{\"en\":{\"heading\":\"Sending Money with QRPay Pro: Your Questions Answered\",\"sub_heading\":\"Learn everything you need to know to transfer funds effortlessly and securely.\"},\"ar\":{\"heading\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro: \\u0627\\u0644\\u0625\\u062c\\u0627\\u0628\\u0629 \\u0639\\u0644\\u0649 \\u0623\\u0633\\u0626\\u0644\\u062a\\u0643\",\"sub_heading\":\"\\u062a\\u0639\\u0644\\u0645 \\u0643\\u0644 \\u0645\\u0627 \\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u0645\\u0639\\u0631\\u0641\\u062a\\u0647 \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646.\"},\"es\":{\"heading\":\"Env\\u00edo de dinero con QRPay Pro: respuestas a sus preguntas\",\"sub_heading\":\"Aprenda todo lo que necesita saber para transferir fondos de forma segura y sin esfuerzo.\"},\"fr\":{\"heading\":\"Env\\u00edo de dinero con QRPay Pro: respuestas a sus preguntas\",\"sub_heading\":\"Apprenez tout ce que vous devez savoir pour transf\\u00e9rer des fonds sans effort et en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e: \\u0906\\u092a\\u0915\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930\",\"sub_heading\":\"\\u0938\\u0939\\u091c\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0924\\u0930\\u0940\\u0915\\u0947 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a\\u0915\\u094b \\u091c\\u094b \\u0915\\u0941\\u091b \\u092d\\u0940 \\u091c\\u093e\\u0928\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u0948, \\u0909\\u0938\\u0947 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"67249650b0783\":{\"language\":{\"en\":{\"question\":\"How can I send money to someone with QRPay Pro?\",\"answer\":\"Simply enter the recipient\\u2019s QRPay Pro ID, email, or phone number, or scan their QR code. Once you confirm the details, the funds will be sent instantly to their account.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0634\\u062e\\u0635 \\u0645\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u0625\\u062f\\u062e\\u0627\\u0644 \\u0645\\u0639\\u0631\\u0641 QRPay Pro \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u060c \\u0623\\u0648 \\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 QR \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0647 \\u0636\\u0648\\u0626\\u064a\\u064b\\u0627. \\u0628\\u0645\\u062c\\u0631\\u062f \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\\u060c \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0647\\u0645.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo enviar dinero a alguien con QRPay Pro?\",\"answer\":\"Simplemente ingrese el ID, el correo electr\\u00f3nico o el n\\u00famero de tel\\u00e9fono de QRPay Pro del destinatario, o escanee su c\\u00f3digo QR. Una vez que confirme los detalles, los fondos se enviar\\u00e1n instant\\u00e1neamente a su cuenta.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo puedo enviar dinero a alguien con QRPay Pro?\",\"answer\":\"Entrez simplement l\'identifiant QRPay Pro, l\'e-mail ou le num\\u00e9ro de t\\u00e9l\\u00e9phone du destinataire, ou scannez son code QR. Une fois les d\\u00e9tails confirm\\u00e9s, les fonds seront envoy\\u00e9s instantan\\u00e9ment sur leur compte.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0938\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092c\\u0938 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u0908\\u0921\\u0940, \\u0908\\u092e\\u0947\\u0932, \\u092f\\u093e \\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u092f\\u093e \\u0909\\u0928\\u0915\\u0947 QR \\u0915\\u094b\\u0921 \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u090f\\u0915 \\u092c\\u093e\\u0930 \\u091c\\u092c \\u0906\\u092a \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930 \\u0932\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0909\\u0928\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092d\\u0947\\u091c \\u0926\\u0940 \\u091c\\u093e\\u090f\\u0917\\u0940\\u0964\"}},\"id\":\"67249650b0783\"},\"6724965aec660\":{\"language\":{\"en\":{\"question\":\"Are there any fees for sending money?\",\"answer\":\"QRPay Pro has competitive fees for money transfers, which may vary depending on the currency and destination. All fees are shown before you confirm the transaction, so there are no surprises.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0644\\u062f\\u0649 QRPay Pro \\u0631\\u0633\\u0648\\u0645 \\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629 \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0648\\u0627\\u0644\\u062a\\u064a \\u0642\\u062f \\u062a\\u062e\\u062a\\u0644\\u0641 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0648\\u0627\\u0644\\u0648\\u062c\\u0647\\u0629. \\u064a\\u062a\\u0645 \\u0639\\u0631\\u0636 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0644\\u0630\\u0644\\u0643 \\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0645\\u0641\\u0627\\u062c\\u0622\\u062a.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa por enviar dinero?\",\"answer\":\"QRPay Pro tiene tarifas competitivas para transferencias de dinero, que pueden variar seg\\u00fan la moneda y el destino. Todas las tarifas se muestran antes de confirmar la transacci\\u00f3n, para que no haya sorpresas.\"},\"fr\":{\"question\":\"\\u00bfHay alguna tarifa por enviar dinero?\",\"answer\":\"QRPay Pro propose des frais comp\\u00e9titifs pour les transferts d\'argent, qui peuvent varier en fonction de la devise et de la destination. Tous les frais sont affich\\u00e9s avant que vous confirmiez la transaction, il n\'y a donc pas de surprises.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948, \\u091c\\u094b \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0914\\u0930 \\u0917\\u0902\\u0924\\u0935\\u094d\\u092f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0938\\u092d\\u0940 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0926\\u093f\\u0916\\u093e\\u090f \\u091c\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0907\\u0938\\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0906\\u0936\\u094d\\u091a\\u0930\\u094d\\u092f \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948\\u0964\"}},\"id\":\"6724965aec660\"},\"672496649c9a2\":{\"language\":{\"en\":{\"question\":\"Can I send money internationally?\",\"answer\":\"Yes! QRPay Pro supports international transfers. If the recipient\\u2019s currency differs, QRPay Pro will convert your funds at the current exchange rate, making global transfers simple and hassle-free.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0648\\u0644\\u064a\\u0627\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645! \\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629. \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629\\u060c \\u0641\\u0633\\u064a\\u0642\\u0648\\u0645 QRPay Pro \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a\\u0629 \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0648\\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628.\"},\"es\":{\"question\":\"\\u00bfPuedo enviar dinero internacionalmente?\",\"answer\":\"\\u00a1S\\u00ed! QRPay Pro admite transferencias internacionales. Si la moneda del destinatario es diferente, QRPay Pro convertir\\u00e1 sus fondos al tipo de cambio actual, haciendo que las transferencias globales sean simples y sin complicaciones.\"},\"fr\":{\"question\":\"\\u00bfPuedo enviar dinero internacionalmente?\",\"answer\":\"Oui! QRPay Pro prend en charge les virements internationaux. Si la devise du destinataire diff\\u00e8re, QRPay Pro convertira vos fonds au taux de change actuel, rendant les transferts mondiaux simples et sans tracas.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u092a\\u0948\\u0938\\u093e \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901! QRPay \\u092a\\u094d\\u0930\\u094b \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0926\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u0948, \\u0924\\u094b QRPay Pro \\u0906\\u092a\\u0915\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b \\u0935\\u0930\\u094d\\u0924\\u092e\\u093e\\u0928 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930 \\u092a\\u0930 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u093f\\u0924 \\u0915\\u0930 \\u0926\\u0947\\u0917\\u093e, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0938\\u0930\\u0932 \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"672496649c9a2\"},\"672496727c783\":{\"language\":{\"en\":{\"question\":\"How secure is it to send money through QRPay Pro?\",\"answer\":\"Your security is our top priority. QRPay Pro uses advanced encryption and authentication methods to ensure your transactions are safe and secure, giving you peace of mind with every transfer.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0645\\u062f\\u0649 \\u0623\\u0645\\u0627\\u0646 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0628\\u0631 QRPay Pro\\u061f\",\"answer\":\"\\u0623\\u0645\\u0646\\u0643 \\u0647\\u0648 \\u0623\\u0648\\u0644\\u0648\\u064a\\u062a\\u0646\\u0627 \\u0627\\u0644\\u0642\\u0635\\u0648\\u0649. \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0627\\u0644\\u064a\\u0628 \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0648\\u0627\\u0644\\u0645\\u0635\\u0627\\u062f\\u0642\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0623\\u0646 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u0645\\u0623\\u0645\\u0648\\u0646\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0645\\u0646\\u062d\\u0643 \\u0631\\u0627\\u062d\\u0629 \\u0627\\u0644\\u0628\\u0627\\u0644 \\u0645\\u0639 \\u0643\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tan seguro es enviar dinero a trav\\u00e9s de QRPay Pro?\",\"answer\":\"Su seguridad es nuestra principal prioridad. QRPay Pro utiliza m\\u00e9todos avanzados de cifrado y autenticaci\\u00f3n para garantizar que sus transacciones sean seguras, brind\\u00e1ndole tranquilidad con cada transferencia.\"},\"fr\":{\"question\":\"\\u00bfQu\\u00e9 tan seguro es enviar dinero a trav\\u00e9s de QRPay Pro?\",\"answer\":\"Votre s\\u00e9curit\\u00e9 est notre priorit\\u00e9 absolue. QRPay Pro utilise des m\\u00e9thodes avanc\\u00e9es de cryptage et d\'authentification pour garantir la s\\u00e9curit\\u00e9 de vos transactions, vous offrant ainsi une tranquillit\\u00e9 d\'esprit \\u00e0 chaque transfert.\"},\"hi\":{\"question\":\"QRPay Pro \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u0906\\u092a\\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0930\\u094d\\u0935\\u094b\\u091a\\u094d\\u091a \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\\u0924\\u093e \\u0939\\u0948. QRPay Pro \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u0928\\u094d\\u0928\\u0924 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u0936\\u0928 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092e\\u093e\\u0923\\u0940\\u0915\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a\\u0915\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0902\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0939\\u0930 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915 \\u0936\\u093e\\u0902\\u0924\\u093f \\u092e\\u093f\\u0932\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"672496727c783\"}}}', 1, 1, '2024-11-01 18:50:11', '2024-11-07 00:25:28'),
(7, 7, 'personal', '{\"language\":{\"en\":{\"heading\":\"Quick Answers About QRPay Pro\\u2019s Payment Link Feature\",\"sub_heading\":\"Find out how to create, share, and receive payments securely using QRPay Pro\\u2019s payment links.\"},\"ar\":{\"heading\":\"\\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u0645\\u064a\\u0632\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647\\u0627 \\u0648\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\\u0647\\u0627 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro.\"},\"es\":{\"heading\":\"Respuestas r\\u00e1pidas sobre la funci\\u00f3n de enlace de pago de QRPay Pro\",\"sub_heading\":\"Descubra c\\u00f3mo crear, compartir y recibir pagos de forma segura utilizando los enlaces de pago de QRPay Pro.\"},\"fr\":{\"heading\":\"Respuestas r\\u00e1pidas sobre la funci\\u00f3n de enlace de pago de QRPay Pro\",\"sub_heading\":\"D\\u00e9couvrez comment cr\\u00e9er, partager et recevoir des paiements en toute s\\u00e9curit\\u00e9 \\u00e0 l\'aide des liens de paiement de QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0909\\u0924\\u094d\\u0924\\u0930\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0928\\u0947, \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u093e \\u0924\\u0930\\u0940\\u0915\\u093e \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724979300b40\":{\"language\":{\"en\":{\"question\":\"How do I create a payment link in QRPay Pro?\",\"answer\":\"To create a payment link, navigate to the Payment Link option in your QRPay Pro account. Enter the amount and currency, generate the link, and you\\u2019re ready to share it.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0642\\u0648\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u062f\\u0641\\u0639\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u062e\\u064a\\u0627\\u0631 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643. \\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0648\\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\\u060c \\u0648\\u0623\\u0646\\u0634\\u0626 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637\\u060c \\u0648\\u0633\\u062a\\u0643\\u0648\\u0646 \\u062c\\u0627\\u0647\\u0632\\u064b\\u0627 \\u0644\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo creo un enlace de pago en QRPay Pro?\",\"answer\":\"Para crear un enlace de pago, navegue hasta la opci\\u00f3n Enlace de pago en su cuenta QRPay Pro. Ingrese el monto y la moneda, genere el enlace y estar\\u00e1 listo para compartirlo.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo creo un enlace de pago en QRPay Pro?\",\"answer\":\"Pour cr\\u00e9er un lien de paiement, acc\\u00e9dez \\u00e0 l\'option Lien de paiement dans votre compte QRPay Pro. Entrez le montant et la devise, g\\u00e9n\\u00e9rez le lien et vous \\u00eates pr\\u00eat \\u00e0 le partager.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0948\\u0938\\u0947 \\u092c\\u0928\\u093e\\u090a\\u0902?\",\"answer\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901\\u0964 \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0932\\u093f\\u0902\\u0915 \\u091c\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0906\\u092a \\u0907\\u0938\\u0947 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724979300b40\"},\"6724979f4c153\":{\"language\":{\"en\":{\"question\":\"Are there any fees for using a payment link?\",\"answer\":\"A small transaction fee may apply to payment link transactions. You\\u2019ll see the fee before you confirm the link creation, ensuring transparency and no hidden costs.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0635\\u063a\\u064a\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639. \\u0633\\u062a\\u0631\\u0649 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0634\\u0641\\u0627\\u0641\\u064a\\u0629 \\u0648\\u0639\\u062f\\u0645 \\u0648\\u062c\\u0648\\u062f \\u062a\\u0643\\u0627\\u0644\\u064a\\u0641 \\u0645\\u062e\\u0641\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa por usar un enlace de pago?\",\"answer\":\"Es posible que se aplique una peque\\u00f1a tarifa de transacci\\u00f3n a las transacciones de enlace de pago. Ver\\u00e1 la tarifa antes de confirmar la creaci\\u00f3n del enlace, lo que garantiza transparencia y sin costos ocultos.\"},\"fr\":{\"question\":\"\\u00bfHay alguna tarifa por usar un enlace de pago?\",\"answer\":\"Des frais de transaction minimes peuvent s\'appliquer aux transactions avec lien de paiement. Vous verrez les frais avant de confirmer la cr\\u00e9ation du lien, garantissant ainsi la transparence et l\\u2019absence de co\\u00fbts cach\\u00e9s.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0930 \\u090f\\u0915 \\u091b\\u094b\\u091f\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0932\\u093f\\u0902\\u0915 \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0926\\u093f\\u0916\\u093e\\u0908 \\u0926\\u0947\\u0917\\u093e, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0917\\u0940 \\u0914\\u0930 \\u0915\\u094b\\u0908 \\u091b\\u093f\\u092a\\u0940 \\u0939\\u0941\\u0908 \\u0932\\u093e\\u0917\\u0924 \\u0928\\u0939\\u0940\\u0902 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"6724979f4c153\"},\"672497ae69f26\":{\"language\":{\"en\":{\"question\":\"Can I share a payment link with someone outside my country?\",\"answer\":\"Yes, QRPay Pro supports international payments. If the payer\\u2019s currency is different, QRPay Pro will handle the currency conversion, making it easy to receive global payments.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0645\\u0639 \\u0634\\u062e\\u0635 \\u062e\\u0627\\u0631\\u062c \\u0628\\u0644\\u062f\\u064a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c QRPay Pro \\u064a\\u062f\\u0639\\u0645 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629. \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u062f\\u0627\\u0641\\u0639 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629\\u060c \\u0641\\u0633\\u064a\\u0642\\u0648\\u0645 QRPay Pro \\u0628\\u0627\\u0644\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0647\\u0644 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfPuedo compartir un enlace de pago con alguien fuera de mi pa\\u00eds?\",\"answer\":\"S\\u00ed, QRPay Pro admite pagos internacionales. Si la moneda del pagador es diferente, QRPay Pro se encargar\\u00e1 de la conversi\\u00f3n de moneda, lo que facilitar\\u00e1 la recepci\\u00f3n de pagos globales.\"},\"fr\":{\"question\":\"\\u00bfPuedo compartir un enlace de pago con alguien fuera de mi pa\\u00eds?\",\"answer\":\"Oui, QRPay Pro prend en charge les paiements internationaux. Si la devise du payeur est diff\\u00e9rente, QRPay Pro se chargera de la conversion de devise, facilitant ainsi la r\\u00e9ception de paiements internationaux.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u0926\\u0947\\u0936 \\u0915\\u0947 \\u092c\\u093e\\u0939\\u0930 \\u0915\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901, QRPay Pro \\u0905\\u0902\\u0924\\u0930\\u094d\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0926\\u093f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0905\\u0932\\u0917 \\u0939\\u0948, \\u0924\\u094b QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u094b \\u0938\\u0902\\u092d\\u093e\\u0932 \\u0932\\u0947\\u0917\\u093e, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"672497ae69f26\"},\"672497b8544d1\":{\"language\":{\"en\":{\"question\":\"How secure is a payment link?\",\"answer\":\"QRPay Pro\\u2019s payment links are encrypted and designed with security in mind. Each link is unique, and QRPay Pro uses advanced protection to ensure your transactions are safe and private.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0645\\u062f\\u0649 \\u0623\\u0645\\u0627\\u0646 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\\u061f\",\"answer\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0645\\u0634\\u0641\\u0631\\u0629 \\u0648\\u0645\\u0635\\u0645\\u0645\\u0629 \\u0645\\u0639 \\u0623\\u062e\\u0630 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0641\\u064a \\u0627\\u0644\\u0627\\u0639\\u062a\\u0628\\u0627\\u0631. \\u0643\\u0644 \\u0631\\u0627\\u0628\\u0637 \\u0641\\u0631\\u064a\\u062f \\u0645\\u0646 \\u0646\\u0648\\u0639\\u0647\\u060c \\u0648\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u062d\\u0645\\u0627\\u064a\\u0629 \\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0623\\u0646 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u062e\\u0627\\u0635\\u0629.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tan seguro es un enlace de pago?\",\"answer\":\"Los enlaces de pago de QRPay Pro est\\u00e1n encriptados y dise\\u00f1ados teniendo en cuenta la seguridad. Cada enlace es \\u00fanico y QRPay Pro utiliza protecci\\u00f3n avanzada para garantizar que sus transacciones sean seguras y privadas.\"},\"fr\":{\"question\":\"\\u00bfQu\\u00e9 tan seguro es un enlace de pago?\",\"answer\":\"Les liens de paiement de QRPay Pro sont crypt\\u00e9s et con\\u00e7us dans un souci de s\\u00e9curit\\u00e9. Chaque lien est unique et QRPay Pro utilise une protection avanc\\u00e9e pour garantir que vos transactions sont s\\u00e9curis\\u00e9es et priv\\u00e9es.\"},\"hi\":{\"question\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u0947\\u0921 \\u0939\\u0948\\u0902 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u094b \\u0927\\u094d\\u092f\\u093e\\u0928 \\u092e\\u0947\\u0902 \\u0930\\u0916\\u0915\\u0930 \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u090f \\u0917\\u090f \\u0939\\u0948\\u0902\\u0964 \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u093f\\u0902\\u0915 \\u0905\\u0926\\u094d\\u0935\\u093f\\u0924\\u0940\\u092f \\u0939\\u0948, \\u0914\\u0930 QRPay Pro \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u0928\\u094d\\u0928\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a\\u0915\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0928\\u093f\\u091c\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"672497b8544d1\"}}}', 1, 1, '2024-11-01 18:55:33', '2024-11-07 00:31:49'),
(8, 8, 'personal', '{\"language\":{\"en\":{\"heading\":\"Common Questions About Requesting Money with QRPay Pro\",\"sub_heading\":\"Get the information you need to easily request funds from others using QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0634\\u0627\\u0626\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u062d\\u062a\\u0627\\u062c\\u0647\\u0627 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0622\\u062e\\u0631\\u064a\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas comunes sobre c\\u00f3mo solicitar dinero con QRPay Pro\",\"sub_heading\":\"Obtenga la informaci\\u00f3n que necesita para solicitar fondos f\\u00e1cilmente a otras personas utilizando QRPay Pro.\"},\"fr\":{\"heading\":\"Preguntas comunes sobre c\\u00f3mo solicitar dinero con QRPay Pro\",\"sub_heading\":\"Obtenez les informations dont vous avez besoin pour demander facilement des fonds \\u00e0 d\'autres personnes en utilisant QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0926\\u0942\\u0938\\u0930\\u094b\\u0902 \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249881b2a60\":{\"language\":{\"en\":{\"question\":\"How do I request money using QRPay Pro?\",\"answer\":\"To request money, go to the Request Money feature, enter the recipient\'s QRPay Pro ID and the amount, then send your request. The recipient will receive a notification to complete the transaction.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0639\\u0631\\u0641 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u062b\\u0645 \\u0623\\u0631\\u0633\\u0644 \\u0637\\u0644\\u0628\\u0643. \\u0633\\u064a\\u062a\\u0644\\u0642\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u0644\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo solicito dinero usando QRPay Pro?\",\"answer\":\"Para solicitar dinero, vaya a la funci\\u00f3n Solicitar dinero, ingrese el ID de QRPay Pro del destinatario y el monto, luego env\\u00ede su solicitud. El destinatario recibir\\u00e1 una notificaci\\u00f3n para completar la transacci\\u00f3n.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo solicito dinero usando QRPay Pro?\",\"answer\":\"Pour demander de l\'argent, acc\\u00e9dez \\u00e0 la fonction Demander de l\'argent, saisissez l\'identifiant QRPay Pro du destinataire et le montant, puis envoyez votre demande. Le destinataire recevra une notification pour finaliser la transaction.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0942\\u0901?\",\"answer\":\"\\u0927\\u0928 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0927\\u0928 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u0908\\u0921\\u0940 \\u0914\\u0930 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u092b\\u093f\\u0930 \\u0905\\u092a\\u0928\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092d\\u0947\\u091c\\u0947\\u0902\\u0964 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"67249881b2a60\"},\"6724988f15b27\":{\"language\":{\"en\":{\"question\":\"Can I customize my payment request?\",\"answer\":\"Yes, you can add a note or description to your payment request to specify what the funds are for, making it clear to the recipient.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u062e\\u0635\\u064a\\u0635 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0645\\u0644\\u0627\\u062d\\u0638\\u0629 \\u0623\\u0648 \\u0648\\u0635\\u0641 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u062a\\u062d\\u062f\\u064a\\u062f \\u0627\\u0644\\u063a\\u0631\\u0636 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0636\\u062d \\u0627\\u0644\\u0623\\u0645\\u0631 \\u0644\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645.\"},\"es\":{\"question\":\"\\u00bfPuedo personalizar mi solicitud de pago?\",\"answer\":\"S\\u00ed, puede agregar una nota o descripci\\u00f3n a su solicitud de pago para especificar para qu\\u00e9 son los fondos, dej\\u00e1ndolo claro al destinatario.\"},\"fr\":{\"question\":\"\\u00bfPuedo personalizar mi solicitud de pago?\",\"answer\":\"Oui, vous pouvez ajouter une note ou une description \\u00e0 votre demande de paiement pour pr\\u00e9ciser \\u00e0 quoi servent les fonds, ce qui sera clair pour le destinataire.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092e\\u0947\\u0902 \\u090f\\u0915 \\u0928\\u094b\\u091f \\u092f\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u091c\\u094b\\u0921\\u093c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u0924\\u093e\\u0915\\u093f \\u092f\\u0939 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0947 \\u0915\\u093f \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u093f\\u0938 \\u0932\\u093f\\u090f \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u092f\\u0939 \\u0938\\u094d\\u092a\\u0937\\u094d\\u091f \\u0939\\u094b \\u0938\\u0915\\u0947\\u0964\"}},\"id\":\"6724988f15b27\"},\"6724989e50c58\":{\"language\":{\"en\":{\"question\":\"What happens if the recipient doesn\\u2019t respond to my request?\",\"answer\":\"If the recipient does not respond, you can resend the request or follow up with them directly. Notifications will inform you if the request has been viewed or accepted.\"},\"ar\":{\"question\":\"\\u0645\\u0627\\u0630\\u0627 \\u064a\\u062d\\u062f\\u062b \\u0625\\u0630\\u0627 \\u0644\\u0645 \\u064a\\u0633\\u062a\\u062c\\u0628 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0644\\u0637\\u0644\\u0628\\u064a\\u061f\",\"answer\":\"\\u0625\\u0630\\u0627 \\u0644\\u0645 \\u064a\\u0633\\u062a\\u062c\\u0628 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0637\\u0644\\u0628 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0628\\u0639\\u0629 \\u0645\\u0639\\u0647 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629. \\u0633\\u062a\\u062e\\u0628\\u0631\\u0643 \\u0627\\u0644\\u0625\\u0634\\u0639\\u0627\\u0631\\u0627\\u062a \\u0625\\u0630\\u0627 \\u062a\\u0645 \\u0639\\u0631\\u0636 \\u0627\\u0644\\u0637\\u0644\\u0628 \\u0623\\u0648 \\u0642\\u0628\\u0648\\u0644\\u0647.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 pasa si el destinatario no responde a mi solicitud?\",\"answer\":\"Si el destinatario no responde, puede reenviar la solicitud o hacer un seguimiento con \\u00e9l directamente. Las notificaciones le informar\\u00e1n si la solicitud ha sido vista o aceptada.\"},\"fr\":{\"question\":\"\\u00bfQu\\u00e9 pasa si el destinatario no responde a mi solicitud?\",\"answer\":\"Si le destinataire ne r\\u00e9pond pas, vous pouvez renvoyer la demande ou faire un suivi directement aupr\\u00e8s de lui. Les notifications vous informeront si la demande a \\u00e9t\\u00e9 consult\\u00e9e ou accept\\u00e9e.\"},\"hi\":{\"question\":\"\\u092f\\u0926\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u092e\\u0947\\u0930\\u0947 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u093e \\u091c\\u0935\\u093e\\u092c \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948 \\u0924\\u094b \\u0915\\u094d\\u092f\\u093e \\u0939\\u094b\\u0917\\u093e?\",\"answer\":\"\\u092f\\u0926\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u091c\\u0935\\u093e\\u092c \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u0924\\u094b \\u0906\\u092a \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0926\\u094b\\u092c\\u093e\\u0930\\u093e \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u092f\\u093e \\u0938\\u0940\\u0927\\u0947 \\u0909\\u0928\\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092f\\u0926\\u093f \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0926\\u0947\\u0916\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948 \\u092f\\u093e \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930 \\u0932\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948 \\u0924\\u094b \\u0938\\u0942\\u091a\\u0928\\u093e\\u090f\\u0902 \\u0906\\u092a\\u0915\\u094b \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0917\\u0940\\u0964\"}},\"id\":\"6724989e50c58\"},\"672498a9af0c5\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with requesting money?\",\"answer\":\"QRPay Pro does not charge fees for sending a payment request. However, standard transaction fees may apply when the recipient sends the money to you.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0644\\u0627 \\u064a\\u0641\\u0631\\u0636 QRPay Pro \\u0631\\u0633\\u0648\\u0645\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u062f\\u0641\\u0639. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0642\\u064a\\u0627\\u0633\\u064a\\u0629 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u064a\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u064a\\u0643.\"},\"es\":{\"question\":\"\\u00bfHay alg\\u00fan cargo asociado con la solicitud de dinero?\",\"answer\":\"QRPay Pro no cobra tarifas por enviar una solicitud de pago. Sin embargo, es posible que se apliquen tarifas de transacci\\u00f3n est\\u00e1ndar cuando el destinatario le env\\u00ede el dinero.\"},\"fr\":{\"question\":\"\\u00bfHay alg\\u00fan cargo asociado con la solicitud de dinero?\",\"answer\":\"QRPay Pro ne facture pas de frais pour l\'envoi d\'une demande de paiement. Cependant, des frais de transaction standards peuvent s\'appliquer lorsque le destinataire vous envoie l\'argent.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0928\\u0939\\u0940\\u0902 \\u0932\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u091c\\u092c \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0906\\u092a\\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0924\\u093e \\u0939\\u0948 \\u0924\\u094b \\u092e\\u093e\\u0928\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"672498a9af0c5\"}}}', 1, 1, '2024-11-01 18:59:32', '2024-11-07 00:36:54');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(9, 9, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About QRPay Pro Remittance\",\"sub_heading\":\"Learn more about sending money internationally with QRPay Pro\\u2019s remittance feature.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062e\\u062f\\u0645\\u0629 \\u062a\\u062d\\u0648\\u064a\\u0644 QRPay Pro\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0641\\u064a QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre las remesas QRPay Pro\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre c\\u00f3mo enviar dinero internacionalmente con la funci\\u00f3n de remesas de QRPay Pro.\"},\"fr\":{\"heading\":\"Foire aux questions sur les versements QRPay Pro\",\"sub_heading\":\"Apprenez-en davantage sur l\\u2019envoi d\\u2019argent \\u00e0 l\\u2019international gr\\u00e2ce \\u00e0 la fonction de versement de QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0930\\u0947\\u092e\\u093f\\u091f\\u0947\\u0902\\u0938 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"672499543b114\":{\"language\":{\"en\":{\"question\":\"How do I send money internationally using QRPay Pro?\",\"answer\":\"To send remittance funds, navigate to the Remittance feature, enter the recipient\\u2019s information and the amount, select your transfer method, and confirm the transaction to initiate the transfer.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0648\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u062d\\u062f\\u062f \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\\u060c \\u0648\\u0623\\u0643\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0644\\u0628\\u062f\\u0621 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo env\\u00edo dinero internacionalmente usando QRPay Pro?\",\"answer\":\"Para enviar fondos de remesas, navegue hasta la funci\\u00f3n Remesas, ingrese la informaci\\u00f3n del destinatario y el monto, seleccione su m\\u00e9todo de transferencia y confirme la transacci\\u00f3n para iniciar la transferencia.\"},\"fr\":{\"question\":\"Comment envoyer de l\'argent \\u00e0 l\'international en utilisant QRPay Pro ?\",\"answer\":\"Pour envoyer des fonds de transfert, acc\\u00e9dez \\u00e0 la fonction Remise de fonds, saisissez les informations du destinataire et le montant, s\\u00e9lectionnez votre m\\u00e9thode de transfert et confirmez la transaction pour lancer le transfert.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0942\\u0902?\",\"answer\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0928\\u093f\\u0927\\u093f \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0914\\u0930 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0905\\u092a\\u0928\\u0940 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902, \\u0914\\u0930 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"672499543b114\"},\"6724995e77e13\":{\"language\":{\"en\":{\"question\":\"What transfer methods can I use for remittances?\",\"answer\":\"You can choose to send funds directly to a recipient\\u2019s bank account or opt for cash pickup at designated locations, depending on what is most convenient for the recipient.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0644\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0628\\u0646\\u0643\\u064a \\u0644\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0623\\u0648 \\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u062a\\u062d\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0646\\u0642\\u062f\\u064a\\u0629 \\u0645\\u0646 \\u0645\\u0648\\u0627\\u0642\\u0639 \\u0645\\u062d\\u062f\\u062f\\u0629\\u060c \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0645\\u0627 \\u0647\\u0648 \\u0623\\u0643\\u062b\\u0631 \\u0645\\u0644\\u0627\\u0621\\u0645\\u0629 \\u0644\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de transferencia puedo utilizar para env\\u00edos de remesas?\",\"answer\":\"Puede optar por enviar fondos directamente a la cuenta bancaria del destinatario u optar por el retiro en ventanilla en ubicaciones designadas, seg\\u00fan lo que sea m\\u00e1s conveniente para el destinatario.\"},\"fr\":{\"question\":\"Quelles m\\u00e9thodes de transfert puis-je utiliser pour les envois de fonds ?\",\"answer\":\"Vous pouvez choisir d\\u2019envoyer des fonds directement sur le compte bancaire d\\u2019un destinataire ou opter pour un retrait d\\u2019esp\\u00e8ces \\u00e0 des endroits d\\u00e9sign\\u00e9s, en fonction de ce qui convient le mieux au destinataire.\"},\"hi\":{\"question\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u0948\\u0902 \\u0915\\u093f\\u0928 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u0906\\u092a \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0940\\u0927\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c\\u0928\\u093e \\u091a\\u0941\\u0928 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u092f\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092c\\u0938\\u0947 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0915\\u094d\\u092f\\u093e \\u0939\\u0948, \\u0907\\u0938\\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0938\\u094d\\u0925\\u093e\\u0928\\u094b\\u0902 \\u092a\\u0930 \\u0928\\u0915\\u0926\\u0940 \\u0932\\u0947\\u0928\\u0947 \\u0915\\u093e \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724995e77e13\"},\"6724996710b39\":{\"language\":{\"en\":{\"question\":\"How long does it take for the funds to arrive?\",\"answer\":\"Transfer times vary based on the chosen method and destination country. Most transactions are processed quickly, but bank transfers may take longer depending on international banking protocols.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u064a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0648\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u062a\\u062e\\u062a\\u0644\\u0641 \\u0623\\u0648\\u0642\\u0627\\u062a \\u0627\\u0644\\u0646\\u0642\\u0644 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0645\\u062e\\u062a\\u0627\\u0631\\u0629 \\u0648\\u0628\\u0644\\u062f \\u0627\\u0644\\u0648\\u062c\\u0647\\u0629. \\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0645\\u0639\\u0638\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0631\\u0639\\u0629\\u060c \\u0648\\u0644\\u0643\\u0646 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0642\\u062f \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0648\\u0642\\u062a\\u064b\\u0627 \\u0623\\u0637\\u0648\\u0644 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0628\\u0631\\u0648\\u062a\\u0648\\u0643\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo tardan en llegar los fondos?\",\"answer\":\"Los tiempos de transferencia var\\u00edan seg\\u00fan el m\\u00e9todo elegido y el pa\\u00eds de destino. La mayor\\u00eda de las transacciones se procesan r\\u00e1pidamente, pero las transferencias bancarias pueden tardar m\\u00e1s seg\\u00fan los protocolos bancarios internacionales.\"},\"fr\":{\"question\":\"Combien de temps faut-il pour que les fonds arrivent ?\",\"answer\":\"Les temps de transfert varient en fonction de la m\\u00e9thode choisie et du pays de destination. La plupart des transactions sont trait\\u00e9es rapidement, mais les virements bancaires peuvent prendre plus de temps en fonction des protocoles bancaires internationaux.\"},\"hi\":{\"question\":\"\\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0906\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u093e \\u0938\\u092e\\u092f \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u0935\\u093f\\u0927\\u093f \\u0914\\u0930 \\u0917\\u0902\\u0924\\u0935\\u094d\\u092f \\u0926\\u0947\\u0936 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0905\\u0932\\u0917-\\u0905\\u0932\\u0917 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0905\\u0927\\u093f\\u0915\\u093e\\u0902\\u0936 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0936\\u0940\\u0918\\u094d\\u0930\\u0924\\u093e \\u0938\\u0947 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0932\\u0947\\u0915\\u093f\\u0928 \\u0905\\u0902\\u0924\\u0930\\u094d\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u092c\\u0948\\u0902\\u0915\\u093f\\u0902\\u0917 \\u092a\\u094d\\u0930\\u094b\\u091f\\u094b\\u0915\\u0949\\u0932 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092e\\u0947\\u0902 \\u0905\\u0927\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0932\\u0917 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724996710b39\"},\"67249970f157e\":{\"language\":{\"en\":{\"question\":\"Are there fees for sending remittance funds?\",\"answer\":\"Yes, fees may apply based on the amount sent and the transfer method selected. You will be informed of any applicable fees before confirming your transaction, ensuring transparency.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u0639\\u0644\\u0649 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u0641\\u0631\\u0636 \\u0631\\u0633\\u0648\\u0645 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0631\\u0633\\u0644 \\u0648\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629. \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0628\\u0644\\u0627\\u063a\\u0643 \\u0628\\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0634\\u0641\\u0627\\u0641\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfExisten tarifas por enviar fondos de remesas?\",\"answer\":\"S\\u00ed, se pueden aplicar tarifas seg\\u00fan el monto enviado y el m\\u00e9todo de transferencia seleccionado. Se le informar\\u00e1 de las tarifas aplicables antes de confirmar su transacci\\u00f3n, lo que garantiza la transparencia.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour l\'envoi de fonds\\u00a0?\",\"answer\":\"Oui, des frais peuvent s\'appliquer en fonction du montant envoy\\u00e9 et de la m\\u00e9thode de transfert s\\u00e9lectionn\\u00e9e. Vous serez inform\\u00e9 des frais applicables avant de confirmer votre transaction, garantissant ainsi la transparence.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0928\\u093f\\u0927\\u093f \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u092d\\u0947\\u091c\\u0940 \\u0917\\u0908 \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u091a\\u092f\\u0928\\u093f\\u0924 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0941\\u090f, \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"67249970f157e\"}}}', 1, 1, '2024-11-01 19:03:03', '2024-11-07 15:19:06'),
(10, 10, 'personal', '{\"language\":{\"en\":{\"heading\":\"Common Questions About Adding Money to QRPay Pro\",\"sub_heading\":\"Find answers to your queries regarding the process of adding funds to your QRPay Pro account.\"},\"ar\":{\"heading\":\"\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0634\\u0627\\u0626\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"heading\":\"Preguntas comunes sobre c\\u00f3mo agregar dinero a QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a sus consultas sobre el proceso de agregar fondos a su cuenta QRPay Pro.\"},\"fr\":{\"heading\":\"Preguntas comunes sobre c\\u00f3mo agregar dinero a QRPay Pro\",\"sub_heading\":\"Trouvez des r\\u00e9ponses \\u00e0 vos questions concernant le processus d\'ajout de fonds \\u00e0 votre compte QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"67249a42c7f45\":{\"language\":{\"en\":{\"question\":\"How can I add money to my QRPay Pro account?\",\"answer\":\"To add money, navigate to the Add Money feature, select your funding source, enter the desired amount, and confirm the transaction. Your funds will be available shortly after the process is complete.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 \\\"\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\\"\\u060c \\u0648\\u062d\\u062f\\u062f \\u0645\\u0635\\u062f\\u0631 \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629. \\u0633\\u062a\\u0643\\u0648\\u0646 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0645\\u062a\\u0627\\u062d\\u0629 \\u0628\\u0639\\u062f \\u0648\\u0642\\u062a \\u0642\\u0635\\u064a\\u0631 \\u0645\\u0646 \\u0627\\u0643\\u062a\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo agregar dinero a mi cuenta QRPay Pro?\",\"answer\":\"Para agregar dinero, navegue hasta la funci\\u00f3n Agregar dinero, seleccione su fuente de financiamiento, ingrese el monto deseado y confirme la transacci\\u00f3n. Sus fondos estar\\u00e1n disponibles poco despu\\u00e9s de que se complete el proceso.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo puedo agregar dinero a mi cuenta QRPay Pro?\",\"answer\":\"Pour ajouter de l\'argent, acc\\u00e9dez \\u00e0 la fonction Ajouter de l\'argent, s\\u00e9lectionnez votre source de financement, entrez le montant souhait\\u00e9 et confirmez la transaction. Vos fonds seront disponibles peu de temps apr\\u00e8s la fin du processus.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921\\u093f\\u0902\\u0917 \\u0938\\u094d\\u0930\\u094b\\u0924 \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u0935\\u093e\\u0902\\u091b\\u093f\\u0924 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u092a\\u0942\\u0930\\u0940 \\u0939\\u094b\\u0928\\u0947 \\u0915\\u0947 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092c\\u093e\\u0926 \\u0906\\u092a\\u0915\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u0940\\u0964\"}},\"id\":\"67249a42c7f45\"},\"67249a4d05c52\":{\"language\":{\"en\":{\"question\":\"What payment methods are available for adding money?\",\"answer\":\"You can add money using various methods, including bank transfers, debit\\/credit cards, and other supported payment options. Choose the method that works best for you.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629 \\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0637\\u0631\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0648\\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u062e\\u0635\\u0645\\/\\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0648\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649. \\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0646\\u0627\\u0633\\u0628\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0623\\u0641\\u0636\\u0644.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de pago est\\u00e1n disponibles para agregar dinero?\",\"answer\":\"Puede agregar dinero utilizando varios m\\u00e9todos, incluidas transferencias bancarias, tarjetas de d\\u00e9bito\\/cr\\u00e9dito y otras opciones de pago admitidas. Elija el m\\u00e9todo que funcione mejor para usted.\"},\"fr\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de pago est\\u00e1n disponibles para agregar dinero?\",\"answer\":\"Vous pouvez ajouter de l\'argent en utilisant diverses m\\u00e9thodes, notamment les virements bancaires, les cartes de d\\u00e9bit\\/cr\\u00e9dit et d\'autres options de paiement prises en charge. Choisissez la m\\u00e9thode qui vous convient le mieux.\"},\"hi\":{\"question\":\"\\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u093e\\u0901 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948\\u0902?\",\"answer\":\"\\u0906\\u092a \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923, \\u0921\\u0947\\u092c\\u093f\\u091f\\/\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0914\\u0930 \\u0905\\u0928\\u094d\\u092f \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a\\u094b\\u0902 \\u0938\\u0939\\u093f\\u0924 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u0939 \\u0924\\u0930\\u0940\\u0915\\u093e \\u091a\\u0941\\u0928\\u0947\\u0902 \\u091c\\u094b \\u0906\\u092a\\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092c\\u0938\\u0947 \\u0905\\u091a\\u094d\\u091b\\u093e \\u0915\\u093e\\u092e \\u0915\\u0930\\u0947\\u0964\"}},\"id\":\"67249a4d05c52\"},\"67249a57d5602\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with adding money?\",\"answer\":\"Fees may apply depending on the payment method you choose. You will be informed of any applicable fees before confirming your transaction to ensure transparency.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062e\\u062a\\u0627\\u0631\\u0647\\u0627. \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0628\\u0644\\u0627\\u063a\\u0643 \\u0628\\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0634\\u0641\\u0627\\u0641\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa asociada con agregar dinero?\",\"answer\":\"Es posible que se apliquen tarifas seg\\u00fan el m\\u00e9todo de pago que elija. Se le informar\\u00e1 de cualquier tarifa aplicable antes de confirmar su transacci\\u00f3n para garantizar la transparencia.\"},\"fr\":{\"question\":\"\\u00bfHay alguna tarifa asociada con agregar dinero?\",\"answer\":\"Des frais peuvent s\'appliquer selon le mode de paiement que vous choisissez. Vous serez inform\\u00e9 des frais applicables avant de confirmer votre transaction pour garantir la transparence.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u0906\\u092a\\u0915\\u0947 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"67249a57d5602\"},\"67249a62a7ea6\":{\"language\":{\"en\":{\"question\":\"How long does it take for the funds to reflect in my account?\",\"answer\":\"Funds are typically added to your QRPay Pro account instantly, but some methods may take a little longer to process. You will receive a notification confirming the addition of funds once completed.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u064a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0638\\u0647\\u0648\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u064a\\u061f\",\"answer\":\"\\u0639\\u0627\\u062f\\u0629\\u064b \\u0645\\u0627 \\u062a\\u062a\\u0645 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631\\u060c \\u0648\\u0644\\u0643\\u0646 \\u0642\\u062f \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u0637\\u0631\\u0642 \\u0648\\u0642\\u062a\\u064b\\u0627 \\u0623\\u0637\\u0648\\u0644 \\u0642\\u0644\\u064a\\u0644\\u0627\\u064b \\u0644\\u0644\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629. \\u0633\\u0648\\u0641 \\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0645\\u062c\\u0631\\u062f \\u0627\\u0643\\u062a\\u0645\\u0627\\u0644\\u0647\\u0627.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo tardan los fondos en reflejarse en mi cuenta?\",\"answer\":\"Por lo general, los fondos se agregan a su cuenta QRPay Pro al instante, pero algunos m\\u00e9todos pueden tardar un poco m\\u00e1s en procesarse. Recibir\\u00e1 una notificaci\\u00f3n confirmando la adici\\u00f3n de fondos una vez completada.\"},\"fr\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo tardan los fondos en reflejarse en mi cuenta?\",\"answer\":\"Les fonds sont g\\u00e9n\\u00e9ralement ajout\\u00e9s instantan\\u00e9ment \\u00e0 votre compte QRPay Pro, mais certaines m\\u00e9thodes peuvent prendre un peu plus de temps \\u00e0 traiter. Vous recevrez une notification confirmant l\\u2019ajout de fonds une fois termin\\u00e9.\"},\"hi\":{\"question\":\"\\u092e\\u0947\\u0930\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u094d\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0906\\u092a\\u0915\\u0947 QRPay Pro \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u091c\\u094b\\u0921\\u093c \\u0926\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948, \\u0932\\u0947\\u0915\\u093f\\u0928 \\u0915\\u0941\\u091b \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u094b \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0925\\u094b\\u0921\\u093c\\u093e \\u0905\\u0927\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0932\\u0917 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092a\\u0942\\u0930\\u093e \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930 \\u0906\\u092a\\u0915\\u094b \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"67249a62a7ea6\"}}}', 1, 1, '2024-11-01 19:07:03', '2024-11-07 00:47:36'),
(11, 11, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Withdrawing Money\",\"sub_heading\":\"Get answers to your questions regarding the withdrawal process in QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0641\\u064a QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre retirar dinero\",\"sub_heading\":\"Obtenga respuestas a sus preguntas sobre el proceso de retiro en QRPay Pro.\"},\"fr\":{\"heading\":\"Preguntas frecuentes sobre retirar dinero\",\"sub_heading\":\"Obtenez des r\\u00e9ponses \\u00e0 vos questions concernant le processus de retrait dans QRPay Pro.\"},\"hi\":{\"heading\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249ae86d181\":{\"language\":{\"en\":{\"question\":\"How do I withdraw money from my QRPay Pro account?\",\"answer\":\"To withdraw money, navigate to the Withdraw Money feature, choose your preferred withdrawal method, enter the amount you want to withdraw, and confirm the transaction. Your funds will be transferred promptly.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0648\\u0627\\u062e\\u062a\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0645\\u0641\\u0636\\u0644\\u0629 \\u0644\\u062f\\u064a\\u0643\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u062a\\u0631\\u064a\\u062f \\u0633\\u062d\\u0628\\u0647\\u060c \\u062b\\u0645 \\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629. \\u0633\\u064a\\u062a\\u0645 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo retiro dinero de mi cuenta QRPay Pro?\",\"answer\":\"Para retirar dinero, navegue hasta la funci\\u00f3n Retirar dinero, elija su m\\u00e9todo de retiro preferido, ingrese el monto que desea retirar y confirme la transacci\\u00f3n. Sus fondos ser\\u00e1n transferidos de inmediato.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo retiro dinero de mi cuenta QRPay Pro?\",\"answer\":\"Pour retirer de l\'argent, acc\\u00e9dez \\u00e0 la fonction Retirer de l\'argent, choisissez votre m\\u00e9thode de retrait pr\\u00e9f\\u00e9r\\u00e9e, saisissez le montant que vous souhaitez retirer et confirmez la transaction. Vos fonds seront transf\\u00e9r\\u00e9s rapidement.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0942\\u0902?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u0905\\u092a\\u0928\\u0940 \\u092a\\u0938\\u0902\\u0926\\u0940\\u0926\\u093e \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902, \\u0935\\u0939 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902 \\u091c\\u093f\\u0938\\u0947 \\u0906\\u092a \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0906\\u092a\\u0915\\u093e \\u092b\\u0902\\u0921 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0930 \\u0926\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e.\"}},\"id\":\"67249ae86d181\"},\"67249af3303d6\":{\"language\":{\"en\":{\"question\":\"What withdrawal methods are available?\",\"answer\":\"You can withdraw money via various methods, including direct bank transfers and digital wallets. Choose the option that is most convenient for you.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0637\\u0631\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0648\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629. \\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u062e\\u064a\\u0627\\u0631 \\u0627\\u0644\\u0623\\u0643\\u062b\\u0631 \\u0645\\u0644\\u0627\\u0621\\u0645\\u0629 \\u0644\\u0643.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de retiro est\\u00e1n disponibles?\",\"answer\":\"Puede retirar dinero mediante varios m\\u00e9todos, incluidas transferencias bancarias directas y billeteras digitales. Elija la opci\\u00f3n que sea m\\u00e1s conveniente para usted.\"},\"fr\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de retiro est\\u00e1n disponibles?\",\"answer\":\"Vous pouvez retirer de l\'argent via diff\\u00e9rentes m\\u00e9thodes, notamment les virements bancaires directs et les portefeuilles num\\u00e9riques. Choisissez l\'option qui vous convient le mieux.\"},\"hi\":{\"question\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0947 \\u0915\\u094c\\u0928 \\u0938\\u0947 \\u0924\\u0930\\u0940\\u0915\\u0947 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948\\u0902?\",\"answer\":\"\\u0906\\u092a \\u0938\\u0940\\u0927\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0914\\u0930 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u0938\\u0939\\u093f\\u0924 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u0939 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928\\u0947\\u0902 \\u091c\\u094b \\u0906\\u092a\\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092c\\u0938\\u0947 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0939\\u094b\\u0964\"}},\"id\":\"67249af3303d6\"},\"67249afc3c0e2\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with withdrawing money?\",\"answer\":\"Yes, there may be fees depending on the withdrawal method you select. You will be informed of any applicable fees before confirming your transaction to ensure transparency.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u062d\\u0633\\u0628 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062e\\u062a\\u0627\\u0631\\u0647\\u0627. \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0628\\u0644\\u0627\\u063a\\u0643 \\u0628\\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0634\\u0641\\u0627\\u0641\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfExiste alguna tarifa asociada con el retiro de dinero?\",\"answer\":\"S\\u00ed, puede haber tarifas seg\\u00fan el m\\u00e9todo de retiro que seleccione. Se le informar\\u00e1 de cualquier tarifa aplicable antes de confirmar su transacci\\u00f3n para garantizar la transparencia.\"},\"fr\":{\"question\":\"\\u00bfExiste alguna tarifa asociada con el retiro de dinero?\",\"answer\":\"Oui, des frais peuvent \\u00eatre factur\\u00e9s selon la m\\u00e9thode de retrait que vous s\\u00e9lectionnez. Vous serez inform\\u00e9 des frais applicables avant de confirmer votre transaction pour garantir la transparence.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a\\u0915\\u0947 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"67249afc3c0e2\"},\"67249b0490b2a\":{\"language\":{\"en\":{\"question\":\"How long does it take for my withdrawal to process?\",\"answer\":\"Withdrawal processing times can vary based on the method chosen. Bank transfers may take longer than digital wallet withdrawals, but you will receive a notification confirming when the transfer is complete.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u064a\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646 \\u0623\\u0646 \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0623\\u0648\\u0642\\u0627\\u062a \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0645\\u062e\\u062a\\u0627\\u0631\\u0629. \\u0642\\u062f \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0648\\u0642\\u062a\\u064b\\u0627 \\u0623\\u0637\\u0648\\u0644 \\u0645\\u0646 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629\\u060c \\u0648\\u0644\\u0643\\u0646\\u0643 \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0645\\u0648\\u0639\\u062f \\u0627\\u0643\\u062a\\u0645\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo lleva procesar mi retiro?\",\"answer\":\"Los tiempos de procesamiento de retiros pueden variar seg\\u00fan el m\\u00e9todo elegido. Las transferencias bancarias pueden tardar m\\u00e1s que los retiros de billetera digital, pero recibir\\u00e1s una notificaci\\u00f3n confirmando cuando se complete la transferencia.\"},\"fr\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo lleva procesar mi retiro?\",\"answer\":\"Les d\\u00e9lais de traitement des retraits peuvent varier en fonction de la m\\u00e9thode choisie. Les virements bancaires peuvent prendre plus de temps que les retraits sur portefeuille num\\u00e9rique, mais vous recevrez une notification confirmant la fin du transfert.\"},\"hi\":{\"question\":\"\\u092e\\u0947\\u0930\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0947\\u0917\\u093e?\",\"answer\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u093e \\u0938\\u092e\\u092f \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092e\\u0947\\u0902 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u0924\\u0941\\u0932\\u0928\\u093e \\u092e\\u0947\\u0902 \\u0905\\u0927\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0932\\u0917 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948, \\u0932\\u0947\\u0915\\u093f\\u0928 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u0942\\u0930\\u093e \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930 \\u0906\\u092a\\u0915\\u094b \\u0907\\u0938\\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"67249b0490b2a\"}}}', 1, 1, '2024-11-01 19:09:49', '2024-11-07 01:03:57');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(12, 12, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Making Payments\",\"sub_heading\":\"Find answers to your questions regarding the payment process in QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a\",\"sub_heading\":\"\\u0627\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre c\\u00f3mo realizar pagos\",\"sub_heading\":\"Encuentre respuestas a sus preguntas sobre el proceso de pago en QRPay Pro.\"},\"fr\":{\"heading\":\"Preguntas frecuentes sobre c\\u00f3mo realizar pagos\",\"sub_heading\":\"Trouvez les r\\u00e9ponses \\u00e0 vos questions concernant le processus de paiement dans QRPay Pro.\"},\"hi\":{\"heading\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"67249c393562d\":{\"language\":{\"en\":{\"question\":\"How can I make a payment using QRPay Pro?\",\"answer\":\"To make a payment, navigate to the Make Payment feature, select the QRPay Pro merchant you wish to pay, enter the payment amount, and confirm the transaction. Your funds will be transferred instantly.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u0648\\u062d\\u062f\\u062f \\u062a\\u0627\\u062c\\u0631 QRPay Pro \\u0627\\u0644\\u0630\\u064a \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0647\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629. \\u0633\\u064a\\u062a\\u0645 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo realizar un pago usando QRPay Pro?\",\"answer\":\"Para realizar un pago, navegue hasta la funci\\u00f3n Realizar pago, seleccione el comerciante de QRPay Pro al que desea pagar, ingrese el monto del pago y confirme la transacci\\u00f3n. Sus fondos se transferir\\u00e1n instant\\u00e1neamente.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo puedo realizar un pago usando QRPay Pro?\",\"answer\":\"Pour effectuer un paiement, acc\\u00e9dez \\u00e0 la fonction Effectuer un paiement, s\\u00e9lectionnez le commer\\u00e7ant QRPay Pro que vous souhaitez payer, saisissez le montant du paiement et confirmez la transaction. Vos fonds seront transf\\u00e9r\\u00e9s instantan\\u00e9ment.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u0909\\u0938 QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u091c\\u093f\\u0938\\u0947 \\u0906\\u092a \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0906\\u092a\\u0915\\u093e \\u092b\\u0902\\u0921 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0930 \\u0926\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e.\"}},\"id\":\"67249c393562d\"},\"67249c41c0e30\":{\"language\":{\"en\":{\"question\":\"Can I pay any merchant with QRPay Pro?\",\"answer\":\"No, payments can only be made to merchants registered on the QRPay Pro platform. Ensure you are paying a QRPay Pro merchant to complete your transaction successfully.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0623\\u064a \\u062a\\u0627\\u062c\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0627\\u060c \\u0644\\u0627 \\u064a\\u0645\\u0643\\u0646 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0625\\u0644\\u0627 \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0627\\u0644\\u0645\\u0633\\u062c\\u0644\\u064a\\u0646 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u0623\\u0646\\u0643 \\u062a\\u062f\\u0641\\u0639 \\u0644\\u062a\\u0627\\u062c\\u0631 QRPay Pro \\u0644\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643 \\u0628\\u0646\\u062c\\u0627\\u062d.\"},\"es\":{\"question\":\"\\u00bfPuedo pagarle a cualquier comerciante con QRPay Pro?\",\"answer\":\"No, los pagos s\\u00f3lo se pueden realizar a comercios registrados en la plataforma QRPay Pro. Aseg\\u00farese de pagarle a un comerciante de QRPay Pro para completar su transacci\\u00f3n con \\u00e9xito.\"},\"fr\":{\"question\":\"\\u00bfPuedo pagarle a cualquier comerciante con QRPay Pro?\",\"answer\":\"Non, les paiements ne peuvent \\u00eatre effectu\\u00e9s qu\'aux commer\\u00e7ants inscrits sur la plateforme QRPay Pro. Assurez-vous de payer un commer\\u00e7ant QRPay Pro pour terminer votre transaction avec succ\\u00e8s.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 QRPay Pro \\u0938\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0928\\u0939\\u0940\\u0902, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947\\u0935\\u0932 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0943\\u0924 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0939\\u0940 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902 \\u0915\\u093f \\u0906\\u092a \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u092b\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"67249c41c0e30\"},\"67249c49ca78c\":{\"language\":{\"en\":{\"question\":\"Are there any fees for making payments with QRPay Pro?\",\"answer\":\"QRPay Pro typically does not charge fees for making payments. However, individual merchants may have their own policies regarding fees, so it\'s advisable to check before confirming your payment.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0639\\u0646\\u062f \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0627 \\u064a\\u0641\\u0631\\u0636 QRPay Pro \\u0639\\u0627\\u062f\\u0629\\u064b \\u0631\\u0633\\u0648\\u0645\\u064b\\u0627 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u0642\\u062f \\u064a\\u0643\\u0648\\u0646 \\u0644\\u062f\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0627\\u0644\\u0641\\u0631\\u062f\\u064a\\u064a\\u0646 \\u0633\\u064a\\u0627\\u0633\\u0627\\u062a\\u0647\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0641\\u064a\\u0645\\u0627 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0627\\u0644\\u0631\\u0633\\u0648\\u0645\\u060c \\u0644\\u0630\\u0627 \\u064a\\u064f\\u0646\\u0635\\u062d \\u0628\\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062f\\u0641\\u0639.\"},\"es\":{\"question\":\"\\u00bfHay alg\\u00fan cargo por realizar pagos con QRPay Pro?\",\"answer\":\"QRPay Pro normalmente no cobra tarifas por realizar pagos. Sin embargo, los comerciantes individuales pueden tener sus propias pol\\u00edticas con respecto a las tarifas, por lo que es recomendable verificar antes de confirmar su pago.\"},\"fr\":{\"question\":\"\\u00bfHay alg\\u00fan cargo por realizar pagos con QRPay Pro?\",\"answer\":\"QRPay Pro ne facture g\\u00e9n\\u00e9ralement pas de frais pour effectuer des paiements. Cependant, chaque commer\\u00e7ant peut avoir ses propres politiques concernant les frais, il est donc conseill\\u00e9 de v\\u00e9rifier avant de confirmer votre paiement.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u092a\\u0930 \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0906\\u092e\\u0924\\u094c\\u0930 \\u092a\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0928\\u0939\\u0940\\u0902 \\u0932\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u0932\\u0917-\\u0905\\u0932\\u0917 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0940 \\u0905\\u092a\\u0928\\u0940 \\u0928\\u0940\\u0924\\u093f\\u092f\\u093e\\u0902 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902, \\u0907\\u0938\\u0932\\u093f\\u090f \\u0938\\u0932\\u093e\\u0939 \\u0926\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948 \\u0915\\u093f \\u0905\\u092a\\u0928\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u091c\\u093e\\u0902\\u091a \\u0915\\u0930 \\u0932\\u0947\\u0902\\u0964\"}},\"id\":\"67249c49ca78c\"},\"67249c52ce2d3\":{\"language\":{\"en\":{\"question\":\"How will I know if my payment was successful?\",\"answer\":\"Once you confirm the payment, you will receive a notification confirming the success of your transaction. You can also check your transaction history for confirmation.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0639\\u0631\\u0641 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u062f\\u0641\\u0639\\u062a\\u064a \\u0646\\u0627\\u062c\\u062d\\u0629\\u061f\",\"answer\":\"\\u0628\\u0645\\u062c\\u0631\\u062f \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0646\\u062c\\u0627\\u062d \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0633\\u062c\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0644\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si mi pago fue exitoso?\",\"answer\":\"Una vez que confirmes el pago, recibir\\u00e1s una notificaci\\u00f3n confirmando el \\u00e9xito de tu transacci\\u00f3n. Tambi\\u00e9n puede consultar su historial de transacciones para confirmarlo.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si mi pago fue exitoso?\",\"answer\":\"Une fois le paiement confirm\\u00e9, vous recevrez une notification confirmant le succ\\u00e8s de votre transaction. Vous pouvez \\u00e9galement consulter l\\u2019historique de vos transactions pour confirmation.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u092e\\u0947\\u0930\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092b\\u0932 \\u0939\\u0941\\u0906?\",\"answer\":\"\\u090f\\u0915 \\u092c\\u093e\\u0930 \\u091c\\u092c \\u0906\\u092a \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u092b\\u0932\\u0924\\u093e \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u092d\\u0940 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"67249c52ce2d3\"}}}', 1, 1, '2024-11-01 19:15:25', '2024-11-07 01:10:08'),
(13, 13, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Money Out\",\"sub_heading\":\"Find answers to your questions regarding the money withdrawal process in QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0635\\u0627\\u062f\\u0631\\u0629\",\"sub_heading\":\"\\u0627\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre retiros de dinero\",\"sub_heading\":\"Encuentre respuestas a sus preguntas sobre el proceso de retiro de dinero en QRPay Pro.\"},\"fr\":{\"heading\":\"Preguntas frecuentes sobre retiros de dinero\",\"sub_heading\":\"Trouvez des r\\u00e9ponses \\u00e0 vos questions concernant le processus de retrait d\'argent dans QRPay Pro.\"},\"hi\":{\"heading\":\"\\u092e\\u0928\\u0940 \\u0906\\u0909\\u091f \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"67249d34d9feb\":{\"language\":{\"en\":{\"question\":\"How can I withdraw money from my QRPay Pro account?\",\"answer\":\"To withdraw money, go to the Money Out feature, select a QRPay Pro agent, enter the withdrawal amount, and confirm the transaction. Your funds will be transferred to the agent securely.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 Money Out\\u060c \\u0648\\u062d\\u062f\\u062f \\u0648\\u0643\\u064a\\u0644 QRPay Pro\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0633\\u062d\\u0628\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629. \\u0633\\u064a\\u062a\\u0645 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0648\\u0643\\u064a\\u0644 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo retirar dinero de mi cuenta QRPay Pro?\",\"answer\":\"Para retirar dinero, vaya a la funci\\u00f3n Retiro de dinero, seleccione un agente de QRPay Pro, ingrese el monto del retiro y confirme la transacci\\u00f3n. Sus fondos se transferir\\u00e1n al agente de forma segura.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo puedo retirar dinero de mi cuenta QRPay Pro?\",\"answer\":\"Pour retirer de l\'argent, acc\\u00e9dez \\u00e0 la fonction Money Out, s\\u00e9lectionnez un agent QRPay Pro, saisissez le montant du retrait et confirmez la transaction. Vos fonds seront transf\\u00e9r\\u00e9s \\u00e0 l\'agent en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092e\\u0928\\u0940 \\u0906\\u0909\\u091f \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0906\\u092a\\u0915\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0926\\u0940 \\u091c\\u093e\\u090f\\u0917\\u0940\\u0964\"}},\"id\":\"67249d34d9feb\"},\"67249d3e34b04\":{\"language\":{\"en\":{\"question\":\"Who can I withdraw money to?\",\"answer\":\"You can only withdraw money to authorized QRPay Pro agents registered on the QRPay Pro platform. Make sure you select a trusted agent for your transaction.\"},\"ar\":{\"question\":\"\\u0644\\u0645\\u0646 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0641\\u0642\\u0637 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u0644\\u0627\\u0621 QRPay Pro \\u0627\\u0644\\u0645\\u0639\\u062a\\u0645\\u062f\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062c\\u0644\\u064a\\u0646 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u062a\\u062d\\u062f\\u064a\\u062f \\u0648\\u0643\\u064a\\u0644 \\u0645\\u0648\\u062b\\u0648\\u0642 \\u0628\\u0647 \\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfA qui\\u00e9n puedo retirar dinero?\",\"answer\":\"S\\u00f3lo puedes retirar dinero a agentes autorizados de QRPay Pro registrados en la plataforma QRPay Pro. Aseg\\u00farese de seleccionar un agente confiable para su transacci\\u00f3n.\"},\"fr\":{\"question\":\"\\u00bfA qui\\u00e9n puedo retirar dinero?\",\"answer\":\"Vous ne pouvez retirer de l\'argent qu\'aux agents QRPay Pro autoris\\u00e9s enregistr\\u00e9s sur la plateforme QRPay Pro. Assurez-vous de s\\u00e9lectionner un agent de confiance pour votre transaction.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0915\\u093f\\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0906\\u092a \\u0915\\u0947\\u0935\\u0932 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0943\\u0924 \\u0905\\u0927\\u093f\\u0915\\u0943\\u0924 QRPay Pro \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0938\\u0947 \\u0939\\u0940 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902 \\u0915\\u093f \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"67249d3e34b04\"},\"67249d4923da9\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with withdrawing money?\",\"answer\":\"Typically, QRPay Pro does not charge fees for withdrawing funds to agents. However, some agents may have their own fee structures, so it\'s a good idea to verify before proceeding with your withdrawal.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0639\\u0627\\u062f\\u0629\\u064b\\u060c \\u0644\\u0627 \\u064a\\u0641\\u0631\\u0636 QRPay Pro \\u0631\\u0633\\u0648\\u0645\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u0642\\u062f \\u064a\\u0643\\u0648\\u0646 \\u0644\\u062f\\u0649 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0647\\u064a\\u0627\\u0643\\u0644 \\u0631\\u0633\\u0648\\u0645 \\u062e\\u0627\\u0635\\u0629 \\u0628\\u0647\\u0645\\u060c \\u0644\\u0630\\u0627 \\u0645\\u0646 \\u0627\\u0644\\u062c\\u064a\\u062f \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646\\u0647\\u0627 \\u0642\\u0628\\u0644 \\u0645\\u062a\\u0627\\u0628\\u0639\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628.\"},\"es\":{\"question\":\"\\u00bfExiste alguna tarifa asociada con el retiro de dinero?\",\"answer\":\"Normalmente, QRPay Pro no cobra tarifas por retirar fondos a los agentes. Sin embargo, algunos agentes pueden tener sus propias estructuras de tarifas, por lo que es una buena idea verificarlo antes de continuar con el retiro.\"},\"fr\":{\"question\":\"\\u00bfExiste alguna tarifa asociada con el retiro de dinero?\",\"answer\":\"En r\\u00e8gle g\\u00e9n\\u00e9rale, QRPay Pro ne facture pas de frais pour le retrait de fonds aux agents. Cependant, certains agents peuvent avoir leurs propres structures de frais, c\'est donc une bonne id\\u00e9e de v\\u00e9rifier avant de proc\\u00e9der \\u00e0 votre retrait.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u0906\\u092e\\u0924\\u094c\\u0930 \\u092a\\u0930, QRPay Pro \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0928\\u0939\\u0940\\u0902 \\u0932\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0915\\u0941\\u091b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0940 \\u0905\\u092a\\u0928\\u0940 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0938\\u0902\\u0930\\u091a\\u0928\\u093e \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948, \\u0907\\u0938\\u0932\\u093f\\u090f \\u0906\\u092a\\u0915\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0917\\u0947 \\u092c\\u0922\\u093c\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0938\\u0924\\u094d\\u092f\\u093e\\u092a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u093e \\u090f\\u0915 \\u0905\\u091a\\u094d\\u091b\\u093e \\u0935\\u093f\\u091a\\u093e\\u0930 \\u0939\\u0948\\u0964\"}},\"id\":\"67249d4923da9\"},\"67249d51e9538\":{\"language\":{\"en\":{\"question\":\"How will I know when my withdrawal is complete?\",\"answer\":\"After confirming your withdrawal, you will receive a notification once the funds have been successfully sent to the QRPay Pro agent. You can also check your transaction history for confirmation.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0639\\u0631\\u0641 \\u0645\\u062a\\u0649 \\u0627\\u0643\\u062a\\u0645\\u0644 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0628\\u0639\\u062f \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0633\\u062d\\u0628\\u060c \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u0628\\u0645\\u062c\\u0631\\u062f \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0646\\u062c\\u0627\\u062d \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 QRPay Pro. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0633\\u062c\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0644\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 cuando se complete mi retiro?\",\"answer\":\"Despu\\u00e9s de confirmar su retiro, recibir\\u00e1 una notificaci\\u00f3n una vez que los fondos se hayan enviado exitosamente al agente de QRPay Pro. Tambi\\u00e9n puede consultar su historial de transacciones para confirmarlo.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 cuando se complete mi retiro?\",\"answer\":\"Apr\\u00e8s avoir confirm\\u00e9 votre retrait, vous recevrez une notification une fois que les fonds auront \\u00e9t\\u00e9 envoy\\u00e9s avec succ\\u00e8s \\u00e0 l\'agent QRPay Pro. Vous pouvez \\u00e9galement consulter l\\u2019historique de vos transactions pour confirmation.\"},\"hi\":{\"question\":\"\\u091c\\u092c \\u092e\\u0947\\u0930\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u0942\\u0930\\u0940 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u0940 \\u0924\\u094b \\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e?\",\"answer\":\"\\u0906\\u092a\\u0915\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0926, QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u092b\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u092d\\u0947\\u091c\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u092a\\u0930 \\u0906\\u092a\\u0915\\u094b \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u092d\\u0940 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"67249d51e9538\"}}}', 1, 1, '2024-11-01 19:19:36', '2024-11-07 01:17:18'),
(14, 14, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About QRPay Pro Virtual Card\",\"sub_heading\":\"Find answers to your questions regarding virtual card creation and usage.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0628\\u0637\\u0627\\u0642\\u0629 QRPay Pro \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\",\"sub_heading\":\"\\u0627\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la tarjeta virtual QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a sus preguntas sobre la creaci\\u00f3n y el uso de tarjetas virtuales.\"},\"fr\":{\"heading\":\"Preguntas frecuentes sobre la tarjeta virtual QRPay Pro\",\"sub_heading\":\"Trouvez les r\\u00e9ponses \\u00e0 vos questions concernant la cr\\u00e9ation et l\'utilisation de cartes virtuelles.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0928\\u093f\\u0930\\u094d\\u092e\\u093e\\u0923 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"67249deaa7d38\":{\"language\":{\"en\":{\"question\":\"How do I create a virtual card using QRPay Pro?\",\"answer\":\"To create a virtual card, go to the Virtual Card feature in your QRPay Pro app, click on \\\"Create a Virtual Card,\\\" and follow the prompts to set your preferences and generate your card.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0642\\u0648\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u064a\\u0632\\u0629 Virtual Card \\u0641\\u064a \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro\\u060c \\u0648\\u0627\\u0646\\u0642\\u0631 \\u0639\\u0644\\u0649 \\\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\\\"\\u060c \\u0648\\u0627\\u062a\\u0628\\u0639 \\u0627\\u0644\\u0645\\u0637\\u0627\\u0644\\u0628\\u0627\\u062a \\u0644\\u062a\\u0639\\u064a\\u064a\\u0646 \\u062a\\u0641\\u0636\\u064a\\u0644\\u0627\\u062a\\u0643 \\u0648\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo creo una tarjeta virtual usando QRPay Pro?\",\"answer\":\"Para crear una tarjeta virtual, vaya a la funci\\u00f3n Tarjeta virtual en su aplicaci\\u00f3n QRPay Pro, haga clic en \\\"Crear una tarjeta virtual\\\" y siga las instrucciones para configurar sus preferencias y generar su tarjeta.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo creo una tarjeta virtual usando QRPay Pro?\",\"answer\":\"Pour cr\\u00e9er une carte virtuelle, acc\\u00e9dez \\u00e0 la fonctionnalit\\u00e9 Carte virtuelle de votre application QRPay Pro, cliquez sur \\u00ab Cr\\u00e9er une carte virtuelle \\u00bb et suivez les invites pour d\\u00e9finir vos pr\\u00e9f\\u00e9rences et g\\u00e9n\\u00e9rer votre carte.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0948\\u0938\\u0947 \\u092c\\u0928\\u093e\\u090a\\u0902?\",\"answer\":\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0910\\u092a \\u092e\\u0947\\u0902 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, \\\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u090f\\u0902\\\" \\u092a\\u0930 \\u0915\\u094d\\u0932\\u093f\\u0915 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\\u0924\\u093e\\u090f\\u0902 \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0905\\u092a\\u0928\\u093e \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0902\\u0915\\u0947\\u0924\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"67249deaa7d38\"},\"67249df3e5e68\":{\"language\":{\"en\":{\"question\":\"Can I use my QRPay Pro virtual card for international transactions?\",\"answer\":\"Yes, QRPay Pro virtual cards can typically be used for international transactions as long as the merchant accepts card payments. Check with the merchant for their accepted payment methods.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0629 QRPay Pro \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u064a \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u0645\\u0643\\u0646 \\u0639\\u0627\\u062f\\u0629\\u064b \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a QRPay Pro \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629 \\u0637\\u0627\\u0644\\u0645\\u0627 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 \\u064a\\u0642\\u0628\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629. \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0639 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 \\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0637\\u0631\\u0642 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u0642\\u0628\\u0648\\u0644\\u0629 \\u0644\\u062f\\u064a\\u0647.\"},\"es\":{\"question\":\"\\u00bfPuedo utilizar mi tarjeta virtual QRPay Pro para transacciones internacionales?\",\"answer\":\"S\\u00ed, las tarjetas virtuales QRPay Pro normalmente se pueden utilizar para transacciones internacionales siempre que el comerciante acepte pagos con tarjeta. Consulte con el comerciante cu\\u00e1les son los m\\u00e9todos de pago aceptados.\"},\"fr\":{\"question\":\"\\u00bfPuedo utilizar mi tarjeta virtual QRPay Pro para transacciones internacionales?\",\"answer\":\"Oui, les cartes virtuelles QRPay Pro peuvent g\\u00e9n\\u00e9ralement \\u00eatre utilis\\u00e9es pour les transactions internationales tant que le commer\\u00e7ant accepte les paiements par carte. V\\u00e9rifiez aupr\\u00e8s du commer\\u00e7ant ses m\\u00e9thodes de paiement accept\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay Pro \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948, \\u091c\\u092c \\u0924\\u0915 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0938\\u0947 \\u0909\\u0928\\u0915\\u0940 \\u0938\\u094d\\u0935\\u0940\\u0915\\u0943\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0940 \\u091c\\u093e\\u0901\\u091a \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"67249df3e5e68\"},\"67249e0019f6d\":{\"language\":{\"en\":{\"question\":\"Is it safe to use a virtual card for online purchases?\",\"answer\":\"Absolutely! QRPay Pro\'s virtual card feature provides an additional layer of security by keeping your actual credit card details private, reducing the risk of fraud.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0622\\u0645\\u0646 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0644\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a\\u061f\",\"answer\":\"\\u0642\\u0637\\u0639\\u0627\\u064b! \\u062a\\u0648\\u0641\\u0631 \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0637\\u0628\\u0642\\u0629 \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643 \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0642\\u0644\\u0644 \\u0645\\u0646 \\u0645\\u062e\\u0627\\u0637\\u0631 \\u0627\\u0644\\u0627\\u062d\\u062a\\u064a\\u0627\\u0644.\"},\"es\":{\"question\":\"\\u00bfEs seguro utilizar una tarjeta virtual para compras online?\",\"answer\":\"\\u00a1Absolutamente! La funci\\u00f3n de tarjeta virtual de QRPay Pro proporciona una capa adicional de seguridad al mantener privados los datos reales de su tarjeta de cr\\u00e9dito, lo que reduce el riesgo de fraude.\"},\"fr\":{\"question\":\"\\u00bfEs seguro utilizar una tarjeta virtual para compras online?\",\"answer\":\"Absolument! La fonctionnalit\\u00e9 de carte virtuelle de QRPay Pro offre une couche de s\\u00e9curit\\u00e9 suppl\\u00e9mentaire en gardant les d\\u00e9tails de votre carte de cr\\u00e9dit confidentiels, r\\u00e9duisant ainsi le risque de fraude.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094d\\u0915\\u0941\\u0932! QRPay Pro \\u0915\\u093e \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092b\\u0940\\u091a\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u094b \\u0928\\u093f\\u091c\\u0940 \\u0930\\u0916\\u0915\\u0930 \\u0927\\u094b\\u0916\\u093e\\u0927\\u0921\\u093c\\u0940 \\u0915\\u0947 \\u091c\\u094b\\u0916\\u093f\\u092e \\u0915\\u094b \\u0915\\u092e \\u0915\\u0930\\u0915\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0940 \\u090f\\u0915 \\u0905\\u0924\\u093f\\u0930\\u093f\\u0915\\u094d\\u0924 \\u092a\\u0930\\u0924 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"67249e0019f6d\"},\"67249e0e36550\":{\"language\":{\"en\":{\"question\":\"Can I set limits on my virtual card?\",\"answer\":\"Yes, when generating your virtual card, you can set spending limits and an expiration date based on your preferences, allowing you to manage your spending effectively.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0648\\u0636\\u0639 \\u062d\\u062f\\u0648\\u062f \\u0639\\u0644\\u0649 \\u0628\\u0637\\u0627\\u0642\\u062a\\u064a \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0639\\u0646\\u062f \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u062d\\u062f\\u0648\\u062f \\u0627\\u0644\\u0625\\u0646\\u0641\\u0627\\u0642 \\u0648\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0646\\u062a\\u0647\\u0627\\u0621 \\u0627\\u0644\\u0635\\u0644\\u0627\\u062d\\u064a\\u0629 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u062a\\u0641\\u0636\\u064a\\u0644\\u0627\\u062a\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0625\\u0646\\u0641\\u0627\\u0642\\u0643 \\u0628\\u0641\\u0639\\u0627\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfPuedo poner l\\u00edmites a mi tarjeta virtual?\",\"answer\":\"S\\u00ed, al generar tu tarjeta virtual, puedes establecer l\\u00edmites de gasto y una fecha de vencimiento seg\\u00fan tus preferencias, permiti\\u00e9ndote administrar tus gastos de manera efectiva.\"},\"fr\":{\"question\":\"\\u00bfPuedo poner l\\u00edmites a mi tarjeta virtual?\",\"answer\":\"Oui, lors de la g\\u00e9n\\u00e9ration de votre carte virtuelle, vous pouvez d\\u00e9finir des limites de d\\u00e9penses et une date d\'expiration en fonction de vos pr\\u00e9f\\u00e9rences, vous permettant ainsi de g\\u00e9rer efficacement vos d\\u00e9penses.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092a\\u0930 \\u0938\\u0940\\u092e\\u093e \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0905\\u092a\\u0928\\u093e \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u0924\\u0947 \\u0938\\u092e\\u092f, \\u0906\\u092a \\u0905\\u092a\\u0928\\u0940 \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0916\\u0930\\u094d\\u091a \\u0938\\u0940\\u092e\\u093e \\u0914\\u0930 \\u0938\\u092e\\u093e\\u092a\\u094d\\u0924\\u093f \\u0924\\u093f\\u0925\\u093f \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u0916\\u0930\\u094d\\u091a \\u0915\\u094b \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935\\u0940 \\u0922\\u0902\\u0917 \\u0938\\u0947 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"67249e0e36550\"}}}', 1, 1, '2024-11-01 19:22:40', '2024-11-07 14:57:24');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(15, 15, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About QRPay Pro Gift Cards\",\"sub_heading\":\"Find answers to your questions regarding gift card purchases and usage.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0647\\u062f\\u0627\\u064a\\u0627 QRPay Pro\",\"sub_heading\":\"\\u0627\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre las tarjetas regalo QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a sus preguntas sobre la compra y el uso de tarjetas de regalo.\"},\"fr\":{\"heading\":\"Preguntas frecuentes sobre las tarjetas regalo QRPay Pro\",\"sub_heading\":\"Trouvez les r\\u00e9ponses \\u00e0 vos questions concernant les achats et l\'utilisation des cartes-cadeaux.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0917\\u093f\\u092b\\u093c\\u094d\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0938\\u0947 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"67249ebe7ac0b\":{\"language\":{\"en\":{\"question\":\"How do I purchase a gift card through QRPay Pro?\",\"answer\":\"To purchase a gift card, navigate to the Gift Card section in your QRPay Pro app, select the gift card you wish to buy, enter the recipient\\u2019s details, and make the payment.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u0627\\u064a\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u0627\\u064a\\u0627\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0641\\u064a \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro\\u060c \\u0648\\u062d\\u062f\\u062f \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u0634\\u0631\\u0627\\u0626\\u0647\\u0627\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u060c \\u0648\\u0642\\u0645 \\u0628\\u0627\\u0644\\u062f\\u0641\\u0639.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo compro una tarjeta de regalo a trav\\u00e9s de QRPay Pro?\",\"answer\":\"Para comprar una tarjeta de regalo, navegue hasta la secci\\u00f3n Tarjeta de regalo en su aplicaci\\u00f3n QRPay Pro, seleccione la tarjeta de regalo que desea comprar, ingrese los detalles del destinatario y realice el pago.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo compro una tarjeta de regalo a trav\\u00e9s de QRPay Pro?\",\"answer\":\"Pour acheter une carte-cadeau, acc\\u00e9dez \\u00e0 la section Carte-cadeau de votre application QRPay Pro, s\\u00e9lectionnez la carte-cadeau que vous souhaitez acheter, saisissez les coordonn\\u00e9es du destinataire et effectuez le paiement.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0948\\u0938\\u0947 \\u0916\\u0930\\u0940\\u0926\\u0942\\u0902?\",\"answer\":\"\\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0916\\u0930\\u0940\\u0926\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0910\\u092a \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u0935\\u0939 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u091a\\u0941\\u0928\\u0947\\u0902 \\u091c\\u093f\\u0938\\u0947 \\u0906\\u092a \\u0916\\u0930\\u0940\\u0926\\u0928\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"67249ebe7ac0b\"},\"67249ec84ff4e\":{\"language\":{\"en\":{\"question\":\"Can I customize the amount on the gift card?\",\"answer\":\"Yes, when purchasing a gift card, you can choose the amount to load onto the card, allowing for personalized gifting options.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u062e\\u0635\\u064a\\u0635 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0648\\u062c\\u0648\\u062f \\u0639\\u0644\\u0649 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0639\\u0646\\u062f \\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u0627\\u064a\\u0627\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u062a\\u0631\\u064a\\u062f \\u062a\\u062d\\u0645\\u064a\\u0644\\u0647 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0628\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfPuedo personalizar el importe de la tarjeta regalo?\",\"answer\":\"S\\u00ed, al comprar una tarjeta de regalo, puede elegir el monto a cargar en la tarjeta, lo que permite opciones de obsequio personalizadas.\"},\"fr\":{\"question\":\"\\u00bfPuedo personalizar el importe de la tarjeta regalo?\",\"answer\":\"Oui, lors de l\'achat d\'une carte-cadeau, vous pouvez choisir le montant \\u00e0 charger sur la carte, permettant ainsi des options de cadeaux personnalis\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092a\\u0930 \\u0930\\u093e\\u0936\\u093f \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0916\\u0930\\u0940\\u0926\\u0924\\u0947 \\u0938\\u092e\\u092f, \\u0906\\u092a \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092a\\u0930 \\u0932\\u094b\\u0921 \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u0930\\u093e\\u0936\\u093f \\u091a\\u0941\\u0928 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0935\\u0948\\u092f\\u0915\\u094d\\u0924\\u093f\\u0915\\u0943\\u0924 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0926\\u0947\\u0928\\u0947 \\u0915\\u0947 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u092e\\u093f\\u0932\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"67249ec84ff4e\"},\"67249ed114449\":{\"language\":{\"en\":{\"question\":\"How will the recipient receive the gift card?\",\"answer\":\"The recipient will receive their digital gift card via email or SMS, depending on the details you provided during the purchase.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0633\\u064a\\u062d\\u0635\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0639\\u0644\\u0649 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u064a\\u0629\\u061f\",\"answer\":\"\\u0633\\u064a\\u062a\\u0644\\u0642\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0647 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0627\\u0644\\u0631\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u0646\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0642\\u0635\\u064a\\u0631\\u0629\\u060c \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062a\\u064a \\u0642\\u062f\\u0645\\u062a\\u0647\\u0627 \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo recibir\\u00e1 el destinatario la tarjeta regalo?\",\"answer\":\"El destinatario recibir\\u00e1 su tarjeta regalo digital por correo electr\\u00f3nico o SMS, dependiendo de los datos que hayas proporcionado durante la compra.\"},\"fr\":{\"question\":\"\\u00bfC\\u00f3mo recibir\\u00e1 el destinatario la tarjeta regalo?\",\"answer\":\"Le destinataire recevra sa carte cadeau num\\u00e9rique par e-mail ou SMS, en fonction des informations que vous avez fournies lors de l\'achat.\"},\"hi\":{\"question\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u093e?\",\"answer\":\"\\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0926\\u094c\\u0930\\u093e\\u0928 \\u0906\\u092a\\u0915\\u0947 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u093f\\u090f \\u0917\\u090f \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930, \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0905\\u092a\\u0928\\u093e \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0908\\u092e\\u0947\\u0932 \\u092f\\u093e \\u090f\\u0938\\u090f\\u092e\\u090f\\u0938 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u093e\\u0964\"}},\"id\":\"67249ed114449\"},\"67249ed819948\":{\"language\":{\"en\":{\"question\":\"Can gift cards be used internationally?\",\"answer\":\"Gift cards can typically be used at merchants that accept them; however, it\\u2019s important to check the specific terms and conditions of the gift card provider to ensure it can be used internationally.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646 \\u0639\\u0627\\u062f\\u0629\\u064b \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0644\\u062f\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0642\\u0628\\u0644\\u0648\\u0646\\u0647\\u0627\\u061b \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0647\\u0645 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0648\\u0627\\u0644\\u0623\\u062d\\u0643\\u0627\\u0645 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629 \\u0644\\u0645\\u0648\\u0641\\u0631 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0644\\u0644\\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627.\"},\"es\":{\"question\":\"\\u00bfSe pueden utilizar las tarjetas de regalo a nivel internacional?\",\"answer\":\"Las tarjetas de regalo normalmente se pueden utilizar en comercios que las acepten; sin embargo, es importante verificar los t\\u00e9rminos y condiciones espec\\u00edficos del proveedor de la tarjeta de regalo para asegurarse de que pueda usarse internacionalmente.\"},\"fr\":{\"question\":\"\\u00bfSe pueden utilizar las tarjetas de regalo a nivel internacional?\",\"answer\":\"Les cartes-cadeaux peuvent g\\u00e9n\\u00e9ralement \\u00eatre utilis\\u00e9es chez les commer\\u00e7ants qui les acceptent\\u00a0; cependant, il est important de v\\u00e9rifier les conditions g\\u00e9n\\u00e9rales sp\\u00e9cifiques du fournisseur de la carte-cadeau pour s\\u2019assurer qu\\u2019elle peut \\u00eatre utilis\\u00e9e \\u00e0 l\\u2019international.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0909\\u0928 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902; \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0924\\u093e \\u0915\\u0947 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0928\\u093f\\u092f\\u092e\\u094b\\u0902 \\u0914\\u0930 \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u0915\\u0940 \\u091c\\u093e\\u0901\\u091a \\u0915\\u0930\\u0928\\u093e \\u092e\\u0939\\u0924\\u094d\\u0935\\u092a\\u0942\\u0930\\u094d\\u0923 \\u0939\\u0948 \\u0915\\u093f \\u0907\\u0938\\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"67249ed819948\"}}}', 1, 1, '2024-11-01 19:26:11', '2024-11-07 15:02:44'),
(16, 16, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About QRPay Pro Bill Pay\",\"sub_heading\":\"Get answers to your questions about managing and paying your bills through QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 QRPay Pro Bill Pay\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u062d\\u0648\\u0644 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0648\\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el pago de facturas QRPay Pro\",\"sub_heading\":\"Obtenga respuestas a sus preguntas sobre c\\u00f3mo administrar y pagar sus facturas a trav\\u00e9s de QRPay Pro.\"},\"fr\":{\"heading\":\"Foire aux questions sur le paiement de factures QRPay Pro\",\"sub_heading\":\"Obtenez des r\\u00e9ponses \\u00e0 vos questions sur la gestion et le paiement de vos factures via QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249f947409b\":{\"language\":{\"en\":{\"question\":\"How do I pay my bills using QRPay Pro?\",\"answer\":\"To pay your bills, go to the Bill Pay section in your QRPay Pro app, select the type of bill, enter the required details, and confirm your payment.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u064a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\\" \\u0641\\u064a \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro\\u060c \\u0648\\u062d\\u062f\\u062f \\u0646\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\\u060c \\u0648\\u0623\\u0643\\u062f \\u0627\\u0644\\u062f\\u0641\\u0639.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo pago mis facturas usando QRPay Pro?\",\"answer\":\"Para pagar sus facturas, vaya a la secci\\u00f3n Pago de facturas en su aplicaci\\u00f3n QRPay Pro, seleccione el tipo de factura, ingrese los detalles requeridos y confirme su pago.\"},\"fr\":{\"question\":\"Comment payer mes factures avec QRPay Pro ?\",\"answer\":\"Pour payer vos factures, acc\\u00e9dez \\u00e0 la section Bill Pay de votre application QRPay Pro, s\\u00e9lectionnez le type de facture, saisissez les d\\u00e9tails requis et confirmez votre paiement.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0942\\u0901?\",\"answer\":\"\\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0910\\u092a \\u092e\\u0947\\u0902 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, \\u092c\\u093f\\u0932 \\u0915\\u093e \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u091a\\u0941\\u0928\\u0947\\u0902, \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0905\\u092a\\u0928\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"67249f947409b\"},\"67249f9dc45ee\":{\"language\":{\"en\":{\"question\":\"What types of bills can I pay through QRPay Pro?\",\"answer\":\"You can pay a variety of bills, including utilities, internet, mobile services, and more. Check the available options in the app for specifics.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0623\\u0646\\u0648\\u0627\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062f\\u0641\\u0639\\u0647\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u062f\\u0641\\u0639 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0631\\u0627\\u0641\\u0642 \\u0648\\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0648\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f. \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tipos de facturas puedo pagar a trav\\u00e9s de QRPay Pro?\",\"answer\":\"Puede pagar una variedad de facturas, incluidos servicios p\\u00fablicos, Internet, servicios m\\u00f3viles y m\\u00e1s. Consulte las opciones disponibles en la aplicaci\\u00f3n para conocer m\\u00e1s detalles.\"},\"fr\":{\"question\":\"Quels types de factures puis-je payer via QRPay Pro\\u00a0?\",\"answer\":\"Vous pouvez payer diverses factures, notamment les services publics, Internet, les services mobiles, etc. V\\u00e9rifiez les options disponibles dans l\'application pour plus de d\\u00e9tails.\"},\"hi\":{\"question\":\"QRPay Pro \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092e\\u0948\\u0902 \\u0915\\u093f\\u0938 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u0906\\u092a \\u0909\\u092a\\u092f\\u094b\\u0917\\u093f\\u0924\\u093e\\u0913\\u0902, \\u0907\\u0902\\u091f\\u0930\\u0928\\u0947\\u091f, \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0914\\u0930 \\u0905\\u0928\\u094d\\u092f \\u0938\\u0939\\u093f\\u0924 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0910\\u092a \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a\\u094b\\u0902 \\u0915\\u0940 \\u091c\\u093e\\u0901\\u091a \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"67249f9dc45ee\"},\"67249fa828e69\":{\"language\":{\"en\":{\"question\":\"Is there a limit on the amount I can pay for my bills?\",\"answer\":\"There may be transaction limits depending on your account type and settings. Please refer to the QRPay guidelines or your account information for specific limits.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f \\u0644\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062f\\u0641\\u0639\\u0647 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u064a\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f\\u0648\\u062f \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0646\\u0648\\u0639 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a\\u0643. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u0631\\u062c\\u0648\\u0639 \\u0625\\u0644\\u0649 \\u0625\\u0631\\u0634\\u0627\\u062f\\u0627\\u062a QRPay \\u0623\\u0648 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0627\\u0644\\u062d\\u062f\\u0648\\u062f \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629.\"},\"es\":{\"question\":\"\\u00bfExiste un l\\u00edmite en el monto que puedo pagar por mis facturas?\",\"answer\":\"Puede haber l\\u00edmites de transacciones seg\\u00fan el tipo y la configuraci\\u00f3n de su cuenta. Consulte las pautas de QRPay o la informaci\\u00f3n de su cuenta para conocer l\\u00edmites espec\\u00edficos.\"},\"fr\":{\"question\":\"Y a-t-il une limite au montant que je peux payer pour mes factures ?\",\"answer\":\"Il peut y avoir des limites de transactions en fonction de votre type de compte et de vos param\\u00e8tres. Veuillez vous r\\u00e9f\\u00e9rer aux directives QRPay ou aux informations de votre compte pour conna\\u00eetre les limites sp\\u00e9cifiques.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u0930\\u093e\\u0936\\u093f \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0938\\u0940\\u092e\\u093e \\u0924\\u092f \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u0943\\u092a\\u092f\\u093e \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u0940\\u092e\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay \\u0926\\u093f\\u0936\\u093e\\u0928\\u093f\\u0930\\u094d\\u0926\\u0947\\u0936 \\u092f\\u093e \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0947\\u0916\\u0947\\u0902\\u0964\"}},\"id\":\"67249fa828e69\"},\"67249fb08d569\":{\"language\":{\"en\":{\"question\":\"How will I know if my bill payment was successful?\",\"answer\":\"Once your payment is processed, you will receive a notification confirming the transaction. You can also check your transaction history for details.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0633\\u0623\\u0639\\u0631\\u0641 \\u0645\\u0627 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646 \\u062f\\u0641\\u0639 \\u0641\\u0627\\u062a\\u0648\\u0631\\u062a\\u064a \\u0646\\u0627\\u062c\\u062d\\u064b\\u0627\\u061f\",\"answer\":\"\\u0628\\u0645\\u062c\\u0631\\u062f \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u062f\\u0641\\u0639\\u062a\\u0643\\u060c \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0633\\u062c\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si el pago de mi factura fue exitoso?\",\"answer\":\"Una vez que se procese su pago, recibir\\u00e1 una notificaci\\u00f3n confirmando la transacci\\u00f3n. Tambi\\u00e9n puede consultar su historial de transacciones para obtener m\\u00e1s detalles.\"},\"fr\":{\"question\":\"Comment saurai-je si le paiement de ma facture a r\\u00e9ussi\\u00a0?\",\"answer\":\"Une fois votre paiement trait\\u00e9, vous recevrez une notification confirmant la transaction. Vous pouvez \\u00e9galement consulter l\'historique de vos transactions pour plus de d\\u00e9tails.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u092e\\u0947\\u0930\\u093e \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092b\\u0932 \\u0930\\u0939\\u093e?\",\"answer\":\"\\u090f\\u0915 \\u092c\\u093e\\u0930 \\u0906\\u092a\\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0928\\u0947 \\u092a\\u0930, \\u0906\\u092a\\u0915\\u094b \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964 \\u0906\\u092a \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u092d\\u0940 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"67249fb08d569\"}}}', 1, 1, '2024-11-01 19:29:44', '2024-11-07 15:09:40'),
(17, 17, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About QRPay Pro Mobile Top-Up\",\"sub_heading\":\"Find answers to common questions regarding mobile top-ups with QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f QRPay Pro \\u0644\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\",\"sub_heading\":\"\\u0627\\u0639\\u062b\\u0631 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la recarga m\\u00f3vil QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a preguntas comunes sobre recargas m\\u00f3viles con QRPay Pro.\"},\"fr\":{\"heading\":\"Foire aux questions sur la recharge mobile QRPay Pro\",\"sub_heading\":\"Trouvez des r\\u00e9ponses aux questions courantes concernant les recharges mobiles avec QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"6724a058ae1cd\":{\"language\":{\"en\":{\"question\":\"How do I top up my mobile phone using QRPay Pro?\",\"answer\":\"To top up your mobile phone, navigate to the Mobile Top-Up section in your QRPay Pro app, select your carrier, enter the phone number, choose the amount, and confirm the transaction.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0642\\u0648\\u0645 \\u0628\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0647\\u0627\\u062a\\u0641\\u064a \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u060c \\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0641\\u064a \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro\\u060c \\u0648\\u062d\\u062f\\u062f \\u0645\\u0634\\u063a\\u0644 \\u0634\\u0628\\u0643\\u0629 \\u0627\\u0644\\u062c\\u0648\\u0627\\u0644\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641\\u060c \\u0648\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u0623\\u0643\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo recargo mi tel\\u00e9fono m\\u00f3vil usando QRPay Pro?\",\"answer\":\"Para recargar su tel\\u00e9fono m\\u00f3vil, navegue hasta la secci\\u00f3n Recarga m\\u00f3vil en su aplicaci\\u00f3n QRPay Pro, seleccione su operador, ingrese el n\\u00famero de tel\\u00e9fono, elija el monto y confirme la transacci\\u00f3n.\"},\"fr\":{\"question\":\"Comment recharger mon t\\u00e9l\\u00e9phone mobile avec QRPay Pro\\u00a0?\",\"answer\":\"Pour recharger votre t\\u00e9l\\u00e9phone mobile, acc\\u00e9dez \\u00e0 la section Recharge mobile de votre application QRPay Pro, s\\u00e9lectionnez votre op\\u00e9rateur, saisissez le num\\u00e9ro de t\\u00e9l\\u00e9phone, choisissez le montant et confirmez la transaction.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u093c\\u094b\\u0928 \\u0915\\u093e \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0942\\u0901?\",\"answer\":\"\\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u093c\\u094b\\u0928 \\u0915\\u094b \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0910\\u092a \\u092e\\u0947\\u0902 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u0905\\u092a\\u0928\\u093e \\u0935\\u093e\\u0939\\u0915 \\u091a\\u0941\\u0928\\u0947\\u0902, \\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0930\\u093e\\u0936\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724a058ae1cd\"},\"6724a06157016\":{\"language\":{\"en\":{\"question\":\"Can I top up a mobile number that belongs to someone else?\",\"answer\":\"Yes, you can recharge the mobile account of another person by entering their phone number in the Mobile Top-Up section.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0642\\u0645 \\u062c\\u0648\\u0627\\u0644 \\u064a\\u062e\\u0635 \\u0634\\u062e\\u0635 \\u0622\\u062e\\u0631\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0644\\u0634\\u062e\\u0635 \\u0622\\u062e\\u0631 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0625\\u062f\\u062e\\u0627\\u0644 \\u0631\\u0642\\u0645 \\u0647\\u0627\\u062a\\u0641\\u0647 \\u0641\\u064a \\u0642\\u0633\\u0645 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644.\"},\"es\":{\"question\":\"\\u00bfPuedo recargar un n\\u00famero de m\\u00f3vil que pertenece a otra persona?\",\"answer\":\"S\\u00ed, puedes recargar la cuenta m\\u00f3vil de otra persona ingresando su n\\u00famero de tel\\u00e9fono en la secci\\u00f3n Recarga M\\u00f3vil.\"},\"fr\":{\"question\":\"Puis-je recharger un num\\u00e9ro de mobile appartenant \\u00e0 quelqu\'un d\'autre ?\",\"answer\":\"Oui, vous pouvez recharger le compte mobile d\'une autre personne en saisissant son num\\u00e9ro de t\\u00e9l\\u00e9phone dans la section Recharge Mobile.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0909\\u0938 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0928\\u0902\\u092c\\u0930 \\u0915\\u094b \\u091f\\u0949\\u092a \\u0905\\u092a \\u0915\\u0930\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902 \\u091c\\u094b \\u0915\\u093f\\u0938\\u0940 \\u0914\\u0930 \\u0915\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0915\\u093e \\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0915\\u0947 \\u0909\\u0938\\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u094b \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724a06157016\"},\"6724a06c7de3a\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with mobile top-ups?\",\"answer\":\"Mobile top-ups may incur a small service fee, depending on your mobile carrier and the amount being topped up. Please check the details in the app before confirming your transaction.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u0624\\u062f\\u064a \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0641\\u0631\\u0636 \\u0631\\u0633\\u0648\\u0645 \\u062e\\u062f\\u0645\\u0629 \\u0628\\u0633\\u064a\\u0637\\u0629\\u060c \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0645\\u0634\\u063a\\u0644 \\u0634\\u0628\\u0643\\u0629 \\u0627\\u0644\\u062c\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0648\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u062a\\u062a\\u0645 \\u062a\\u0639\\u0628\\u0626\\u062a\\u0647. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa asociada con las recargas m\\u00f3viles?\",\"answer\":\"Las recargas m\\u00f3viles pueden generar una peque\\u00f1a tarifa de servicio, dependiendo de su operador de telefon\\u00eda m\\u00f3vil y del monto que se recargue. Verifique los detalles en la aplicaci\\u00f3n antes de confirmar su transacci\\u00f3n.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s aux recharges mobiles ?\",\"answer\":\"Les recharges mobiles peuvent entra\\u00eener des frais de service minimes, en fonction de votre op\\u00e9rateur mobile et du montant recharg\\u00e9. Veuillez v\\u00e9rifier les d\\u00e9tails dans l\'application avant de confirmer votre transaction.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u092a\\u0930 \\u090f\\u0915 \\u091b\\u094b\\u091f\\u093e \\u0938\\u093e \\u0938\\u0947\\u0935\\u093e \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u0917 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948, \\u091c\\u094b \\u0906\\u092a\\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u093e\\u0939\\u0915 \\u0914\\u0930 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u0930\\u093e\\u0936\\u093f \\u092a\\u0930 \\u0928\\u093f\\u0930\\u094d\\u092d\\u0930 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0915\\u0943\\u092a\\u092f\\u093e \\u0905\\u092a\\u0928\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0910\\u092a \\u092e\\u0947\\u0902 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u091c\\u093e\\u0902\\u091a\\u0947\\u0902\\u0964\"}},\"id\":\"6724a06c7de3a\"},\"6724a0758e02b\":{\"language\":{\"en\":{\"question\":\"How will I know if my mobile top-up was successful?\",\"answer\":\"You will receive a confirmation notification once your mobile top-up is processed successfully. You can also check your transaction history for details.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0639\\u0631\\u0641 \\u0645\\u0627 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0647\\u0627\\u062a\\u0641\\u064a \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0646\\u0627\\u062c\\u062d\\u0629\\u061f\",\"answer\":\"\\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0628\\u0645\\u062c\\u0631\\u062f \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0633\\u062c\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si mi recarga m\\u00f3vil fue exitosa?\",\"answer\":\"Recibir\\u00e1s una notificaci\\u00f3n de confirmaci\\u00f3n una vez que tu recarga m\\u00f3vil se procese con \\u00e9xito. Tambi\\u00e9n puede consultar su historial de transacciones para obtener m\\u00e1s detalles.\"},\"fr\":{\"question\":\"Comment saurai-je si ma recharge mobile a r\\u00e9ussi ?\",\"answer\":\"Vous recevrez une notification de confirmation une fois que votre recharge mobile aura \\u00e9t\\u00e9 trait\\u00e9e avec succ\\u00e8s. Vous pouvez \\u00e9galement consulter l\'historique de vos transactions pour plus de d\\u00e9tails.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u092e\\u0947\\u0930\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u092b\\u0932 \\u0930\\u0939\\u093e?\",\"answer\":\"\\u090f\\u0915 \\u092c\\u093e\\u0930 \\u0906\\u092a\\u0915\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u092b\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0928\\u0947 \\u092a\\u0930 \\u0906\\u092a\\u0915\\u094b \\u090f\\u0915 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f\\u0915\\u0930\\u0923 \\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964 \\u0906\\u092a \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u092d\\u0940 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724a0758e02b\"}}}', 1, 1, '2024-11-01 19:33:01', '2024-11-07 15:29:30');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(18, 18, 'business', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Receiving Payments with QRPay Pro\",\"sub_heading\":\"Learn more about using QRPay Pro\\u2019s QR Code feature to accept payments easily and securely.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 QR Code \\u0641\\u064a QRPay Pro \\u0644\\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la recepci\\u00f3n de pagos con QRPay Pro\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre el uso de la funci\\u00f3n C\\u00f3digo QR de QRPay Pro para aceptar pagos de forma f\\u00e1cil y segura.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur la r\\u00e9ception de paiements avec QRPay Pro\",\"sub_heading\":\"Apprenez-en davantage sur l\\u2019utilisation de la fonctionnalit\\u00e9 QR Code de QRPay Pro pour accepter les paiements facilement et en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay Pro \\u0915\\u0947 QR \\u0915\\u094b\\u0921 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b71841d76\":{\"language\":{\"en\":{\"question\":\"Do I need to create a new QR Code for each transaction?\",\"answer\":\"No, QRPay Pro provides each merchant account with a unique, permanent QR Code upon registration. Use this QR Code repeatedly to accept payments without generating a new code each time.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0623\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0645\\u0632 QR \\u062c\\u062f\\u064a\\u062f \\u0644\\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u061f\",\"answer\":\"\\u0644\\u0627\\u060c \\u064a\\u0648\\u0641\\u0631 QRPay Pro \\u0644\\u0643\\u0644 \\u062d\\u0633\\u0627\\u0628 \\u062a\\u0627\\u062c\\u0631 \\u0631\\u0645\\u0632 QR \\u0641\\u0631\\u064a\\u062f \\u0648\\u062f\\u0627\\u0626\\u0645 \\u0639\\u0646\\u062f \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644. \\u0627\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0647\\u0630\\u0627 \\u0628\\u0634\\u0643\\u0644 \\u0645\\u062a\\u0643\\u0631\\u0631 \\u0644\\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u062f\\u0648\\u0646 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0645\\u0632 \\u062c\\u062f\\u064a\\u062f \\u0641\\u064a \\u0643\\u0644 \\u0645\\u0631\\u0629.\"},\"es\":{\"question\":\"\\u00bfNecesito crear un nuevo c\\u00f3digo QR para cada transacci\\u00f3n?\",\"answer\":\"No, QRPay Pro proporciona a cada cuenta de comerciante un c\\u00f3digo QR \\u00fanico y permanente al registrarse. Utilice este c\\u00f3digo QR repetidamente para aceptar pagos sin generar un c\\u00f3digo nuevo cada vez.\"},\"fr\":{\"question\":\"Dois-je cr\\u00e9er un nouveau QR Code pour chaque transaction ?\",\"answer\":\"Non, QRPay Pro fournit \\u00e0 chaque compte marchand un code QR unique et permanent lors de l\'inscription. Utilisez ce QR Code \\u00e0 plusieurs reprises pour accepter des paiements sans g\\u00e9n\\u00e9rer de nouveau code \\u00e0 chaque fois.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0941\\u091d\\u0947 \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0928\\u092f\\u093e \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0928\\u0939\\u0940\\u0902, \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u094b \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u092a\\u0930 \\u090f\\u0915 \\u0905\\u0926\\u094d\\u0935\\u093f\\u0924\\u0940\\u092f, \\u0938\\u094d\\u0925\\u093e\\u092f\\u0940 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u0930 \\u092c\\u093e\\u0930 \\u0928\\u092f\\u093e \\u0915\\u094b\\u0921 \\u091c\\u0928\\u0930\\u0947\\u091f \\u0915\\u093f\\u090f \\u092c\\u093f\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0938 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u093e \\u092c\\u093e\\u0930-\\u092c\\u093e\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724b71841d76\"},\"6724b7243f9d9\":{\"language\":{\"en\":{\"question\":\"What payment methods can customers use when scanning my QR Code?\",\"answer\":\"Customers can pay using various methods that QRPay Pro supports. The platform handles the process seamlessly, ensuring secure and efficient transactions.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0639\\u0646\\u062f \\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0637\\u0631\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u064a\\u062f\\u0639\\u0645\\u0647\\u0627 QRPay Pro. \\u062a\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0627\\u0644\\u0645\\u0646\\u0635\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0622\\u0645\\u0646\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de pago pueden utilizar los clientes al escanear mi c\\u00f3digo QR?\",\"answer\":\"Los clientes pueden pagar utilizando varios m\\u00e9todos compatibles con QRPay Pro. La plataforma maneja el proceso sin problemas, garantizando transacciones seguras y eficientes.\"},\"fr\":{\"question\":\"Quels modes de paiement les clients peuvent-ils utiliser lorsqu\'ils scannent mon QR Code\\u00a0?\",\"answer\":\"Les clients peuvent payer en utilisant diverses m\\u00e9thodes prises en charge par QRPay Pro. La plateforme g\\u00e8re le processus de mani\\u00e8re transparente, garantissant des transactions s\\u00e9curis\\u00e9es et efficaces.\"},\"hi\":{\"question\":\"\\u092e\\u0947\\u0930\\u0947 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0915\\u093f\\u0928 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902?\",\"answer\":\"\\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 QRPay Pro \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0941\\u090f \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u094b \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u0902\\u092d\\u093e\\u0932\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724b7243f9d9\"},\"6724b72f02292\":{\"language\":{\"en\":{\"question\":\"Can customers from other countries pay me using the QR Code?\",\"answer\":\"Yes, QRPay Pro\\u2019s multi-currency support allows you to accept payments from customers worldwide. The platform automatically manages any necessary currency conversion.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0645\\u0646 \\u0628\\u0644\\u062f\\u0627\\u0646 \\u0623\\u062e\\u0631\\u0649 \\u0623\\u0646 \\u064a\\u062f\\u0641\\u0639\\u0648\\u0627 \\u0644\\u064a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 \\u062f\\u0639\\u0645 QRPay Pro \\u0645\\u062a\\u0639\\u062f\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645. \\u062a\\u0642\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0646\\u0635\\u0629 \\u062a\\u0644\\u0642\\u0627\\u0626\\u064a\\u064b\\u0627 \\u0628\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0623\\u064a \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0636\\u0631\\u0648\\u0631\\u064a \\u0644\\u0644\\u0639\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfPueden los clientes de otros pa\\u00edses pagarme mediante el C\\u00f3digo QR?\",\"answer\":\"S\\u00ed, el soporte multidivisa de QRPay Pro le permite aceptar pagos de clientes de todo el mundo. La plataforma gestiona autom\\u00e1ticamente cualquier conversi\\u00f3n de moneda necesaria.\"},\"fr\":{\"question\":\"Les clients d\'autres pays peuvent-ils me payer en utilisant le QR Code ?\",\"answer\":\"Oui, la prise en charge multidevises de QRPay Pro vous permet d\'accepter les paiements de clients du monde entier. La plateforme g\\u00e8re automatiquement toute conversion de devise n\\u00e9cessaire.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0905\\u0928\\u094d\\u092f \\u0926\\u0947\\u0936\\u094b\\u0902 \\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092e\\u0941\\u091d\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902?\",\"answer\":\"\\u0939\\u093e\\u0901, QRPay Pro \\u0915\\u093e \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0906\\u092a\\u0915\\u094b \\u0926\\u0941\\u0928\\u093f\\u092f\\u093e \\u092d\\u0930 \\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0938\\u094d\\u0935\\u091a\\u093e\\u0932\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u093e \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724b72f02292\"},\"6724b73908a8c\":{\"language\":{\"en\":{\"question\":\"How will I know if a payment is successful?\",\"answer\":\"QRPay Pro sends real-time notifications for every transaction, so you\\u2019ll instantly know when a payment has been received, allowing for better cash flow tracking.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0639\\u0631\\u0641 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0646\\u0627\\u062c\\u062d\\u0629\\u061f\",\"answer\":\"\\u064a\\u0631\\u0633\\u0644 QRPay Pro \\u0625\\u0634\\u0639\\u0627\\u0631\\u0627\\u062a \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u0644\\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0644\\u0630\\u0644\\u0643 \\u0633\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0645\\u062a\\u0649 \\u062a\\u0645 \\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0628\\u062a\\u062a\\u0628\\u0639 \\u0627\\u0644\\u062a\\u062f\\u0641\\u0642 \\u0627\\u0644\\u0646\\u0642\\u062f\\u064a \\u0628\\u0634\\u0643\\u0644 \\u0623\\u0641\\u0636\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si un pago se realiz\\u00f3 correctamente?\",\"answer\":\"QRPay Pro env\\u00eda notificaciones en tiempo real para cada transacci\\u00f3n, por lo que sabr\\u00e1 instant\\u00e1neamente cu\\u00e1ndo se recibi\\u00f3 un pago, lo que permitir\\u00e1 un mejor seguimiento del flujo de efectivo.\"},\"fr\":{\"question\":\"Comment saurai-je si un paiement a r\\u00e9ussi\\u00a0?\",\"answer\":\"QRPay Pro envoie des notifications en temps r\\u00e9el pour chaque transaction, de sorte que vous saurez instantan\\u00e9ment quand un paiement a \\u00e9t\\u00e9 re\\u00e7u, permettant ainsi un meilleur suivi des flux de tr\\u00e9sorerie.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092b\\u0932 \\u0939\\u0941\\u0906 \\u0939\\u0948?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0938\\u0942\\u091a\\u0928\\u093e\\u090f\\u0902 \\u092d\\u0947\\u091c\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092a\\u0924\\u093e \\u091a\\u0932 \\u091c\\u093e\\u090f\\u0917\\u093e \\u0915\\u093f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u092c \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u0941\\u0906 \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092c\\u0947\\u0939\\u0924\\u0930 \\u0928\\u0915\\u0926\\u0940 \\u092a\\u094d\\u0930\\u0935\\u093e\\u0939 \\u091f\\u094d\\u0930\\u0948\\u0915\\u093f\\u0902\\u0917 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u092e\\u093f\\u0932\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"6724b73908a8c\"}}}', 1, 1, '2024-11-01 21:10:04', '2024-11-06 22:23:25'),
(19, 19, 'business', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Currency Exchange in QRPay Pro\",\"sub_heading\":\"Learn more about securely managing currency exchanges with QRPay Pro\\u2019s powerful tools.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a QRPay Pro\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062f\\u0648\\u0627\\u062a QRPay Pro \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el cambio de divisas en QRPay Pro\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre c\\u00f3mo gestionar de forma segura los cambios de divisas con las potentes herramientas de QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur le change de devises dans QRPay Pro\",\"sub_heading\":\"Apprenez-en davantage sur la gestion s\\u00e9curis\\u00e9e des \\u00e9changes de devises avec les puissants outils de QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0936\\u0915\\u094d\\u0924\\u093f\\u0936\\u093e\\u0932\\u0940 \\u091f\\u0942\\u0932 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b7d49624e\":{\"language\":{\"en\":{\"question\":\"What exchange rates does QRPay Pro use for currency conversion?\",\"answer\":\"QRPay Pro uses real-time exchange rates provided by trusted financial data sources, ensuring that you get accurate and fair rates during each conversion.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 QRPay Pro \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0648\\u0641\\u0631\\u0647\\u0627 \\u0645\\u0635\\u0627\\u062f\\u0631 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u062d\\u0635\\u0648\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0623\\u0633\\u0639\\u0627\\u0631 \\u062f\\u0642\\u064a\\u0642\\u0629 \\u0648\\u0639\\u0627\\u062f\\u0644\\u0629 \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0643\\u0644 \\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tipos de cambio utiliza QRPay Pro para la conversi\\u00f3n de moneda?\",\"answer\":\"QRPay Pro utiliza tipos de cambio en tiempo real proporcionados por fuentes de datos financieros confiables, lo que garantiza que obtenga tasas precisas y justas durante cada conversi\\u00f3n.\"},\"fr\":{\"question\":\"Quels taux de change QRPay Pro utilise-t-il pour la conversion de devises\\u00a0?\",\"answer\":\"QRPay Pro utilise des taux de change en temps r\\u00e9el fournis par des sources de donn\\u00e9es financi\\u00e8res fiables, garantissant que vous obtenez des taux pr\\u00e9cis et \\u00e9quitables lors de chaque conversion.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay Pro \\u0915\\u093f\\u0938 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0921\\u0947\\u091f\\u093e \\u0938\\u094d\\u0930\\u094b\\u0924\\u094b\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a\\u0915\\u094b \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u0926\\u094c\\u0930\\u093e\\u0928 \\u0938\\u091f\\u0940\\u0915 \\u0914\\u0930 \\u0909\\u091a\\u093f\\u0924 \\u0926\\u0930\\u0947\\u0902 \\u092e\\u093f\\u0932\\u0947\\u0902\\u0964\"}},\"id\":\"6724b7d49624e\"},\"6724b7dd6cb4d\":{\"language\":{\"en\":{\"question\":\"Are there any fees for currency exchange in QRPay Pro?\",\"answer\":\"QRPay Pro may charge a small service fee for each currency exchange transaction. You can view any applicable fees before confirming the exchange.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0648\\u0641\\u0631\\u0647\\u0627 \\u0645\\u0635\\u0627\\u062f\\u0631 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u062d\\u0635\\u0648\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0623\\u0633\\u0639\\u0627\\u0631 \\u062f\\u0642\\u064a\\u0642\\u0629 \\u0648\\u0639\\u0627\\u062f\\u0644\\u0629 \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0643\\u0644 \\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa por el cambio de moneda en QRPay Pro?\",\"answer\":\"QRPay Pro utiliza tipos de cambio en tiempo real proporcionados por fuentes de datos financieros confiables, lo que garantiza que obtenga tasas precisas y justas durante cada conversi\\u00f3n.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour le change de devises dans QRPay Pro\\u00a0?\",\"answer\":\"QRPay Pro utilise des taux de change en temps r\\u00e9el fournis par des sources de donn\\u00e9es financi\\u00e8res fiables, garantissant que vous obtenez des taux pr\\u00e9cis et \\u00e9quitables lors de chaque conversion.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0921\\u0947\\u091f\\u093e \\u0938\\u094d\\u0930\\u094b\\u0924\\u094b\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a\\u0915\\u094b \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u0926\\u094c\\u0930\\u093e\\u0928 \\u0938\\u091f\\u0940\\u0915 \\u0914\\u0930 \\u0909\\u091a\\u093f\\u0924 \\u0926\\u0930\\u0947\\u0902 \\u092e\\u093f\\u0932\\u0947\\u0902\\u0964\"}},\"id\":\"6724b7dd6cb4d\"},\"6724b7e620e85\":{\"language\":{\"en\":{\"question\":\"How quickly is the currency exchange processed?\",\"answer\":\"Currency exchanges in QRPay Pro are processed instantly. Once you confirm the exchange, the converted funds are immediately available in your account in the target currency.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0645\\u062f\\u0649 \\u0633\\u0631\\u0639\\u0629 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a QRPay Pro \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631. \\u0628\\u0645\\u062c\\u0631\\u062f \\u062a\\u0623\\u0643\\u064a\\u062f \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644\\u060c \\u062a\\u0635\\u0628\\u062d \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0648\\u0644\\u0629 \\u0645\\u062a\\u0627\\u062d\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0628\\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0647\\u062f\\u0641\\u0629.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tan r\\u00e1pido se procesa el cambio de moneda?\",\"answer\":\"Los cambios de moneda en QRPay Pro se procesan instant\\u00e1neamente. Una vez que confirme el cambio, los fondos convertidos estar\\u00e1n disponibles inmediatamente en su cuenta en la moneda de destino.\"},\"fr\":{\"question\":\"\\u00c0 quelle vitesse le change de devises est-il trait\\u00e9\\u00a0?\",\"answer\":\"Les \\u00e9changes de devises dans QRPay Pro sont trait\\u00e9s instantan\\u00e9ment. Une fois l\'\\u00e9change confirm\\u00e9, les fonds convertis sont imm\\u00e9diatement disponibles sur votre compte dans la devise cible.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u093f\\u0924\\u0928\\u0940 \\u091c\\u0932\\u094d\\u0926\\u0940 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u090f\\u0915 \\u092c\\u093e\\u0930 \\u091c\\u092c \\u0906\\u092a \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u093f\\u0924 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0915\\u094d\\u0937\\u094d\\u092f \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u094b \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"6724b7e620e85\"},\"6724b7ef0316f\":{\"language\":{\"en\":{\"question\":\"Can I exchange multiple currencies within my account?\",\"answer\":\"Yes, QRPay Pro supports multi-currency accounts, allowing you to exchange between various supported currencies seamlessly. This feature is ideal for merchants serving customers from different countries.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u0628\\u062f\\u0627\\u0644 \\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u062f\\u0627\\u062e\\u0644 \\u062d\\u0633\\u0627\\u0628\\u064a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0628\\u064a\\u0646 \\u0645\\u062e\\u062a\\u0644\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629. \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629 \\u0645\\u062b\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u062e\\u062f\\u0645\\u0648\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0645\\u0646 \\u0645\\u062e\\u062a\\u0644\\u0641 \\u0627\\u0644\\u0628\\u0644\\u062f\\u0627\\u0646.\"},\"es\":{\"question\":\"\\u00bfPuedo cambiar varias monedas dentro de mi cuenta?\",\"answer\":\"S\\u00ed, QRPay Pro admite cuentas multidivisa, lo que le permite intercambiar entre varias monedas admitidas sin problemas. Esta caracter\\u00edstica es ideal para comerciantes que atienden a clientes de diferentes pa\\u00edses.\"},\"fr\":{\"question\":\"Puis-je \\u00e9changer plusieurs devises sur mon compte ?\",\"answer\":\"Oui, QRPay Pro prend en charge les comptes multi-devises, vous permettant d\'\\u00e9changer de mani\\u00e8re transparente entre diff\\u00e9rentes devises prises en charge. Cette fonctionnalit\\u00e9 est id\\u00e9ale pour les commer\\u00e7ants servant des clients de diff\\u00e9rents pays.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u090f\\u0915\\u093e\\u0927\\u093f\\u0915 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901, QRPay \\u092a\\u094d\\u0930\\u094b \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092f\\u0939 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0926\\u0947\\u0936\\u094b\\u0902 \\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u094b \\u0938\\u0947\\u0935\\u093e \\u0926\\u0947\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0926\\u0930\\u094d\\u0936 \\u0939\\u0948\\u0964\"}},\"id\":\"6724b7ef0316f\"}}}', 1, 1, '2024-11-01 21:13:13', '2024-11-07 15:33:20');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(20, 20, 'business', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About QRPay Pro Payment Link\",\"sub_heading\":\"Discover how QRPay Pro Payment Links make collecting payments easy and secure for merchants.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro\",\"sub_heading\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0643\\u064a\\u0641 \\u062a\\u062c\\u0639\\u0644 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u062d\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el enlace de pago QRPay Pro\",\"sub_heading\":\"Descubra c\\u00f3mo los enlaces de pago QRPay Pro hacen que el cobro de pagos sea f\\u00e1cil y seguro para los comerciantes.\"},\"fr\":{\"heading\":\"Foire aux questions sur le lien de paiement QRPay Pro\",\"sub_heading\":\"D\\u00e9couvrez comment les liens de paiement QRPay Pro rendent la collecte des paiements facile et s\\u00e9curis\\u00e9e pour les commer\\u00e7ants.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u091c\\u093e\\u0928\\u0947\\u0902 \\u0915\\u093f \\u0915\\u0948\\u0938\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092c\\u0928\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"6724b915e0842\":{\"language\":{\"en\":{\"question\":\"How do I create a payment link in QRPay Pro?\",\"answer\":\"To create a payment link, log in to your QRPay Pro merchant dashboard, enter the amount and payment details, and generate the link. You can then share this link with your customers for quick and easy payment.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0642\\u0648\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u062f\\u0641\\u0639\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u062a\\u062d\\u0643\\u0645 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 QRPay Pro\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0648\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u062b\\u0645 \\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0628\\u0639\\u062f \\u0630\\u0644\\u0643 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637 \\u0645\\u0639 \\u0639\\u0645\\u0644\\u0627\\u0626\\u0643 \\u0644\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639 \\u0648\\u0627\\u0644\\u0633\\u0647\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo creo un enlace de pago en QRPay Pro?\",\"answer\":\"Para crear un enlace de pago, inicie sesi\\u00f3n en su panel de comerciante QRPay Pro, ingrese el monto y los detalles del pago y genere el enlace. Luego puede compartir este enlace con sus clientes para realizar un pago r\\u00e1pido y sencillo.\"},\"fr\":{\"question\":\"Comment cr\\u00e9er un lien de paiement dans QRPay Pro ?\",\"answer\":\"Pour cr\\u00e9er un lien de paiement, connectez-vous \\u00e0 votre tableau de bord marchand QRPay Pro, saisissez le montant et les d\\u00e9tails du paiement, puis g\\u00e9n\\u00e9rez le lien. Vous pourrez ensuite partager ce lien avec vos clients pour un paiement simple et rapide.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0948\\u0938\\u0947 \\u092c\\u0928\\u093e\\u090a\\u0902?\",\"answer\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0930\\u094d\\u091a\\u0947\\u0902\\u091f \\u0921\\u0948\\u0936\\u092c\\u094b\\u0930\\u094d\\u0921 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0914\\u0930 \\u0932\\u093f\\u0902\\u0915 \\u091c\\u0947\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\\u0964 \\u092b\\u093f\\u0930 \\u0906\\u092a \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0906\\u0938\\u093e\\u0928 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0938 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724b915e0842\"},\"6724b9207c65f\":{\"language\":{\"en\":{\"question\":\"Can I customize the payment link details for different transactions?\",\"answer\":\"Yes, QRPay Pro allows you to add specific details for each payment link, such as the payment amount, description, and expiration date, to match the needs of each transaction.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u062e\\u0635\\u064a\\u0635 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 QRPay Pro \\u0625\\u0636\\u0627\\u0641\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0645\\u062d\\u062f\\u062f\\u0629 \\u0644\\u0643\\u0644 \\u0631\\u0627\\u0628\\u0637 \\u062f\\u0641\\u0639\\u060c \\u0645\\u062b\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u062f\\u0641\\u0639\\u0629 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0641 \\u0648\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0646\\u062a\\u0647\\u0627\\u0621 \\u0627\\u0644\\u0635\\u0644\\u0627\\u062d\\u064a\\u0629\\u060c \\u0644\\u062a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfPuedo personalizar los detalles del enlace de pago para diferentes transacciones?\",\"answer\":\"S\\u00ed, QRPay Pro le permite agregar detalles espec\\u00edficos para cada enlace de pago, como el monto del pago, la descripci\\u00f3n y la fecha de vencimiento, para satisfacer las necesidades de cada transacci\\u00f3n.\"},\"fr\":{\"question\":\"Puis-je personnaliser les d\\u00e9tails du lien de paiement pour diff\\u00e9rentes transactions\\u00a0?\",\"answer\":\"Oui, QRPay Pro vous permet d\'ajouter des d\\u00e9tails sp\\u00e9cifiques pour chaque lien de paiement, tels que le montant du paiement, la description et la date d\'expiration, pour r\\u00e9pondre aux besoins de chaque transaction.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u094b \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0906\\u092a\\u0915\\u094b \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0938\\u0947 \\u092e\\u0947\\u0932 \\u0916\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0935\\u093f\\u0935\\u0930\\u0923 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u0948\\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0930\\u093e\\u0936\\u093f, \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0914\\u0930 \\u0938\\u092e\\u093e\\u092a\\u094d\\u0924\\u093f \\u0924\\u093f\\u0925\\u093f\\u0964\"}},\"id\":\"6724b9207c65f\"},\"6724b94031cd3\":{\"language\":{\"en\":{\"question\":\"Are there any fees for using the payment link feature in QRPay Pro?\",\"answer\":\"QRPay Pro may charge a nominal fee for processing payments through payment links. You can view and confirm any applicable fees before finalizing each transaction.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062e\\u0627\\u0635\\u064a\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u0641\\u0631\\u0636 QRPay Pro \\u0631\\u0633\\u0648\\u0645\\u064b\\u0627 \\u0631\\u0645\\u0632\\u064a\\u0629 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0639\\u0631\\u0636 \\u0648\\u062a\\u0623\\u0643\\u064a\\u062f \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621 \\u0645\\u0646 \\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfExiste alguna tarifa por utilizar la funci\\u00f3n de enlace de pago en QRPay Pro?\",\"answer\":\"QRPay Pro puede cobrar una tarifa nominal por procesar pagos a trav\\u00e9s de enlaces de pago. Puede ver y confirmar las tarifas aplicables antes de finalizar cada transacci\\u00f3n.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour l\'utilisation de la fonction de lien de paiement dans QRPay Pro\\u00a0?\",\"answer\":\"QRPay Pro peut facturer des frais nominaux pour le traitement des paiements via des liens de paiement. Vous pouvez consulter et confirmer tous les frais applicables avant de finaliser chaque transaction.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u093e\\u092e\\u0942\\u0932\\u0940 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u0947 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0905\\u0902\\u0924\\u093f\\u092e \\u0930\\u0942\\u092a \\u0926\\u0947\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u094b \\u0926\\u0947\\u0916 \\u0914\\u0930 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724b94031cd3\"},\"6724b94bef252\":{\"language\":{\"en\":{\"question\":\"Is it safe to share payment links with customers?\",\"answer\":\"Yes, QRPay Pro prioritizes security, and all payment links are encrypted. This ensures that each transaction is protected, allowing you to share links with peace of mind.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0622\\u0645\\u0646 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u0639\\u0637\\u064a QRPay Pro \\u0627\\u0644\\u0623\\u0648\\u0644\\u0648\\u064a\\u0629 \\u0644\\u0644\\u0623\\u0645\\u0646\\u060c \\u0648\\u064a\\u062a\\u0645 \\u062a\\u0634\\u0641\\u064a\\u0631 \\u062c\\u0645\\u064a\\u0639 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639. \\u0648\\u0647\\u0630\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0645\\u0639 \\u0631\\u0627\\u062d\\u0629 \\u0627\\u0644\\u0628\\u0627\\u0644.\"},\"es\":{\"question\":\"\\u00bfEs seguro compartir enlaces de pago con los clientes?\",\"answer\":\"S\\u00ed, QRPay Pro prioriza la seguridad y todos los enlaces de pago est\\u00e1n encriptados. Esto garantiza que cada transacci\\u00f3n est\\u00e9 protegida, lo que le permite compartir enlaces con tranquilidad.\"},\"fr\":{\"question\":\"Est-il s\\u00e9curis\\u00e9 de partager des liens de paiement avec des clients\\u00a0?\",\"answer\":\"Oui, QRPay Pro donne la priorit\\u00e9 \\u00e0 la s\\u00e9curit\\u00e9 et tous les liens de paiement sont crypt\\u00e9s. Cela garantit que chaque transaction est prot\\u00e9g\\u00e9e, vous permettant de partager des liens en toute s\\u00e9r\\u00e9nit\\u00e9.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0901, QRPay Pro \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u094b \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\\u0924\\u093e \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u0914\\u0930 \\u0938\\u092d\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u0947\\u0921 \\u0939\\u0948\\u0902\\u0964 \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u092e\\u0928 \\u0915\\u0940 \\u0936\\u093e\\u0902\\u0924\\u093f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724b94bef252\"}}}', 1, 1, '2024-11-01 21:18:31', '2024-11-06 22:35:24'),
(21, 21, 'business', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Withdrawing Money\",\"sub_heading\":\"Learn more about how to securely and efficiently withdraw your funds from QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u0633\\u062d\\u0628 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0648\\u0641\\u0639\\u0627\\u0644 \\u0645\\u0646 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre retirar dinero\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre c\\u00f3mo retirar sus fondos de QRPay Pro de forma segura y eficiente.\"},\"fr\":{\"heading\":\"Foire aux questions sur le retrait d\'argent\",\"sub_heading\":\"Apprenez-en davantage sur la mani\\u00e8re de retirer vos fonds de mani\\u00e8re s\\u00e9curis\\u00e9e et efficace de QRPay Pro.\"},\"hi\":{\"heading\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay Pro \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0924\\u0930\\u0940\\u0915\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b9ed0c9d7\":{\"language\":{\"en\":{\"question\":\"How long does it take to withdraw money from QRPay Pro?\",\"answer\":\"Withdrawal times may vary depending on the method chosen. Bank transfers generally take 1-3 business days, while digital wallet transfers are often faster. You\\u2019ll receive a notification once the transfer is completed.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u064a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 QRPay Pro\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0623\\u0648\\u0642\\u0627\\u062a \\u0627\\u0644\\u0633\\u062d\\u0628 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0645\\u062e\\u062a\\u0627\\u0631\\u0629. \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0639\\u0627\\u062f\\u0629\\u064b \\u0645\\u0646 1 \\u0625\\u0644\\u0649 3 \\u0623\\u064a\\u0627\\u0645 \\u0639\\u0645\\u0644\\u060c \\u0641\\u064a \\u062d\\u064a\\u0646 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u063a\\u0627\\u0644\\u0628\\u064b\\u0627 \\u0645\\u0627 \\u062a\\u0643\\u0648\\u0646 \\u0623\\u0633\\u0631\\u0639. \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u0628\\u0645\\u062c\\u0631\\u062f \\u0627\\u0643\\u062a\\u0645\\u0627\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0646\\u0642\\u0644.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo se tarda en retirar dinero de QRPay Pro?\",\"answer\":\"Los tiempos de retiro pueden variar seg\\u00fan el m\\u00e9todo elegido. Las transferencias bancarias generalmente demoran entre 1 y 3 d\\u00edas h\\u00e1biles, mientras que las transferencias de billetera digital suelen ser m\\u00e1s r\\u00e1pidas. Recibir\\u00e1s una notificaci\\u00f3n una vez que se complete la transferencia.\"},\"fr\":{\"question\":\"Combien de temps faut-il pour retirer de l\'argent de QRPay Pro ?\",\"answer\":\"Les d\\u00e9lais de retrait peuvent varier selon la m\\u00e9thode choisie. Les virements bancaires prennent g\\u00e9n\\u00e9ralement 1 \\u00e0 3 jours ouvrables, tandis que les transferts de portefeuille num\\u00e9rique sont souvent plus rapides. Vous recevrez une notification une fois le transfert termin\\u00e9.\"},\"hi\":{\"question\":\"QRPay Pro \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u093e \\u0938\\u092e\\u092f \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092e\\u0947\\u0902 \\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 1-3 \\u0915\\u093e\\u0930\\u094d\\u092f\\u0926\\u093f\\u0935\\u0938 \\u0932\\u0917\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u092c\\u0915\\u093f \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u0924\\u0947\\u091c\\u093c \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u0942\\u0930\\u093e \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0940 \\u0906\\u092a\\u0915\\u094b \\u090f\\u0915 \\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"6724b9ed0c9d7\"},\"6724b9f78212d\":{\"language\":{\"en\":{\"question\":\"What are the fees associated with withdrawals on QRPay Pro?\",\"answer\":\"QRPay Pro may charge a small fee for withdrawals, depending on the transfer method and destination. You\\u2019ll be able to view any applicable fees before confirming the withdrawal.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0639\\u0644\\u0649 QRPay Pro\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u0641\\u0631\\u0636 QRPay Pro \\u0631\\u0633\\u0648\\u0645\\u064b\\u0627 \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0639\\u0644\\u0649 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0633\\u062d\\u0628\\u060c \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0648\\u0627\\u0644\\u0648\\u062c\\u0647\\u0629. \\u0633\\u062a\\u062a\\u0645\\u0643\\u0646 \\u0645\\u0646 \\u0639\\u0631\\u0636 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0633\\u062d\\u0628.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1les son las tarifas asociadas con los retiros en QRPay Pro?\",\"answer\":\"QRPay Pro puede cobrar una peque\\u00f1a tarifa por los retiros, seg\\u00fan el m\\u00e9todo de transferencia y el destino. Podr\\u00e1s ver las tarifas aplicables antes de confirmar el retiro.\"},\"fr\":{\"question\":\"Quels sont les frais associ\\u00e9s aux retraits sur QRPay Pro ?\",\"answer\":\"QRPay Pro peut facturer des frais minimes pour les retraits, en fonction de la m\\u00e9thode de transfert et de la destination. Vous pourrez consulter tous les frais applicables avant de confirmer le retrait.\"},\"hi\":{\"question\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u092b\\u0940\\u0938 \\u0915\\u094d\\u092f\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f \\u0914\\u0930 \\u0917\\u0902\\u0924\\u0935\\u094d\\u092f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930, QRPay Pro \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u091b\\u094b\\u091f\\u093e \\u0938\\u093e \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u0947 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0915\\u094b\\u0908 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0947\\u0902\\u0917\\u0947\\u0964\"}},\"id\":\"6724b9f78212d\"},\"6724ba008303b\":{\"language\":{\"en\":{\"question\":\"Can I withdraw money to multiple accounts?\",\"answer\":\"Yes, QRPay Pro allows you to set up multiple withdrawal methods, such as different bank accounts or digital wallets. Select your preferred account each time you make a withdrawal.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 QRPay Pro \\u0625\\u0639\\u062f\\u0627\\u062f \\u0637\\u0631\\u0642 \\u0633\\u062d\\u0628 \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629\\u060c \\u0645\\u062b\\u0644 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629. \\u0627\\u062e\\u062a\\u0631 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0627\\u0644\\u0645\\u0641\\u0636\\u0644 \\u0641\\u064a \\u0643\\u0644 \\u0645\\u0631\\u0629 \\u062a\\u0642\\u0648\\u0645 \\u0641\\u064a\\u0647\\u0627 \\u0628\\u0627\\u0644\\u0633\\u062d\\u0628.\"},\"es\":{\"question\":\"\\u00bfPuedo retirar dinero a varias cuentas?\",\"answer\":\"S\\u00ed, QRPay Pro te permite configurar m\\u00faltiples m\\u00e9todos de retiro, como diferentes cuentas bancarias o billeteras digitales. Seleccione su cuenta preferida cada vez que realice un retiro.\"},\"fr\":{\"question\":\"Puis-je retirer de l\\u2019argent sur plusieurs comptes ?\",\"answer\":\"Oui, QRPay Pro vous permet de configurer plusieurs m\\u00e9thodes de retrait, telles que diff\\u00e9rents comptes bancaires ou portefeuilles num\\u00e9riques. S\\u00e9lectionnez votre compte pr\\u00e9f\\u00e9r\\u00e9 \\u00e0 chaque fois que vous effectuez un retrait.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0915\\u0908 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay Pro \\u0906\\u092a\\u0915\\u094b \\u0915\\u0908 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f\\u092f\\u093e\\u0902 \\u0938\\u0947\\u091f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u0948\\u0938\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092f\\u093e \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f\\u0964 \\u0939\\u0930 \\u092c\\u093e\\u0930 \\u091c\\u092c \\u0906\\u092a \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0930\\u0947\\u0902 \\u0924\\u094b \\u0905\\u092a\\u0928\\u093e \\u092a\\u0938\\u0902\\u0926\\u0940\\u0926\\u093e \\u0916\\u093e\\u0924\\u093e \\u091a\\u0941\\u0928\\u0947\\u0902\\u0964\"}},\"id\":\"6724ba008303b\"},\"6724ba0d8176c\":{\"language\":{\"en\":{\"question\":\"Are there withdrawal limits on QRPay Pro?\",\"answer\":\"QRPay Pro may impose daily or transaction-based withdrawal limits based on your account level and regional regulations. You can view your specific limits in your QRPay Pro dashboard under Withdrawal Settings.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f\\u0648\\u062f \\u0644\\u0644\\u0633\\u062d\\u0628 \\u0639\\u0644\\u0649 QRPay Pro\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u0641\\u0631\\u0636 QRPay Pro \\u062d\\u062f\\u0648\\u062f \\u0633\\u062d\\u0628 \\u064a\\u0648\\u0645\\u064a\\u0629 \\u0623\\u0648 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0645\\u0633\\u062a\\u0648\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0627\\u0644\\u0644\\u0648\\u0627\\u0626\\u062d \\u0627\\u0644\\u0625\\u0642\\u0644\\u064a\\u0645\\u064a\\u0629. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0639\\u0631\\u0636 \\u062d\\u062f\\u0648\\u062f\\u0643 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629 \\u0641\\u064a \\u0644\\u0648\\u062d\\u0629 \\u062a\\u062d\\u0643\\u0645 QRPay Pro \\u0636\\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0633\\u062d\\u0628.\"},\"es\":{\"question\":\"\\u00bfExisten l\\u00edmites de retiro en QRPay Pro?\",\"answer\":\"QRPay Pro puede imponer l\\u00edmites de retiro diarios o basados \\u200b\\u200ben transacciones seg\\u00fan el nivel de su cuenta y las regulaciones regionales. Puede ver sus l\\u00edmites espec\\u00edficos en su panel de QRPay Pro en Configuraci\\u00f3n de retiro.\"},\"fr\":{\"question\":\"Y a-t-il des limites de retrait sur QRPay Pro ?\",\"answer\":\"QRPay Pro peut imposer des limites de retrait quotidiennes ou bas\\u00e9es sur les transactions en fonction du niveau de votre compte et des r\\u00e9glementations r\\u00e9gionales. Vous pouvez consulter vos limites sp\\u00e9cifiques dans votre tableau de bord QRPay Pro sous Param\\u00e8tres de retrait.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092a\\u0930 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0938\\u0940\\u092e\\u093e \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u0938\\u094d\\u0924\\u0930 \\u0914\\u0930 \\u0915\\u094d\\u0937\\u0947\\u0924\\u094d\\u0930\\u0940\\u092f \\u0928\\u093f\\u092f\\u092e\\u094b\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0926\\u0948\\u0928\\u093f\\u0915 \\u092f\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928-\\u0906\\u0927\\u093e\\u0930\\u093f\\u0924 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0938\\u0940\\u092e\\u093e \\u0932\\u0917\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0915\\u0947 \\u0924\\u0939\\u0924 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0921\\u0948\\u0936\\u092c\\u094b\\u0930\\u094d\\u0921 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724ba0d8176c\"}}}', 1, 1, '2024-11-01 21:22:09', '2024-11-06 22:54:27');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(22, 22, 'business', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Gateway Settings\",\"sub_heading\":\"Learn more about configuring and managing your QRPay Pro payment gateway.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0628\\u0648\\u0627\\u0628\\u0629\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u062a\\u0643\\u0648\\u064a\\u0646 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la configuraci\\u00f3n de la puerta de enlace\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre c\\u00f3mo configurar y administrar su pasarela de pago QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur les param\\u00e8tres de la passerelle\",\"sub_heading\":\"Apprenez-en davantage sur la configuration et la gestion de votre passerelle de paiement QRPay Pro.\"},\"hi\":{\"heading\":\"\\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0905\\u092a\\u0928\\u0947 QRPay Pro \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094b \\u0915\\u0949\\u0928\\u094d\\u092b\\u093c\\u093f\\u0917\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0927\\u093f\\u0915 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724baa2af921\":{\"language\":{\"en\":{\"question\":\"Can I integrate QRPay Pro\\u2019s payment gateway with my existing e-commerce platform?\",\"answer\":\"Yes, QRPay Pro\\u2019s payment gateway is designed to integrate seamlessly with various e-commerce platforms. Generate API keys from the QRPay Pro dashboard and follow the integration guide for a smooth setup.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062f\\u0645\\u062c \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0645\\u0639 \\u0645\\u0646\\u0635\\u0629 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0644\\u062a\\u062a\\u0643\\u0627\\u0645\\u0644 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0645\\u0639 \\u0645\\u0646\\u0635\\u0627\\u062a \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062e\\u062a\\u0644\\u0641\\u0629. \\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0645\\u0646 \\u0644\\u0648\\u062d\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a QRPay Pro \\u0648\\u0627\\u062a\\u0628\\u0639 \\u062f\\u0644\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0643\\u0627\\u0645\\u0644 \\u0644\\u0625\\u0639\\u062f\\u0627\\u062f \\u0633\\u0644\\u0633.\"},\"es\":{\"question\":\"\\u00bfPuedo integrar la pasarela de pago de QRPay Pro con mi\",\"answer\":\"S\\u00ed, la pasarela de pago de QRPay Pro est\\u00e1 dise\\u00f1ada para integrarse perfectamente con varias plataformas de comercio electr\\u00f3nico. Genere claves API desde el panel de QRPay Pro y siga la gu\\u00eda de integraci\\u00f3n para una configuraci\\u00f3n sin problemas.\"},\"fr\":{\"question\":\"Puis-je int\\u00e9grer la passerelle de paiement QRPay\",\"answer\":\"Oui, la passerelle de paiement de QRPay Pro est con\\u00e7ue pour s\'int\\u00e9grer de mani\\u00e8re transparente \\u00e0 diverses plateformes de commerce \\u00e9lectronique. G\\u00e9n\\u00e9rez des cl\\u00e9s API \\u00e0 partir du tableau de bord QRPay Pro et suivez le guide d\'int\\u00e9gration pour une configuration fluide.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094c\\u091c\\u0942\\u0926\\u093e \\u0908-\\u0915\\u0949\\u092e\\u0930\\u094d\\u0938 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u0939\\u093e\\u0901, QRPay Pro \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0908-\\u0915\\u0949\\u092e\\u0930\\u094d\\u0938 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093e\\u0930\\u094d\\u092e\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948\\u0964 QRPay Pro \\u0921\\u0948\\u0936\\u092c\\u094b\\u0930\\u094d\\u0921 \\u0938\\u0947 API \\u0915\\u0941\\u0902\\u091c\\u0940 \\u091c\\u0947\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0938\\u0941\\u091a\\u093e\\u0930\\u0942 \\u0938\\u0947\\u091f\\u0905\\u092a \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u0917\\u093e\\u0907\\u0921 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724baa2af921\"},\"6724baaee5bf9\":{\"language\":{\"en\":{\"question\":\"How secure is the QRPay Pro payment gateway?\",\"answer\":\"QRPay Pro uses top-tier security measures, including encryption and 2FA, to ensure that all transactions are protected. You can also enable additional security settings in the Gateway Settings for enhanced protection.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0645\\u062f\\u0649 \\u0623\\u0645\\u0627\\u0646 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro \\u062a\\u062f\\u0627\\u0628\\u064a\\u0631 \\u0623\\u0645\\u0646\\u064a\\u0629 \\u0639\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0648\\u0649\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0648\\u0627\\u0644\\u0645\\u0635\\u0627\\u062f\\u0642\\u0629 \\u0627\\u0644\\u062b\\u0646\\u0627\\u0626\\u064a\\u0629 (2FA)\\u060c \\u0644\\u0636\\u0645\\u0627\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u062a\\u0645\\u0643\\u064a\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0641\\u064a \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0628\\u0648\\u0627\\u0628\\u0629 \\u0644\\u062a\\u0639\\u0632\\u064a\\u0632 \\u0627\\u0644\\u062d\\u0645\\u0627\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tan segura es la pasarela de pago QRPay Pro?\",\"answer\":\"QRPay Pro utiliza medidas de seguridad de primer nivel, incluido el cifrado y 2FA, para garantizar que todas las transacciones est\\u00e9n protegidas. Tambi\\u00e9n puede habilitar configuraciones de seguridad adicionales en la Configuraci\\u00f3n de la puerta de enlace para una protecci\\u00f3n mejorada.\"},\"fr\":{\"question\":\"Dans quelle mesure la passerelle de paiement QRPay Pro est-elle s\\u00e9curis\\u00e9e\\u00a0?\",\"answer\":\"QRPay Pro utilise des mesures de s\\u00e9curit\\u00e9 de haut niveau, notamment le cryptage et le 2FA, pour garantir que toutes les transactions sont prot\\u00e9g\\u00e9es. Vous pouvez \\u00e9galement activer des param\\u00e8tres de s\\u00e9curit\\u00e9 suppl\\u00e9mentaires dans les param\\u00e8tres de la passerelle pour une protection am\\u00e9lior\\u00e9e.\"},\"hi\":{\"question\":\"QRPay Pro \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u093f \\u0938\\u092d\\u0940 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948\\u0902, QRPay Pro \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u0936\\u0928 \\u0914\\u0930 2FA \\u0938\\u0939\\u093f\\u0924 \\u0936\\u0940\\u0930\\u094d\\u0937 \\u0938\\u094d\\u0924\\u0930\\u0940\\u092f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0909\\u092a\\u093e\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092c\\u0947\\u0939\\u0924\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u092e\\u0947\\u0902 \\u0905\\u0924\\u093f\\u0930\\u093f\\u0915\\u094d\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u092d\\u0940 \\u0938\\u0915\\u094d\\u0937\\u092e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724baaee5bf9\"},\"6724bab99f88e\":{\"language\":{\"en\":{\"question\":\"What payment methods can I offer through QRPay Pro\\u2019s gateway?\",\"answer\":\"QRPay Pro supports multiple payment methods, including QR code payments, bank transfers, and digital wallet options. Customize your available methods in the Gateway Settings to meet your customers\' needs.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u0642\\u062f\\u064a\\u0645\\u0647\\u0627 \\u0639\\u0628\\u0631 \\u0628\\u0648\\u0627\\u0628\\u0629 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0637\\u0631\\u0642 \\u062f\\u0641\\u0639 \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629\\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0648\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629. \\u0642\\u0645 \\u0628\\u062a\\u062e\\u0635\\u064a\\u0635 \\u0627\\u0644\\u0637\\u0631\\u0642 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629 \\u0644\\u062f\\u064a\\u0643 \\u0641\\u064a \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0628\\u0648\\u0627\\u0628\\u0629 \\u0644\\u062a\\u0644\\u0628\\u064a\\u0629 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0639\\u0645\\u0644\\u0627\\u0626\\u0643.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de pago puedo ofrecer a trav\\u00e9s de la pasarela de QRPay Pro?\",\"answer\":\"QRPay Pro admite m\\u00faltiples m\\u00e9todos de pago, incluidos pagos con c\\u00f3digos QR, transferencias bancarias y opciones de billetera digital. Personalice sus m\\u00e9todos disponibles en la Configuraci\\u00f3n de la puerta de enlace para satisfacer las necesidades de sus clientes.\"},\"fr\":{\"question\":\"Quelles m\\u00e9thodes de paiement puis-je proposer via la passerelle QRPay Pro\\u00a0?\",\"answer\":\"QRPay Pro prend en charge plusieurs m\\u00e9thodes de paiement, notamment les paiements par code QR, les virements bancaires et les options de portefeuille num\\u00e9rique. Personnalisez vos m\\u00e9thodes disponibles dans les param\\u00e8tres de la passerelle pour r\\u00e9pondre aux besoins de vos clients.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u093e\\u0902 \\u092a\\u0947\\u0936 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"QRPay Pro \\u0915\\u0908 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u092e\\u0947\\u0902 QR \\u0915\\u094b\\u0921 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928, \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0914\\u0930 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0940 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724bab99f88e\"},\"6724bac43610b\":{\"language\":{\"en\":{\"question\":\"Can I view transaction details for payments made through the gateway?\",\"answer\":\"Yes, QRPay Pro\\u2019s dashboard includes comprehensive transaction logs. You can track and review payment details, manage refunds, and analyze performance directly within the Gateway Settings.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u0627\\u0637\\u0644\\u0627\\u0639 \\u0639\\u0644\\u0649 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u0645\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0628\\u0648\\u0627\\u0628\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u062a\\u062a\\u0636\\u0645\\u0646 \\u0644\\u0648\\u062d\\u0629 \\u062a\\u062d\\u0643\\u0645 QRPay Pro \\u0633\\u062c\\u0644\\u0627\\u062a \\u0634\\u0627\\u0645\\u0644\\u0629 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u062a\\u062a\\u0628\\u0639 \\u0648\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0644\\u063a \\u0627\\u0644\\u0645\\u0633\\u062a\\u0631\\u062f\\u0629 \\u0648\\u062a\\u062d\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0623\\u062f\\u0627\\u0621 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0636\\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u0628\\u0648\\u0627\\u0628\\u0629.\"},\"es\":{\"question\":\"\\u00bfPuedo ver los detalles de las transacciones de pagos realizados a trav\\u00e9s de la pasarela?\",\"answer\":\"S\\u00ed, el panel de control de QRPay Pro incluye registros de transacciones completos. Puede realizar un seguimiento y revisar los detalles de pago, administrar reembolsos y analizar el rendimiento directamente en la Configuraci\\u00f3n de la puerta de enlace.\"},\"fr\":{\"question\":\"Puis-je afficher les d\\u00e9tails des transactions pour les paiements effectu\\u00e9s via la passerelle\\u00a0?\",\"answer\":\"Oui, le tableau de bord de QRPay Pro comprend des journaux de transactions complets. Vous pouvez suivre et consulter les d\\u00e9tails du paiement, g\\u00e9rer les remboursements et analyser les performances directement dans les param\\u00e8tres de la passerelle.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0915\\u093f\\u090f \\u0917\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901, QRPay Pro \\u0915\\u0947 \\u0921\\u0948\\u0936\\u092c\\u094b\\u0930\\u094d\\u0921 \\u092e\\u0947\\u0902 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0932\\u0949\\u0917 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902\\u0964 \\u0906\\u092a \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923\\u094b\\u0902 \\u0915\\u094b \\u091f\\u094d\\u0930\\u0948\\u0915 \\u0914\\u0930 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0930\\u093f\\u092b\\u0902\\u0921 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u0914\\u0930 \\u0938\\u0940\\u0927\\u0947 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u092a\\u094d\\u0930\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0915\\u093e \\u0935\\u093f\\u0936\\u094d\\u0932\\u0947\\u0937\\u0923 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724bac43610b\"}}}', 1, 1, '2024-11-01 21:25:13', '2024-11-06 23:02:52'),
(23, 23, 'business', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About API Key Management\",\"sub_heading\":\"Learn more about creating, using, and managing API keys with QRPay Pro\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0648\\u0625\\u062f\\u0627\\u0631\\u062a\\u0647\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la gesti\\u00f3n de claves API\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre c\\u00f3mo crear, usar y administrar claves API con QRPay Pro\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur la gestion des cl\\u00e9s API\",\"sub_heading\":\"En savoir plus sur la cr\\u00e9ation, l\'utilisation et la gestion des cl\\u00e9s API avec QRPay Pro\"},\"hi\":{\"heading\":\"\\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925 API \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u093e\\u0901 \\u092c\\u0928\\u093e\\u0928\\u0947, \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u093e\\u0928\\u0947\\u0902\"}},\"items\":{\"6724bb707bf2a\":{\"language\":{\"en\":{\"question\":\"How do I securely store my QRPay Pro API keys?\",\"answer\":\"Store your API keys in a secure environment, such as an encrypted server or a password manager, and avoid sharing keys with anyone. QRPay Pro also allows you to regenerate keys if you suspect any security risks.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u062e\\u0632\\u064a\\u0646 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d QRPay Pro API \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646\\u061f\",\"answer\":\"\\u0642\\u0645 \\u0628\\u062a\\u062e\\u0632\\u064a\\u0646 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0641\\u064a \\u0628\\u064a\\u0626\\u0629 \\u0622\\u0645\\u0646\\u0629\\u060c \\u0645\\u062b\\u0644 \\u062e\\u0627\\u062f\\u0645 \\u0645\\u0634\\u0641\\u0631 \\u0623\\u0648 \\u0645\\u062f\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\\u060c \\u0648\\u062a\\u062c\\u0646\\u0628 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0645\\u0641\\u0627\\u062a\\u064a\\u062d \\u0645\\u0639 \\u0623\\u064a \\u0634\\u062e\\u0635. \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 QRPay Pro \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0628\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0641\\u0627\\u062a\\u064a\\u062d \\u0625\\u0630\\u0627 \\u0643\\u0646\\u062a \\u062a\\u0634\\u0643 \\u0641\\u064a \\u0648\\u062c\\u0648\\u062f \\u0623\\u064a \\u0645\\u062e\\u0627\\u0637\\u0631 \\u0623\\u0645\\u0646\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo almaceno de forma segura mis claves API de QRPay Pro?\",\"answer\":\"Guarde sus claves API en un entorno seguro, como un servidor cifrado o un administrador de contrase\\u00f1as, y evite compartir claves con nadie. QRPay Pro tambi\\u00e9n le permite regenerar claves si sospecha alg\\u00fan riesgo de seguridad.\"},\"fr\":{\"question\":\"Comment stocker en toute s\\u00e9curit\\u00e9 mes cl\\u00e9s API QRPay Pro\\u00a0?\",\"answer\":\"Stockez vos cl\\u00e9s API dans un environnement s\\u00e9curis\\u00e9, tel qu\'un serveur crypt\\u00e9 ou un gestionnaire de mots de passe, et \\u00e9vitez de partager vos cl\\u00e9s avec qui que ce soit. QRPay Pro vous permet \\u00e9galement de r\\u00e9g\\u00e9n\\u00e9rer les cl\\u00e9s si vous soup\\u00e7onnez des risques de s\\u00e9curit\\u00e9.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0938\\u0902\\u0917\\u094d\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0942\\u0902?\",\"answer\":\"\\u0905\\u092a\\u0928\\u0940 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u090f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0935\\u093e\\u0924\\u093e\\u0935\\u0930\\u0923 \\u092e\\u0947\\u0902 \\u0938\\u0902\\u0917\\u094d\\u0930\\u0939\\u0940\\u0924 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u0948\\u0938\\u0947 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u0947\\u0921 \\u0938\\u0930\\u094d\\u0935\\u0930 \\u092f\\u093e \\u092a\\u093e\\u0938\\u0935\\u0930\\u094d\\u0921 \\u092e\\u0948\\u0928\\u0947\\u091c\\u0930, \\u0914\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u093e\\u0901 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092c\\u091a\\u0947\\u0902\\u0964 \\u092f\\u0926\\u093f \\u0906\\u092a\\u0915\\u094b \\u0915\\u093f\\u0938\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u091c\\u094b\\u0916\\u093f\\u092e \\u0915\\u093e \\u0938\\u0902\\u0926\\u0947\\u0939 \\u0939\\u0948 \\u0924\\u094b QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u092a\\u0915\\u094b \\u091a\\u093e\\u092c\\u093f\\u092f\\u093e\\u0901 \\u092a\\u0941\\u0928: \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u092d\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724bb707bf2a\"},\"6724bb7b309e9\":{\"language\":{\"en\":{\"question\":\"Can I create multiple API keys for different uses?\",\"answer\":\"Yes, QRPay Pro allows you to generate multiple API keys with specific permissions for each, so you can control access based on usage, team members, or integration needs.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0627\\u062a \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 QRPay Pro \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0628\\u0623\\u0630\\u0648\\u0646\\u0627\\u062a \\u0645\\u062d\\u062f\\u062f\\u0629 \\u0644\\u0643\\u0644 \\u0645\\u0646\\u0647\\u0627\\u060c \\u062d\\u062a\\u0649 \\u062a\\u062a\\u0645\\u0643\\u0646 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u0648 \\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642 \\u0623\\u0648 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0627\\u0644\\u062a\\u0643\\u0627\\u0645\\u0644.\"},\"es\":{\"question\":\"\\u00bfPuedo crear varias claves API para diferentes usos?\",\"answer\":\"S\\u00ed, QRPay Pro te permite generar m\\u00faltiples claves API con permisos espec\\u00edficos para cada una, para que puedas controlar el acceso seg\\u00fan el uso, los miembros del equipo o las necesidades de integraci\\u00f3n.\"},\"fr\":{\"question\":\"Puis-je cr\\u00e9er plusieurs cl\\u00e9s API pour diff\\u00e9rentes utilisations\\u00a0?\",\"answer\":\"Oui, QRPay Pro vous permet de g\\u00e9n\\u00e9rer plusieurs cl\\u00e9s API avec des autorisations sp\\u00e9cifiques pour chacune, afin que vous puissiez contr\\u00f4ler l\'acc\\u00e8s en fonction de l\'utilisation, des membres de l\'\\u00e9quipe ou des besoins d\'int\\u00e9gration.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0909\\u092a\\u092f\\u094b\\u0917\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915\\u093e\\u0927\\u093f\\u0915 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u093e\\u0901 \\u092c\\u0928\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u092a\\u0915\\u094b \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u0908 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u0924\\u093e\\u0915\\u093f \\u0906\\u092a \\u0909\\u092a\\u092f\\u094b\\u0917, \\u091f\\u0940\\u092e \\u0915\\u0947 \\u0938\\u0926\\u0938\\u094d\\u092f\\u094b\\u0902 \\u092f\\u093e \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0915\\u094b \\u0928\\u093f\\u092f\\u0902\\u0924\\u094d\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0964\"}},\"id\":\"6724bb7b309e9\"},\"6724bb84d207e\":{\"language\":{\"en\":{\"question\":\"What should I do if my API key is compromised?\",\"answer\":\"If your API key is compromised, immediately revoke it through the QRPay Pro dashboard and generate a new key. QRPay Pro\\u2019s secure dashboard allows for easy key management to protect your platform.\"},\"ar\":{\"question\":\"\\u0645\\u0627\\u0630\\u0627 \\u0639\\u0644\\u064a \\u0623\\u0646 \\u0623\\u0641\\u0639\\u0644 \\u0625\\u0630\\u0627 \\u062a\\u0645 \\u0627\\u062e\\u062a\\u0631\\u0627\\u0642 \\u0645\\u0641\\u062a\\u0627\\u062d API \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0625\\u0630\\u0627 \\u062a\\u0645 \\u0627\\u062e\\u062a\\u0631\\u0627\\u0642 \\u0645\\u0641\\u062a\\u0627\\u062d API \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0641\\u0642\\u0645 \\u0628\\u0625\\u0644\\u063a\\u0627\\u0626\\u0647 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0644\\u0648\\u062d\\u0629 \\u062a\\u062d\\u0643\\u0645 QRPay Pro \\u0648\\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u062a\\u0627\\u062d \\u062c\\u062f\\u064a\\u062f. \\u062a\\u0633\\u0645\\u062d \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0644\\u0640 QRPay Pro \\u0628\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0641\\u0627\\u062a\\u064a\\u062d \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0644\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 debo hacer si mi clave API est\\u00e1 comprometida?\",\"answer\":\"Si su clave API est\\u00e1 comprometida, revoquela inmediatamente a trav\\u00e9s del panel de QRPay Pro y genere una nueva clave. El panel seguro de QRPay Pro permite una f\\u00e1cil administraci\\u00f3n de claves para proteger su plataforma.\"},\"fr\":{\"question\":\"Que dois-je faire si ma cl\\u00e9 API est compromise\\u00a0?\",\"answer\":\"Si votre cl\\u00e9 API est compromise, r\\u00e9voquez-la imm\\u00e9diatement via le tableau de bord QRPay Pro et g\\u00e9n\\u00e9rez une nouvelle cl\\u00e9. Le tableau de bord s\\u00e9curis\\u00e9 de QRPay Pro permet une gestion facile des cl\\u00e9s pour prot\\u00e9ger votre plateforme.\"},\"hi\":{\"question\":\"\\u092f\\u0926\\u093f \\u092e\\u0947\\u0930\\u0940 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0938\\u0947 \\u091b\\u0947\\u0921\\u093c\\u091b\\u093e\\u0921\\u093c \\u0915\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948 \\u0924\\u094b \\u092e\\u0941\\u091d\\u0947 \\u0915\\u094d\\u092f\\u093e \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u093f\\u090f?\",\"answer\":\"\\u092f\\u0926\\u093f \\u0906\\u092a\\u0915\\u0940 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0938\\u0947 \\u091b\\u0947\\u0921\\u093c\\u091b\\u093e\\u0921\\u093c \\u0915\\u0940 \\u0917\\u0908 \\u0939\\u0948, \\u0924\\u094b \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0907\\u0938\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0921\\u0948\\u0936\\u092c\\u094b\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0930\\u0926\\u094d\\u0926 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u090f\\u0915 \\u0928\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964 QRPay Pro \\u0915\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0921\\u0948\\u0936\\u092c\\u094b\\u0930\\u094d\\u0921 \\u0906\\u092a\\u0915\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0938\\u093e\\u0928 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724bb84d207e\"},\"6724bb8cc3c1a\":{\"language\":{\"en\":{\"question\":\"Do API keys in QRPay Pro have an expiration date?\",\"answer\":\"No, QRPay Pro API keys do not expire by default. However, you can manually revoke and regenerate them whenever needed to maintain the highest security standards.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0641\\u064a QRPay Pro \\u0644\\u0647\\u0627 \\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0646\\u062a\\u0647\\u0627\\u0621 \\u0627\\u0644\\u0635\\u0644\\u0627\\u062d\\u064a\\u0629\\u061f\",\"answer\":\"\\u0644\\u0627\\u060c \\u0644\\u0627 \\u062a\\u0646\\u062a\\u0647\\u064a \\u0635\\u0644\\u0627\\u062d\\u064a\\u0629 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d QRPay Pro API \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u064b\\u0627. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0644\\u063a\\u0627\\u0621\\u0647\\u0627 \\u0648\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0626\\u0647\\u0627 \\u064a\\u062f\\u0648\\u064a\\u064b\\u0627 \\u0639\\u0646\\u062f \\u0627\\u0644\\u062d\\u0627\\u062c\\u0629 \\u0644\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u0623\\u0639\\u0644\\u0649 \\u0645\\u0639\\u0627\\u064a\\u064a\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646.\"},\"es\":{\"question\":\"\\u00bfLas claves API en QRPay Pro tienen fecha de vencimiento?\",\"answer\":\"No, las claves API de QRPay Pro no caducan de forma predeterminada. Sin embargo, puede revocarlos y regenerarlos manualmente cuando sea necesario para mantener los m\\u00e1s altos est\\u00e1ndares de seguridad.\"},\"fr\":{\"question\":\"Les cl\\u00e9s API dans QRPay Pro ont-elles une date d\'expiration ?\",\"answer\":\"Non, les cl\\u00e9s API QRPay Pro n\'expirent pas par d\\u00e9faut. Cependant, vous pouvez les r\\u00e9voquer et les r\\u00e9g\\u00e9n\\u00e9rer manuellement chaque fois que n\\u00e9cessaire pour maintenir les normes de s\\u00e9curit\\u00e9 les plus \\u00e9lev\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092e\\u0947\\u0902 API \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0938\\u092e\\u093e\\u092a\\u094d\\u0924\\u093f \\u0924\\u093f\\u0925\\u093f \\u0939\\u094b\\u0924\\u0940 \\u0939\\u0948?\",\"answer\":\"\\u0928\\u0939\\u0940\\u0902, QRPay Pro API \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u093e\\u0901 \\u0921\\u093f\\u092b\\u093c\\u0949\\u0932\\u094d\\u091f \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u092e\\u093e\\u092a\\u094d\\u0924 \\u0928\\u0939\\u0940\\u0902 \\u0939\\u094b\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0909\\u091a\\u094d\\u091a\\u0924\\u092e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u092e\\u093e\\u0928\\u0915\\u094b\\u0902 \\u0915\\u094b \\u092c\\u0928\\u093e\\u090f \\u0930\\u0916\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u091c\\u092c \\u092d\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b \\u0906\\u092a \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u092e\\u0948\\u0928\\u094d\\u092f\\u0941\\u0905\\u0932 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0930\\u0926\\u094d\\u0926 \\u0914\\u0930 \\u092a\\u0941\\u0928: \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724bb8cc3c1a\"}}}', 1, 1, '2024-11-01 21:28:38', '2024-11-07 15:36:29');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(24, 24, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Receiving Money as an Agent\",\"sub_heading\":\"Find answers to common questions on receiving funds through QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0643\\u0648\\u0643\\u064a\\u0644\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre recibir dinero como agente\",\"sub_heading\":\"Encuentre respuestas a preguntas comunes sobre c\\u00f3mo recibir fondos a trav\\u00e9s de QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur la r\\u00e9ception d\'argent en tant qu\'agent\",\"sub_heading\":\"Trouvez des r\\u00e9ponses aux questions courantes sur la r\\u00e9ception de fonds via QRPay Pro.\"},\"hi\":{\"heading\":\"\\u090f\\u0915 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092a\\u0930 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"6724bdc8cae48\":{\"language\":{\"en\":{\"question\":\"How can I provide my account details to the sender?\",\"answer\":\"You can easily share your unique QRPay Pro QR code or account ID, allowing the sender to initiate a quick and secure transfer directly to your account.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u0642\\u062f\\u064a\\u0645 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u062d\\u0633\\u0627\\u0628\\u064a \\u0644\\u0644\\u0645\\u0631\\u0633\\u0644\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 QRPay Pro \\u0623\\u0648 \\u0645\\u0639\\u0631\\u0641 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0641\\u0631\\u064a\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0644\\u0645\\u0631\\u0633\\u0644 \\u0628\\u0628\\u062f\\u0621 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0633\\u0631\\u064a\\u0639 \\u0648\\u0622\\u0645\\u0646 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo proporcionar los detalles de mi cuenta al remitente?\",\"answer\":\"Puede compartir f\\u00e1cilmente su c\\u00f3digo QR exclusivo de QRPay Pro o su ID de cuenta, lo que permite al remitente iniciar una transferencia r\\u00e1pida y segura directamente a su cuenta.\"},\"fr\":{\"question\":\"Comment puis-je fournir les d\\u00e9tails de mon compte \\u00e0 l\'exp\\u00e9diteur\\u00a0?\",\"answer\":\"Vous pouvez facilement partager votre code QR QRPay Pro unique ou votre identifiant de compte, permettant \\u00e0 l\'exp\\u00e9diteur d\'initier un transfert rapide et s\\u00e9curis\\u00e9 directement vers votre compte.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0915 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0906\\u092a \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u093e \\u0905\\u0926\\u094d\\u0935\\u093f\\u0924\\u0940\\u092f QRPay \\u092a\\u094d\\u0930\\u094b QR \\u0915\\u094b\\u0921 \\u092f\\u093e \\u0916\\u093e\\u0924\\u093e \\u0906\\u0908\\u0921\\u0940 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0915 \\u0938\\u0940\\u0927\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724bdc8cae48\"},\"6724bdd20b54c\":{\"language\":{\"en\":{\"question\":\"Can I receive funds in multiple currencies?\",\"answer\":\"Yes, QRPay Pro supports multi-currency transactions, allowing you to receive payments in various currencies. The platform will handle the conversion based on current exchange rates.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629. \\u0633\\u062a\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0627\\u0644\\u0645\\u0646\\u0635\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfPuedo recibir fondos en varias monedas?\",\"answer\":\"S\\u00ed, QRPay Pro admite transacciones multidivisa, lo que le permite recibir pagos en varias monedas. La plataforma manejar\\u00e1 la conversi\\u00f3n en funci\\u00f3n de los tipos de cambio actuales.\"},\"fr\":{\"question\":\"Puis-je recevoir des fonds dans plusieurs devises ?\",\"answer\":\"Oui, QRPay Pro prend en charge les transactions multidevises, vous permettant de recevoir des paiements dans diff\\u00e9rentes devises. La plateforme g\\u00e9rera la conversion en fonction des taux de change actuels.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0941\\u091d\\u0947 \\u0905\\u0928\\u0947\\u0915 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay \\u092a\\u094d\\u0930\\u094b \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0935\\u0930\\u094d\\u0924\\u092e\\u093e\\u0928 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u094b \\u0938\\u0902\\u092d\\u093e\\u0932\\u0947\\u0917\\u093e\\u0964\"}},\"id\":\"6724bdd20b54c\"},\"6724bddc1a1e7\":{\"language\":{\"en\":{\"question\":\"Will I be notified when a payment is received?\",\"answer\":\"Absolutely. QRPay Pro sends instant notifications when a transfer is complete, so you can verify incoming funds in real time.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0639\\u0644\\u0627\\u0645\\u064a \\u0639\\u0646\\u062f \\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0629\\u061f\",\"answer\":\"\\u0642\\u0637\\u0639\\u0627\\u064b. \\u064a\\u0631\\u0633\\u0644 QRPay Pro \\u0625\\u0634\\u0639\\u0627\\u0631\\u0627\\u062a \\u0641\\u0648\\u0631\\u064a\\u0629 \\u0639\\u0646\\u062f \\u0627\\u0643\\u062a\\u0645\\u0627\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0646\\u0642\\u0644\\u060c \\u062d\\u062a\\u0649 \\u062a\\u062a\\u0645\\u0643\\u0646 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a.\"},\"es\":{\"question\":\"\\u00bfMe notificar\\u00e1n cuando se reciba un pago?\",\"answer\":\"Absolutamente. QRPay Pro env\\u00eda notificaciones instant\\u00e1neas cuando se completa una transferencia, para que puedas verificar los fondos entrantes en tiempo real.\"},\"fr\":{\"question\":\"Serai-je averti lorsqu\'un paiement sera re\\u00e7u\\u00a0?\",\"answer\":\"Absolument. QRPay Pro envoie des notifications instantan\\u00e9es lorsqu\'un transfert est termin\\u00e9, afin que vous puissiez v\\u00e9rifier les fonds entrants en temps r\\u00e9el.\"},\"hi\":{\"question\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930 \\u0915\\u094d\\u092f\\u093e \\u092e\\u0941\\u091d\\u0947 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094d\\u0915\\u0941\\u0932\\u0964 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u0942\\u0930\\u093e \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930 QRPay Pro \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0942\\u091a\\u0928\\u093e\\u090f\\u0902 \\u092d\\u0947\\u091c\\u0924\\u093e \\u0939\\u0948, \\u0924\\u093e\\u0915\\u093f \\u0906\\u092a \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u092e\\u0947\\u0902 \\u0906\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b \\u0938\\u0924\\u094d\\u092f\\u093e\\u092a\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0964\"}},\"id\":\"6724bddc1a1e7\"},\"6724bde6b81b2\":{\"language\":{\"en\":{\"question\":\"Is there a fee for receiving funds as an agent?\",\"answer\":\"Transaction fees may vary based on the currency and type of transfer. Check the QRPay Pro fee schedule in your account for detailed information.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u0644\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0643\\u0648\\u0643\\u064a\\u0644\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0648\\u0646\\u0648\\u0639 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644. \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u062c\\u062f\\u0648\\u0644 \\u0631\\u0633\\u0648\\u0645 QRPay Pro \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0645\\u0641\\u0635\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfSe aplica una tarifa por recibir fondos como agente?\",\"answer\":\"Las tarifas de transacci\\u00f3n pueden variar seg\\u00fan la moneda y el tipo de transferencia. Consulte el programa de tarifas de QRPay Pro en su cuenta para obtener informaci\\u00f3n detallada.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour recevoir des fonds en tant qu\'agent ?\",\"answer\":\"Les frais de transaction peuvent varier en fonction de la devise et du type de transfert. Consultez le bar\\u00e8me des frais QRPay Pro dans votre compte pour des informations d\\u00e9taill\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0914\\u0930 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0905\\u0928\\u0941\\u0938\\u0942\\u091a\\u0940 \\u0915\\u0940 \\u091c\\u093e\\u0901\\u091a \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724bde6b81b2\"}}}', 1, 1, '2024-11-01 21:38:37', '2024-11-06 21:19:28'),
(25, 25, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Common Questions About Exchanging Money on QRPay Pro\",\"sub_heading\":\"Find out more about currency exchange features for agents on QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0634\\u0627\\u0626\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u0645\\u064a\\u0632\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0639\\u0644\\u0649 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas comunes sobre el intercambio de dinero en QRPay Pro\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre las funciones de cambio de moneda para agentes en QRPay Pro.\"},\"fr\":{\"heading\":\"Questions courantes sur l\'\\u00e9change d\'argent sur QRPay Pro\",\"sub_heading\":\"Apprenez-en davantage sur les fonctionnalit\\u00e9s de change pour les agents sur QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0927\\u093f\\u0915 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724be8e0fec3\":{\"language\":{\"en\":{\"question\":\"How do I start a currency exchange in my QRPay Pro account?\",\"answer\":\"To begin an exchange, simply select the currency you currently hold and the currency you wish to receive. QRPay Pro will guide you through the rest of the process.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0628\\u062f\\u0623 \\u0641\\u064a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0644\\u0628\\u062f\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0628\\u0627\\u062f\\u0644\\u060c \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u062a\\u062d\\u062f\\u064a\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0645\\u062a\\u0644\\u0643\\u0647\\u0627 \\u062d\\u0627\\u0644\\u064a\\u064b\\u0627 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u062a\\u0644\\u0642\\u064a\\u0647\\u0627. \\u0633\\u064a\\u0631\\u0634\\u062f\\u0643 QRPay Pro \\u062e\\u0644\\u0627\\u0644 \\u0628\\u0642\\u064a\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo inicio un cambio de moneda en mi cuenta QRPay Pro?\",\"answer\":\"Para comenzar un intercambio, simplemente seleccione la moneda que posee actualmente y la moneda que desea recibir. QRPay Pro te guiar\\u00e1 por el resto del proceso.\"},\"fr\":{\"question\":\"Comment d\\u00e9marrer un \\u00e9change de devises sur mon compte QRPay Pro\\u00a0?\",\"answer\":\"Pour commencer un \\u00e9change, s\\u00e9lectionnez simplement la devise que vous d\\u00e9tenez actuellement et la devise que vous souhaitez recevoir. QRPay Pro vous guidera tout au long du processus.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0948\\u0938\\u0947 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0942\\u0902?\",\"answer\":\"\\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092c\\u0938 \\u0935\\u0939 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u091a\\u0941\\u0928\\u0947\\u0902 \\u091c\\u094b \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0935\\u0930\\u094d\\u0924\\u092e\\u093e\\u0928 \\u092e\\u0947\\u0902 \\u0939\\u0948 \\u0914\\u0930 \\u0935\\u0939 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u091c\\u093f\\u0938\\u0947 \\u0906\\u092a \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 QRPay Pro \\u092c\\u093e\\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u093e \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0915\\u0930\\u0947\\u0917\\u093e\\u0964\"}},\"id\":\"6724be8e0fec3\"},\"6724be9c949ab\":{\"language\":{\"en\":{\"question\":\"Are there fees associated with currency exchange?\",\"answer\":\"Yes, QRPay Pro applies a nominal fee for currency exchanges, which varies depending on the currencies involved. You can view the exact fee before confirming the transaction.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u064a\\u0637\\u0628\\u0642 QRPay Pro \\u0631\\u0633\\u0648\\u0645\\u064b\\u0627 \\u0631\\u0645\\u0632\\u064a\\u0629 \\u0639\\u0644\\u0649 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u060c \\u0648\\u0627\\u0644\\u062a\\u064a \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0628\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0639\\u0646\\u064a\\u0629. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0639\\u0631\\u0636 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062f\\u0642\\u064a\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfExisten tarifas asociadas con el cambio de moneda?\",\"answer\":\"S\\u00ed, QRPay Pro aplica una tarifa nominal por los cambios de divisas, que var\\u00eda seg\\u00fan las monedas involucradas. Puede ver la tarifa exacta antes de confirmar la transacci\\u00f3n.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s au change de devises ?\",\"answer\":\"Oui, QRPay Pro applique des frais nominaux pour les \\u00e9changes de devises, qui varient en fonction des devises impliqu\\u00e9es. Vous pouvez consulter les frais exacts avant de confirmer la transaction.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u091c\\u0941\\u0921\\u093c\\u093e \\u0939\\u0941\\u0906 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay Pro \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u092e\\u093e\\u092e\\u0942\\u0932\\u0940 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u094b \\u0936\\u093e\\u092e\\u093f\\u0932 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0938\\u091f\\u0940\\u0915 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724be9c949ab\"},\"6724bea5c68f8\":{\"language\":{\"en\":{\"question\":\"Can I see the exchange rate before confirming the transaction?\",\"answer\":\"Absolutely. QRPay Pro provides real-time exchange rates, so you can review the conversion details before completing your transaction.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0631\\u0624\\u064a\\u0629 \\u0633\\u0639\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u061f\",\"answer\":\"\\u0642\\u0637\\u0639\\u0627\\u064b. \\u064a\\u0648\\u0641\\u0631 QRPay Pro \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u060c \\u062d\\u062a\\u0649 \\u062a\\u062a\\u0645\\u0643\\u0646 \\u0645\\u0646 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0642\\u0628\\u0644 \\u0625\\u0643\\u0645\\u0627\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfPuedo ver el tipo de cambio antes de confirmar la transacci\\u00f3n?\",\"answer\":\"Absolutamente. QRPay Pro proporciona tipos de cambio en tiempo real, para que pueda revisar los detalles de la conversi\\u00f3n antes de completar su transacci\\u00f3n.\"},\"fr\":{\"question\":\"Puis-je voir le taux de change avant de confirmer la transaction ?\",\"answer\":\"Absolument. QRPay Pro fournit des taux de change en temps r\\u00e9el, vous permettant ainsi de consulter les d\\u00e9tails de la conversion avant de finaliser votre transaction.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094d\\u0915\\u0941\\u0932\\u0964 QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u0947\\u0902 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u0924\\u093e\\u0915\\u093f \\u0906\\u092a \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0964\"}},\"id\":\"6724bea5c68f8\"},\"6724beae85a60\":{\"language\":{\"en\":{\"question\":\"Is there a limit to the amount I can exchange at one time?\",\"answer\":\"There may be limits based on your account type and transaction history. Refer to your QRPay Pro account settings or contact support to understand any specific limits that may apply.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f \\u0644\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u0628\\u062f\\u0627\\u0644\\u0647 \\u0641\\u064a \\u0627\\u0644\\u0645\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0627\\u062d\\u062f\\u0629\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f\\u0648\\u062f \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0646\\u0648\\u0639 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0633\\u062c\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a. \\u0627\\u0631\\u062c\\u0639 \\u0625\\u0644\\u0649 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0623\\u0648 \\u0627\\u062a\\u0635\\u0644 \\u0628\\u0627\\u0644\\u062f\\u0639\\u0645 \\u0644\\u0641\\u0647\\u0645 \\u0623\\u064a \\u062d\\u062f\\u0648\\u062f \\u0645\\u062d\\u062f\\u062f\\u0629 \\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0647\\u0627.\"},\"es\":{\"question\":\"\\u00bfExiste un l\\u00edmite en la cantidad que puedo cambiar a la vez?\",\"answer\":\"Puede haber l\\u00edmites seg\\u00fan su tipo de cuenta e historial de transacciones. Consulte la configuraci\\u00f3n de su cuenta QRPay Pro o comun\\u00edquese con el soporte para comprender los l\\u00edmites espec\\u00edficos que pueden aplicarse.\"},\"fr\":{\"question\":\"Y a-t-il une limite au montant que je peux \\u00e9changer en une seule fois ?\",\"answer\":\"Il peut y avoir des limites en fonction de votre type de compte et de votre historique de transactions. Reportez-vous aux param\\u00e8tres de votre compte QRPay Pro ou contactez l\'assistance pour comprendre les limites sp\\u00e9cifiques qui peuvent s\'appliquer.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0947\\u0930\\u0947 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u090f\\u0915 \\u0938\\u092e\\u092f \\u092e\\u0947\\u0902 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u0930\\u093e\\u0936\\u093f \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0938\\u0940\\u092e\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u0940\\u092e\\u093e \\u0915\\u094b \\u0938\\u092e\\u091d\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u0926\\u0947\\u0916\\u0947\\u0902 \\u092f\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724beae85a60\"}}}', 1, 1, '2024-11-01 21:41:55', '2024-11-06 20:45:14'),
(26, 26, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Adding Money on QRPay Pro\",\"sub_heading\":\"Learn more about funding your account as an agent on QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f \\u062d\\u0648\\u0644 \\u062a\\u0645\\u0648\\u064a\\u0644 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0643\\u0648\\u0643\\u064a\\u0644 \\u0639\\u0644\\u0649 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre c\\u00f3mo agregar dinero en QRPay Pro\",\"sub_heading\":\"Obtenga m\\u00e1s informaci\\u00f3n sobre c\\u00f3mo financiar su cuenta como agente en QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur l\'ajout d\'argent sur QRPay Pro\",\"sub_heading\":\"Apprenez-en davantage sur l\'approvisionnement de votre compte en tant qu\'agent sur QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay Pro \\u092a\\u0930 \\u090f\\u0915 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u092e\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u093e\\u0928\\u0947\\u0902\\u0964\"}},\"items\":{\"6724bf77d41f0\":{\"language\":{\"en\":{\"question\":\"What methods can I use to add money to my QRPay Pro account?\",\"answer\":\"You can add money using various methods such as bank transfers, credit\\/debit cards, and other supported payment options available within the QRPay Pro platform.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0637\\u0631\\u0642 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0637\\u0631\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u0645\\u062b\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0648\\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\/\\u0627\\u0644\\u062e\\u0635\\u0645 \\u0648\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631\\u0629 \\u0636\\u0645\\u0646 \\u0645\\u0646\\u0635\\u0629 QRPay Pro.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos puedo utilizar para agregar dinero a mi cuenta QRPay Pro?\",\"answer\":\"Puede agregar dinero utilizando varios m\\u00e9todos, como transferencias bancarias, tarjetas de cr\\u00e9dito\\/d\\u00e9bito y otras opciones de pago admitidas disponibles dentro de la plataforma QRPay Pro.\"},\"fr\":{\"question\":\"Quelles m\\u00e9thodes puis-je utiliser pour ajouter de l\'argent sur mon compte QRPay Pro\\u00a0?\",\"answer\":\"Vous pouvez ajouter de l\'argent en utilisant diverses m\\u00e9thodes telles que les virements bancaires, les cartes de cr\\u00e9dit\\/d\\u00e9bit et d\'autres options de paiement prises en charge disponibles sur la plateforme QRPay Pro.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u093f\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u0906\\u092a QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u091c\\u0948\\u0938\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923, \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f\\/\\u0921\\u0947\\u092c\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0914\\u0930 \\u0905\\u0928\\u094d\\u092f \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724bf77d41f0\"},\"6724bf7fe857d\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with adding money?\",\"answer\":\"Yes, there may be transaction fees depending on the funding method you choose. You will be informed of any applicable fees before confirming your transaction.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062e\\u062a\\u0627\\u0631\\u0647\\u0627. \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0628\\u0644\\u0627\\u063a\\u0643 \\u0628\\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa asociada con agregar dinero?\",\"answer\":\"S\\u00ed, es posible que se apliquen tarifas de transacci\\u00f3n seg\\u00fan el m\\u00e9todo de financiaci\\u00f3n que elija. Se le informar\\u00e1 de las tarifas aplicables antes de confirmar su transacci\\u00f3n.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s \\u00e0 l\\u2019ajout d\\u2019argent\\u00a0?\",\"answer\":\"Oui, des frais de transaction peuvent s\'appliquer selon la m\\u00e9thode de financement que vous choisissez. Vous serez inform\\u00e9 des frais applicables avant de confirmer votre transaction.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a\\u0915\\u0947 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u092b\\u0902\\u0921\\u093f\\u0902\\u0917 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"6724bf7fe857d\"},\"6724bf8a1f02a\":{\"language\":{\"en\":{\"question\":\"How long does it take for the funds to be available in my account?\",\"answer\":\"Typically, funds added through bank transfers may take a few hours to reflect in your account, while credit\\/debit card transactions are usually processed instantly.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0627\\u0644\\u0645\\u062f\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642\\u0647\\u0627 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062d\\u062a\\u0649 \\u062a\\u0635\\u0628\\u062d \\u0645\\u062a\\u0627\\u062d\\u0629 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u064a\\u061f\",\"answer\":\"\\u0639\\u0627\\u062f\\u0629\\u064b\\u060c \\u0642\\u062f \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0636\\u0627\\u0641\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0628\\u0636\\u0639 \\u0633\\u0627\\u0639\\u0627\\u062a \\u0644\\u062a\\u0638\\u0647\\u0631 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0628\\u064a\\u0646\\u0645\\u0627 \\u062a\\u062a\\u0645 \\u0639\\u0627\\u062f\\u0629\\u064b \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\/\\u0627\\u0644\\u062e\\u0635\\u0645 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo tardan los fondos en estar disponibles en mi cuenta?\",\"answer\":\"Por lo general, los fondos agregados mediante transferencias bancarias pueden tardar algunas horas en reflejarse en su cuenta, mientras que las transacciones con tarjeta de cr\\u00e9dito\\/d\\u00e9bito generalmente se procesan instant\\u00e1neamente.\"},\"fr\":{\"question\":\"Combien de temps faut-il pour que les fonds soient disponibles sur mon compte ?\",\"answer\":\"En r\\u00e8gle g\\u00e9n\\u00e9rale, les fonds ajout\\u00e9s via les virements bancaires peuvent prendre quelques heures pour \\u00eatre refl\\u00e9t\\u00e9s sur votre compte, tandis que les transactions par carte de cr\\u00e9dit\\/d\\u00e9bit sont g\\u00e9n\\u00e9ralement trait\\u00e9es instantan\\u00e9ment.\"},\"hi\":{\"question\":\"\\u092e\\u0947\\u0930\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u094b\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0947\\u0917\\u093e?\",\"answer\":\"\\u0906\\u092e\\u0924\\u094c\\u0930 \\u092a\\u0930, \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947 \\u0917\\u090f \\u0927\\u0928 \\u0915\\u094b \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u094d\\u0930\\u0924\\u093f\\u092c\\u093f\\u0902\\u092c\\u093f\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u0941\\u091b \\u0918\\u0902\\u091f\\u0947 \\u0932\\u0917 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u092c\\u0915\\u093f \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f\\/\\u0921\\u0947\\u092c\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0906\\u092e\\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724bf8a1f02a\"},\"6724bf92ac4e5\":{\"language\":{\"en\":{\"question\":\"Is there a limit on how much money I can add at one time?\",\"answer\":\"Yes, there may be limits based on your account type and transaction history. Please check your QRPay Pro account settings or reach out to customer support for specific limit details.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f \\u0644\\u0639\\u062f\\u062f \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0636\\u0627\\u0641\\u062a\\u0647\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0645\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0627\\u062d\\u062f\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f\\u0648\\u062f \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0646\\u0648\\u0639 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0633\\u062c\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0645\\u0639 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062d\\u062f \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f.\"},\"es\":{\"question\":\"\\u00bfExiste un l\\u00edmite de cu\\u00e1nto dinero puedo agregar a la vez?\",\"answer\":\"S\\u00ed, puede haber l\\u00edmites seg\\u00fan su tipo de cuenta e historial de transacciones. Verifique la configuraci\\u00f3n de su cuenta QRPay Pro o comun\\u00edquese con atenci\\u00f3n al cliente para obtener detalles de l\\u00edmites espec\\u00edficos.\"},\"fr\":{\"question\":\"Y a-t-il une limite au montant d\\u2019argent que je peux ajouter en une seule fois\\u00a0?\",\"answer\":\"Oui, il peut y avoir des limites en fonction de votre type de compte et de votre historique de transactions. Veuillez v\\u00e9rifier les param\\u00e8tres de votre compte QRPay Pro ou contacter le support client pour obtenir des d\\u00e9tails sp\\u00e9cifiques sur les limites.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u090f\\u0915 \\u092c\\u093e\\u0930 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901 \\u0907\\u0938\\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0938\\u0940\\u092e\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0902 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u0943\\u092a\\u092f\\u093e \\u0905\\u092a\\u0928\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u091c\\u093e\\u0902\\u091a\\u0947\\u0902 \\u092f\\u093e \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u0940\\u092e\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724bf92ac4e5\"}}}', 1, 1, '2024-11-01 21:45:50', '2024-11-06 21:09:52');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(27, 27, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Withdrawing Money on QRPay Pro\",\"sub_heading\":\"Find answers to your queries regarding the withdrawal process as an agent on QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u0628\\u062d\\u062b \\u0639\\u0646 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0643\\u0648\\u0643\\u064a\\u0644 \\u0639\\u0644\\u0649 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre retirar dinero en QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a sus consultas sobre el proceso de retiro como agente en QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur le retrait d\'argent sur QRPay Pro\",\"sub_heading\":\"Trouvez des r\\u00e9ponses \\u00e0 vos questions concernant le processus de retrait en tant qu\'agent sur QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u090f\\u0915 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c03924266\":{\"language\":{\"en\":{\"question\":\"How can I withdraw money from my QRPay Pro account?\",\"answer\":\"To withdraw money, log in to your account, navigate to the \\u2018Withdraw Money\\u2019 section, enter the amount, select your withdrawal method, and confirm the transaction.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0648\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\\"\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u062d\\u062f\\u062f \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo retirar dinero de mi cuenta QRPay Pro?\",\"answer\":\"Para retirar dinero, inicie sesi\\u00f3n en su cuenta, navegue hasta la secci\\u00f3n \\\"Retirar dinero\\\", ingrese el monto, seleccione su m\\u00e9todo de retiro y confirme la transacci\\u00f3n.\"},\"fr\":{\"question\":\"Comment puis-je retirer de l\'argent de mon compte QRPay Pro ?\",\"answer\":\"Pour retirer de l\'argent, connectez-vous \\u00e0 votre compte, acc\\u00e9dez \\u00e0 la section \\u00ab Retirer de l\'argent \\u00bb, saisissez le montant, s\\u00e9lectionnez votre m\\u00e9thode de retrait et confirmez la transaction.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \'\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\' \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0905\\u092a\\u0928\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c03924266\"},\"6724c04656b40\":{\"language\":{\"en\":{\"question\":\"What withdrawal methods are available on QRPay Pro?\",\"answer\":\"You can withdraw funds via bank transfer and other supported methods available in the withdrawal section of your QRPay Pro account.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631\\u0629 \\u0639\\u0644\\u0649 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a \\u0648\\u0627\\u0644\\u0637\\u0631\\u0642 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629 \\u0641\\u064a \\u0642\\u0633\\u0645 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de retiro est\\u00e1n disponibles en QRPay Pro?\",\"answer\":\"Puede retirar fondos mediante transferencia bancaria y otros m\\u00e9todos admitidos disponibles en la secci\\u00f3n de retiro de su cuenta QRPay Pro.\"},\"fr\":{\"question\":\"Quelles m\\u00e9thodes de retrait sont disponibles sur QRPay Pro ?\",\"answer\":\"Vous pouvez retirer des fonds par virement bancaire et d\'autres m\\u00e9thodes prises en charge disponibles dans la section retrait de votre compte QRPay Pro.\"},\"hi\":{\"question\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f\\u092f\\u093e\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948\\u0902?\",\"answer\":\"\\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0914\\u0930 \\u0905\\u0928\\u094d\\u092f \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724c04656b40\"},\"6724c051c2e7a\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with withdrawing money?\",\"answer\":\"Yes, there may be transaction fees depending on the withdrawal method you choose. The fees will be displayed before you confirm your withdrawal.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062e\\u062a\\u0627\\u0631\\u0647\\u0627. \\u0633\\u064a\\u062a\\u0645 \\u0639\\u0631\\u0636 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0642\\u0628\\u0644 \\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0633\\u062d\\u0628.\"},\"es\":{\"question\":\"\\u00bfExiste alguna tarifa asociada con el retiro de dinero?\",\"answer\":\"S\\u00ed, puede haber tarifas de transacci\\u00f3n seg\\u00fan el m\\u00e9todo de retiro que elija. Las tarifas se mostrar\\u00e1n antes de que confirme su retiro.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s au retrait d\\u2019argent ?\",\"answer\":\"Oui, des frais de transaction peuvent s\'appliquer selon la m\\u00e9thode de retrait que vous choisissez. Les frais seront affich\\u00e9s avant que vous confirmiez votre retrait.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a\\u0915\\u0947 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u091a\\u0941\\u0928\\u0940 \\u0917\\u0908 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u0917 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a\\u0915\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u092a\\u094d\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"6724c051c2e7a\"},\"6724c05ceb7b1\":{\"language\":{\"en\":{\"question\":\"How long does it take for my withdrawal request to be processed?\",\"answer\":\"Withdrawal processing times may vary based on the method selected. Generally, bank transfers may take 1-3 business days to complete, while other methods may be faster.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0637\\u0631\\u0642 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631\\u0629 \\u0639\\u0644\\u0649 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a \\u0648\\u0627\\u0644\\u0637\\u0631\\u0642 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629 \\u0641\\u064a \\u0642\\u0633\\u0645 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 m\\u00e9todos de retiro est\\u00e1n disponibles en QRPay Pro?\",\"answer\":\"Puede retirar fondos mediante transferencia bancaria y otros m\\u00e9todos admitidos disponibles en la secci\\u00f3n de retiro de su cuenta QRPay Pro.\"},\"fr\":{\"question\":\"Quelles m\\u00e9thodes de retrait sont disponibles sur QRPay Pro ?\",\"answer\":\"Vous pouvez retirer des fonds par virement bancaire et d\'autres m\\u00e9thodes prises en charge disponibles dans la section retrait de votre compte QRPay Pro.\"},\"hi\":{\"question\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f\\u092f\\u093e\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948\\u0902?\",\"answer\":\"\\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0914\\u0930 \\u0905\\u0928\\u094d\\u092f \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724c05ceb7b1\"}}}', 1, 1, '2024-11-01 21:49:03', '2024-11-06 21:35:43'),
(28, 28, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Sending Money as an Agent on QRPay Pro\",\"sub_heading\":\"Find answers to common queries about the agent-to-agent money transfer process on QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0643\\u0648\\u0643\\u064a\\u0644 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u0648\\u0643\\u064a\\u0644 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 \\u0639\\u0644\\u0649 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el env\\u00edo de dinero como agente en QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a consultas comunes sobre el proceso de transferencia de dinero de agente a agente en QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quemment pos\\u00e9es sur l\'envoi d\'argent en tant qu\'agent sur QRPay Pro\",\"sub_heading\":\"Trouvez des r\\u00e9ponses aux questions courantes sur le processus de transfert d\'argent d\'agent \\u00e0 agent sur QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay Pro \\u092a\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f-\\u091f\\u0942-\\u090f\\u091c\\u0947\\u0902\\u091f \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c1d0cda27\":{\"language\":{\"en\":{\"question\":\"How do I send money to another agent on QRPay Pro?\",\"answer\":\"To send money, log in to your account, navigate to the \\u2018Send Money\\u2019 section, enter the recipient agent\\u2019s details, specify the amount, review the transaction, and confirm to complete the transfer.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 \\u0622\\u062e\\u0631 \\u0639\\u0644\\u0649 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0648\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\\"\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0648\\u0643\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u060c \\u0648\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u0631\\u0627\\u062c\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0648\\u0623\\u0643\\u062f \\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo env\\u00edo dinero a otro agente en QRPay Pro?\",\"answer\":\"Para enviar dinero, inicie sesi\\u00f3n en su cuenta, navegue hasta la secci\\u00f3n \\\"Enviar dinero\\\", ingrese los detalles del agente destinatario, especifique el monto, revise la transacci\\u00f3n y confirme para completar la transferencia.\"},\"fr\":{\"question\":\"Comment envoyer de l\'argent \\u00e0 un autre agent sur QRPay Pro ?\",\"answer\":\"Pour envoyer de l\'argent, connectez-vous \\u00e0 votre compte, acc\\u00e9dez \\u00e0 la section \\u00ab Envoyer de l\'argent \\u00bb, saisissez les coordonn\\u00e9es de l\'agent destinataire, sp\\u00e9cifiez le montant, examinez la transaction et confirmez pour terminer le transfert.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u092a\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0942\\u0902?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \'\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\' \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902, \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c1d0cda27\"},\"6724c1d930155\":{\"language\":{\"en\":{\"question\":\"Can I send money to users outside of the agent network?\",\"answer\":\"No, money transfers using the Send Money feature are strictly for agent-to-agent transactions within QRPay Pro.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u062e\\u0627\\u0631\\u062c \\u0634\\u0628\\u0643\\u0629 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621\\u061f\",\"answer\":\"\\u0644\\u0627\\u060c \\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u062e\\u0635\\u0635\\u0629 \\u0641\\u0642\\u0637 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0646 \\u0648\\u0643\\u064a\\u0644 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 \\u062f\\u0627\\u062e\\u0644 QRPay Pro.\"},\"es\":{\"question\":\"\\u00bfPuedo enviar dinero a usuarios fuera de la red de agentes?\",\"answer\":\"No, las transferencias de dinero que utilizan la funci\\u00f3n Enviar dinero son estrictamente para transacciones de agente a agente dentro de QRPay Pro.\"},\"fr\":{\"question\":\"Puis-je envoyer de l\'argent \\u00e0 des utilisateurs en dehors du r\\u00e9seau d\'agents\\u00a0?\",\"answer\":\"Non, les transferts d\'argent utilisant la fonction Envoyer de l\'argent sont strictement destin\\u00e9s aux transactions d\'agent \\u00e0 agent au sein de QRPay Pro.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u0915\\u0947 \\u092c\\u093e\\u0939\\u0930 \\u0915\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0928\\u0939\\u0940\\u0902, \\u0938\\u0947\\u0902\\u0921 \\u092e\\u0928\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947\\u0935\\u0932 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f-\\u091f\\u0942-\\u090f\\u091c\\u0947\\u0902\\u091f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u0948\\u0964\"}},\"id\":\"6724c1d930155\"},\"6724c1e36f91c\":{\"language\":{\"en\":{\"question\":\"Is there a limit on how much money I can send to another agent?\",\"answer\":\"Yes, there may be limits based on your account type and verification status. Check your account settings for specific sending limits.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f \\u0644\\u0645\\u0642\\u062f\\u0627\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644\\u0647\\u0627 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 \\u0622\\u062e\\u0631\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f\\u0648\\u062f \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0646\\u0648\\u0639 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642. \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u062d\\u062f\\u0648\\u062f \\u0627\\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629.\"},\"es\":{\"question\":\"\\u00bfExiste un l\\u00edmite de cu\\u00e1nto dinero puedo enviar a otro agente?\",\"answer\":\"S\\u00ed, puede haber l\\u00edmites seg\\u00fan el tipo de cuenta y el estado de verificaci\\u00f3n. Verifique la configuraci\\u00f3n de su cuenta para conocer los l\\u00edmites de env\\u00edo espec\\u00edficos.\"},\"fr\":{\"question\":\"Y a-t-il une limite au montant d\\u2019argent que je peux envoyer \\u00e0 un autre agent ?\",\"answer\":\"Oui, il peut y avoir des limites en fonction de votre type de compte et de votre statut de v\\u00e9rification. V\\u00e9rifiez les param\\u00e8tres de votre compte pour conna\\u00eetre les limites d\'envoi sp\\u00e9cifiques.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0907\\u0938 \\u092a\\u0930 \\u0915\\u094b\\u0908 \\u0938\\u0940\\u092e\\u093e \\u0939\\u0948 \\u0915\\u093f \\u092e\\u0948\\u0902 \\u0926\\u0942\\u0938\\u0930\\u0947 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u0915\\u093f\\u0924\\u0928\\u093e \\u092a\\u0948\\u0938\\u093e \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901, \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u0938\\u0924\\u094d\\u092f\\u093e\\u092a\\u0928 \\u0938\\u094d\\u0925\\u093f\\u0924\\u093f \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u0938\\u0940\\u092e\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u091c\\u093e\\u0902\\u091a\\u0947\\u0902\\u0964\"}},\"id\":\"6724c1e36f91c\"},\"6724c1eec2967\":{\"language\":{\"en\":{\"question\":\"How will I be notified of a successful transfer?\",\"answer\":\"After sending money, you will receive a notification confirming the transaction. You can also view your transaction history in your QRPay Pro account for details.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0633\\u064a\\u062a\\u0645 \\u0625\\u0639\\u0644\\u0627\\u0645\\u064a \\u0628\\u0646\\u062c\\u0627\\u062d \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0646\\u0642\\u0644\\u061f\",\"answer\":\"\\u0628\\u0639\\u062f \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0639\\u0631\\u0636 \\u0633\\u062c\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo se me notificar\\u00e1 de una transferencia exitosa?\",\"answer\":\"Despu\\u00e9s de enviar dinero, recibir\\u00e1s una notificaci\\u00f3n confirmando la transacci\\u00f3n. Tambi\\u00e9n puede ver su historial de transacciones en su cuenta QRPay Pro para obtener m\\u00e1s detalles.\"},\"fr\":{\"question\":\"Comment serai-je inform\\u00e9 d\\u2019un transfert r\\u00e9ussi\\u00a0?\",\"answer\":\"Apr\\u00e8s avoir envoy\\u00e9 de l\'argent, vous recevrez une notification confirmant la transaction. Vous pouvez \\u00e9galement consulter l\'historique de vos transactions dans votre compte QRPay Pro pour plus de d\\u00e9tails.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0938\\u092b\\u0932 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u0948\\u0938\\u0947 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u090f\\u0917\\u093e?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0926, \\u0906\\u092a\\u0915\\u094b \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u092d\\u0940 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724c1eec2967\"}}}', 1, 1, '2024-11-01 21:54:49', '2024-11-06 20:27:15'),
(29, 29, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Money In on QRPay Pro\",\"sub_heading\":\"Get answers to your questions about transferring funds to users\' wallets.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 Money In \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u062d\\u0648\\u0644 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la entrada de dinero en QRPay Pro\",\"sub_heading\":\"Obtenga respuestas a sus preguntas sobre la transferencia de fondos a las billeteras de los usuarios.\"},\"fr\":{\"heading\":\"Foire aux questions sur les entr\\u00e9es d\'argent sur QRPay Pro\",\"sub_heading\":\"Obtenez des r\\u00e9ponses \\u00e0 vos questions sur le transfert de fonds vers les portefeuilles des utilisateurs.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092e\\u0928\\u0940 \\u0907\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c54659e55\":{\"language\":{\"en\":{\"question\":\"How do I send money to a user\'s wallet using QRPay Pro?\",\"answer\":\"To send money, log in to your account, go to the \\u2018Money In\\u2019 section, select the user by entering their QRPay Pro ID, email, or phone number, specify the amount, review the details, and confirm the transfer.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0648\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\\"Money In\\\"\\u060c \\u0648\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0625\\u062f\\u062e\\u0627\\u0644 \\u0645\\u0639\\u0631\\u0641 QRPay Pro \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641\\u060c \\u0648\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u0631\\u0627\\u062c\\u0639 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo env\\u00edo dinero a la billetera de un usuario usando QRPay Pro?\",\"answer\":\"Para enviar dinero, inicie sesi\\u00f3n en su cuenta, vaya a la secci\\u00f3n \\\"Ingreso de dinero\\\", seleccione el usuario ingresando su ID de QRPay Pro, correo electr\\u00f3nico o n\\u00famero de tel\\u00e9fono, especifique el monto, revise los detalles y confirme la transferencia.\"},\"fr\":{\"question\":\"Comment puis-je envoyer de l\'argent vers le portefeuille d\'un utilisateur \\u00e0 l\'aide de QRPay Pro\\u00a0?\",\"answer\":\"Pour envoyer de l\'argent, connectez-vous \\u00e0 votre compte, acc\\u00e9dez \\u00e0 la section \\u00ab Argent entrant \\u00bb, s\\u00e9lectionnez l\'utilisateur en saisissant son identifiant QRPay Pro, son adresse e-mail ou son num\\u00e9ro de t\\u00e9l\\u00e9phone, sp\\u00e9cifiez le montant, v\\u00e9rifiez les d\\u00e9tails et confirmez le transfert.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0942\\u0902?\",\"answer\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \'\\u092e\\u0928\\u0940 \\u0907\\u0928\' \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902, \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0909\\u0928\\u0915\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u0908\\u0921\\u0940, \\u0908\\u092e\\u0947\\u0932 \\u092f\\u093e \\u092b\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0915\\u0947 \\u0915\\u0930\\u0947\\u0902, \\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902, \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c54659e55\"},\"6724c54f0a9de\":{\"language\":{\"en\":{\"question\":\"What information do I need to send money to a user?\",\"answer\":\"You will need the recipient\'s QRPay Pro ID, email address, or phone number to successfully complete the transfer.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0623\\u062d\\u062a\\u0627\\u062c\\u0647\\u0627 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u061f\",\"answer\":\"\\u0633\\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u0645\\u0639\\u0631\\u0641 QRPay Pro \\u0623\\u0648 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0644\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0646\\u0642\\u0644 \\u0628\\u0646\\u062c\\u0627\\u062d.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 informaci\\u00f3n necesito para enviar dinero a un usuario?\",\"answer\":\"Necesitar\\u00e1 el ID de QRPay Pro, la direcci\\u00f3n de correo electr\\u00f3nico o el n\\u00famero de tel\\u00e9fono del destinatario para completar con \\u00e9xito la transferencia.\"},\"fr\":{\"question\":\"De quelles informations ai-je besoin pour envoyer de l\'argent \\u00e0 un utilisateur\\u00a0?\",\"answer\":\"Vous aurez besoin de l\'identifiant QRPay Pro, de l\'adresse e-mail ou du num\\u00e9ro de t\\u00e9l\\u00e9phone du destinataire pour r\\u00e9ussir le transfert.\"},\"hi\":{\"question\":\"\\u0915\\u093f\\u0938\\u0940 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u0941\\u091d\\u0947 \\u0915\\u093f\\u0938 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b\\u0917\\u0940?\",\"answer\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u094b \\u0938\\u092b\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u092a\\u0915\\u094b \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u0908\\u0921\\u0940, \\u0908\\u092e\\u0947\\u0932 \\u092a\\u0924\\u093e \\u092f\\u093e \\u092b\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"6724c54f0a9de\"},\"6724c556354b1\":{\"language\":{\"en\":{\"question\":\"Are there any fees for sending money to users?\",\"answer\":\"Fees may apply depending on the transaction amount and any applicable service charges. Please review the fee structure in your account settings for detailed information.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0648\\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u062e\\u062f\\u0645\\u0629 \\u0645\\u0637\\u0628\\u0642\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0647\\u064a\\u0643\\u0644 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0641\\u064a \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0645\\u0641\\u0635\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa por enviar dinero a los usuarios?\",\"answer\":\"Es posible que se apliquen tarifas seg\\u00fan el monto de la transacci\\u00f3n y los cargos por servicio aplicables. Revise la estructura de tarifas en la configuraci\\u00f3n de su cuenta para obtener informaci\\u00f3n detallada.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour envoyer de l\\u2019argent aux utilisateurs ?\",\"answer\":\"Des frais peuvent s\'appliquer en fonction du montant de la transaction et des frais de service applicables. Veuillez consulter la structure des frais dans les param\\u00e8tres de votre compte pour des informations d\\u00e9taill\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0938\\u0947\\u0935\\u093e \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0943\\u092a\\u092f\\u093e \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0938\\u0902\\u0930\\u091a\\u0928\\u093e \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c556354b1\"},\"6724c5604f54d\":{\"language\":{\"en\":{\"question\":\"How long does it take for the funds to reach the user\'s wallet?\",\"answer\":\"Transfers are typically processed instantly, and the funds should appear in the recipient\'s wallet shortly after you complete the transaction.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u064a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0648\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u061f\",\"answer\":\"\\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0639\\u0627\\u062f\\u0629\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631\\u060c \\u0648\\u064a\\u062c\\u0628 \\u0623\\u0646 \\u062a\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0628\\u0639\\u062f \\u0648\\u0642\\u062a \\u0642\\u0635\\u064a\\u0631 \\u0645\\u0646 \\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo tardan los fondos en llegar a la billetera del usuario?\",\"answer\":\"Las transferencias generalmente se procesan instant\\u00e1neamente y los fondos deber\\u00edan aparecer en la billetera del destinatario poco despu\\u00e9s de completar la transacci\\u00f3n.\"},\"fr\":{\"question\":\"Combien de temps faut-il pour que les fonds atteignent le portefeuille de l\'utilisateur\\u00a0?\",\"answer\":\"Les transferts sont g\\u00e9n\\u00e9ralement trait\\u00e9s instantan\\u00e9ment et les fonds devraient appara\\u00eetre dans le portefeuille du destinataire peu de temps apr\\u00e8s la fin de la transaction.\"},\"hi\":{\"question\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u0924\\u0915 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u0939\\u0941\\u0902\\u091a\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092c\\u093e\\u0926 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0926\\u093f\\u0916\\u093e\\u0908 \\u0926\\u0947\\u0928\\u0940 \\u091a\\u093e\\u0939\\u093f\\u090f\\u0964\"}},\"id\":\"6724c5604f54d\"}}}', 1, 1, '2024-11-01 22:10:30', '2024-11-07 15:43:15');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(30, 30, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Bill Pay on QRPay Pro\",\"sub_heading\":\"Find answers to your questions about making bill payments on behalf of users.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0623\\u0633\\u0626\\u0644\\u062a\\u0643 \\u062d\\u0648\\u0644 \\u0633\\u062f\\u0627\\u062f \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0646\\u064a\\u0627\\u0628\\u0629 \\u0639\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el pago de facturas en QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a sus preguntas sobre c\\u00f3mo realizar pagos de facturas en nombre de los usuarios.\"},\"fr\":{\"heading\":\"Foire aux questions sur le paiement de factures sur QRPay Pro\",\"sub_heading\":\"Trouvez les r\\u00e9ponses \\u00e0 vos questions sur le paiement des factures au nom des utilisateurs.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u0913\\u0930 \\u0938\\u0947 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c60951cc9\":{\"language\":{\"en\":{\"question\":\"How do I pay bills using QRPay Pro?\",\"answer\":\"To pay bills, log in to your account, navigate to the \\u2018Bill Pay\\u2019 section, select the bill type, enter the required details, review the payment information, and confirm the payment.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0648\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\\"\\u060c \\u062b\\u0645 \\u062d\\u062f\\u062f \\u0646\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\\u060c \\u0648\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u062b\\u0645 \\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062f\\u0641\\u0639.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo pago facturas usando QRPay Pro?\",\"answer\":\"Para pagar facturas, inicie sesi\\u00f3n en su cuenta, navegue hasta la secci\\u00f3n \\\"Pago de facturas\\\", seleccione el tipo de factura, ingrese los detalles requeridos, revise la informaci\\u00f3n de pago y confirme el pago.\"},\"fr\":{\"question\":\"Comment payer mes factures avec QRPay Pro\\u00a0?\",\"answer\":\"Pour payer vos factures, connectez-vous \\u00e0 votre compte, acc\\u00e9dez \\u00e0 la section \\u00ab\\u00a0Paiement de factures\\u00a0\\u00bb, s\\u00e9lectionnez le type de facture, saisissez les d\\u00e9tails requis, v\\u00e9rifiez les informations de paiement et confirmez le paiement.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0942\\u0901?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \'\\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\' \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u092c\\u093f\\u0932 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c60951cc9\"},\"6724c6132c8f5\":{\"language\":{\"en\":{\"question\":\"What types of bills can I pay through QRPay Pro?\",\"answer\":\"You can pay a variety of bills including utilities, subscriptions, and other service-related payments, depending on the providers available in your area.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0623\\u0646\\u0648\\u0627\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062f\\u0641\\u0639\\u0647\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u062f\\u0641\\u0639 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u0645\\u0631\\u0627\\u0641\\u0642 \\u0648\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\\u060c \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0645\\u0642\\u062f\\u0645\\u064a \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631\\u064a\\u0646 \\u0641\\u064a \\u0645\\u0646\\u0637\\u0642\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tipos de facturas puedo pagar a trav\\u00e9s de QRPay Pro?\",\"answer\":\"Puede pagar una variedad de facturas, incluidos servicios p\\u00fablicos, suscripciones y otros pagos relacionados con servicios, seg\\u00fan los proveedores disponibles en su \\u00e1rea.\"},\"fr\":{\"question\":\"Quels types de factures puis-je payer via QRPay Pro\\u00a0?\",\"answer\":\"Vous pouvez payer diverses factures, notamment les services publics, les abonnements et autres paiements li\\u00e9s aux services, en fonction des fournisseurs disponibles dans votre r\\u00e9gion.\"},\"hi\":{\"question\":\"QRPay Pro \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092e\\u0948\\u0902 \\u0915\\u093f\\u0938 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u0915\\u094d\\u0937\\u0947\\u0924\\u094d\\u0930 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917\\u093f\\u0924\\u093e\\u0913\\u0902, \\u0938\\u0926\\u0938\\u094d\\u092f\\u0924\\u093e\\u0913\\u0902 \\u0914\\u0930 \\u0905\\u0928\\u094d\\u092f \\u0938\\u0947\\u0935\\u093e-\\u0938\\u0902\\u092c\\u0902\\u0927\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\\u094b\\u0902 \\u0938\\u0939\\u093f\\u0924 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6724c6132c8f5\"},\"6724c61b864ee\":{\"language\":{\"en\":{\"question\":\"Is there a fee for using the Bill Pay feature?\",\"answer\":\"Fees may apply based on the specific bill being paid and any associated service charges. Please check your account settings for detailed fee information.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0631\\u0633\\u0648\\u0645 \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062e\\u0627\\u0635\\u064a\\u0629 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629 \\u0627\\u0644\\u062a\\u064a \\u064a\\u062a\\u0645 \\u062f\\u0641\\u0639\\u0647\\u0627 \\u0648\\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u062e\\u062f\\u0645\\u0629 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0647\\u0627. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0645\\u0641\\u0635\\u0644\\u0629 \\u0639\\u0646 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645.\"},\"es\":{\"question\":\"\\u00bfSe aplica alg\\u00fan cargo por utilizar la funci\\u00f3n Pago de facturas?\",\"answer\":\"Es posible que se apliquen tarifas seg\\u00fan la factura espec\\u00edfica que se pague y los cargos de servicio asociados. Verifique la configuraci\\u00f3n de su cuenta para obtener informaci\\u00f3n detallada sobre las tarifas.\"},\"fr\":{\"question\":\"Y a-t-il des frais pour l\'utilisation de la fonction Bill Pay\\u00a0?\",\"answer\":\"Des frais peuvent s\'appliquer en fonction de la facture sp\\u00e9cifique \\u00e0 payer et des frais de service associ\\u00e9s. Veuillez v\\u00e9rifier les param\\u00e8tres de votre compte pour obtenir des informations d\\u00e9taill\\u00e9es sur les frais.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u093f\\u090f \\u091c\\u093e \\u0930\\u0939\\u0947 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u092c\\u093f\\u0932 \\u0914\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0938\\u0902\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0938\\u0947\\u0935\\u093e \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0915\\u0943\\u092a\\u092f\\u093e \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u091c\\u093e\\u0902\\u091a\\u0947\\u0902\\u0964\"}},\"id\":\"6724c61b864ee\"},\"6724c6238ce71\":{\"language\":{\"en\":{\"question\":\"How will I know if my bill payment was successful?\",\"answer\":\"You will receive a notification confirming the successful payment, along with a transaction reference number for your records.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0633\\u0623\\u0639\\u0631\\u0641 \\u0645\\u0627 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646 \\u062f\\u0641\\u0639 \\u0641\\u0627\\u062a\\u0648\\u0631\\u062a\\u064a \\u0646\\u0627\\u062c\\u062d\\u064b\\u0627\\u061f\",\"answer\":\"\\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0646\\u062c\\u0627\\u062d \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u0628\\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0625\\u0644\\u0649 \\u0631\\u0642\\u0645 \\u0645\\u0631\\u062c\\u0639\\u064a \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0644\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647 \\u0641\\u064a \\u0633\\u062c\\u0644\\u0627\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si el pago de mi factura fue exitoso?\",\"answer\":\"Recibir\\u00e1 una notificaci\\u00f3n confirmando el pago exitoso, junto con un n\\u00famero de referencia de la transacci\\u00f3n para sus registros.\"},\"fr\":{\"question\":\"Comment saurai-je si le paiement de ma facture a r\\u00e9ussi\\u00a0?\",\"answer\":\"Vous recevrez une notification confirmant le paiement r\\u00e9ussi, ainsi qu\'un num\\u00e9ro de r\\u00e9f\\u00e9rence de transaction pour vos dossiers.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u092e\\u0947\\u0930\\u093e \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092b\\u0932 \\u0930\\u0939\\u093e?\",\"answer\":\"\\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0902\\u0926\\u0930\\u094d\\u092d \\u0938\\u0902\\u0916\\u094d\\u092f\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u092b\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"6724c6238ce71\"}}}', 1, 1, '2024-11-01 22:13:52', '2024-11-06 21:52:49'),
(31, 31, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Mobile Top-Up on QRPay Pro\",\"sub_heading\":\"Get answers to your queries regarding mobile top-ups for users.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre la recarga m\\u00f3vil en QRPay Pro\",\"sub_heading\":\"Obt\\u00e9n respuesta a tus consultas sobre recargas de m\\u00f3vil para usuarios.\"},\"fr\":{\"heading\":\"Foire aux questions sur la recharge mobile sur QRPay Pro\",\"sub_heading\":\"Obtenez des r\\u00e9ponses \\u00e0 vos questions concernant les recharges mobiles pour les utilisateurs.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c6dbe65f0\":{\"language\":{\"en\":{\"question\":\"How can I top-up a mobile phone using QRPay Pro?\",\"answer\":\"To top-up a mobile phone, log in to your account, navigate to the \\u2018Mobile Top-Up\\u2019 section, enter the mobile number, select the amount, review the details, and confirm the transaction.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0647\\u0627\\u062a\\u0641\\u064a \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0647\\u0627\\u062a\\u0641 \\u0645\\u062d\\u0645\\u0648\\u0644\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0648\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\\"\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\\"\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u060c \\u0648\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u0631\\u0627\\u062c\\u0639 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo recargar un tel\\u00e9fono m\\u00f3vil usando QRPay Pro?\",\"answer\":\"Para recargar un tel\\u00e9fono m\\u00f3vil, inicie sesi\\u00f3n en su cuenta, navegue hasta la secci\\u00f3n \\\"Recarga m\\u00f3vil\\\", ingrese el n\\u00famero de tel\\u00e9fono m\\u00f3vil, seleccione el monto, revise los detalles y confirme la transacci\\u00f3n.\"},\"fr\":{\"question\":\"Comment puis-je recharger un t\\u00e9l\\u00e9phone mobile avec QRPay Pro\\u00a0?\",\"answer\":\"Pour recharger un t\\u00e9l\\u00e9phone mobile, connectez-vous \\u00e0 votre compte, acc\\u00e9dez \\u00e0 la section \\u00ab Recharge mobile \\u00bb, saisissez le num\\u00e9ro de mobile, s\\u00e9lectionnez le montant, v\\u00e9rifiez les d\\u00e9tails et confirmez la transaction.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u093c\\u094b\\u0928 \\u0915\\u093e \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u093c\\u094b\\u0928 \\u0915\\u094b \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \'\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a\' \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901, \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0930\\u093e\\u0936\\u093f \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c6dbe65f0\"},\"6724c6e520d82\":{\"language\":{\"en\":{\"question\":\"Which mobile networks can I top-up through QRPay Pro?\",\"answer\":\"QRPay Pro supports a variety of mobile networks. Please check the available networks in your area on the Mobile Top-Up page.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0634\\u0628\\u0643\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0634\\u062d\\u0646\\u0647\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0634\\u0628\\u0643\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0634\\u0628\\u0643\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u0627\\u062d\\u0629 \\u0641\\u064a \\u0645\\u0646\\u0637\\u0642\\u062a\\u0643 \\u0639\\u0644\\u0649 \\u0635\\u0641\\u062d\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 redes m\\u00f3viles puedo recargar a trav\\u00e9s de QRPay Pro?\",\"answer\":\"QRPay Pro admite una variedad de redes m\\u00f3viles. Verifique las redes disponibles en su \\u00e1rea en la p\\u00e1gina de recarga m\\u00f3vil.\"},\"fr\":{\"question\":\"Quels r\\u00e9seaux mobiles puis-je recharger via QRPay Pro\\u00a0?\",\"answer\":\"QRPay Pro prend en charge une vari\\u00e9t\\u00e9 de r\\u00e9seaux mobiles. Veuillez v\\u00e9rifier les r\\u00e9seaux disponibles dans votre r\\u00e9gion sur la page Recharge mobile.\"},\"hi\":{\"question\":\"QRPay Pro \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092e\\u0948\\u0902 \\u0915\\u094c\\u0928 \\u0938\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u0915\\u094b \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"QRPay Pro \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0915\\u0943\\u092a\\u092f\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u092a\\u0943\\u0937\\u094d\\u0920 \\u092a\\u0930 \\u0905\\u092a\\u0928\\u0947 \\u0915\\u094d\\u0937\\u0947\\u0924\\u094d\\u0930 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u0915\\u0940 \\u091c\\u093e\\u0901\\u091a \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c6e520d82\"},\"6724c6ed4d547\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with mobile top-ups?\",\"answer\":\"Fees may apply based on the top-up amount and the mobile network provider. Review your account settings for specific fee details.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u062a\\u0645 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0631\\u0633\\u0648\\u0645 \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0648\\u0645\\u0632\\u0648\\u062f \\u0634\\u0628\\u0643\\u0629 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644. \\u0642\\u0645 \\u0628\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629.\"},\"es\":{\"question\":\"\\u00bfHay alguna tarifa asociada con las recargas m\\u00f3viles?\",\"answer\":\"Es posible que se apliquen tarifas seg\\u00fan el monto de la recarga y el proveedor de la red m\\u00f3vil. Revise la configuraci\\u00f3n de su cuenta para obtener detalles de tarifas espec\\u00edficas.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s aux recharges mobiles ?\",\"answer\":\"Des frais peuvent s\'appliquer en fonction du montant de la recharge et du fournisseur de r\\u00e9seau mobile. V\\u00e9rifiez les param\\u00e8tres de votre compte pour conna\\u00eetre les d\\u00e9tails des frais sp\\u00e9cifiques.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0940 \\u0915\\u094b\\u0908 \\u092b\\u0940\\u0938 \\u0939\\u0948?\",\"answer\":\"\\u0936\\u0941\\u0932\\u094d\\u0915 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0924\\u093e \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c6ed4d547\"},\"6724c6f7db794\":{\"language\":{\"en\":{\"question\":\"How will I know if the mobile top-up was successful?\",\"answer\":\"You will receive a notification confirming the successful top-up along with a transaction reference number for your records.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0633\\u0623\\u0639\\u0631\\u0641 \\u0645\\u0627 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646\\u062a \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0646\\u0627\\u062c\\u062d\\u0629\\u061f\",\"answer\":\"\\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u064b\\u0627 \\u064a\\u0624\\u0643\\u062f \\u0646\\u062c\\u0627\\u062d \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0627\\u0644\\u0631\\u0635\\u064a\\u062f \\u0628\\u0627\\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0625\\u0644\\u0649 \\u0631\\u0642\\u0645 \\u0645\\u0631\\u062c\\u0639\\u064a \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0644\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647 \\u0641\\u064a \\u0633\\u062c\\u0644\\u0627\\u062a\\u0643.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo sabr\\u00e9 si la recarga m\\u00f3vil fue exitosa?\",\"answer\":\"Recibir\\u00e1s una notificaci\\u00f3n confirmando la recarga exitosa junto con un n\\u00famero de referencia de la transacci\\u00f3n para tus registros.\"},\"fr\":{\"question\":\"Comment saurai-je si la recharge mobile a r\\u00e9ussi ?\",\"answer\":\"Vous recevrez une notification confirmant la recharge r\\u00e9ussie ainsi qu\'un num\\u00e9ro de r\\u00e9f\\u00e9rence de transaction pour vos dossiers.\"},\"hi\":{\"question\":\"\\u092e\\u0941\\u091d\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0924\\u093e \\u091a\\u0932\\u0947\\u0917\\u093e \\u0915\\u093f \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u092b\\u0932 \\u0930\\u0939\\u093e?\",\"answer\":\"\\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0902\\u0926\\u0930\\u094d\\u092d \\u0938\\u0902\\u0916\\u094d\\u092f\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u092b\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0940 \\u090f\\u0915 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940\\u0964\"}},\"id\":\"6724c6f7db794\"}}}', 1, 1, '2024-11-01 22:17:20', '2024-11-06 22:07:21'),
(32, 32, 'enterprise', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About Remittance on QRPay Pro\",\"sub_heading\":\"Find answers to common questions regarding remittance services for agents.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u062f\\u0627\\u0648\\u0644\\u0629 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0644\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0639\\u0644\\u0642\\u0629 \\u0628\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre remesas en QRPay Pro\",\"sub_heading\":\"Encuentre respuestas a preguntas comunes sobre los servicios de remesas para agentes.\"},\"fr\":{\"heading\":\"Foire aux questions sur les versements sur QRPay Pro\",\"sub_heading\":\"Trouvez des r\\u00e9ponses aux questions courantes concernant les services de transfert de fonds pour les agents.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0938\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0916\\u094b\\u091c\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c9041a665\":{\"language\":{\"en\":{\"question\":\"How do I send a remittance using QRPay Pro?\",\"answer\":\"To send a remittance, log into your account, select the \\u2018Remittance\\u2019 option, enter the recipient\'s details, choose the amount, review the transaction, and confirm the transfer.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644 \\u062d\\u0648\\u0627\\u0644\\u0629 \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u062d\\u0648\\u0627\\u0644\\u0629\\u060c \\u0642\\u0645 \\u0628\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u062b\\u0645 \\u062d\\u062f\\u062f \\u062e\\u064a\\u0627\\u0631 \\\"\\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\\"\\u060c \\u0648\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u060c \\u0648\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\\u060c \\u0648\\u0631\\u0627\\u062c\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0648\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo env\\u00edo una remesa usando QRPay Pro?\",\"answer\":\"Para enviar una remesa, inicie sesi\\u00f3n en su cuenta, seleccione la opci\\u00f3n \'Remesa\', ingrese los datos del destinatario, elija el monto, revise la transacci\\u00f3n y confirme la transferencia.\"},\"fr\":{\"question\":\"Comment envoyer un versement en utilisant QRPay Pro\\u00a0?\",\"answer\":\"Pour envoyer un versement, connectez-vous \\u00e0 votre compte, s\\u00e9lectionnez l\'option \\u00ab Remise de fonds \\u00bb, saisissez les coordonn\\u00e9es du destinataire, choisissez le montant, v\\u00e9rifiez la transaction et confirmez le transfert.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0942\\u0902?\",\"answer\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902, \'\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923\' \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928\\u0947\\u0902, \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0930\\u093e\\u0936\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902, \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c9041a665\"},\"6724c90c318e3\":{\"language\":{\"en\":{\"question\":\"Is there a limit on how much I can send through remittance?\",\"answer\":\"Yes, there may be limits on remittance amounts based on your account type and the recipient\'s location. Check the terms in your account settings for specific limits.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f \\u0644\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0625\\u0631\\u0633\\u0627\\u0644\\u0647 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u062d\\u062f\\u0648\\u062f \\u0644\\u0645\\u0628\\u0627\\u0644\\u063a \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0628\\u0646\\u0627\\u0621\\u064b \\u0639\\u0644\\u0649 \\u0646\\u0648\\u0639 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0648\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645. \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0627\\u0644\\u0645\\u0648\\u062c\\u0648\\u062f\\u0629 \\u0641\\u064a \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0627\\u0644\\u062d\\u062f\\u0648\\u062f \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f\\u0629.\"},\"es\":{\"question\":\"\\u00bfExiste un l\\u00edmite de cu\\u00e1nto puedo enviar mediante remesas?\",\"answer\":\"S\\u00ed, puede haber l\\u00edmites en los montos de las remesas seg\\u00fan su tipo de cuenta y la ubicaci\\u00f3n del destinatario. Consulte los t\\u00e9rminos en la configuraci\\u00f3n de su cuenta para conocer l\\u00edmites espec\\u00edficos.\"},\"fr\":{\"question\":\"Y a-t-il une limite au montant que je peux envoyer par virement de fonds ?\",\"answer\":\"Oui, il peut y avoir des limites sur les montants des versements en fonction de votre type de compte et de l\'emplacement du destinataire. V\\u00e9rifiez les conditions dans les param\\u00e8tres de votre compte pour conna\\u00eetre les limites sp\\u00e9cifiques.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0907\\u0938 \\u092a\\u0930 \\u0915\\u094b\\u0908 \\u0938\\u0940\\u092e\\u093e \\u0939\\u0948 \\u0915\\u093f \\u092e\\u0948\\u0902 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0915\\u093f\\u0924\\u0928\\u093e \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0938\\u094d\\u0925\\u093e\\u0928 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0930\\u093e\\u0936\\u093f \\u092a\\u0930 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0902 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u0940\\u092e\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u0915\\u0940 \\u091c\\u093e\\u0901\\u091a \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c90c318e3\"},\"6724c91468977\":{\"language\":{\"en\":{\"question\":\"How long does it take for the recipient to receive the funds?\",\"answer\":\"Funds are typically transferred instantly, but some transactions may take longer depending on the recipient\'s country and local banking processes.\"},\"ar\":{\"question\":\"\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u064a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0644\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u061f\",\"answer\":\"\\u064a\\u062a\\u0645 \\u0639\\u0627\\u062f\\u0629\\u064b \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631\\u060c \\u0648\\u0644\\u0643\\u0646 \\u0642\\u062f \\u062a\\u0633\\u062a\\u063a\\u0631\\u0642 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0648\\u0642\\u062a\\u064b\\u0627 \\u0623\\u0637\\u0648\\u0644 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0628\\u0644\\u062f \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062d\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1nto tiempo tarda el destinatario en recibir los fondos?\",\"answer\":\"Los fondos generalmente se transfieren instant\\u00e1neamente, pero algunas transacciones pueden demorar m\\u00e1s seg\\u00fan el pa\\u00eds del destinatario y los procesos bancarios locales.\"},\"fr\":{\"question\":\"Combien de temps faut-il pour que le b\\u00e9n\\u00e9ficiaire re\\u00e7oive les fonds ?\",\"answer\":\"Les fonds sont g\\u00e9n\\u00e9ralement transf\\u00e9r\\u00e9s instantan\\u00e9ment, mais certaines transactions peuvent prendre plus de temps en fonction du pays du destinataire et des processus bancaires locaux.\"},\"hi\":{\"question\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u0924\\u0928\\u093e \\u0938\\u092e\\u092f \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948, \\u0932\\u0947\\u0915\\u093f\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0926\\u0947\\u0936 \\u0914\\u0930 \\u0938\\u094d\\u0925\\u093e\\u0928\\u0940\\u092f \\u092c\\u0948\\u0902\\u0915\\u093f\\u0902\\u0917 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0915\\u0941\\u091b \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092e\\u0947\\u0902 \\u0905\\u0927\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0932\\u0917 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6724c91468977\"},\"6724c91cc135e\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with sending remittances?\",\"answer\":\"Fees may vary depending on the amount sent and the destination country. Please review the fee structure in your account settings for detailed information.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062d\\u0648\\u0627\\u0644\\u0627\\u062a\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0631\\u0633\\u0644 \\u0648\\u0628\\u0644\\u062f \\u0627\\u0644\\u0648\\u062c\\u0647\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0647\\u064a\\u0643\\u0644 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0641\\u064a \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0645\\u0641\\u0635\\u0644\\u0629.\"},\"es\":{\"question\":\"\\u00bfExisten tarifas asociadas con el env\\u00edo de remesas?\",\"answer\":\"Las tarifas pueden variar seg\\u00fan la cantidad enviada y el pa\\u00eds de destino. Revise la estructura de tarifas en la configuraci\\u00f3n de su cuenta para obtener informaci\\u00f3n detallada.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s \\u00e0 l\\u2019envoi de fonds ?\",\"answer\":\"Les frais peuvent varier en fonction du montant envoy\\u00e9 et du pays de destination. Veuillez consulter la structure des frais dans les param\\u00e8tres de votre compte pour des informations d\\u00e9taill\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0938\\u0947 \\u0938\\u0902\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0939\\u0948?\",\"answer\":\"\\u092d\\u0947\\u091c\\u0940 \\u0917\\u0908 \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u0917\\u0902\\u0924\\u0935\\u094d\\u092f \\u0926\\u0947\\u0936 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0943\\u092a\\u092f\\u093e \\u0905\\u092a\\u0928\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0938\\u0902\\u0930\\u091a\\u0928\\u093e \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6724c91cc135e\"}}}', 1, 1, '2024-11-01 22:26:33', '2024-11-07 15:46:10');
INSERT INTO `frontend_header_section_faqs` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(34, 34, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About P2P Trading\",\"sub_heading\":\"Everything you need to know about trading currencies on QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631\",\"sub_heading\":\"\\u0643\\u0644 \\u0645\\u0627 \\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u0645\\u0639\\u0631\\u0641\\u062a\\u0647 \\u0639\\u0646 \\u062a\\u062f\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0639\\u0644\\u0649 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el comercio P2P\",\"sub_heading\":\"Todo lo que necesitas saber sobre el comercio de divisas en QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quentes sur le trading P2P\",\"sub_heading\":\"Tout ce que vous devez savoir sur le trading des devises sur QRPay Pro.\"},\"hi\":{\"heading\":\"\\u092a\\u09402\\u092a\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"QRPay Pro \\u092a\\u0930 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u094b \\u091c\\u094b \\u0915\\u0941\\u091b \\u092d\\u0940 \\u091c\\u093e\\u0928\\u0928\\u093e \\u091c\\u0930\\u0942\\u0930\\u0940 \\u0939\\u0948\\u0964\"}},\"items\":{\"68301d2742b00\":{\"language\":{\"en\":{\"question\":\"What is P2P trading on QRPay Pro?\",\"answer\":\"Peer-to-peer (P2P) trading allows users to buy and sell currencies directly with one another through a secure, in-app marketplace.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u0648 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 \\u0639\\u0644\\u0649 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u062a\\u064a\\u062d \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 (P2P) \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0634\\u0631\\u0627\\u0621 \\u0648\\u0628\\u064a\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0645\\u0639 \\u0628\\u0639\\u0636\\u0647\\u0645 \\u0627\\u0644\\u0628\\u0639\\u0636 \\u0639\\u0628\\u0631 \\u0633\\u0648\\u0642 \\u0622\\u0645\\u0646 \\u062f\\u0627\\u062e\\u0644 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 es el comercio P2P en QRPay Pro?\",\"answer\":\"El comercio peer-to-peer (P2P) permite a los usuarios comprar y vender monedas directamente entre s\\u00ed a trav\\u00e9s de un mercado seguro dentro de la aplicaci\\u00f3n.\"},\"fr\":{\"question\":\"Qu\'est-ce que le trading P2P sur QRPay Pro ?\",\"answer\":\"Le trading peer-to-peer (P2P) permet aux utilisateurs d\\u2019acheter et de vendre des devises directement entre eux via une marketplace s\\u00e9curis\\u00e9e int\\u00e9gr\\u00e9e \\u00e0 l\\u2019application.\"},\"hi\":{\"question\":\"QRPay Pro \\u092a\\u0930 \\u092a\\u09402\\u092a\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0915\\u094d\\u092f\\u093e \\u0939\\u0948?\",\"answer\":\"\\u092a\\u0940\\u092f\\u0930-\\u091f\\u0942-\\u092a\\u0940\\u092f\\u0930 (P2P) \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u090f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924, \\u0907\\u0928-\\u0910\\u092a \\u092e\\u093e\\u0930\\u094d\\u0915\\u0947\\u091f\\u092a\\u094d\\u0932\\u0947\\u0938 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0938\\u0940\\u0927\\u0947 \\u090f\\u0915-\\u0926\\u0942\\u0938\\u0930\\u0947 \\u0938\\u0947 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0916\\u0930\\u0940\\u0926\\u0928\\u0947 \\u0914\\u0930 \\u092c\\u0947\\u091a\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"68301d2742b00\"},\"68301d36c8f5d\":{\"language\":{\"en\":{\"question\":\"Can I negotiate prices with other users?\",\"answer\":\"Yes. The system includes an offer and counteroffer feature that lets both parties settle on terms that work for them.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u062a\\u0641\\u0627\\u0648\\u0636 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0633\\u0639\\u0627\\u0631 \\u0645\\u0639 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0622\\u062e\\u0631\\u064a\\u0646\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645. \\u064a\\u062a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0644\\u0639\\u0631\\u0636 \\u0648\\u0627\\u0644\\u0631\\u062f \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0639\\u0631\\u0636 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062a\\u064a\\u062d \\u0644\\u0644\\u0637\\u0631\\u0641\\u064a\\u0646 \\u0627\\u0644\\u0627\\u062a\\u0641\\u0627\\u0642 \\u0639\\u0644\\u0649 \\u0634\\u0631\\u0648\\u0637 \\u062a\\u0646\\u0627\\u0633\\u0628\\u0647\\u0645\\u0627.\"},\"es\":{\"question\":\"\\u00bfPuedo negociar precios con otros usuarios?\",\"answer\":\"S\\u00ed. El sistema incluye una funci\\u00f3n de oferta y contraoferta que permite a ambas partes acordar t\\u00e9rminos que les convengan.\"},\"fr\":{\"question\":\"Puis-je n\\u00e9gocier les prix avec d\\u2019autres utilisateurs ?\",\"answer\":\"Oui. Le syst\\u00e8me inclut une fonctionnalit\\u00e9 d\\u2019offre et de contre-offre qui permet aux deux parties de s\\u2019entendre sur des conditions qui leur conviennent.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u0928\\u094d\\u092f \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u0940\\u092e\\u0924\\u094b\\u0902 \\u092a\\u0930 \\u092c\\u093e\\u0924\\u091a\\u0940\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901\\u0964 \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u092e\\u0947\\u0902 \\u0911\\u092b\\u0930 \\u0914\\u0930 \\u0915\\u093e\\u0909\\u0902\\u091f\\u0930\\u0911\\u092b\\u0930 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948 \\u091c\\u094b \\u0926\\u094b\\u0928\\u094b\\u0902 \\u092a\\u0915\\u094d\\u0937\\u094b\\u0902 \\u0915\\u094b \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u092a\\u0930 \\u0938\\u0939\\u092e\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u0926\\u0947\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"68301d36c8f5d\"},\"683024bac2032\":{\"language\":{\"en\":{\"question\":\"Is it safe to trade with other users?\",\"answer\":\"Absolutely. All transactions are encrypted and secured, and admin oversight ensures compliance and dispute resolution.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0622\\u0645\\u0646 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0639 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0622\\u062e\\u0631\\u064a\\u0646\\u061f\",\"answer\":\"\\u0628\\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f. \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0634\\u0641\\u0631\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629\\u060c \\u0648\\u0631\\u0642\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u0629 \\u062a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0648\\u062d\\u0644 \\u0627\\u0644\\u0646\\u0632\\u0627\\u0639\\u0627\\u062a.\"},\"es\":{\"question\":\"\\u00bfEs seguro comerciar con otros usuarios?\",\"answer\":\"Absolutamente. Todas las transacciones est\\u00e1n encriptadas y seguras, y la supervisi\\u00f3n administrativa garantiza el cumplimiento y la resoluci\\u00f3n de disputas.\"},\"fr\":{\"question\":\"Est-il s\\u00fbr de trader avec d\\u2019autres utilisateurs ?\",\"answer\":\"Absolument. Toutes les transactions sont crypt\\u00e9es et s\\u00e9curis\\u00e9es, et la supervision de l\\u2019administrateur garantit la conformit\\u00e9 et la r\\u00e9solution des litiges.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u0905\\u0928\\u094d\\u092f \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0915\\u0930\\u0928\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094d\\u0915\\u0941\\u0932\\u0964 \\u0938\\u092d\\u0940 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u0947\\u0921 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948\\u0902, \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0936\\u093e\\u0938\\u0928\\u093f\\u0915 \\u0928\\u093f\\u0917\\u0930\\u093e\\u0928\\u0940 \\u0905\\u0928\\u0941\\u092a\\u093e\\u0932\\u0928 \\u0914\\u0930 \\u0935\\u093f\\u0935\\u093e\\u0926 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"683024bac2032\"},\"6830250068c5a\":{\"language\":{\"en\":{\"question\":\"Can I see all my previous trades?\",\"answer\":\"Yes, your full transaction history is available in the \\u201cMarketplace Transaction List.\\u201d\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0631\\u0624\\u064a\\u0629 \\u062c\\u0645\\u064a\\u0639 \\u0635\\u0641\\u0642\\u0627\\u062a\\u064a \\u0627\\u0644\\u0633\\u0627\\u0628\\u0642\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u0633\\u062c\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u062a\\u0643 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u0645\\u062a\\u0627\\u062d \\u0641\\u064a \\\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0633\\u0648\\u0642\\\".\"},\"es\":{\"question\":\"\\u00bfPuedo ver todas mis operaciones anteriores?\",\"answer\":\"S\\u00ed, tu historial completo de transacciones est\\u00e1 disponible en la \\u201cLista de transacciones del mercado.\\u201d\"},\"fr\":{\"question\":\"Puis-je voir toutes mes transactions pr\\u00e9c\\u00e9dentes ?\",\"answer\":\"Oui, votre historique complet des transactions est disponible dans la \\u00ab Liste des transactions du march\\u00e9 \\u00bb.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u0938\\u092d\\u0940 \\u092a\\u093f\\u091b\\u0932\\u0947 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901, \\u0906\\u092a\\u0915\\u093e \\u092a\\u0942\\u0930\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u201c\\u092e\\u093e\\u0930\\u094d\\u0915\\u0947\\u091f\\u092a\\u094d\\u0932\\u0947\\u0938 \\u091f\\u094d\\u0930\\u093e\\u0902\\u091c\\u0948\\u0915\\u094d\\u0936\\u0928 \\u0932\\u093f\\u0938\\u094d\\u091f\\u201d \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948\\u0964\"}},\"id\":\"6830250068c5a\"},\"68302620ac229\":{\"language\":{\"en\":{\"question\":\"What currencies and payment methods are supported?\",\"answer\":\"QRPay Pro supports multiple currencies and payment types. Options may vary depending on the local setup.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0648\\u0637\\u0631\\u0642 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629\\u061f\",\"answer\":\"\\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0639\\u062f\\u0629 \\u0639\\u0645\\u0644\\u0627\\u062a \\u0648\\u0623\\u0646\\u0648\\u0627\\u0639 \\u062f\\u0641\\u0639. \\u0642\\u062f \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0627\\u0644\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0625\\u0639\\u062f\\u0627\\u062f \\u0627\\u0644\\u0645\\u062d\\u0644\\u064a.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 monedas y m\\u00e9todos de pago se admiten?\",\"answer\":\"QRPay Pro admite m\\u00faltiples monedas y tipos de pago. Las opciones pueden variar seg\\u00fan la configuraci\\u00f3n local.\"},\"fr\":{\"question\":\"Quelles devises et m\\u00e9thodes de paiement sont prises en charge ?\",\"answer\":\"QRPay Pro prend en charge plusieurs devises et types de paiement. Les options peuvent varier en fonction de la configuration locale.\"},\"hi\":{\"question\":\"\\u0915\\u094c\\u0928-\\u0915\\u094c\\u0928 \\u0938\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u090f\\u0901 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u093e\\u0901 \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924 \\u0939\\u0948\\u0902?\",\"answer\":\"QRPay Pro \\u0915\\u0908 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930\\u094b\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u0938\\u094d\\u0925\\u093e\\u0928\\u0940\\u092f \\u0938\\u0947\\u091f\\u0905\\u092a \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0938\\u093e\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"68302620ac229\"}}}', 1, 1, '2025-05-23 17:00:43', '2025-05-23 17:39:12'),
(35, 35, 'personal', '{\"language\":{\"en\":{\"heading\":\"Frequently Asked Questions About User Chat\",\"sub_heading\":\"Learn how live chat improves your trading experience on QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0643\\u0631\\u0631\\u0629 \\u062d\\u0648\\u0644 \\u062f\\u0631\\u062f\\u0634\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"sub_heading\":\"\\u062a\\u0639\\u0631\\u0651\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0639\\u0644\\u0649 QRPay Pro.\"},\"es\":{\"heading\":\"Preguntas frecuentes sobre el chat de usuario\",\"sub_heading\":\"Aprende c\\u00f3mo el chat en vivo mejora tu experiencia de trading en QRPay Pro.\"},\"fr\":{\"heading\":\"Questions fr\\u00e9quentes sur le chat utilisateur\",\"sub_heading\":\"D\\u00e9couvrez comment le chat en direct am\\u00e9liore votre exp\\u00e9rience de trading sur QRPay Pro.\"},\"hi\":{\"heading\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u091a\\u0948\\u091f \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u091c\\u093e\\u0928\\u0947\\u0902 \\u0915\\u093f \\u0932\\u093e\\u0907\\u0935 \\u091a\\u0948\\u091f \\u0915\\u0948\\u0938\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u094b QRPay Pro \\u092a\\u0930 \\u092c\\u0947\\u0939\\u0924\\u0930 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"items\":{\"68301d747cc36\":{\"language\":{\"en\":{\"question\":\"How do I start chatting with another user?\",\"answer\":\"Simply open their trade listing and click on \\u201cChat with User\\u201d to start messaging them in real time.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u0623\\u0628\\u062f\\u0623 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u0639 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0622\\u062e\\u0631\\u061f\",\"answer\":\"\\u0628\\u0628\\u0633\\u0627\\u0637\\u0629 \\u0627\\u0641\\u062a\\u062d \\u0625\\u0639\\u0644\\u0627\\u0646 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0647\\u0645 \\u0648\\u0627\\u0646\\u0642\\u0631 \\u0639\\u0644\\u0649 \\\"\\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\\" \\u0644\\u0628\\u062f\\u0621 \\u0645\\u0631\\u0627\\u0633\\u0644\\u062a\\u0647\\u0645 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo empiezo a chatear con otro usuario?\",\"answer\":\"Simplemente abre su anuncio de comercio y haz clic en \\\"Chatear con usuario\\\" para comenzar a enviarles mensajes en tiempo real.\"},\"fr\":{\"question\":\"Comment commencer \\u00e0 discuter avec un autre utilisateur ?\",\"answer\":\"Il suffit d\\u2019ouvrir leur annonce commerciale et de cliquer sur \\u00ab Discuter avec l\'utilisateur \\u00bb pour commencer \\u00e0 leur envoyer des messages en temps r\\u00e9el.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 \\u0926\\u0942\\u0938\\u0930\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u091a\\u0948\\u091f \\u0915\\u0948\\u0938\\u0947 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0942\\u0902?\",\"answer\":\"\\u092c\\u0938 \\u0909\\u0928\\u0915\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0932\\u093f\\u0938\\u094d\\u091f\\u093f\\u0902\\u0917 \\u0916\\u094b\\u0932\\u0947\\u0902 \\u0914\\u0930 \\u201c\\u092f\\u0942\\u091c\\u093c\\u0930 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u091a\\u0948\\u091f \\u0915\\u0930\\u0947\\u0902\\u201d \\u092a\\u0930 \\u0915\\u094d\\u0932\\u093f\\u0915 \\u0915\\u0930\\u0947\\u0902 \\u0924\\u093e\\u0915\\u093f \\u0906\\u092a \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u092e\\u0947\\u0902 \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u092e\\u0948\\u0938\\u0947\\u091c \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0964\"}},\"id\":\"68301d747cc36\"},\"68301d7ab494a\":{\"language\":{\"en\":{\"question\":\"Is the chat secure?\",\"answer\":\"Yes. QRPay Pro\\u2019s chat is encrypted, keeping all communication private and secure.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0622\\u0645\\u0646\\u0629\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645. \\u062f\\u0631\\u062f\\u0634\\u0629 QRPay Pro \\u0645\\u0634\\u0641\\u0631\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062d\\u0627\\u0641\\u0638 \\u0639\\u0644\\u0649 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644\\u0627\\u062a.\"},\"es\":{\"question\":\"\\u00bfEs segura la chat?\",\"answer\":\"S\\u00ed. El chat de QRPay Pro est\\u00e1 encriptado, manteniendo toda la comunicaci\\u00f3n privada y segura.\"},\"fr\":{\"question\":\"Le chat est-il s\\u00e9curis\\u00e9 ?\",\"answer\":\"Oui. Le chat de QRPay Pro est chiffr\\u00e9, garantissant que toutes les communications restent priv\\u00e9es et s\\u00e9curis\\u00e9es.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u091a\\u0948\\u091f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0901\\u0964 QRPay Pro \\u0915\\u0940 \\u091a\\u0948\\u091f \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u091f\\u0947\\u0921 \\u0939\\u0948, \\u091c\\u094b \\u0938\\u092d\\u0940 \\u0938\\u0902\\u091a\\u093e\\u0930 \\u0915\\u094b \\u0928\\u093f\\u091c\\u0940 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0916\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"68301d7ab494a\"},\"68302a7ef0cb9\":{\"language\":{\"en\":{\"question\":\"Can I chat with users before making an offer?\",\"answer\":\"Absolutely. You can use the chat to ask questions or clarify terms before sending or accepting an offer.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0642\\u0628\\u0644 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0639\\u0631\\u0636\\u061f\",\"answer\":\"\\u0628\\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0644\\u0637\\u0631\\u062d \\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0623\\u0648 \\u062a\\u0648\\u0636\\u064a\\u062d \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0642\\u0628\\u0644 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0639\\u0631\\u0636 \\u0623\\u0648 \\u0642\\u0628\\u0648\\u0644\\u0647.\"},\"es\":{\"question\":\"\\u00bfPuedo chatear con los usuarios antes de hacer una oferta?\",\"answer\":\"Absolutamente. Puedes usar el chat para hacer preguntas o aclarar t\\u00e9rminos antes de enviar o aceptar una oferta.\"},\"fr\":{\"question\":\"Puis-je discuter avec les utilisateurs avant de faire une offre ?\",\"answer\":\"Absolument. Vous pouvez utiliser le chat pour poser des questions ou clarifier les conditions avant d\\u2019envoyer ou d\\u2019accepter une offre.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0911\\u092b\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u091a\\u0948\\u091f \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094d\\u0915\\u0941\\u0932\\u0964 \\u0906\\u092a \\u091a\\u0948\\u091f \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928 \\u092a\\u0942\\u091b\\u0928\\u0947 \\u092f\\u093e \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u0915\\u094b \\u0938\\u094d\\u092a\\u0937\\u094d\\u091f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0907\\u0938\\u0938\\u0947 \\u092a\\u0939\\u0932\\u0947 \\u0915\\u093f \\u0906\\u092a \\u0915\\u094b\\u0908 \\u0911\\u092b\\u0930 \\u092d\\u0947\\u091c\\u0947\\u0902 \\u092f\\u093e \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"68302a7ef0cb9\"},\"68302ad2764f0\":{\"language\":{\"en\":{\"question\":\"Is the chat available in multiple languages?\",\"answer\":\"Yes. The platform supports multi-language chat for a localized user experience.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u062a\\u0627\\u062d\\u0629 \\u0628\\u0639\\u062f\\u0629 \\u0644\\u063a\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645. \\u062a\\u062f\\u0639\\u0645 \\u0627\\u0644\\u0645\\u0646\\u0635\\u0629 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0627\\u0644\\u0644\\u063a\\u0627\\u062a \\u0644\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u062d\\u0644\\u064a\\u0629.\"},\"es\":{\"question\":\"\\u00bfEst\\u00e1 el chat disponible en varios idiomas?\",\"answer\":\"S\\u00ed. La plataforma soporta chat multiling\\u00fce para una experiencia de usuario localizada.\"},\"fr\":{\"question\":\"Le chat est-il disponible en plusieurs langues ?\",\"answer\":\"Oui. La plateforme prend en charge le chat multilingue pour une exp\\u00e9rience utilisateur localis\\u00e9e.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u091a\\u0948\\u091f \\u0915\\u0908 \\u092d\\u093e\\u0937\\u093e\\u0913\\u0902 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0901\\u0964 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u090f\\u0915 \\u0938\\u094d\\u0925\\u093e\\u0928\\u0940\\u092f\\u0915\\u0943\\u0924 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092c\\u0939\\u0941\\u092d\\u093e\\u0937\\u0940 \\u091a\\u0948\\u091f \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"68302ad2764f0\"},\"68302b0d174b7\":{\"language\":{\"en\":{\"question\":\"Can I access my chat history?\",\"answer\":\"Yes. All chat sessions are saved under your trade records for future reference.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u064a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645. \\u064a\\u062a\\u0645 \\u062d\\u0641\\u0638 \\u062c\\u0645\\u064a\\u0639 \\u062c\\u0644\\u0633\\u0627\\u062a \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0636\\u0645\\u0646 \\u0633\\u062c\\u0644\\u0627\\u062a \\u062a\\u062c\\u0627\\u0631\\u062a\\u0643 \\u0644\\u0644\\u0631\\u062c\\u0648\\u0639 \\u0625\\u0644\\u064a\\u0647\\u0627 \\u0645\\u0633\\u062a\\u0642\\u0628\\u0644\\u0627\\u064b.\"},\"es\":{\"question\":\"\\u00bfPuedo acceder a mi historial de chat?\",\"answer\":\"S\\u00ed. Todas las sesiones de chat se guardan en tus registros de comercio para referencia futura.\"},\"fr\":{\"question\":\"Puis-je acc\\u00e9der \\u00e0 mon historique de chat ?\",\"answer\":\"Oui. Toutes les sessions de chat sont enregistr\\u00e9es dans vos dossiers commerciaux pour une r\\u00e9f\\u00e9rence future.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0905\\u092a\\u0928\\u0940 \\u091a\\u0948\\u091f \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0901\\u0964 \\u0938\\u092d\\u0940 \\u091a\\u0948\\u091f \\u0938\\u0924\\u094d\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u092e\\u0947\\u0902 \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0915\\u0947 \\u0938\\u0902\\u0926\\u0930\\u094d\\u092d \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0939\\u0947\\u091c\\u0947 \\u091c\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"68302b0d174b7\"}}}', 1, 1, '2025-05-23 17:02:07', '2025-05-23 18:00:13');

-- --------------------------------------------------------

--
-- Table structure for table `frontend_header_section_pages`
--

CREATE TABLE `frontend_header_section_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` enum('personal','business','enterprise','company') NOT NULL,
  `value` longtext DEFAULT NULL,
  `last_edit_by` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `frontend_header_section_pages`
--

INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'personal', '{\"images\":{\"section_image\":\"a7d0c116-855c-4dc3-9a85-713b7c2015d9.webp\",\"step_image\":\"a62cff34-351a-4604-8030-aa134e4c35c7.webp\"},\"language\":{\"en\":{\"heading\":\"Receive Money Instantly and Securely with QRPay Pro\",\"sub_heading\":\"Effortless payments are now a reality. With QRPay Pro, receiving money from friends, family, or clients is easy. Your funds are transferred securely into your account with a quick QR code scan. Multi-currency support and global accessibility ensure that you can receive payments from anywhere, anytime, with the assurance of enhanced security for every transaction.\",\"process_step_title\":\"Get Started in 3 Easy Steps\",\"button_name\":\"Start Receiving Now\",\"button_link\":\"user\\/receive-money\",\"step_title\":\"Effortlessly Receive Money in Your QRPay Pro Account\",\"step_sub_title\":\"Here\\u2019s how you can quickly and securely receive payments in just a few steps.\"},\"es\":{\"heading\":\"Reciba dinero de forma instant\\u00e1nea y segura con QRPay Pro\",\"sub_heading\":\"Los pagos sin esfuerzo son ahora una realidad. Con QRPay Pro, recibir dinero de amigos, familiares o clientes es f\\u00e1cil. Sus fondos se transfieren de forma segura a su cuenta con un r\\u00e1pido escaneo del c\\u00f3digo QR. El soporte multidivisa y la accesibilidad global garantizan que pueda recibir pagos desde cualquier lugar y en cualquier momento, con la garant\\u00eda de una seguridad mejorada para cada transacci\\u00f3n.\",\"process_step_title\":\"Comience en 3 sencillos pasos\",\"button_name\":\"Comience a recibir ahora\",\"button_link\":\"user\\/receive-money\",\"step_title\":\"Reciba dinero sin esfuerzo en su cuenta QRPay Pro\",\"step_sub_title\":\"A continuaci\\u00f3n le mostramos c\\u00f3mo puede recibir pagos de forma r\\u00e1pida y segura en solo unos pocos pasos.\"},\"ar\":{\"heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0648\\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u0623\\u0635\\u0628\\u062d\\u062a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0622\\u0646 \\u062d\\u0642\\u064a\\u0642\\u0629 \\u0648\\u0627\\u0642\\u0639\\u0629. \\u0645\\u0639 QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0621 \\u0623\\u0648 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0623\\u0645\\u0631\\u064b\\u0627 \\u0633\\u0647\\u0644\\u0627\\u064b. \\u064a\\u062a\\u0645 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0633\\u062d \\u0633\\u0631\\u064a\\u0639 \\u0644\\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629. \\u064a\\u0636\\u0645\\u0646 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0648\\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a\\u0629 \\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0629 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0645\\u0646 \\u0623\\u064a \\u0645\\u0643\\u0627\\u0646 \\u0648\\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a\\u060c \\u0645\\u0639 \\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0632\\u0632 \\u0644\\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\",\"process_step_title\":\"\\u0627\\u0628\\u062f\\u0623 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/receive-money\",\"step_title\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0625\\u0644\\u064a\\u0643 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0641\\u064a \\u0628\\u0636\\u0639 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0641\\u0642\\u0637.\"},\"fr\":{\"heading\":\"Recevez de l\'argent instantan\\u00e9ment et en toute s\\u00e9curit\\u00e9 avec QRPay Pro\",\"sub_heading\":\"Les paiements sans effort sont d\\u00e9sormais une r\\u00e9alit\\u00e9. Avec QRPay Pro, recevoir de l\'argent d\'amis, de famille ou de clients est simple. Vos fonds sont transf\\u00e9r\\u00e9s en toute s\\u00e9curit\\u00e9 sur votre compte avec un scan rapide du code QR. La prise en charge multidevises et l\'accessibilit\\u00e9 mondiale garantissent que vous pouvez recevoir des paiements de n\'importe o\\u00f9 et \\u00e0 tout moment, avec l\'assurance d\'une s\\u00e9curit\\u00e9 renforc\\u00e9e pour chaque transaction.\",\"process_step_title\":\"Commencez en 3 \\u00e9tapes faciles\",\"button_name\":\"Commencez \\u00e0 recevoir maintenant\",\"button_link\":\"user\\/receive-money\",\"step_title\":\"Recevez de l\'argent sans effort sur votre compte QRPay Pro\",\"step_sub_title\":\"Voici comment recevoir des paiements rapidement et en toute s\\u00e9curit\\u00e9 en quelques \\u00e9tapes seulement.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"\\u0938\\u0939\\u091c \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u092c \\u090f\\u0915 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902, \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u092f\\u093e \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0939\\u0948\\u0964 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u092a\\u0915\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0926\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0914\\u0930 \\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a \\u0939\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092c\\u0922\\u093c\\u0940 \\u0939\\u0941\\u0908 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0947 \\u0906\\u0936\\u094d\\u0935\\u093e\\u0938\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0915\\u0939\\u0940\\u0902 \\u0938\\u0947 \\u092d\\u0940, \\u0915\\u092d\\u0940 \\u092d\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0906\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/receive-money\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u092f\\u0939\\u093e\\u0902 \\u092c\\u0924\\u093e\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0941\\u091b \\u0939\\u0940 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"6722fd0c94fb0\":{\"language\":{\"en\":{\"name\":\"Select the Currency\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Seleccione la moneda\"},\"fr\":{\"name\":\"S\\u00e9lectionnez la devise\"},\"hi\":{\"name\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6722fd0c94fb0\"},\"6722fd16d0a1d\":{\"language\":{\"en\":{\"name\":\"Enter the Amount\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Seleccione la moneda\"},\"fr\":{\"name\":\"S\\u00e9lectionnez la devise\"},\"hi\":{\"name\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6722fd16d0a1d\"},\"6722fd20d6a05\":{\"language\":{\"en\":{\"name\":\"Confirm the Exchange\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0635\\u0631\\u0641\"},\"es\":{\"name\":\"Confirmar el cambio\"},\"fr\":{\"name\":\"Confirmer l\'\\u00e9change\"},\"hi\":{\"name\":\"\\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6722fd20d6a05\"}}}', 1, 1, '2024-10-31 13:43:33', '2024-12-12 23:35:05'),
(2, 5, 'personal', '{\"images\":{\"section_image\":\"e96aa65d-6669-4457-97d3-1adf9f5cf271.webp\",\"step_image\":\"6fb292b3-dc74-4b20-841a-27686245b69b.webp\"},\"language\":{\"en\":{\"heading\":\"Seamless Currency Exchange at Your Fingertips\",\"sub_heading\":\"With QRPay Pro\\u2019s Exchange Money feature, you can quickly convert your balance into the currency of your choice. Enjoy real-time exchange rates, competitive fees, and an intuitive experience that makes currency conversion fast and simple. QRPay Pro supports a wide range of currencies, so you\\u2019re ready for transactions, whether you\\u2019re at home or abroad.\",\"process_step_title\":\"Get Started with Currency Exchange in 3 Easy Steps\",\"button_name\":\"Start Exchanging Now\",\"button_link\":\"user\\/money-exchange\",\"step_title\":\"Convert Money in Just a Few Taps\",\"step_sub_title\":\"Follow these simple steps to exchange money in your QRPay Pro account with confidence.\"},\"es\":{\"heading\":\"Cambio de divisas fluido a tu alcance\",\"sub_heading\":\"Con la funci\\u00f3n Exchange Money de QRPay Pro, puede convertir r\\u00e1pidamente su saldo a la moneda que elija. Disfrute de tipos de cambio en tiempo real, tarifas competitivas y una experiencia intuitiva que hace que la conversi\\u00f3n de divisas sea r\\u00e1pida y sencilla. QRPay Pro admite una amplia gama de monedas, por lo que est\\u00e1 listo para realizar transacciones, ya sea que est\\u00e9 en casa o en el extranjero.\",\"process_step_title\":\"Comience con el cambio de divisas en 3 sencillos pasos\",\"button_name\":\"Comience a intercambiar ahora\",\"button_link\":\"user\\/money-exchange\",\"step_title\":\"Convierta dinero con solo unos pocos toques\",\"step_sub_title\":\"Siga estos sencillos pasos para cambiar dinero en su cuenta QRPay Pro con confianza.\"},\"ar\":{\"heading\":\"\\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0641\\u064a \\u0645\\u062a\\u0646\\u0627\\u0648\\u0644 \\u064a\\u062f\\u0643\",\"sub_heading\":\"\\u0645\\u0639 \\u0645\\u064a\\u0632\\u0629 Exchange Money \\u0641\\u064a QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0631\\u0635\\u064a\\u062f\\u0643 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062e\\u062a\\u0627\\u0631\\u0647\\u0627. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a\\u060c \\u0648\\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629\\u060c \\u0648\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0628\\u062f\\u064a\\u0647\\u064a\\u0629 \\u062a\\u062c\\u0639\\u0644 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u064b\\u0627 \\u0648\\u0628\\u0633\\u064a\\u0637\\u064b\\u0627. \\u064a\\u062f\\u0639\\u0645 QRPay Pro \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0648\\u0627\\u0633\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\u060c \\u0644\\u0630\\u0627 \\u0641\\u0623\\u0646\\u062a \\u062c\\u0627\\u0647\\u0632 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0641\\u064a \\u0627\\u0644\\u0645\\u0646\\u0632\\u0644 \\u0623\\u0648 \\u0641\\u064a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c.\",\"process_step_title\":\"\\u0627\\u0628\\u062f\\u0623 \\u0645\\u0639 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0628\\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/money-exchange\",\"step_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0628\\u0636\\u0639 \\u0646\\u0642\\u0631\\u0627\\u062a \\u0641\\u0642\\u0637\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0643\\u0644 \\u062b\\u0642\\u0629.\"},\"fr\":{\"heading\":\"Cambio de divisas fluido a tu alcance\",\"sub_heading\":\"Avec la fonction Exchange Money de QRPay Pro, vous pouvez rapidement convertir votre solde dans la devise de votre choix. Profitez de taux de change en temps r\\u00e9el, de frais comp\\u00e9titifs et d\'une exp\\u00e9rience intuitive qui rend la conversion de devises rapide et simple. QRPay Pro prend en charge une large gamme de devises, vous \\u00eates donc pr\\u00eat \\u00e0 effectuer des transactions, que vous soyez chez vous ou \\u00e0 l\'\\u00e9tranger.\",\"process_step_title\":\"D\\u00e9marrez avec le change de devises en 3 \\u00e9tapes faciles\",\"button_name\":\"Commencez \\u00e0 \\u00e9changer maintenant\",\"button_link\":\"user\\/money-exchange\",\"step_title\":\"Convertissez de l\'argent en quelques clics\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour \\u00e9changer de l\'argent sur votre compte QRPay Pro en toute confiance.\"},\"hi\":{\"heading\":\"\\u0906\\u092a\\u0915\\u0940 \\u0909\\u0902\\u0917\\u0932\\u093f\\u092f\\u094b\\u0902 \\u092a\\u0930 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u092e\\u0928\\u0940 \\u092b\\u0940\\u091a\\u0930 \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0932\\u0947\\u0902\\u0938 \\u0915\\u094b \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0905\\u092a\\u0928\\u0940 \\u092a\\u0938\\u0902\\u0926 \\u0915\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u092e\\u0947\\u0902 \\u092c\\u0926\\u0932 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902, \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902 \\u091c\\u094b \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0930\\u0942\\u092a\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u094b \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u090f\\u0915 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u0936\\u094d\\u0930\\u0943\\u0902\\u0916\\u0932\\u093e \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u0907\\u0938\\u0932\\u093f\\u090f \\u0906\\u092a \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0939\\u0948\\u0902, \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a \\u0918\\u0930 \\u092a\\u0930 \\u0939\\u094b\\u0902 \\u092f\\u093e \\u0935\\u093f\\u0926\\u0947\\u0936 \\u092e\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/money-exchange\",\"step_title\":\"\\u092c\\u0938 \\u0915\\u0941\\u091b \\u0939\\u0940 \\u091f\\u0948\\u092a \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u092c\\u0926\\u0932\\u0947\\u0902\",\"step_sub_title\":\"\\u0906\\u0924\\u094d\\u092e\\u0935\\u093f\\u0936\\u094d\\u0935\\u093e\\u0938 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67247a302b5cc\":{\"language\":{\"en\":{\"name\":\"Select the Currency\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Seleccione la moneda\"},\"fr\":{\"name\":\"Seleccione la moneda\"},\"hi\":{\"name\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67247a302b5cc\"},\"67247a38d7552\":{\"language\":{\"en\":{\"name\":\"Enter the Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Ingrese la cantidad\"},\"fr\":{\"name\":\"Ingrese la cantidad\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67247a38d7552\"},\"67247a4055c9d\":{\"language\":{\"en\":{\"name\":\"Confirm the Exchange\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0635\\u0631\\u0641\"},\"es\":{\"name\":\"Confirmar el cambio\"},\"fr\":{\"name\":\"Confirmar el cambio\"},\"hi\":{\"name\":\"\\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67247a4055c9d\"}}}', 1, 1, '2024-11-01 16:48:33', '2024-12-12 23:35:26'),
(6, 6, 'personal', '{\"images\":{\"section_image\":\"6582641d-0075-46a5-a5e1-a0b3e771966a.webp\",\"step_image\":\"d150696c-fa00-4d7c-a4f2-7efb3a6b0dfd.webp\"},\"language\":{\"en\":{\"heading\":\"Send Money Instantly to Anyone, Anywhere\",\"sub_heading\":\"With QRPay Pro, sending money is fast, easy, and secure. Transfer funds to friends, family, or businesses by entering their QRPay Pro ID or scanning a QR code. Enjoy seamless transfers with low fees, multi-currency support, and real-time tracking to keep you informed at every step.\",\"process_step_title\":\"Start Sending Money in 3 Simple Steps\",\"button_name\":\"Send Money Now\",\"button_link\":\"user\\/send-money\",\"step_title\":\"How to Send Money with QRPay Pro\",\"step_sub_title\":\"Follow these easy steps to securely send funds from your QRPay Pro account.\"},\"es\":{\"heading\":\"Env\\u00ede dinero al instante a cualquier persona y en cualquier lugar\",\"sub_heading\":\"Con QRPay Pro, enviar dinero es r\\u00e1pido, f\\u00e1cil y seguro. Transfiera fondos a amigos, familiares o empresas ingresando su ID de QRPay Pro o escaneando un c\\u00f3digo QR. Disfrute de transferencias fluidas con tarifas bajas, soporte multidivisa y seguimiento en tiempo real para mantenerlo informado en cada paso.\",\"process_step_title\":\"Comience a enviar dinero en 3 sencillos pasos\",\"button_name\":\"Env\\u00eda dinero ahora\",\"button_link\":\"user\\/send-money\",\"step_title\":\"C\\u00f3mo enviar dinero con QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para enviar fondos de forma segura desde su cuenta QRPay Pro.\"},\"ar\":{\"heading\":\"Env\\u00ede dinero al instante a cualquier persona y en cualquier lugar\",\"sub_heading\":\"Con QRPay Pro, enviar dinero es r\\u00e1pido, f\\u00e1cil y seguro. Transfiera fondos a amigos, familiares o empresas ingresando su ID de QRPay Pro o escaneando un c\\u00f3digo QR. Disfrute de transferencias fluidas con tarifas bajas, soporte multidivisa y seguimiento en tiempo real para mantenerlo informado en cada paso.\",\"process_step_title\":\"Comience a enviar dinero en 3 sencillos pasos\",\"button_name\":\"Env\\u00eda dinero ahora\",\"button_link\":\"user\\/send-money\",\"step_title\":\"C\\u00f3mo enviar dinero con QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para enviar fondos de forma segura desde su cuenta QRPay Pro.\"},\"fr\":{\"heading\":\"Env\\u00ede dinero al instante a cualquier persona y en cualquier lugar\",\"sub_heading\":\"Avec QRPay Pro, envoyer de l\'argent est rapide, facile et s\\u00e9curis\\u00e9. Transf\\u00e9rez des fonds \\u00e0 des amis, \\u00e0 la famille ou \\u00e0 des entreprises en saisissant leur identifiant QRPay Pro ou en scannant un code QR. Profitez de transferts fluides avec des frais peu \\u00e9lev\\u00e9s, une prise en charge multidevises et un suivi en temps r\\u00e9el pour vous tenir inform\\u00e9 \\u00e0 chaque \\u00e9tape.\",\"process_step_title\":\"Commencez \\u00e0 envoyer de l\'argent en 3 \\u00e9tapes simples\",\"button_name\":\"Envoyez de l\'argent maintenant\",\"button_link\":\"user\\/send-money\",\"step_title\":\"Comment envoyer de l\'argent avec QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour envoyer des fonds en toute s\\u00e9curit\\u00e9 depuis votre compte QRPay Pro.\"},\"hi\":{\"heading\":\"\\u0915\\u0939\\u0940\\u0902 \\u092d\\u0940, \\u0915\\u093f\\u0938\\u0940 \\u0915\\u094b \\u092d\\u0940 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e \\u0924\\u0947\\u091c\\u093c, \\u0906\\u0938\\u093e\\u0928 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948\\u0964 \\u092e\\u093f\\u0924\\u094d\\u0930\\u094b\\u0902, \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u092f\\u093e \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0909\\u0928\\u0915\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u0908\\u0921\\u0940 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0915\\u0947 \\u092f\\u093e QR \\u0915\\u094b\\u0921 \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0915\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0906\\u092a\\u0915\\u094b \\u0939\\u0930 \\u0915\\u0926\\u092e \\u092a\\u0930 \\u0938\\u0942\\u091a\\u093f\\u0924 \\u0930\\u0916\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u092e \\u0936\\u0941\\u0932\\u094d\\u0915, \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0914\\u0930 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u091f\\u094d\\u0930\\u0948\\u0915\\u093f\\u0902\\u0917 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"button_link\":\"user\\/send-money\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724961b0da16\":{\"language\":{\"en\":{\"name\":\"Enter Recipient Details\"},\"ar\":{\"name\":null},\"es\":{\"name\":null},\"fr\":{\"name\":null},\"hi\":{\"name\":null}},\"id\":\"6724961b0da16\"},\"672496257e41a\":{\"language\":{\"en\":{\"name\":\"Choose Amount and Currency\"},\"ar\":{\"name\":null},\"es\":{\"name\":null},\"fr\":{\"name\":null},\"hi\":{\"name\":null}},\"id\":\"672496257e41a\"},\"6724962bd01af\":{\"language\":{\"en\":{\"name\":\"Confirm and Send\"},\"ar\":{\"name\":null},\"es\":{\"name\":null},\"fr\":{\"name\":null},\"hi\":{\"name\":null}},\"id\":\"6724962bd01af\"}}}', 1, 1, '2024-11-01 18:35:01', '2024-12-12 23:35:49'),
(7, 7, 'personal', '{\"images\":{\"section_image\":\"385fb6df-94f4-4752-93f2-aa2431038c76.webp\",\"step_image\":\"19f6152d-1a24-494b-90d4-ef5f047655c5.webp\"},\"language\":{\"en\":{\"heading\":\"Get Paid Instantly with QRPay Pro Payment Links\",\"sub_heading\":\"QRPay Pro\\u2019s Payment Link feature allows you to receive payments effortlessly by creating a shareable link. Whether it\\u2019s for a friend, client, or anyone else, just send the link and let them complete the payment at their convenience. No need to share account details\\u2014just generate, share, and receive funds securely.\",\"process_step_title\":\"Set Up Your Payment Link in 3 Simple Steps\",\"button_name\":\"Create Payment Link\",\"button_link\":\"user\\/payment-link\",\"step_title\":\"How to Use QRPay Pro\\u2019s Payment Link Feature\",\"step_sub_title\":\"Follow these easy steps to generate and share your payment link for fast payments.\"},\"es\":{\"heading\":\"Reciba pagos al instante con enlaces de pago QRPay Pro\",\"sub_heading\":\"La funci\\u00f3n Enlace de pago de QRPay Pro le permite recibir pagos sin esfuerzo mediante la creaci\\u00f3n de un enlace para compartir. Ya sea para un amigo, cliente o cualquier otra persona, simplemente env\\u00ede el enlace y perm\\u00edtale completar el pago a su conveniencia. No es necesario compartir los detalles de la cuenta: simplemente genere, comparta y reciba fondos de forma segura.\",\"process_step_title\":\"Configure su enlace de pago en 3 sencillos pasos\",\"button_name\":\"Crear enlace de pago\",\"button_link\":\"user\\/payment-link\",\"step_title\":\"C\\u00f3mo utilizar la funci\\u00f3n de enlace de pago de QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para generar y compartir su enlace de pago para pagos r\\u00e1pidos.\"},\"ar\":{\"heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro\",\"sub_heading\":\"\\u062a\\u062a\\u064a\\u062d \\u0644\\u0643 \\u0645\\u064a\\u0632\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u0642\\u0627\\u0628\\u0644 \\u0644\\u0644\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0627\\u0646 \\u0630\\u0644\\u0643 \\u0644\\u0635\\u062f\\u064a\\u0642 \\u0623\\u0648 \\u0639\\u0645\\u064a\\u0644 \\u0623\\u0648 \\u0623\\u064a \\u0634\\u062e\\u0635 \\u0622\\u062e\\u0631\\u060c \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637 \\u0648\\u0627\\u0644\\u0633\\u0645\\u0627\\u062d \\u0644\\u0647\\u0645 \\u0628\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0630\\u064a \\u064a\\u0646\\u0627\\u0633\\u0628\\u0647\\u0645. \\u0644\\u0627 \\u062f\\u0627\\u0639\\u064a \\u0644\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u2014 \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647\\u0627 \\u0648\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\\u0647\\u0627 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0639\\u062f\\u0627\\u062f \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"button_link\":\"user\\/payment-link\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647 \\u0644\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629.\"},\"fr\":{\"heading\":\"Reciba pagos al instante con enlaces de pago QRPay Pro\",\"sub_heading\":\"La fonction Payment Link de QRPay Pro vous permet de recevoir des paiements sans effort en cr\\u00e9ant un lien partageable. Que ce soit pour un ami, un client ou toute autre personne, envoyez simplement le lien et laissez-le effectuer le paiement \\u00e0 sa convenance. Pas besoin de partager les d\\u00e9tails de votre compte\\u00a0: g\\u00e9n\\u00e9rez, partagez et recevez simplement des fonds en toute s\\u00e9curit\\u00e9.\",\"process_step_title\":\"Configurez votre lien de paiement en 3 \\u00e9tapes simples\",\"button_name\":\"Cr\\u00e9er un lien de paiement\",\"button_link\":\"user\\/payment-link\",\"step_title\":\"Comment utiliser la fonctionnalit\\u00e9 de lien de paiement de QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour g\\u00e9n\\u00e9rer et partager votre lien de paiement pour des paiements rapides.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0906\\u092a\\u0915\\u094b \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u092f\\u094b\\u0917\\u094d\\u092f \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u0915\\u0930 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u092f\\u0939 \\u0915\\u093f\\u0938\\u0940 \\u092e\\u093f\\u0924\\u094d\\u0930, \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u092f\\u093e \\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u094b, \\u092c\\u0938 \\u0932\\u093f\\u0902\\u0915 \\u092d\\u0947\\u091c\\u0947\\u0902 \\u0914\\u0930 \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0928\\u0941\\u0938\\u093e\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0926\\u0947\\u0902\\u0964 \\u0916\\u093e\\u0924\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948 - \\u092c\\u0938 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u090f\\u0902\",\"button_link\":\"user\\/payment-link\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0924\\u0947\\u091c\\u093c \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0914\\u0930 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"672496f92c3b1\":{\"language\":{\"en\":{\"name\":\"Generate a Payment Link\"},\"ar\":{\"name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Generar un enlace de pago\"},\"fr\":{\"name\":\"Generar un enlace de pago\"},\"hi\":{\"name\":\"\\u090f\\u0915 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u091c\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"672496f92c3b1\"},\"672496ffdb248\":{\"language\":{\"en\":{\"name\":\"Share the Link\"},\"ar\":{\"name\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637\"},\"es\":{\"name\":\"Comparte el enlace\"},\"fr\":{\"name\":\"Comparte el enlace\"},\"hi\":{\"name\":\"\\u0932\\u093f\\u0902\\u0915 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"672496ffdb248\"},\"67249705758e6\":{\"language\":{\"en\":{\"name\":\"Receive Payment\"},\"ar\":{\"name\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Recibir pago\"},\"fr\":{\"name\":\"Recibir pago\"},\"hi\":{\"name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249705758e6\"}}}', 1, 1, '2024-11-01 18:53:04', '2024-12-12 23:36:21'),
(8, 8, 'personal', '{\"images\":{\"section_image\":\"33f24ecf-bcd4-44fc-a9ab-14680a6f8922.webp\",\"step_image\":\"bc42cf73-34d2-455d-bb22-9fd74dfcd260.webp\"},\"language\":{\"en\":{\"heading\":\"Effortlessly Request Money with QRPay Pro\",\"sub_heading\":\"With QRPay Pro\\u2019s Request Money feature, you can quickly send payment requests to anyone. Whether it\\u2019s for a shared expense, a loan repayment, or a service fee, simply enter the amount, send the request, and get paid instantly. It\\u2019s a secure and hassle-free way to manage your finances.\",\"process_step_title\":\"Request Money in 3 Simple Steps\",\"button_name\":\"Request Funds Now\",\"button_link\":\"user\\/request-money\",\"step_title\":\"How to Request Money with QRPay Pro\",\"step_sub_title\":\"Follow these simple steps to send a request for payment to anyone using QRPay Pro.\"},\"es\":{\"heading\":\"Solicite dinero sin esfuerzo con QRPay Pro\",\"sub_heading\":\"Con la funci\\u00f3n Solicitar dinero de QRPay Pro, puede enviar r\\u00e1pidamente solicitudes de pago a cualquier persona. Ya sea para un gasto compartido, el pago de un pr\\u00e9stamo o una tarifa de servicio, simplemente ingrese el monto, env\\u00ede la solicitud y reciba el pago al instante. Es una forma segura y sin complicaciones de administrar sus finanzas.\",\"process_step_title\":\"Solicita dinero en 3 sencillos pasos\",\"button_name\":\"Solicitar fondos ahora\",\"button_link\":\"user\\/request-money\",\"step_title\":\"C\\u00f3mo solicitar dinero con QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para enviar una solicitud de pago a cualquier persona que utilice QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"sub_heading\":\"\\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0625\\u0644\\u0649 \\u0623\\u064a \\u0634\\u062e\\u0635. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0627\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0631 \\u064a\\u062a\\u0639\\u0644\\u0642 \\u0628\\u0646\\u0641\\u0642\\u0629 \\u0645\\u0634\\u062a\\u0631\\u0643\\u0629\\u060c \\u0623\\u0648 \\u0633\\u062f\\u0627\\u062f \\u0642\\u0631\\u0636\\u060c \\u0623\\u0648 \\u0631\\u0633\\u0648\\u0645 \\u062e\\u062f\\u0645\\u0629\\u060c \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u0625\\u062f\\u062e\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0637\\u0644\\u0628 \\u0648\\u0627\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631. \\u0625\\u0646\\u0647\\u0627 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628 \\u0644\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643.\",\"process_step_title\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/request-money\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0637\\u0644\\u0628 \\u0644\\u0644\\u062f\\u0641\\u0639 \\u0625\\u0644\\u0649 \\u0623\\u064a \\u0634\\u062e\\u0635 \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 QRPay Pro.\"},\"fr\":{\"heading\":\"Solicite dinero sin esfuerzo con QRPay Pro\",\"sub_heading\":\"Avec la fonction Request Money de QRPay Pro, vous pouvez envoyer rapidement des demandes de paiement \\u00e0 n\'importe qui. Qu\'il s\'agisse d\'une d\\u00e9pense partag\\u00e9e, d\'un remboursement de pr\\u00eat ou de frais de service, entrez simplement le montant, envoyez la demande et soyez pay\\u00e9 instantan\\u00e9ment. C\\u2019est un moyen s\\u00fbr et sans tracas de g\\u00e9rer vos finances.\",\"process_step_title\":\"Demandez de l\'argent en 3 \\u00e9tapes simples\",\"button_name\":\"Demander des fonds maintenant\",\"button_link\":\"user\\/request-money\",\"step_title\":\"Comment demander de l\'argent avec QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour envoyer une demande de paiement \\u00e0 toute personne utilisant QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0930\\u093f\\u0915\\u094d\\u0935\\u0947\\u0938\\u094d\\u091f \\u092e\\u0928\\u0940 \\u092b\\u0940\\u091a\\u0930 \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u0915\\u093f\\u0938\\u0940 \\u0915\\u094b \\u092d\\u0940 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0935\\u0939 \\u0938\\u093e\\u091d\\u093e \\u0935\\u094d\\u092f\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u094b, \\u090b\\u0923 \\u092a\\u0941\\u0928\\u0930\\u094d\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u094b, \\u092f\\u093e \\u0938\\u0947\\u0935\\u093e \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u094b, \\u092c\\u0938 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902, \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092d\\u0947\\u091c\\u0947\\u0902 \\u0914\\u0930 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u092f\\u0939 \\u0906\\u092a\\u0915\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924 \\u0915\\u094b \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u093e \\u090f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0924\\u0930\\u0940\\u0915\\u093e \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/request-money\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0915\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724985094bee\":{\"language\":{\"en\":{\"name\":\"Enter Request Details\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0637\\u0644\\u0628\"},\"es\":{\"name\":\"Ingrese los detalles de la solicitud\"},\"fr\":{\"name\":\"Entrez les d\\u00e9tails de la demande\"},\"hi\":{\"name\":\"\\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724985094bee\"},\"67249857752b8\":{\"language\":{\"en\":{\"name\":\"Send the Request\"},\"ar\":{\"name\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0637\\u0644\\u0628\"},\"es\":{\"name\":\"Enviar la solicitud\"},\"fr\":{\"name\":\"Envoyer la demande\"},\"hi\":{\"name\":\"\\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u092d\\u0947\\u091c\\u0947\\u0902\"}},\"id\":\"67249857752b8\"},\"6724985e429ec\":{\"language\":{\"en\":{\"name\":\"Receive Notification\"},\"ar\":{\"name\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0625\\u062e\\u0637\\u0627\\u0631\"},\"es\":{\"name\":\"Recibir notificaci\\u00f3n\"},\"fr\":{\"name\":\"Recevoir une notification\"},\"hi\":{\"name\":\"\\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724985e429ec\"}}}', 1, 1, '2024-11-01 18:58:48', '2024-12-12 23:36:48');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(9, 9, 'personal', '{\"images\":{\"section_image\":\"975939bc-aa8a-401e-886f-35494adc0e4f.webp\",\"step_image\":\"1a249f43-394f-4b85-8c3f-66aae4203f60.webp\"},\"language\":{\"en\":{\"heading\":\"Send Remittances Quickly and Securely with QRPay Pro\",\"sub_heading\":\"QRPay Pro makes international money transfers simple and reliable. Whether you\\u2019re sending money to support family members abroad or paying bills for friends, our remittance service ensures your funds arrive safely and swiftly. With competitive rates and real-time tracking, you can send money confidently, knowing it\\u2019s in good hands.\",\"process_step_title\":\"Remit Funds in 3 Easy Steps\",\"button_name\":\"Start Sending Remittance Now\",\"button_link\":\"user\\/remittance\",\"step_title\":\"How to Use QRPay Pro for Remittances\",\"step_sub_title\":\"Follow these simple steps to send remittance funds anywhere in the world using QRPay Pro.\"},\"es\":{\"heading\":\"Env\\u00ede remesas de forma r\\u00e1pida y segura con QRPay Pro\",\"sub_heading\":\"QRPay Pro hace que las transferencias de dinero internacionales sean simples y confiables. Ya sea que env\\u00ede dinero para mantener a familiares en el extranjero o pague facturas de amigos, nuestro servicio de remesas garantiza que sus fondos lleguen de forma segura y r\\u00e1pida. Con tarifas competitivas y seguimiento en tiempo real, puede enviar dinero con confianza sabiendo que est\\u00e1 en buenas manos.\",\"process_step_title\":\"Enviar fondos en 3 sencillos pasos\",\"button_name\":\"Comience a enviar remesas ahora\",\"button_link\":\"user\\/remittance\",\"step_title\":\"C\\u00f3mo utilizar QRPay Pro para remesas\",\"step_sub_title\":\"Siga estos sencillos pasos para enviar fondos de remesas a cualquier parte del mundo utilizando QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"QRPay Pro \\u064a\\u062c\\u0639\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629 \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0648\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0631\\u0633\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0627\\u064b \\u0644\\u062f\\u0639\\u0645 \\u0623\\u0641\\u0631\\u0627\\u062f \\u0639\\u0627\\u0626\\u0644\\u062a\\u0643 \\u0641\\u064a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c \\u0623\\u0648 \\u062a\\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0626\\u0643\\u060c \\u0641\\u0625\\u0646 \\u062e\\u062f\\u0645\\u0629 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0644\\u062f\\u064a\\u0646\\u0627 \\u062a\\u0636\\u0645\\u0646 \\u0648\\u0635\\u0648\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0623\\u0645\\u0627\\u0646 \\u0648\\u0633\\u0631\\u0639\\u0629. \\u0628\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629 \\u0648\\u0627\\u0644\\u062a\\u062a\\u0628\\u0639 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u062b\\u0642\\u0629\\u060c \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0644\\u0645 \\u0623\\u0646\\u0647\\u0627 \\u0641\\u064a \\u0623\\u064a\\u062f\\u064d \\u0623\\u0645\\u064a\\u0646\\u0629.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062d\\u0648\\u0627\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/remittance\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro \\u0644\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0625\\u0644\\u0649 \\u0623\\u064a \\u0645\\u0643\\u0627\\u0646 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro.\"},\"fr\":{\"heading\":\"Env\\u00ede remesas de forma r\\u00e1pida y segura con QRPay Pro\",\"sub_heading\":\"QRPay Pro rend les transferts d\'argent internationaux simples et fiables. Que vous envoyiez de l\'argent pour subvenir aux besoins de membres de votre famille \\u00e0 l\'\\u00e9tranger ou que vous payiez des factures \\u00e0 des amis, notre service de transfert de fonds garantit que vos fonds arrivent rapidement et en toute s\\u00e9curit\\u00e9. Avec des tarifs comp\\u00e9titifs et un suivi en temps r\\u00e9el, vous pouvez envoyer de l\\u2019argent en toute confiance, sachant qu\\u2019il est entre de bonnes mains.\",\"process_step_title\":\"Transf\\u00e9rer des fonds en 3 \\u00e9tapes faciles\",\"button_name\":\"Commencez \\u00e0 envoyer des fonds maintenant\",\"button_link\":\"user\\/remittance\",\"step_title\":\"Comment utiliser QRPay Pro pour les envois de fonds\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour envoyer des fonds partout dans le monde \\u00e0 l\'aide de QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0905\\u0902\\u0924\\u0930\\u094d\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u094b \\u0938\\u0930\\u0932 \\u0914\\u0930 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a \\u0935\\u093f\\u0926\\u0947\\u0936 \\u092e\\u0947\\u0902 \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u0915\\u0947 \\u0938\\u0926\\u0938\\u094d\\u092f\\u094b\\u0902 \\u0915\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0927\\u0928 \\u092d\\u0947\\u091c \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902 \\u092f\\u093e \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092c\\u093f\\u0932 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902, \\u0939\\u092e\\u093e\\u0930\\u0940 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947\\u0935\\u093e \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948 \\u0915\\u093f \\u0906\\u092a\\u0915\\u093e \\u0927\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0924\\u0947\\u091c\\u0940 \\u0938\\u0947 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0947\\u0964 \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u0926\\u0930\\u094b\\u0902 \\u0914\\u0930 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0915\\u0940 \\u091f\\u094d\\u0930\\u0948\\u0915\\u093f\\u0902\\u0917 \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u0906\\u0924\\u094d\\u092e\\u0935\\u093f\\u0936\\u094d\\u0935\\u093e\\u0938 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u093e \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092f\\u0939 \\u091c\\u093e\\u0928\\u0924\\u0947 \\u0939\\u0941\\u090f \\u0915\\u093f \\u092f\\u0939 \\u0905\\u091a\\u094d\\u091b\\u0947 \\u0939\\u093e\\u0925\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092d\\u0947\\u091c\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/remittance\",\"step_title\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0926\\u0941\\u0928\\u093f\\u092f\\u093e \\u092e\\u0947\\u0902 \\u0915\\u0939\\u0940\\u0902 \\u092d\\u0940 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249928d6543\":{\"language\":{\"en\":{\"name\":\"Enter Recipient Details\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\"},\"es\":{\"name\":\"Ingrese los detalles del destinatario\"},\"fr\":{\"name\":\"Ingrese los detalles del destinatario\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249928d6543\"},\"67249930052f4\":{\"language\":{\"en\":{\"name\":\"Choose Transfer Method\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0646\\u0642\\u0644\"},\"es\":{\"name\":\"Elija el m\\u00e9todo de transferencia\"},\"fr\":{\"name\":\"Elija el m\\u00e9todo de transferencia\"},\"hi\":{\"name\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"67249930052f4\"},\"6724993747058\":{\"language\":{\"en\":{\"name\":\"Confirm and Send\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644\"},\"es\":{\"name\":\"Confirmar y enviar\"},\"fr\":{\"name\":\"Confirmar y enviar\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0947\\u091c\\u0947\\u0902\"}},\"id\":\"6724993747058\"}}}', 1, 1, '2024-11-01 19:02:21', '2024-12-12 23:37:23'),
(10, 10, 'personal', '{\"images\":{\"section_image\":\"8536606e-b16d-4f8f-8ede-ac0066ea23ec.webp\",\"step_image\":\"55a99f4b-489d-44a7-90d7-e38af5286315.webp\"},\"language\":{\"en\":{\"heading\":\"Easily Add Funds to Your QRPay Pro Account\",\"sub_heading\":\"With QRPay Pro, adding money to your account is fast and straightforward. Whether you\\u2019re funding your wallet for future transactions or ensuring you have a balance ready for bills and purchases, our seamless process makes it simple to add funds anytime, anywhere. Enjoy peace of mind with secure transactions and multiple funding options.\",\"process_step_title\":\"Add Money in 3 Simple Steps\",\"button_name\":\"Add Funds Now\",\"button_link\":\"user\\/add-money\",\"step_title\":\"How to Add Money to Your QRPay Pro Account\",\"step_sub_title\":\"Follow these straightforward steps to deposit funds into your QRPay Pro account effortlessly.\"},\"es\":{\"heading\":\"Agregue fondos f\\u00e1cilmente a su cuenta QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, agregar dinero a su cuenta es r\\u00e1pido y sencillo. Ya sea que est\\u00e9 financiando su billetera para transacciones futuras o asegur\\u00e1ndose de tener un saldo listo para facturas y compras, nuestro proceso fluido simplifica la adici\\u00f3n de fondos en cualquier momento y en cualquier lugar. Disfrute de la tranquilidad con transacciones seguras y m\\u00faltiples opciones de financiaci\\u00f3n.\",\"process_step_title\":\"Agregue dinero en 3 simples pasos\",\"button_name\":\"Agregar fondos ahora\",\"button_link\":\"user\\/add-money\",\"step_title\":\"C\\u00f3mo agregar dinero a su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para depositar fondos en su cuenta QRPay Pro sin esfuerzo.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u062a\\u0639\\u062f \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0623\\u0645\\u0631\\u064b\\u0627 \\u0633\\u0631\\u064a\\u0639\\u064b\\u0627 \\u0648\\u0645\\u0628\\u0627\\u0634\\u0631\\u064b\\u0627. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0642\\u0648\\u0645 \\u0628\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0645\\u062d\\u0641\\u0638\\u062a\\u0643 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0633\\u062a\\u0642\\u0628\\u0644\\u064a\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u0623\\u0646 \\u0644\\u062f\\u064a\\u0643 \\u0631\\u0635\\u064a\\u062f\\u064b\\u0627 \\u062c\\u0627\\u0647\\u0632\\u064b\\u0627 \\u0644\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0648\\u0627\\u0644\\u0645\\u0634\\u062a\\u0631\\u064a\\u0627\\u062a\\u060c \\u0641\\u0625\\u0646 \\u0639\\u0645\\u0644\\u064a\\u062a\\u0646\\u0627 \\u0627\\u0644\\u0633\\u0644\\u0633\\u0629 \\u062a\\u062c\\u0639\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0633\\u0647\\u0644 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a \\u0648\\u0641\\u064a \\u0623\\u064a \\u0645\\u0643\\u0627\\u0646. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0631\\u0627\\u062d\\u0629 \\u0627\\u0644\\u0628\\u0627\\u0644 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0648\\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u0639\\u062f\\u062f\\u0629.\",\"process_step_title\":\"\\u0623\\u0636\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0623\\u0636\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/add-money\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u0625\\u064a\\u062f\\u0627\\u0639 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u062f\\u0648\\u0646 \\u0639\\u0646\\u0627\\u0621.\"},\"fr\":{\"heading\":\"Agregue fondos f\\u00e1cilmente a su cuenta QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, ajouter de l\'argent sur votre compte est rapide et simple. Que vous approvisionniez votre portefeuille pour de futures transactions ou que vous vous assuriez d\'avoir un solde pr\\u00eat pour les factures et les achats, notre processus transparent facilite l\'ajout de fonds \\u00e0 tout moment et en tout lieu. Profitez d\'une tranquillit\\u00e9 d\'esprit gr\\u00e2ce \\u00e0 des transactions s\\u00e9curis\\u00e9es et \\u00e0 de multiples options de financement.\",\"process_step_title\":\"Ajoutez de l\'argent en 3 \\u00e9tapes simples\",\"button_name\":\"Ajouter des fonds maintenant\",\"button_link\":\"user\\/add-money\",\"step_title\":\"Comment ajouter de l\'argent \\u00e0 votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour d\\u00e9poser des fonds sur votre compte QRPay Pro sans effort.\"},\"hi\":{\"heading\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u093e \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0938\\u0930\\u0932 \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a \\u092d\\u0935\\u093f\\u0937\\u094d\\u092f \\u0915\\u0947 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u092c\\u091f\\u0941\\u090f \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u0932\\u0917\\u093e \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902 \\u092f\\u093e \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902 \\u0915\\u093f \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0914\\u0930 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0936\\u0947\\u0937 \\u0930\\u093e\\u0936\\u093f \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0939\\u0948, \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0938\\u092e\\u092f, \\u0915\\u0939\\u0940\\u0902 \\u092d\\u0940 \\u0927\\u0928 \\u091c\\u094b\\u0921\\u093c\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0914\\u0930 \\u0915\\u0908 \\u092b\\u0902\\u0921\\u093f\\u0902\\u0917 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915 \\u0936\\u093e\\u0902\\u0924\\u093f \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\",\"button_link\":\"user\\/add-money\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u092e\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249a18b8964\":{\"language\":{\"en\":{\"name\":\"Select Funding Source\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0645\\u0635\\u062f\\u0631 \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644\"},\"es\":{\"name\":\"Seleccionar fuente de financiamiento\"},\"fr\":{\"name\":\"Seleccionar fuente de financiamiento\"},\"hi\":{\"name\":\"\\u092b\\u0902\\u0921\\u093f\\u0902\\u0917 \\u0938\\u094d\\u0930\\u094b\\u0924 \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249a18b8964\"},\"67249a1f07139\":{\"language\":{\"en\":{\"name\":\"Enter Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Ingrese el monto\"},\"fr\":{\"name\":\"Ingrese el monto\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0921\\u093e\\u0932\\u0947\\u0902\"}},\"id\":\"67249a1f07139\"},\"67249a248a80d\":{\"language\":{\"en\":{\"name\":\"Confirm the Transaction\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Confirmar la transacci\\u00f3n\"},\"fr\":{\"name\":\"Confirmar la transacci\\u00f3n\"},\"hi\":{\"name\":\"\\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249a248a80d\"}}}', 1, 1, '2024-11-01 19:06:25', '2024-12-12 23:37:54'),
(11, 11, 'personal', '{\"images\":{\"section_image\":\"bab98721-83ae-4a7d-b4f8-499a0f828c74.webp\",\"step_image\":\"2167781a-e9eb-449a-a9eb-5e23f1c411f3.webp\"},\"language\":{\"en\":{\"heading\":\"Effortlessly Withdraw Funds from Your QRPay Pro Account\",\"sub_heading\":\"With QRPay Pro, withdrawing your money is quick and secure. Whether you need cash for your daily expenses or want to transfer funds to your bank account, our streamlined withdrawal process makes it simple to access your funds when you need them. Enjoy peace of mind with robust security measures protecting your transactions.\",\"process_step_title\":\"Withdraw Money in 3 Simple Steps\",\"button_name\":\"Withdraw Funds Now\",\"button_link\":\"user\\/withdraw\",\"step_title\":\"How to Withdraw Money from Your QRPay Pro Account\",\"step_sub_title\":\"Follow these easy steps to withdraw funds from your QRPay Pro account seamlessly.\"},\"es\":{\"heading\":\"Retire fondos sin esfuerzo de su cuenta QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, retirar tu dinero es r\\u00e1pido y seguro. Ya sea que necesite efectivo para sus gastos diarios o desee transferir fondos a su cuenta bancaria, nuestro proceso de retiro simplificado simplifica el acceso a sus fondos cuando los necesita. Disfrute de la tranquilidad con s\\u00f3lidas medidas de seguridad que protegen sus transacciones.\",\"process_step_title\":\"Retirar dinero en 3 sencillos pasos\",\"button_name\":\"Retirar fondos ahora\",\"button_link\":\"user\\/withdraw\",\"step_title\":\"C\\u00f3mo retirar dinero de su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para retirar fondos de su cuenta QRPay Pro sin problemas.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d \\u0633\\u062d\\u0628 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0633\\u0631\\u064a\\u0639\\u064b\\u0627 \\u0648\\u0622\\u0645\\u0646\\u064b\\u0627. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0628\\u062d\\u0627\\u062c\\u0629 \\u0625\\u0644\\u0649 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0646\\u0642\\u062f\\u064a\\u0629 \\u0644\\u062a\\u063a\\u0637\\u064a\\u0629 \\u0646\\u0641\\u0642\\u0627\\u062a\\u0643 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629 \\u0623\\u0648 \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u060c \\u0641\\u0625\\u0646 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0645\\u0628\\u0633\\u0637\\u0629 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u062a\\u062c\\u0639\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0633\\u0647\\u0644 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u064a\\u0647\\u0627. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0631\\u0627\\u062d\\u0629 \\u0627\\u0644\\u0628\\u0627\\u0644 \\u0645\\u0639 \\u0627\\u0644\\u0625\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a \\u0627\\u0644\\u0623\\u0645\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062d\\u0645\\u064a \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643.\",\"process_step_title\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/withdraw\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629.\"},\"fr\":{\"heading\":\"Retire fondos sin esfuerzo de su cuenta QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, retirer votre argent est rapide et s\\u00e9curis\\u00e9. Que vous ayez besoin d\'argent pour vos d\\u00e9penses quotidiennes ou que vous souhaitiez transf\\u00e9rer des fonds sur votre compte bancaire, notre processus de retrait simplifi\\u00e9 facilite l\'acc\\u00e8s \\u00e0 vos fonds lorsque vous en avez besoin. Profitez d\'une tranquillit\\u00e9 d\'esprit gr\\u00e2ce \\u00e0 des mesures de s\\u00e9curit\\u00e9 robustes prot\\u00e9geant vos transactions.\",\"process_step_title\":\"Retirer de l\'argent en 3 \\u00e9tapes simples\",\"button_name\":\"Retirer des fonds maintenant\",\"button_link\":\"user\\/withdraw\",\"step_title\":\"Comment retirer de l\'argent de votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour retirer des fonds de votre compte QRPay Pro en toute transparence.\"},\"hi\":{\"heading\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0905\\u092a\\u0928\\u093e \\u092a\\u0948\\u0938\\u093e \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0926\\u0948\\u0928\\u093f\\u0915 \\u0916\\u0930\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0928\\u0915\\u0926\\u0940 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b \\u092f\\u093e \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u094b\\u0902, \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0941\\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093f\\u0924 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u091c\\u0930\\u0942\\u0930\\u0924 \\u092a\\u0921\\u093c\\u0928\\u0947 \\u092a\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u0927\\u0928 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092e\\u091c\\u092c\\u0942\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0909\\u092a\\u093e\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915 \\u0936\\u093e\\u0902\\u0924\\u093f \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"button_link\":\"user\\/withdraw\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249ac22c6bd\":{\"language\":{\"en\":{\"name\":\"Choose Withdrawal Method\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628\"},\"es\":{\"name\":\"Elija el m\\u00e9todo de retiro\"},\"fr\":{\"name\":\"Elija el m\\u00e9todo de retiro\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"67249ac22c6bd\"},\"67249ac80326e\":{\"language\":{\"en\":{\"name\":\"Enter Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Ingrese el monto\"},\"fr\":{\"name\":\"Ingrese el monto\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0921\\u093e\\u0932\\u0947\\u0902\"}},\"id\":\"67249ac80326e\"},\"67249acd4186f\":{\"language\":{\"en\":{\"name\":\"Confirm the Transaction\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Confirmar la transacci\\u00f3n\"},\"fr\":{\"name\":\"Confirmar la transacci\\u00f3n\"},\"hi\":{\"name\":\"\\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249acd4186f\"}}}', 1, 1, '2024-11-01 19:09:15', '2024-12-31 17:26:00'),
(12, 12, 'personal', '{\"images\":{\"section_image\":\"4d37f2ff-4896-4026-9446-9b3ff64e72f7.webp\",\"step_image\":\"90201c5b-2a67-4443-aad2-cf6a19b03edc.webp\"},\"language\":{\"en\":{\"heading\":\"Quick and Convenient Payments to QRPay Pro Merchants\",\"sub_heading\":\"With QRPay Pro, making payments for your purchases has never been easier. As a user, you can effortlessly transfer funds to merchants registered on the QRPay Pro platform. Enjoy the convenience of using your QRPay Pro account for all your transactions while benefiting from robust security measures that protect your financial information.\",\"process_step_title\":\"Make Payments in 3 Simple Steps\",\"button_name\":\"Make a Payment Now\",\"button_link\":\"user\\/make-payment\",\"step_title\":\"How to Make a Payment to QRPay Pro Merchants\",\"step_sub_title\":\"Follow these straightforward steps to complete your payment effortlessly.\"},\"es\":{\"heading\":\"Pagos r\\u00e1pidos y convenientes a comerciantes de QRPay Pro\",\"sub_heading\":\"Con QRPay Pro realizar pagos de tus compras nunca ha sido tan f\\u00e1cil. Como usuario, puede transferir fondos sin esfuerzo a comerciantes registrados en la plataforma QRPay Pro. Disfrute de la comodidad de utilizar su cuenta QRPay Pro para todas sus transacciones mientras se beneficia de s\\u00f3lidas medidas de seguridad que protegen su informaci\\u00f3n financiera.\",\"process_step_title\":\"Realice pagos en 3 sencillos pasos\",\"button_name\":\"Realizar un pago ahora\",\"button_link\":\"user\\/make-payment\",\"step_title\":\"C\\u00f3mo realizar un pago a comerciantes de QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para completar su pago sin esfuerzo.\"},\"ar\":{\"heading\":\"\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0645\\u0631\\u064a\\u062d\\u0629 \\u0644\\u062a\\u062c\\u0627\\u0631 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0645\\u0642\\u0627\\u0628\\u0644 \\u0645\\u0634\\u062a\\u0631\\u064a\\u0627\\u062a\\u0643 \\u0623\\u0633\\u0647\\u0644 \\u0645\\u0646 \\u0623\\u064a \\u0648\\u0642\\u062a \\u0645\\u0636\\u0649. \\u0643\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0627\\u0644\\u0645\\u0633\\u062c\\u0644\\u064a\\u0646 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0631\\u0627\\u062d\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u062c\\u0645\\u064a\\u0639 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0645\\u0639 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0625\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a \\u0627\\u0644\\u0623\\u0645\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0642\\u0645 \\u0628\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/make-payment\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u062a\\u062c\\u0627\\u0631 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u0625\\u0643\\u0645\\u0627\\u0644 \\u062f\\u0641\\u0639\\u062a\\u0643 \\u062f\\u0648\\u0646 \\u0639\\u0646\\u0627\\u0621.\"},\"fr\":{\"heading\":\"Pagos r\\u00e1pidos y convenientes a comerciantes de QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, effectuer des paiements pour vos achats n\'a jamais \\u00e9t\\u00e9 aussi simple. En tant qu\'utilisateur, vous pouvez facilement transf\\u00e9rer des fonds aux commer\\u00e7ants enregistr\\u00e9s sur la plateforme QRPay Pro. Profitez de la commodit\\u00e9 d\'utiliser votre compte QRPay Pro pour toutes vos transactions tout en b\\u00e9n\\u00e9ficiant de mesures de s\\u00e9curit\\u00e9 robustes qui prot\\u00e8gent vos informations financi\\u00e8res.\",\"process_step_title\":\"Effectuez des paiements en 3 \\u00e9tapes simples\",\"button_name\":\"Effectuer un paiement maintenant\",\"button_link\":\"user\\/make-payment\",\"step_title\":\"Comment effectuer un paiement aux marchands QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour effectuer votre paiement sans effort.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0905\\u092a\\u0928\\u0940 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e \\u0907\\u0924\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0915\\u092d\\u0940 \\u0928\\u0939\\u0940\\u0902 \\u0930\\u0939\\u093e\\u0964 \\u090f\\u0915 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902, \\u0906\\u092a QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0943\\u0924 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092e\\u091c\\u092c\\u0942\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0909\\u092a\\u093e\\u092f\\u094b\\u0902 \\u0938\\u0947 \\u0932\\u093e\\u092d \\u0909\\u0920\\u093e\\u0924\\u0947 \\u0939\\u0941\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0938\\u092d\\u0940 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/make-payment\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249bf0b6879\":{\"language\":{\"en\":{\"name\":\"Scan Merchant QRCode\"},\"ar\":{\"name\":\"\\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0644\\u0644\\u062a\\u0627\\u062c\\u0631\"},\"es\":{\"name\":\"Escanear el c\\u00f3digo QR del comerciante\"},\"fr\":{\"name\":\"Escanear el c\\u00f3digo QR del comerciante\"},\"hi\":{\"name\":\"\\u092e\\u0930\\u094d\\u091a\\u0947\\u0902\\u091f QRCode \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249bf0b6879\"},\"67249bfb359a1\":{\"language\":{\"en\":{\"name\":\"Enter Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Ingrese el monto\"},\"fr\":{\"name\":\"Ingrese el monto\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0921\\u093e\\u0932\\u0947\\u0902\"}},\"id\":\"67249bfb359a1\"},\"67249c0627136\":{\"language\":{\"en\":{\"name\":\"Confirm the Payment\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Confirmar el pago\"},\"fr\":{\"name\":\"Confirmar el pago\"},\"hi\":{\"name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f\"}},\"id\":\"67249c0627136\"}}}', 1, 1, '2024-11-01 19:13:59', '2024-12-12 23:38:50');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(13, 13, 'personal', '{\"images\":{\"section_image\":\"958e8e32-c3ed-4a09-ab06-44f27c86abce.webp\",\"step_image\":\"a6e95d6a-bcdc-406d-b97c-0c30d42db0a5.webp\"},\"language\":{\"en\":{\"heading\":\"Quick and Secure Withdrawals to QRPay Pro Agents\",\"sub_heading\":\"With QRPay Pro, accessing your funds has never been easier. Users can withdraw money from their QRPay Pro account to trusted QRPay Pro agents. Enjoy peace of mind with every transaction, knowing your funds are secure and the process is hassle-free.\",\"process_step_title\":\"Withdraw Funds in 3 Simple Steps\",\"button_name\":\"Withdraw Money Now\",\"button_link\":\"user\\/money-out\",\"step_title\":\"How to Withdraw Money from Your QRPay Pro Account\",\"step_sub_title\":\"Follow these straightforward steps to securely transfer your funds to a QRPay Pro agent.\"},\"es\":{\"heading\":\"Retiros r\\u00e1pidos y seguros a agentes QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, acceder a sus fondos nunca ha sido tan f\\u00e1cil. Los usuarios pueden retirar dinero de su cuenta QRPay Pro a agentes QRPay Pro confiables. Disfrute de la tranquilidad con cada transacci\\u00f3n, sabiendo que sus fondos est\\u00e1n seguros y el proceso es sencillo.\",\"process_step_title\":\"Retirar fondos en 3 sencillos pasos\",\"button_name\":\"Retirar dinero ahora\",\"button_link\":\"user\\/money-out\",\"step_title\":\"C\\u00f3mo retirar dinero de su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para transferir sus fondos de forma segura a un agente de QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0633\\u062d\\u0628 \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u0644\\u0627\\u0621 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0623\\u0633\\u0647\\u0644 \\u0645\\u0646 \\u0623\\u064a \\u0648\\u0642\\u062a \\u0645\\u0636\\u0649. \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0647\\u0645 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u0644\\u0627\\u0621 QRPay Pro \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u064a\\u0646. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0631\\u0627\\u062d\\u0629 \\u0627\\u0644\\u0628\\u0627\\u0644 \\u0645\\u0639 \\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u060c \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0644\\u0645 \\u0623\\u0646 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u0623\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629 \\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628.\",\"process_step_title\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/money-out\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 QRPay Pro.\"},\"fr\":{\"heading\":\"Retiros r\\u00e1pidos y seguros a agentes QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, acc\\u00e9der \\u00e0 vos fonds n\'a jamais \\u00e9t\\u00e9 aussi simple. Les utilisateurs peuvent retirer de l\'argent de leur compte QRPay Pro vers des agents QRPay Pro de confiance. Ayez l\'esprit tranquille \\u00e0 chaque transaction, sachant que vos fonds sont en s\\u00e9curit\\u00e9 et que le processus se d\\u00e9roule sans tracas.\",\"process_step_title\":\"Retirer des fonds en 3 \\u00e9tapes simples\",\"button_name\":\"Retirer de l\'argent maintenant\",\"button_link\":\"user\\/money-out\",\"step_title\":\"Comment retirer de l\'argent de votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour transf\\u00e9rer en toute s\\u00e9curit\\u00e9 vos fonds vers un agent QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a\\u0915\\u0947 \\u092b\\u0902\\u0921 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0915\\u092d\\u0940 \\u0907\\u0924\\u0928\\u0940 \\u0906\\u0938\\u093e\\u0928 \\u0928\\u0939\\u0940\\u0902 \\u0930\\u0939\\u0940\\u0964 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092e\\u093e\\u0928\\u0938\\u093f\\u0915 \\u0936\\u093e\\u0902\\u0924\\u093f \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902, \\u092f\\u0939 \\u091c\\u093e\\u0928\\u0915\\u0930 \\u0915\\u093f \\u0906\\u092a\\u0915\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"button_link\":\"user\\/money-out\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249ccf1b85e\":{\"language\":{\"en\":{\"name\":\"Scan QRPay Pro Agent\'s QRCode\"},\"ar\":{\"name\":\"\\u0642\\u0645 \\u0628\\u0645\\u0633\\u062d QRCode \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0648\\u0643\\u064a\\u0644 QRPay Pro\"},\"es\":{\"name\":\"Escanee el c\\u00f3digo QR del agente QRPay Pro\"},\"fr\":{\"name\":\"Escanee el c\\u00f3digo QR del agente QRPay Pro\"},\"hi\":{\"name\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 QRCode \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249ccf1b85e\"},\"67249cd59b605\":{\"language\":{\"en\":{\"name\":\"Enter Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Ingrese el monto\"},\"fr\":{\"name\":\"Ingrese el monto\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0921\\u093e\\u0932\\u0947\\u0902\"}},\"id\":\"67249cd59b605\"},\"67249cdb11e84\":{\"language\":{\"en\":{\"name\":\"Specify the amount you wish to withdraw from your QRPayPro account.\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0630\\u064a \\u062a\\u0631\\u063a\\u0628 \\u0641\\u064a \\u0633\\u062d\\u0628\\u0647 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPayPro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"es\":{\"name\":\"Especifique el monto que desea retirar de su cuenta QRPayPro.\"},\"fr\":{\"name\":\"Especifique el monto que desea retirar de su cuenta QRPayPro.\"},\"hi\":{\"name\":\"\\u0935\\u0939 \\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902 \\u091c\\u093f\\u0938\\u0947 \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 QRPayPro \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"67249cdb11e84\"},\"67249ce09bf45\":{\"language\":{\"en\":{\"name\":\"Confirm the Withdrawal\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u0633\\u062d\\u0627\\u0628\"},\"es\":{\"name\":\"Confirmar el retiro\"},\"fr\":{\"name\":\"Confirmar el retiro\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249ce09bf45\"}}}', 1, 1, '2024-11-01 19:17:59', '2024-12-12 23:39:20'),
(14, 14, 'personal', '{\"images\":{\"section_image\":\"aa013ae0-d785-4156-9650-8f92ea480df9.webp\",\"step_image\":\"cc5b11d0-c369-4360-87f3-663874a7ee96.webp\"},\"language\":{\"en\":{\"heading\":\"Enjoy Safe Online Shopping with QRPay Pro Virtual Cards\",\"sub_heading\":\"With QRPay Pro\'s virtual card feature, you can make online purchases without revealing your actual credit card details. Generate a virtual card in seconds and use it for all your online transactions with confidence, knowing that your financial information is protected.\",\"process_step_title\":\"Generate Your Virtual Card in 3 Simple Steps\",\"button_name\":\"Create a Virtual Card Now\",\"button_link\":\"user\\/strowallet-virtual-card\",\"step_title\":\"How to Create and Use Your QRPay Pro Virtual Card\",\"step_sub_title\":\"Follow these easy steps to set up your virtual card for secure online payments.\"},\"es\":{\"heading\":\"Disfrute de compras seguras en l\\u00ednea con las tarjetas virtuales QRPay Pro\",\"sub_heading\":\"Con la funci\\u00f3n de tarjeta virtual de QRPay Pro, puede realizar compras en l\\u00ednea sin revelar los datos reales de su tarjeta de cr\\u00e9dito. Genera una tarjeta virtual en segundos y \\u00fasala para todas tus transacciones en l\\u00ednea con confianza, sabiendo que tu informaci\\u00f3n financiera est\\u00e1 protegida.\",\"process_step_title\":\"Genera tu tarjeta virtual en 3 sencillos pasos\",\"button_name\":\"Crea una tarjeta virtual ahora\",\"button_link\":\"user\\/strowallet-virtual-card\",\"step_title\":\"C\\u00f3mo crear y utilizar su tarjeta virtual QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para configurar su tarjeta virtual para pagos seguros en l\\u00ednea.\"},\"ar\":{\"heading\":\"\\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0627\\u0644\\u0622\\u0645\\u0646 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0645\\u0639 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a QRPay Pro \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\",\"sub_heading\":\"\\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0634\\u0631\\u0627\\u0621 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u062f\\u0648\\u0646 \\u0627\\u0644\\u0643\\u0634\\u0641 \\u0639\\u0646 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643 \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u0629. \\u0623\\u0646\\u0634\\u0626 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0641\\u064a \\u062b\\u0648\\u0627\\u0646\\u064d \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0628\\u0643\\u0644 \\u062b\\u0642\\u0629\\u060c \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0644\\u0645 \\u0623\\u0646 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0645\\u062d\\u0645\\u064a\\u0629.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0623\\u0646\\u0634\\u0626 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/strowallet-virtual-card\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0629 QRPay Pro \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u0625\\u0639\\u062f\\u0627\\u062f \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u062f\\u0641\\u0639 \\u0622\\u0645\\u0646\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a.\"},\"fr\":{\"heading\":\"Disfrute de compras seguras en l\\u00ednea con las tarjetas virtuales QRPay Pro\",\"sub_heading\":\"Avec la fonctionnalit\\u00e9 de carte virtuelle de QRPay Pro, vous pouvez effectuer des achats en ligne sans r\\u00e9v\\u00e9ler les d\\u00e9tails r\\u00e9els de votre carte de cr\\u00e9dit. G\\u00e9n\\u00e9rez une carte virtuelle en quelques secondes et utilisez-la pour toutes vos transactions en ligne en toute confiance, sachant que vos informations financi\\u00e8res sont prot\\u00e9g\\u00e9es.\",\"process_step_title\":\"G\\u00e9n\\u00e9rez votre carte virtuelle en 3 \\u00e9tapes simples\",\"button_name\":\"Cr\\u00e9ez une carte virtuelle maintenant\",\"button_link\":\"user\\/strowallet-virtual-card\",\"step_title\":\"Comment cr\\u00e9er et utiliser votre carte virtuelle QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour configurer votre carte virtuelle pour des paiements en ligne s\\u00e9curis\\u00e9s.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0936\\u0949\\u092a\\u093f\\u0902\\u0917 \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0940 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u093e \\u0916\\u0941\\u0932\\u093e\\u0938\\u093e \\u0915\\u093f\\u090f \\u092c\\u093f\\u0928\\u093e \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u0941\\u091b \\u0939\\u0940 \\u0938\\u0947\\u0915\\u0902\\u0921 \\u092e\\u0947\\u0902 \\u090f\\u0915 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u090f\\u0902 \\u0914\\u0930 \\u0906\\u0924\\u094d\\u092e\\u0935\\u093f\\u0936\\u094d\\u0935\\u093e\\u0938 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 \\u0938\\u092d\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0938\\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902, \\u092f\\u0939 \\u091c\\u093e\\u0928\\u0924\\u0947 \\u0939\\u0941\\u090f \\u0915\\u093f \\u0906\\u092a\\u0915\\u0940 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u093e \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u090f\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u090f\\u0915 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092c\\u0928\\u093e\\u090f\\u0902\",\"button_link\":\"user\\/strowallet-virtual-card\",\"step_title\":\"\\u0905\\u092a\\u0928\\u093e QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0948\\u0938\\u0947 \\u092c\\u0928\\u093e\\u090f\\u0902 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0938\\u0947\\u091f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249dc22b315\":{\"language\":{\"en\":{\"name\":\"Generate a Virtual Card\"},\"ar\":{\"name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\"},\"es\":{\"name\":\"Generar una tarjeta virtual\"},\"fr\":{\"name\":\"Generar una tarjeta virtual\"},\"hi\":{\"name\":\"\\u090f\\u0915 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u091c\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249dc22b315\"},\"67249dc95f68e\":{\"language\":{\"en\":{\"name\":\"Set Your Preferences\"},\"ar\":{\"name\":\"\\u0627\\u0636\\u0628\\u0637 \\u062a\\u0641\\u0636\\u064a\\u0644\\u0627\\u062a\\u0643\"},\"es\":{\"name\":\"Establece tus preferencias\"},\"fr\":{\"name\":\"Establece tus preferencias\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0940 \\u092a\\u094d\\u0930\\u093e\\u0925\\u092e\\u093f\\u0915\\u0924\\u093e\\u090f\\u0901 \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249dc95f68e\"},\"67249dcebbeee\":{\"language\":{\"en\":{\"name\":\"Use Your Card for Online Purchases\"},\"ar\":{\"name\":\"\\u0627\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0628\\u0637\\u0627\\u0642\\u062a\\u0643 \\u0644\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a\"},\"es\":{\"name\":\"Utilice su tarjeta para compras en l\\u00ednea\"},\"fr\":{\"name\":\"Utilice su tarjeta para compras en l\\u00ednea\"},\"hi\":{\"name\":\"\\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249dcebbeee\"}}}', 1, 1, '2024-11-01 19:22:02', '2024-12-12 23:39:41'),
(15, 15, 'personal', '{\"images\":{\"section_image\":\"eadf7d55-b05f-41ac-8b81-6e17f8e509f3.webp\",\"step_image\":\"920a0609-3cd4-447e-87c3-1e31398fd448.webp\"},\"language\":{\"en\":{\"heading\":\"Send Joy with QRPay Pro Gift Cards\",\"sub_heading\":\"QRPay Pro allows you to purchase and send digital gift cards for a variety of services, making gifting easy and thoughtful. Whether it\'s for a birthday, holiday, or just because, our gift cards are the perfect way to show you care. Enjoy a seamless buying experience and share happiness with friends and family.\",\"process_step_title\":\"Buy a Gift Card in 3 Simple Steps\",\"button_name\":\"Get Your Gift Card Now\",\"button_link\":\"user\\/gift-card\",\"step_title\":\"How to Purchase and Send a Gift Card\",\"step_sub_title\":\"Follow these simple steps to easily purchase and send a gift card through QRPay Pro.\"},\"es\":{\"heading\":\"Env\\u00eda alegr\\u00eda con tarjetas de regalo QRPay Pro\",\"sub_heading\":\"QRPay Pro le permite comprar y enviar tarjetas de regalo digitales para una variedad de servicios, lo que hace que regalar sea f\\u00e1cil y reflexivo. Ya sea para un cumplea\\u00f1os, un d\\u00eda festivo o simplemente porque s\\u00ed, nuestras tarjetas de regalo son la manera perfecta de demostrar que te preocupas. Disfrute de una experiencia de compra perfecta y comparta la felicidad con amigos y familiares.\",\"process_step_title\":\"Compra una tarjeta regalo en 3 sencillos pasos\",\"button_name\":\"Obtenga su tarjeta de regalo ahora\",\"button_link\":\"user\\/gift-card\",\"step_title\":\"C\\u00f3mo comprar y enviar una tarjeta de regalo\",\"step_sub_title\":\"Siga estos sencillos pasos para comprar y enviar f\\u00e1cilmente una tarjeta de regalo a trav\\u00e9s de QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0641\\u0631\\u062d \\u0645\\u0639 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0647\\u062f\\u0627\\u064a\\u0627 QRPay Pro\",\"sub_heading\":\"\\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 QRPay Pro \\u0634\\u0631\\u0627\\u0621 \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0644\\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0633\\u0647\\u0644\\u0629 \\u0648\\u0645\\u062f\\u0631\\u0648\\u0633\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0627\\u0646 \\u0630\\u0644\\u0643 \\u0644\\u0639\\u064a\\u062f \\u0645\\u064a\\u0644\\u0627\\u062f\\u060c \\u0623\\u0648 \\u0639\\u0637\\u0644\\u0629\\u060c \\u0623\\u0648 \\u0644\\u0645\\u062c\\u0631\\u062f \\u0630\\u0644\\u0643\\u060c \\u0641\\u0625\\u0646 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0645\\u062b\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0625\\u0638\\u0647\\u0627\\u0631 \\u0627\\u0647\\u062a\\u0645\\u0627\\u0645\\u0643. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0634\\u0631\\u0627\\u0621 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0633\\u0639\\u0627\\u062f\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0621 \\u0648\\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u0627\\u064a\\u0627 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/gift-card\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0634\\u0631\\u0627\\u0621 \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u064a\\u0629\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0634\\u0631\\u0627\\u0621 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0647\\u062f\\u0627\\u064a\\u0627 \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644\\u0647\\u0627 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro.\"},\"fr\":{\"heading\":\"Env\\u00eda alegr\\u00eda con tarjetas de regalo QRPay Pro\",\"sub_heading\":\"QRPay Pro vous permet d\'acheter et d\'envoyer des cartes-cadeaux num\\u00e9riques pour une vari\\u00e9t\\u00e9 de services, rendant les cadeaux faciles et r\\u00e9fl\\u00e9chis. Que ce soit pour un anniversaire, des vacances ou tout simplement parce que nos cartes cadeaux sont le moyen id\\u00e9al de montrer votre attention. Profitez d\'une exp\\u00e9rience d\'achat fluide et partagez votre bonheur avec vos amis et votre famille.\",\"process_step_title\":\"Achetez une carte-cadeau en 3 \\u00e9tapes simples\",\"button_name\":\"Obtenez votre carte-cadeau maintenant\",\"button_link\":\"user\\/gift-card\",\"step_title\":\"Comment acheter et envoyer une carte-cadeau\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour acheter et envoyer facilement une carte-cadeau via QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0916\\u0941\\u0936\\u0940 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0906\\u092a\\u0915\\u094b \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0916\\u0930\\u0940\\u0926\\u0928\\u0947 \\u0914\\u0930 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0926\\u0947\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0914\\u0930 \\u0935\\u093f\\u091a\\u093e\\u0930\\u0936\\u0940\\u0932 \\u0939\\u094b \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0935\\u0939 \\u091c\\u0928\\u094d\\u092e\\u0926\\u093f\\u0928 \\u0939\\u094b, \\u091b\\u0941\\u091f\\u094d\\u091f\\u0940 \\u0939\\u094b \\u092f\\u093e \\u0938\\u093f\\u0930\\u094d\\u092b \\u0907\\u0938\\u0932\\u093f\\u090f, \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0906\\u092a\\u0915\\u0940 \\u092a\\u0930\\u0935\\u093e\\u0939 \\u0926\\u093f\\u0916\\u093e\\u0928\\u0947 \\u0915\\u093e \\u0938\\u0939\\u0940 \\u0924\\u0930\\u0940\\u0915\\u093e \\u0939\\u0948\\u0902\\u0964 \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902 \\u0914\\u0930 \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902 \\u0914\\u0930 \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0916\\u0941\\u0936\\u093f\\u092f\\u093e\\u0901 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0916\\u0930\\u0940\\u0926\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0905\\u092a\\u0928\\u093e \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/gift-card\",\"step_title\":\"\\u0917\\u093f\\u092b\\u094d\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0948\\u0938\\u0947 \\u0916\\u0930\\u0940\\u0926\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"step_sub_title\":\"QRPay Pro \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0916\\u0930\\u0940\\u0926\\u0928\\u0947 \\u0914\\u0930 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249e922ec29\":{\"language\":{\"en\":{\"name\":\"Choose Your Gift Card\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\"},\"es\":{\"name\":\"Elija su tarjeta de regalo\"},\"fr\":{\"name\":\"Choisissez votre carte cadeau\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u093e \\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"67249e922ec29\"},\"67249e982d41b\":{\"language\":{\"en\":{\"name\":\"Enter Recipient Details\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\"},\"es\":{\"name\":\"Ingrese los detalles del destinatario\"},\"fr\":{\"name\":\"Saisir les d\\u00e9tails du destinataire\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249e982d41b\"},\"67249e9da134d\":{\"language\":{\"en\":{\"name\":\"Make Payment and Send\"},\"ar\":{\"name\":\"\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644\"},\"es\":{\"name\":\"Realizar pago y enviar\"},\"fr\":{\"name\":\"Effectuer le paiement et envoyer\"},\"hi\":{\"name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0947\\u091c\\u0947\\u0902\"}},\"id\":\"67249e9da134d\"}}}', 1, 1, '2024-11-01 19:25:17', '2024-12-12 23:43:25'),
(16, 16, 'personal', '{\"images\":{\"section_image\":\"ed226f28-df2f-43f7-bb02-c7f3061d0b0a.webp\",\"step_image\":\"c4427edf-10ae-41f2-8ec6-0b5de01939c1.webp\"},\"language\":{\"en\":{\"heading\":\"Simplify Your Bill Payments with QRPay Pro\",\"sub_heading\":\"With QRPay Pro\\u2019s Bill Pay feature, managing and paying your utility and service bills has never been easier. Eliminate the hassle of manual payments and enjoy the convenience of paying your bills directly from your QRPay Pro account, all while ensuring your transactions are secure and efficient.\",\"process_step_title\":\"Pay Your Bills in 3 Easy Steps\",\"button_name\":\"Start Paying Bills Now\",\"button_link\":\"user\\/bill-pay\",\"step_title\":\"How to Pay Your Bills Using QRPay Pro\",\"step_sub_title\":\"Follow these simple steps to effortlessly pay your bills through your QRPay Pro account.\"},\"es\":{\"heading\":\"Simplifique sus pagos de facturas con QRPay Pro\",\"sub_heading\":\"Con la funci\\u00f3n Bill Pay de QRPay Pro, administrar y pagar sus facturas de servicios p\\u00fablicos nunca ha sido tan f\\u00e1cil. Elimine la molestia de los pagos manuales y disfrute de la conveniencia de pagar sus facturas directamente desde su cuenta QRPay Pro, mientras garantiza que sus transacciones sean seguras y eficientes.\",\"process_step_title\":\"Pague sus facturas en 3 sencillos pasos\",\"button_name\":\"Comience a pagar facturas ahora\",\"button_link\":\"user\\/bill-pay\",\"step_title\":\"C\\u00f3mo pagar sus facturas con QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para pagar sus facturas sin esfuerzo a trav\\u00e9s de su cuenta QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u062a\\u0628\\u0633\\u064a\\u0637 \\u062f\\u0641\\u0639\\u0627\\u062a \\u0641\\u0627\\u062a\\u0648\\u0631\\u062a\\u0643 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 \\u0645\\u064a\\u0632\\u0629 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d\\u062a \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0648\\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0631\\u0627\\u0641\\u0642 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0623\\u0633\\u0647\\u0644 \\u0645\\u0646 \\u0623\\u064a \\u0648\\u0642\\u062a \\u0645\\u0636\\u0649. \\u062a\\u062e\\u0644\\u0635 \\u0645\\u0646 \\u0645\\u062a\\u0627\\u0639\\u0628 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0627\\u0644\\u064a\\u062f\\u0648\\u064a\\u0629 \\u0648\\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0631\\u0627\\u062d\\u0629 \\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0643\\u0644 \\u0630\\u0644\\u0643 \\u0645\\u0639 \\u0636\\u0645\\u0627\\u0646 \\u0623\\u0646 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629.\",\"process_step_title\":\"\\u0627\\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0628\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/bill-pay\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"fr\":{\"heading\":\"Simplifique sus pagos de facturas con QRPay Pro\",\"sub_heading\":\"Avec la fonction Bill Pay de QRPay Pro, g\\u00e9rer et payer vos factures de services publics et de services n\'a jamais \\u00e9t\\u00e9 aussi simple. \\u00c9liminez les tracas des paiements manuels et profitez de la commodit\\u00e9 de payer vos factures directement depuis votre compte QRPay Pro, tout en garantissant que vos transactions sont s\\u00e9curis\\u00e9es et efficaces.\",\"process_step_title\":\"Payez vos factures en 3 \\u00e9tapes faciles\",\"button_name\":\"Commencez \\u00e0 payer vos factures maintenant\",\"button_link\":\"user\\/bill-pay\",\"step_title\":\"Comment payer vos factures avec QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour payer vos factures sans effort via votre compte QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u094b \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u090f\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0905\\u092a\\u0928\\u0940 \\u0909\\u092a\\u092f\\u094b\\u0917\\u093f\\u0924\\u093e \\u0914\\u0930 \\u0938\\u0947\\u0935\\u093e \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e \\u0907\\u0924\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0915\\u092d\\u0940 \\u0928\\u0939\\u0940\\u0902 \\u0930\\u0939\\u093e\\u0964 \\u092e\\u0948\\u0928\\u094d\\u092f\\u0941\\u0905\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u0915\\u094b \\u0926\\u0942\\u0930 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902, \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0941\\u090f \\u0915\\u093f \\u0906\\u092a\\u0915\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/bill-pay\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"67249f71307f5\":{\"language\":{\"en\":{\"name\":\"Select Your Bill Type\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0646\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\"},\"es\":{\"name\":\"Seleccione su tipo de factura\"},\"fr\":{\"name\":\"Seleccione su tipo de factura\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u093e \\u092c\\u093f\\u0932 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"67249f71307f5\"},\"67249f75b93a6\":{\"language\":{\"en\":{\"name\":\"Enter Billing Information\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\"},\"es\":{\"name\":\"Ingrese la informaci\\u00f3n de facturaci\\u00f3n\"},\"fr\":{\"name\":\"Ingrese la informaci\\u00f3n de facturaci\\u00f3n\"},\"hi\":{\"name\":\"\\u092c\\u093f\\u0932\\u093f\\u0902\\u0917 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249f75b93a6\"},\"67249f7b36e9e\":{\"language\":{\"en\":{\"name\":\"Confirm and Pay\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Confirmar y pagar\"},\"fr\":{\"name\":\"Confirmar y pagar\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"67249f7b36e9e\"}}}', 1, 1, '2024-11-01 19:29:10', '2024-12-12 23:40:21');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(17, 17, 'personal', '{\"images\":{\"section_image\":\"6431b748-6918-4b7b-8bdd-43bc09d87835.webp\",\"step_image\":\"6e5c537e-af0f-4258-9b5d-748c9c1178e4.webp\"},\"language\":{\"en\":{\"heading\":\"Recharge Your Mobile Account Effortlessly with QRPay Pro\",\"sub_heading\":\"With QRPay Pro\\u2019s Mobile Top-Up feature, keeping your mobile phone topped up is quick and hassle-free. Whether you need to add credit for yourself or someone else, QRPay Pro allows you to recharge mobile accounts instantly, all while ensuring secure transactions.\",\"process_step_title\":\"Top Up Your Mobile in 3 Simple Steps\",\"button_name\":\"Start Top-Up Now\",\"button_link\":\"user\\/mobile-topup\",\"step_title\":\"How to Recharge Your Mobile Phone with QRPay Pro\",\"step_sub_title\":\"Follow these easy steps to top up your mobile account directly from your QRPay Pro wallet.\"},\"es\":{\"heading\":\"Recargue su cuenta m\\u00f3vil sin esfuerzo con QRPay Pro\",\"sub_heading\":\"Con la funci\\u00f3n de recarga m\\u00f3vil de QRPay Pro, mantener tu tel\\u00e9fono m\\u00f3vil recargado es r\\u00e1pido y sin complicaciones. Ya sea que necesite agregar cr\\u00e9dito para usted o para otra persona, QRPay Pro le permite recargar cuentas m\\u00f3viles al instante, garantizando al mismo tiempo transacciones seguras.\",\"process_step_title\":\"Recarga tu m\\u00f3vil en 3 sencillos pasos\",\"button_name\":\"Comience a recargar ahora\",\"button_link\":\"user\\/mobile-topup\",\"step_title\":\"C\\u00f3mo recargar tu tel\\u00e9fono m\\u00f3vil con QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para recargar su cuenta m\\u00f3vil directamente desde su billetera QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u062d\\u0633\\u0627\\u0628 \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 \\u0645\\u064a\\u0632\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0641\\u064a QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u0631\\u0635\\u064a\\u062f \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0633\\u0631\\u064a\\u0639\\u064b\\u0627 \\u0648\\u062e\\u0627\\u0644\\u064a\\u064b\\u0627 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0628\\u062d\\u0627\\u062c\\u0629 \\u0625\\u0644\\u0649 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0644\\u0646\\u0641\\u0633\\u0643 \\u0623\\u0648 \\u0644\\u0634\\u062e\\u0635 \\u0622\\u062e\\u0631\\u060c \\u0641\\u0625\\u0646 QRPay Pro \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631\\u060c \\u0643\\u0644 \\u0630\\u0644\\u0643 \\u0645\\u0639 \\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0627\\u0644\\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/mobile-topup\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u062a\\u0639\\u0628\\u0626\\u0629 \\u062d\\u0633\\u0627\\u0628 \\u0647\\u0627\\u062a\\u0641\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0645\\u0646 \\u0645\\u062d\\u0641\\u0638\\u0629 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643.\"},\"fr\":{\"heading\":\"Rechargez votre compte mobile sans effort avec QRPay Pro\",\"sub_heading\":\"Avec la fonction de recharge mobile de QRPay Pro, garder votre t\\u00e9l\\u00e9phone mobile recharg\\u00e9 est rapide et sans tracas. Que vous ayez besoin d\'ajouter du cr\\u00e9dit pour vous-m\\u00eame ou pour quelqu\'un d\'autre, QRPay Pro vous permet de recharger instantan\\u00e9ment vos comptes mobiles, tout en garantissant des transactions s\\u00e9curis\\u00e9es.\",\"process_step_title\":\"Rechargez votre mobile en 3 \\u00e9tapes simples\",\"button_name\":\"Commencez la recharge maintenant\",\"button_link\":\"user\\/mobile-topup\",\"step_title\":\"Comment recharger votre t\\u00e9l\\u00e9phone mobile avec QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour recharger votre compte mobile directement depuis votre portefeuille QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0940 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a\\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928 \\u0915\\u094b \\u091f\\u0949\\u092a \\u0905\\u092a \\u0930\\u0916\\u0928\\u093e \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0932\\u093f\\u090f \\u092f\\u093e \\u0915\\u093f\\u0938\\u0940 \\u0914\\u0930 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b, \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0906\\u092a\\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0941\\u090f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u094b \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0915\\u094b \\u091f\\u0949\\u092a \\u0905\\u092a \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/mobile-topup\",\"step_title\":\"QRPay Pro \\u0938\\u0947 \\u0905\\u092a\\u0928\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u0949\\u0932\\u0947\\u091f \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u094b \\u091f\\u0949\\u092a \\u0905\\u092a \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724a01b88713\":{\"language\":{\"en\":{\"name\":\"Select Your Mobile Carrier\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0645\\u0634\\u063a\\u0644 \\u0634\\u0628\\u0643\\u0629 \\u0627\\u0644\\u062c\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\"},\"es\":{\"name\":\"Seleccione su operador de telefon\\u00eda m\\u00f3vil\"},\"fr\":{\"name\":\"S\\u00e9lectionnez votre op\\u00e9rateur mobile\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0915\\u0948\\u0930\\u093f\\u092f\\u0930 \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724a01b88713\"},\"6724a024435fa\":{\"language\":{\"en\":{\"name\":\"Enter the Phone Number\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641\"},\"es\":{\"name\":\"Ingrese el n\\u00famero de tel\\u00e9fono\"},\"fr\":{\"name\":\"Entrez le num\\u00e9ro de t\\u00e9l\\u00e9phone\"},\"hi\":{\"name\":\"\\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724a024435fa\"},\"6724a02991bc6\":{\"language\":{\"en\":{\"name\":\"Choose the Amount and Confirm\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0648\\u0623\\u0643\\u062f\"},\"es\":{\"name\":\"Elija el monto y confirme\"},\"fr\":{\"name\":\"Choisissez le montant et confirmez\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902 \\u0914\\u0930 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724a02991bc6\"}}}', 1, 1, '2024-11-01 19:32:04', '2024-12-12 23:40:48'),
(18, 18, 'business', '{\"images\":{\"section_image\":\"24e78c49-c6c0-4d43-9ec9-74ef2f151a31.webp\",\"step_image\":\"5de7d9f1-5ed8-45b0-826d-09a921a35a2d.webp\"},\"language\":{\"en\":{\"heading\":\"Receive Payments Instantly with QRPay Pro\\u2019s QR Code Technology\",\"sub_heading\":\"With QRPay Pro, receiving payments is simple and reliable. Each merchant account comes with a unique, permanent QR Code, allowing you to accept payments anytime without needing to generate new codes. This secure and contactless payment method supports multiple currencies, making global transactions convenient and efficient.\",\"process_step_title\":\"Start Receiving Money in 3 Simple Steps\",\"button_name\":\"Start Receiving Payments\",\"button_link\":\"merchant\\/receive-money\",\"step_title\":\"How to Receive Money with Your QRPay Pro QR Code\",\"step_sub_title\":\"Follow these steps to seamlessly receive payments using your dedicated QR Code.\"},\"es\":{\"heading\":\"Reciba pagos al instante con la tecnolog\\u00eda de c\\u00f3digo QR de QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, recibir pagos es sencillo y confiable. Cada cuenta de comerciante viene con un c\\u00f3digo QR \\u00fanico y permanente, que le permite aceptar pagos en cualquier momento sin necesidad de generar nuevos c\\u00f3digos. Este m\\u00e9todo de pago seguro y sin contacto admite m\\u00faltiples monedas, lo que hace que las transacciones globales sean convenientes y eficientes.\",\"process_step_title\":\"Comience a recibir dinero en 3 sencillos pasos\",\"button_name\":\"Comience a recibir pagos\",\"button_link\":\"merchant\\/receive-money\",\"step_title\":\"C\\u00f3mo recibir dinero con su c\\u00f3digo QR QRPay Pro\",\"step_sub_title\":\"Siga estos pasos para recibir pagos sin problemas utilizando su c\\u00f3digo QR exclusivo.\"},\"ar\":{\"heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062a\\u0642\\u0646\\u064a\\u0629 QR Code \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u0623\\u0635\\u0628\\u062d \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0623\\u0645\\u0631\\u064b\\u0627 \\u0628\\u0633\\u064a\\u0637\\u064b\\u0627 \\u0648\\u0645\\u0648\\u062b\\u0648\\u0642\\u064b\\u0627. \\u064a\\u0623\\u062a\\u064a \\u0643\\u0644 \\u062d\\u0633\\u0627\\u0628 \\u062a\\u0627\\u062c\\u0631 \\u0645\\u0632\\u0648\\u062f\\u064b\\u0627 \\u0628\\u0631\\u0645\\u0632 QR \\u0641\\u0631\\u064a\\u062f \\u0648\\u062f\\u0627\\u0626\\u0645\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a \\u062f\\u0648\\u0646 \\u0627\\u0644\\u062d\\u0627\\u062c\\u0629 \\u0625\\u0644\\u0649 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0645\\u0648\\u0632 \\u062c\\u062f\\u064a\\u062f\\u0629. \\u062a\\u062f\\u0639\\u0645 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0648\\u063a\\u064a\\u0631 \\u0627\\u0644\\u062a\\u0644\\u0627\\u0645\\u0633\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0639\\u0627\\u0644\\u0645\\u064a\\u0629 \\u0645\\u0631\\u064a\\u062d\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629.\",\"process_step_title\":\"\\u0627\\u0628\\u062f\\u0623 \\u0641\\u064a \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a\",\"button_link\":\"merchant\\/receive-money\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u0645\\u062e\\u0635\\u0635 \\u0644\\u062f\\u064a\\u0643.\"},\"fr\":{\"heading\":\"Recevez des paiements instantan\\u00e9ment avec la technologie QR Code de QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, recevoir des paiements est simple et fiable. Chaque compte marchand est livr\\u00e9 avec un code QR unique et permanent, vous permettant d\'accepter des paiements \\u00e0 tout moment sans avoir besoin de g\\u00e9n\\u00e9rer de nouveaux codes. Cette m\\u00e9thode de paiement s\\u00e9curis\\u00e9e et sans contact prend en charge plusieurs devises, rendant les transactions mondiales pratiques et efficaces.\",\"process_step_title\":\"Commencez \\u00e0 recevoir de l\'argent en 3 \\u00e9tapes simples\",\"button_name\":\"Commencez \\u00e0 recevoir des paiements\",\"button_link\":\"merchant\\/receive-money\",\"step_title\":\"Comment recevoir de l\'argent avec votre code QR QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes pour recevoir des paiements en toute transparence \\u00e0 l\'aide de votre code QR d\\u00e9di\\u00e9.\"},\"hi\":{\"heading\":\"QRPay Pro \\u0915\\u0940 QR \\u0915\\u094b\\u0921 \\u0924\\u0915\\u0928\\u0940\\u0915 \\u0938\\u0947 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u0938\\u0930\\u0932 \\u0914\\u0930 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u0939\\u0948\\u0964 \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0916\\u093e\\u0924\\u093e \\u090f\\u0915 \\u0905\\u0926\\u094d\\u0935\\u093f\\u0924\\u0940\\u092f, \\u0938\\u094d\\u0925\\u093e\\u092f\\u0940 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0924\\u093e \\u0939\\u0948, \\u091c\\u094b \\u0906\\u092a\\u0915\\u094b \\u0928\\u090f \\u0915\\u094b\\u0921 \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0915\\u0947 \\u092c\\u093f\\u0928\\u093e \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0938\\u092e\\u092f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0930\\u0939\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u0926\\u094d\\u0927\\u0924\\u093f \\u0915\\u0908 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0939\\u094b \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"merchant\\/receive-money\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay Pro QR \\u0915\\u094b\\u0921 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u0938\\u092e\\u0930\\u094d\\u092a\\u093f\\u0924 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b6da8bdb9\":{\"language\":{\"en\":{\"name\":\"Access Your Unique QR Code\"},\"ar\":{\"name\":\"\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u0641\\u0631\\u064a\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\"},\"es\":{\"name\":\"Acceda a su c\\u00f3digo QR \\u00fanico\"},\"fr\":{\"name\":\"Acc\\u00e9dez \\u00e0 votre code QR unique\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0926\\u094d\\u0935\\u093f\\u0924\\u0940\\u092f \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0947\\u0902\"}},\"id\":\"6724b6da8bdb9\"},\"6724b6e2c73b4\":{\"language\":{\"en\":{\"name\":\"Let Customers Scan and Pay\"},\"ar\":{\"name\":\"\\u0627\\u0633\\u0645\\u062d \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0628\\u0627\\u0644\\u0645\\u0633\\u062d \\u0627\\u0644\\u0636\\u0648\\u0626\\u064a \\u0648\\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Permita que los clientes escaneen y paguen\"},\"fr\":{\"name\":\"Laissez les clients scanner et payer\"},\"hi\":{\"name\":\"\\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0926\\u0947\\u0902\"}},\"id\":\"6724b6e2c73b4\"},\"6724b6e8f2831\":{\"language\":{\"en\":{\"name\":\"Get Real-Time Payment Notifications\"},\"ar\":{\"name\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0625\\u0634\\u0639\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a\"},\"es\":{\"name\":\"Obtenga notificaciones de pago en tiempo real\"},\"fr\":{\"name\":\"Recevez des notifications de paiement en temps r\\u00e9el\"},\"hi\":{\"name\":\"\\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0942\\u091a\\u0928\\u093e\\u090f\\u0902 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b6e8f2831\"}}}', 1, 1, '2024-11-01 20:30:37', '2024-12-12 23:24:27'),
(19, 19, 'business', '{\"images\":{\"section_image\":\"2c74bddb-a6bc-4941-ae0e-52cf45e854b1.webp\",\"step_image\":\"e9bab8c3-4846-408e-b891-cb574d508028.webp\"},\"language\":{\"en\":{\"heading\":\"Manage Multi-Currency Transactions with QRPay Pro\\u2019s Exchange Money Feature\",\"sub_heading\":\"QRPay Pro enables merchants to easily exchange currencies, ensuring smooth transactions with international customers. Stay updated with real-time exchange rates and enjoy a seamless process when converting funds in your account, allowing you to serve a global customer base efficiently.\",\"process_step_title\":\"Convert Currency in 3 Simple Steps\",\"button_name\":\"Start Exchanging Currency\",\"button_link\":\"merchant\\/money-exchange\",\"step_title\":\"How to Exchange Money in QRPay Pro\",\"step_sub_title\":\"Follow these steps to quickly and securely exchange money between currencies in your QRPay Pro account.\"},\"es\":{\"heading\":\"Administre transacciones en m\\u00faltiples divisas con la funci\\u00f3n Exchange Money de QRPay Pro\",\"sub_heading\":\"QRPay Pro permite a los comerciantes cambiar divisas f\\u00e1cilmente, garantizando transacciones fluidas con clientes internacionales. Mant\\u00e9ngase actualizado con los tipos de cambio en tiempo real y disfrute de un proceso fluido al convertir fondos en su cuenta, lo que le permitir\\u00e1 atender a una base de clientes global de manera eficiente.\",\"process_step_title\":\"Convierta moneda en 3 sencillos pasos\",\"button_name\":\"Comience a cambiar moneda\",\"button_link\":\"merchant\\/money-exchange\",\"step_title\":\"C\\u00f3mo cambiar dinero en QRPay Pro\",\"step_sub_title\":\"Siga estos pasos para cambiar dinero de forma r\\u00e1pida y segura entre monedas en su cuenta QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u064a\\u0632\\u0629 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a QRPay Pro\",\"sub_heading\":\"\\u064a\\u062a\\u064a\\u062d QRPay Pro \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0629 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0633\\u0644\\u0627\\u0633\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u064a\\u0646. \\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u0637\\u0644\\u0627\\u0639 \\u062f\\u0627\\u0626\\u0645 \\u0628\\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u0648\\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0639\\u0646\\u062f \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u062e\\u062f\\u0645\\u0629 \\u0642\\u0627\\u0639\\u062f\\u0629 \\u0639\\u0645\\u0644\\u0627\\u0621 \\u0639\\u0627\\u0644\\u0645\\u064a\\u0629 \\u0628\\u0643\\u0641\\u0627\\u0621\\u0629.\",\"process_step_title\":\"\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629\",\"button_name\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\",\"button_link\":\"merchant\\/money-exchange\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"fr\":{\"heading\":\"G\\u00e9rez les transactions multidevises avec la fonction Exchange Money de QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux commer\\u00e7ants d\'\\u00e9changer facilement des devises, garantissant ainsi des transactions fluides avec les clients internationaux. Restez inform\\u00e9 des taux de change en temps r\\u00e9el et profitez d\'un processus transparent lors de la conversion des fonds sur votre compte, vous permettant ainsi de servir efficacement une client\\u00e8le mondiale.\",\"process_step_title\":\"Convertir des devises en 3 \\u00e9tapes simples\",\"button_name\":\"Commencer \\u00e0 \\u00e9changer des devises\",\"button_link\":\"merchant\\/money-exchange\",\"step_title\":\"Comment \\u00e9changer de l\'argent dans QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes pour \\u00e9changer de l\'argent rapidement et en toute s\\u00e9curit\\u00e9 entre les devises de votre compte QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u092e\\u0928\\u0940 \\u092b\\u0940\\u091a\\u0930 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0939\\u091c \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0921\\u0947\\u091f \\u0930\\u0939\\u0947\\u0902 \\u0914\\u0930 \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f \\u090f\\u0915 \\u0938\\u0939\\u091c \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0935\\u0948\\u0936\\u094d\\u0935\\u093f\\u0915 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0906\\u0927\\u093e\\u0930 \\u0915\\u094b \\u0915\\u0941\\u0936\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u0938\\u0947\\u0935\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0917\\u0947\\u0964\",\"process_step_title\":\"3 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"merchant\\/money-exchange\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b7a6800f7\":{\"language\":{\"en\":{\"name\":\"Select the Currency to Exchange\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0627\\u062f \\u0635\\u0631\\u0641\\u0647\\u0627\"},\"es\":{\"name\":\"Seleccione la moneda a cambiar\"},\"fr\":{\"name\":\"S\\u00e9lectionnez la devise \\u00e0 \\u00e9changer\"},\"hi\":{\"name\":\"\\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b7a6800f7\"},\"6724b7ac97533\":{\"language\":{\"en\":{\"name\":\"Choose Your Target Currency\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0647\\u062f\\u0641\\u0629\"},\"es\":{\"name\":\"Elija su moneda objetivo\"},\"fr\":{\"name\":\"Choisissez votre devise cible\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0940 \\u0932\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724b7ac97533\"},\"6724b7b383f24\":{\"language\":{\"en\":{\"name\":\"Confirm and Exchange\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u062a\\u0628\\u0627\\u062f\\u0644\"},\"es\":{\"name\":\"Confirmar e intercambiar\"},\"fr\":{\"name\":\"Confirmer et \\u00e9changer\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b7b383f24\"}}}', 1, 1, '2024-11-01 21:12:28', '2024-12-12 23:17:34'),
(20, 20, 'business', '{\"images\":{\"section_image\":\"b7479304-2e1b-489d-95b4-c5f207baeee3.webp\",\"step_image\":\"efbff342-f9fd-4366-a740-fbb2099639e1.webp\"},\"language\":{\"en\":{\"heading\":\"Collect Payments Easily with QRPay Pro Payment Links\",\"sub_heading\":\"QRPay Pro enables merchants to create and share unique payment links, making it convenient for customers to pay online. Whether you\\u2019re sending invoices or offering remote payment options, the QRPay Pro payment link feature simplifies the payment process and offers enhanced security for your transactions.\",\"process_step_title\":\"Accept Payments in 3 Easy Steps\",\"button_name\":\"Create Payment Link\",\"button_link\":\"merchant\\/payment-link\",\"step_title\":\"How to Use Payment Links in QRPay Pro\",\"step_sub_title\":\"Generate and share payment links in minutes to streamline payment collection for your business.\"},\"es\":{\"heading\":\"Cobre pagos f\\u00e1cilmente con los enlaces de pago QRPay Pro\",\"sub_heading\":\"QRPay Pro permite a los comerciantes crear y compartir enlaces de pago \\u00fanicos, lo que hace que sea conveniente para los clientes pagar en l\\u00ednea. Ya sea que env\\u00ede facturas u ofrezca opciones de pago remoto, la funci\\u00f3n de enlace de pago QRPay Pro simplifica el proceso de pago y ofrece mayor seguridad para sus transacciones.\",\"process_step_title\":\"Acepte pagos en 3 sencillos pasos\",\"button_name\":\"Crear enlace de pago\",\"button_link\":\"merchant\\/payment-link\",\"step_title\":\"C\\u00f3mo utilizar enlaces de pago en QRPay Pro\",\"step_sub_title\":\"Genere y comparta enlaces de pago en minutos para agilizar el cobro de pagos para su empresa.\"},\"ar\":{\"heading\":\"Collect Payments Easily with QRPay Pro Payment Links\",\"sub_heading\":\"\\u064a\\u062a\\u064a\\u062d QRPay Pro \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u062f\\u0641\\u0639 \\u0641\\u0631\\u064a\\u062f\\u0629 \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647\\u0627\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0647\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0623\\u0648 \\u062a\\u0642\\u062f\\u0645 \\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0646 \\u0628\\u0639\\u062f\\u060c \\u0641\\u0625\\u0646 \\u0645\\u064a\\u0632\\u0629 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u062a\\u0639\\u0645\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u0628\\u0633\\u064a\\u0637 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u062a\\u0648\\u0641\\u0631 \\u0623\\u0645\\u0627\\u0646\\u064b\\u0627 \\u0645\\u062d\\u0633\\u0646\\u064b\\u0627 \\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643.\",\"process_step_title\":\"\\u0627\\u0642\\u0628\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0641\\u064a 3 \\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629\",\"button_name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"button_link\":\"merchant\\/payment-link\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a QRPay Pro\",\"step_sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0648\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0645\\u0634\\u0627\\u0631\\u0643\\u062a\\u0647\\u0627 \\u0641\\u064a \\u062f\\u0642\\u0627\\u0626\\u0642 \\u0644\\u062a\\u0628\\u0633\\u064a\\u0637 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u062d\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0644\\u0634\\u0631\\u0643\\u062a\\u0643.\"},\"fr\":{\"heading\":\"Collectez facilement des paiements avec les liens de paiement QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux commer\\u00e7ants de cr\\u00e9er et de partager des liens de paiement uniques, ce qui permet aux clients de payer en ligne facilement. Que vous envoyiez des factures ou proposiez des options de paiement \\u00e0 distance, la fonction de lien de paiement QRPay Pro simplifie le processus de paiement et offre une s\\u00e9curit\\u00e9 renforc\\u00e9e pour vos transactions.\",\"process_step_title\":\"Acceptez les paiements en 3 \\u00e9tapes faciles\",\"button_name\":\"Cr\\u00e9er un lien de paiement\",\"button_link\":\"merchant\\/payment-link\",\"step_title\":\"Comment utiliser les liens de paiement dans QRPay Pro\",\"step_sub_title\":\"G\\u00e9n\\u00e9rez et partagez des liens de paiement en quelques minutes pour rationaliser la collecte des paiements pour votre entreprise.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0905\\u0926\\u094d\\u0935\\u093f\\u0924\\u0940\\u092f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0914\\u0930 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0939\\u094b \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a \\u091a\\u093e\\u0932\\u093e\\u0928 \\u092d\\u0947\\u091c \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902 \\u092f\\u093e \\u0926\\u0942\\u0930\\u0938\\u094d\\u0925 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u092a\\u0947\\u0936 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902, QRPay \\u092a\\u094d\\u0930\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u094b \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u0924\\u0940 \\u0939\\u0948 \\u0914\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092c\\u0922\\u093c\\u0940 \\u0939\\u0941\\u0908 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964\",\"process_step_title\":\"3 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u090f\\u0902\",\"button_link\":\"merchant\\/payment-link\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0902\\u0917\\u094d\\u0930\\u0939 \\u0915\\u094b \\u0938\\u0941\\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u093f\\u0928\\u091f\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u092c\\u0928\\u093e\\u090f\\u0902 \\u0914\\u0930 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b8c540a68\":{\"language\":{\"en\":{\"name\":\"Generate a Payment Link\"},\"ar\":{\"name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Generar un enlace de pago\"},\"fr\":{\"name\":\"G\\u00e9n\\u00e9rer un lien de paiement\"},\"hi\":{\"name\":\"\\u090f\\u0915 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u091c\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b8c540a68\"},\"6724b8cb81a6f\":{\"language\":{\"en\":{\"name\":\"Share the Link with Customers\"},\"ar\":{\"name\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0627\\u0644\\u0631\\u0627\\u0628\\u0637 \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621\"},\"es\":{\"name\":\"Comparta el enlace con los clientes\"},\"fr\":{\"name\":\"Partagez le lien avec les clients\"},\"hi\":{\"name\":\"\\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0932\\u093f\\u0902\\u0915 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b8cb81a6f\"},\"6724b8d4454dc\":{\"language\":{\"en\":{\"name\":\"Receive Instant Payment Notifications\"},\"ar\":{\"name\":\"\\u062a\\u0644\\u0642\\u064a \\u0625\\u0634\\u0639\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0631\\u064a\"},\"es\":{\"name\":\"Reciba notificaciones de pago instant\\u00e1neas\"},\"fr\":{\"name\":\"Recevez des notifications de paiement instantan\\u00e9es\"},\"hi\":{\"name\":\"\\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0942\\u091a\\u0928\\u093e\\u090f\\u0902 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b8d4454dc\"}}}', 1, 1, '2024-11-01 21:17:18', '2024-12-12 23:18:35');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(21, 21, 'business', '{\"images\":{\"section_image\":\"6cad9e7b-6878-42c6-956e-6c4ab24bf1fe.webp\",\"step_image\":\"dd5aa5d2-8cd3-47f6-a5b8-e93d2c1b621c.webp\"},\"language\":{\"en\":{\"heading\":\"Access Your Funds Easily with QRPay Pro\",\"sub_heading\":\"QRPay Pro makes it simple for merchants to withdraw funds from their accounts. Transfer your balance directly to your bank or preferred digital wallet, enjoying quick and secure access to your earnings.\",\"process_step_title\":\"Three Simple Steps to Withdraw Your Funds\",\"button_name\":\"Withdraw Now\",\"button_link\":\"merchant\\/withdraw\",\"step_title\":\"How to Withdraw Money from Your QRPay Pro Account\",\"step_sub_title\":\"Follow these easy steps to move your QRPay Pro funds to your bank or digital wallet.\"},\"es\":{\"heading\":\"Acceda a sus fondos f\\u00e1cilmente con QRPay Pro\",\"sub_heading\":\"QRPay Pro simplifica a los comerciantes el retiro de fondos de sus cuentas. Transfiera su saldo directamente a su banco o billetera digital preferida, disfrutando de un acceso r\\u00e1pido y seguro a sus ganancias.\",\"process_step_title\":\"Tres sencillos pasos para retirar sus fondos\",\"button_name\":\"Retirar ahora\",\"button_link\":\"merchant\\/withdraw\",\"step_title\":\"C\\u00f3mo retirar dinero de su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para transferir sus fondos de QRPay Pro a su banco o billetera digital.\"},\"ar\":{\"heading\":\"\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"sub_heading\":\"QRPay Pro \\u064a\\u062c\\u0639\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0633\\u0647\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a\\u0647\\u0645. \\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0631\\u0635\\u064a\\u062f\\u0643 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0628\\u0646\\u0643 \\u0627\\u0644\\u0630\\u064a \\u062a\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639\\u0647 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0641\\u0636\\u0644\\u0629 \\u0644\\u062f\\u064a\\u0643\\u060c \\u0644\\u062a\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639 \\u0648\\u0627\\u0644\\u0622\\u0645\\u0646 \\u0625\\u0644\\u0649 \\u0623\\u0631\\u0628\\u0627\\u062d\\u0643.\",\"process_step_title\":\"\\u062b\\u0644\\u0627\\u062b \\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0633\\u062d\\u0628 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643\",\"button_name\":\"\\u0627\\u0646\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"merchant\\/withdraw\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u0646\\u0642\\u0644 \\u0623\\u0645\\u0648\\u0627\\u0644 QRPay Pro \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0628\\u0646\\u0643 \\u0627\\u0644\\u0630\\u064a \\u062a\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639\\u0647 \\u0623\\u0648 \\u0645\\u062d\\u0641\\u0638\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a\\u0629.\"},\"fr\":{\"heading\":\"Acc\\u00e9dez facilement \\u00e0 vos fonds avec QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux commer\\u00e7ants de retirer facilement des fonds de leurs comptes. Transf\\u00e9rez votre solde directement vers votre banque ou votre portefeuille num\\u00e9rique pr\\u00e9f\\u00e9r\\u00e9, b\\u00e9n\\u00e9ficiant d\'un acc\\u00e8s rapide et s\\u00e9curis\\u00e9 \\u00e0 vos gains.\",\"process_step_title\":\"Trois \\u00e9tapes simples pour retirer vos fonds\",\"button_name\":\"Retirer maintenant\",\"button_link\":\"merchant\\/withdraw\",\"step_title\":\"Comment retirer de l\'argent de votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour transf\\u00e9rer vos fonds QRPay Pro vers votre banque ou votre portefeuille num\\u00e9rique.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0905\\u092a\\u0928\\u0940 \\u0915\\u092e\\u093e\\u0908 \\u0924\\u0915 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0924\\u0947 \\u0939\\u0941\\u090f, \\u0905\\u092a\\u0928\\u093e \\u0936\\u0947\\u0937 \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u092f\\u093e \\u092a\\u0938\\u0902\\u0926\\u0940\\u0926\\u093e \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\",\"process_step_title\":\"\\u0905\\u092a\\u0928\\u0940 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0924\\u0940\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0935\\u093e\\u092a\\u0938 \\u0932\\u0947\\u0902\",\"button_link\":\"merchant\\/withdraw\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u092b\\u0902\\u0921 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u092f\\u093e \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724b9c2ec46d\":{\"language\":{\"en\":{\"name\":\"Select Withdraw Option\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u062e\\u064a\\u0627\\u0631 \\u0627\\u0644\\u0633\\u062d\\u0628\"},\"es\":{\"name\":\"Seleccione la opci\\u00f3n de retiro\"},\"fr\":{\"name\":\"S\\u00e9lectionnez l\'option de retrait\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724b9c2ec46d\"},\"6724b9c9dbf68\":{\"language\":{\"en\":{\"name\":\"Choose Withdrawal Method\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628\"},\"es\":{\"name\":\"Elija el m\\u00e9todo de retiro\"},\"fr\":{\"name\":\"Choisissez la m\\u00e9thode de retrait\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724b9c9dbf68\"},\"6724b9d034749\":{\"language\":{\"en\":{\"name\":\"Confirm Withdrawal\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0633\\u062d\\u0628\"},\"es\":{\"name\":\"Confirmar retiro\"},\"fr\":{\"name\":\"Confirmer le retrait\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724b9d034749\"}}}', 1, 1, '2024-11-01 21:21:29', '2024-12-31 17:26:35'),
(22, 22, 'business', '{\"images\":{\"section_image\":\"d1a4b4c0-3c07-4e4a-93be-7770903d9b1e.webp\",\"step_image\":\"ec81ccf2-fa4d-4378-a7b2-0ce22869282c.webp\"},\"language\":{\"en\":{\"heading\":\"Configure Your Payment Gateway for Secure Transactions\",\"sub_heading\":\"With QRPay Pro, merchants can easily set up and manage their payment gateway settings. Customize payment options to create a secure, frictionless experience for your customers, supported by QRPay Pro\'s robust security and compliance standards.\",\"process_step_title\":\"Three Simple Steps to Set Up Your Payment Gateway\",\"button_name\":\"Configure Now\",\"button_link\":\"merchant\\/gateway-setting\",\"step_title\":\"How to Set Up and Manage Your QRPay Pro Gateway\",\"step_sub_title\":\"Follow these steps to integrate QRPay Pro\\u2019s secure payment gateway into your platform.\"},\"es\":{\"heading\":\"Configure su pasarela de pago para transacciones seguras\",\"sub_heading\":\"Con QRPay Pro, los comerciantes pueden configurar y administrar f\\u00e1cilmente la configuraci\\u00f3n de su pasarela de pago. Personalice las opciones de pago para crear una experiencia segura y sin fricciones para sus clientes, respaldada por los s\\u00f3lidos est\\u00e1ndares de seguridad y cumplimiento de QRPay Pro.\",\"process_step_title\":\"Tres sencillos pasos para configurar su pasarela de pago\",\"button_name\":\"Configurar ahora\",\"button_link\":\"merchant\\/gateway-setting\",\"step_title\":\"C\\u00f3mo configurar y administrar su puerta de enlace QRPay Pro\",\"step_sub_title\":\"Siga estos pasos para integrar la pasarela de pago seguro de QRPay Pro en su plataforma.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u062a\\u0643\\u0648\\u064a\\u0646 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0625\\u0639\\u062f\\u0627\\u062f \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0647\\u0645 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629. \\u0642\\u0645 \\u0628\\u062a\\u062e\\u0635\\u064a\\u0635 \\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u062d\\u062a\\u0643\\u0627\\u0643 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643\\u060c \\u0645\\u062f\\u0639\\u0648\\u0645\\u0629 \\u0628\\u0645\\u0639\\u0627\\u064a\\u064a\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0648\\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro.\",\"process_step_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0643\\u0648\\u064a\\u0646 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629\",\"button_name\":\"\\u062a\\u0643\\u0648\\u064a\\u0646 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"merchant\\/gateway-setting\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0639\\u062f\\u0627\\u062f \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0628\\u0648\\u0627\\u0628\\u0629 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u062f\\u0645\\u062c \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0644\\u0640 QRPay Pro \\u0641\\u064a \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"fr\":{\"heading\":\"Configurez votre passerelle de paiement pour des transactions s\\u00e9curis\\u00e9es\",\"sub_heading\":\"Avec QRPay Pro, les commer\\u00e7ants peuvent facilement configurer et g\\u00e9rer les param\\u00e8tres de leur passerelle de paiement. Personnalisez les options de paiement pour cr\\u00e9er une exp\\u00e9rience s\\u00e9curis\\u00e9e et fluide pour vos clients, soutenue par les normes robustes de s\\u00e9curit\\u00e9 et de conformit\\u00e9 de QRPay Pro.\",\"process_step_title\":\"Trois \\u00e9tapes simples pour configurer votre passerelle de paiement\",\"button_name\":\"Configurer maintenant\",\"button_link\":\"merchant\\/gateway-setting\",\"step_title\":\"Comment configurer et g\\u00e9rer votre passerelle QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes pour int\\u00e9grer la passerelle de paiement s\\u00e9curis\\u00e9e de QRPay Pro dans votre plateforme.\"},\"hi\":{\"heading\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u0949\\u0928\\u094d\\u092b\\u093c\\u093f\\u0917\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0938\\u0947\\u091f \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092e\\u091c\\u092c\\u0942\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0914\\u0930 \\u0905\\u0928\\u0941\\u092a\\u093e\\u0932\\u0928 \\u092e\\u093e\\u0928\\u0915\\u094b\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u093f\\u0924, \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924, \\u0918\\u0930\\u094d\\u0937\\u0923 \\u0930\\u0939\\u093f\\u0924 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a\\u094b\\u0902 \\u0915\\u094b \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\",\"process_step_title\":\"\\u0905\\u092a\\u0928\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0924\\u0940\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u0915\\u0949\\u0928\\u094d\\u092b\\u093c\\u093f\\u0917\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"merchant\\/gateway-setting\",\"step_title\":\"\\u0905\\u092a\\u0928\\u093e QRPay \\u092a\\u094d\\u0930\\u094b \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0938\\u0947\\u091f \\u0905\\u092a \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092e\\u0947\\u0902 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724ba7aadd13\":{\"language\":{\"en\":{\"name\":\"Access Gateway Settings\"},\"ar\":{\"name\":\"\\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644\"},\"es\":{\"name\":\"Configuraci\\u00f3n de la puerta de enlace de acceso\"},\"fr\":{\"name\":\"Param\\u00e8tres de la passerelle d\'acc\\u00e8s\"},\"hi\":{\"name\":\"\\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0947\\u0902\"}},\"id\":\"6724ba7aadd13\"},\"6724ba7fea0b5\":{\"language\":{\"en\":{\"name\":\"Customize Your Settings\"},\"ar\":{\"name\":\"\\u062a\\u062e\\u0635\\u064a\\u0635 \\u0627\\u0644\\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\"},\"es\":{\"name\":\"Personaliza tu configuraci\\u00f3n\"},\"fr\":{\"name\":\"Personnalisez vos param\\u00e8tres\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0940 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724ba7fea0b5\"},\"6724ba862ef69\":{\"language\":{\"en\":{\"name\":\"Save and Go Live\"},\"ar\":{\"name\":\"\\u0627\\u062d\\u0641\\u0638 \\u0648\\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u0628\\u062b \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\"},\"es\":{\"name\":\"Guardar y publicar\"},\"fr\":{\"name\":\"Enregistrez et lancez le direct\"},\"hi\":{\"name\":\"\\u0938\\u0939\\u0947\\u091c\\u0947\\u0902 \\u0914\\u0930 \\u0932\\u093e\\u0907\\u0935 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0902\"}},\"id\":\"6724ba862ef69\"}}}', 1, 1, '2024-11-01 21:24:34', '2024-12-12 23:21:18'),
(23, 23, 'business', '{\"images\":{\"section_image\":\"4a7413d5-0f24-4eec-ae2b-7ef2d9b7f72c.webp\",\"step_image\":\"749747f3-d508-4f6b-9e6c-75db53ccf9ce.webp\"},\"language\":{\"en\":{\"heading\":\"Seamlessly Connect Your Platform with Secure API Keys\",\"sub_heading\":\"With QRPay Pro, creating and managing API keys is simple and secure. Use API keys to integrate QRPay Pro\\u2019s payment features directly into your platform, allowing you to provide smooth, efficient, and secure payment solutions.\",\"process_step_title\":\"Steps to Generate and Use API Keys with QRPay Pro\",\"button_name\":\"Generate API Key\",\"button_link\":\"merchant\\/developer\\/api\",\"step_title\":\"How to Manage Your QRPay Pro API Key\",\"step_sub_title\":\"Follow these steps to create and configure your API keys for secure integration\"},\"es\":{\"heading\":\"Conecte su plataforma sin problemas con claves API seguras\",\"sub_heading\":\"Con QRPay Pro, crear y administrar claves API es simple y seguro. Utilice claves API para integrar las funciones de pago de QRPay Pro directamente en su plataforma, lo que le permitir\\u00e1 brindar soluciones de pago fluidas, eficientes y seguras.\",\"process_step_title\":\"Pasos para generar y utilizar claves API con QRPay Pro\",\"button_name\":\"Generar clave API\",\"button_link\":\"merchant\\/developer\\/api\",\"step_title\":\"C\\u00f3mo administrar su clave API QRPay Pro\",\"step_sub_title\":\"Siga estos pasos para crear y configurar sus claves API para una integraci\\u00f3n segura\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u062a\\u0648\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u064a\\u0639\\u062f \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0648\\u0625\\u062f\\u0627\\u0631\\u062a\\u0647\\u0627 \\u0623\\u0645\\u0631\\u064b\\u0627 \\u0628\\u0633\\u064a\\u0637\\u064b\\u0627 \\u0648\\u0622\\u0645\\u0646\\u064b\\u0627. \\u0627\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0644\\u062f\\u0645\\u062c \\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u062a\\u0648\\u0641\\u064a\\u0631 \\u062d\\u0644\\u0648\\u0644 \\u062f\\u0641\\u0639 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0645\\u0639 QRPay Pro\",\"button_name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u062a\\u0627\\u062d API\",\"button_link\":\"merchant\\/developer\\/api\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0645\\u0641\\u062a\\u0627\\u062d QRPay Pro API \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0648\\u062a\\u0643\\u0648\\u064a\\u0646 \\u0645\\u0641\\u0627\\u062a\\u064a\\u062d API \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0644\\u0644\\u062a\\u0643\\u0627\\u0645\\u0644 \\u0627\\u0644\\u0622\\u0645\\u0646\"},\"fr\":{\"heading\":\"Connectez facilement votre plateforme avec des cl\\u00e9s API s\\u00e9curis\\u00e9es\",\"sub_heading\":\"Avec QRPay Pro, la cr\\u00e9ation et la gestion des cl\\u00e9s API sont simples et s\\u00e9curis\\u00e9es. Utilisez les cl\\u00e9s API pour int\\u00e9grer les fonctionnalit\\u00e9s de paiement de QRPay Pro directement dans votre plateforme, vous permettant ainsi de fournir des solutions de paiement fluides, efficaces et s\\u00e9curis\\u00e9es.\",\"process_step_title\":\"\\u00c9tapes pour g\\u00e9n\\u00e9rer et utiliser des cl\\u00e9s API avec QRPay Pro\",\"button_name\":\"G\\u00e9n\\u00e9rer une cl\\u00e9 API\",\"button_link\":\"merchant\\/developer\\/api\",\"step_title\":\"Comment g\\u00e9rer votre cl\\u00e9 API QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes pour cr\\u00e9er et configurer vos cl\\u00e9s API pour une int\\u00e9gration s\\u00e9curis\\u00e9e\"},\"hi\":{\"heading\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u094b \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0915\\u0928\\u0947\\u0915\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, API \\u0915\\u0941\\u0902\\u091c\\u0940 \\u092c\\u0928\\u093e\\u0928\\u093e \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u093e \\u0938\\u0930\\u0932 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948\\u0964 QRPay Pro \\u0915\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092e\\u0947\\u0902 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f API \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0938\\u0939\\u091c, \\u0915\\u0941\\u0936\\u0932 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0917\\u0947\\u0964\",\"process_step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u091c\\u0928\\u0930\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"merchant\\/developer\\/api\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0940 QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0940 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u093f\\u092f\\u093e\\u0901 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0914\\u0930 \\u0915\\u0949\\u0928\\u094d\\u092b\\u093c\\u093f\\u0917\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"items\":{\"6724bb43acef5\":{\"language\":{\"en\":{\"name\":\"Navigate to API Key Settings\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0625\\u0639\\u062f\\u0627\\u062f\\u0627\\u062a \\u0645\\u0641\\u062a\\u0627\\u062d API\"},\"es\":{\"name\":\"Navegue a Configuraci\\u00f3n de clave API\"},\"fr\":{\"name\":\"Acc\\u00e9dez aux param\\u00e8tres de la cl\\u00e9 API\"},\"hi\":{\"name\":\"\\u090f\\u092a\\u0940\\u0906\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0938\\u0947\\u091f\\u093f\\u0902\\u0917\\u094d\\u0938 \\u092a\\u0930 \\u0928\\u0947\\u0935\\u093f\\u0917\\u0947\\u091f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bb43acef5\"},\"6724bb49eb177\":{\"language\":{\"en\":{\"name\":\"Generate a New Key\"},\"ar\":{\"name\":\"\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0645\\u0641\\u062a\\u0627\\u062d \\u062c\\u062f\\u064a\\u062f\"},\"es\":{\"name\":\"Generar una nueva clave\"},\"fr\":{\"name\":\"G\\u00e9n\\u00e9rer une nouvelle cl\\u00e9\"},\"hi\":{\"name\":\"\\u090f\\u0915 \\u0928\\u0908 \\u0915\\u0941\\u0902\\u091c\\u0940 \\u0909\\u0924\\u094d\\u092a\\u0928\\u094d\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bb49eb177\"},\"6724bb4f864ed\":{\"language\":{\"en\":{\"name\":\"Configure Permissions and Save\"},\"ar\":{\"name\":\"\\u062a\\u0643\\u0648\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0630\\u0648\\u0646\\u0627\\u062a \\u0648\\u062d\\u0641\\u0638\\u0647\\u0627\"},\"es\":{\"name\":\"Configurar permisos y guardar\"},\"fr\":{\"name\":\"Configurer les autorisations et enregistrer\"},\"hi\":{\"name\":\"\\u0905\\u0928\\u0941\\u092e\\u0924\\u093f\\u092f\\u093e\\u0901 \\u0915\\u0949\\u0928\\u094d\\u092b\\u093c\\u093f\\u0917\\u0930 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0938\\u0939\\u0947\\u091c\\u0947\\u0902\"}},\"id\":\"6724bb4f864ed\"}}}', 1, 1, '2024-11-01 21:27:44', '2024-12-12 23:21:52'),
(24, 24, 'enterprise', '{\"images\":{\"section_image\":\"f28f4df8-6d2b-40ba-875a-5611d1fb409b.webp\",\"step_image\":\"436cb13b-8967-4460-ae1e-1ceb485c0a4d.webp\"},\"language\":{\"en\":{\"heading\":\"Receive Money Easily and Securely with QRPay Pro\",\"sub_heading\":\"QRPay Pro makes it simple for agents to receive funds, whether it\\u2019s from customers or other agents. With fast and secure transfers, QRPay Pro ensures that every transaction is processed with top-tier security and convenience, enabling multi-currency support to accept payments from various regions.\",\"process_step_title\":\"Steps to Receive Money Instantly with QRPay Pro\",\"button_name\":\"Start Receiving Money\",\"button_link\":\"agent\\/receive-money\",\"step_title\":\"How to Receive Funds in Your QRPay Pro Account\",\"step_sub_title\":\"Follow these simple steps to receive funds quickly and securely to your QRPay Pro account.\"},\"es\":{\"heading\":\"Reciba dinero de forma f\\u00e1cil y segura con QRPay Pro\",\"sub_heading\":\"QRPay Pro facilita que los agentes reciban fondos, ya sean de clientes u otros agentes. Con transferencias r\\u00e1pidas y seguras, QRPay Pro garantiza que cada transacci\\u00f3n se procese con seguridad y conveniencia de primer nivel, lo que permite soporte multidivisa para aceptar pagos de varias regiones.\",\"process_step_title\":\"Pasos para recibir dinero al instante con QRPay Pro\",\"button_name\":\"Comience a recibir dinero\",\"button_link\":\"agent\\/receive-money\",\"step_title\":\"C\\u00f3mo recibir fondos en su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para recibir fondos de forma r\\u00e1pida y segura en su cuenta QRPay Pro.\"},\"ar\":{\"heading\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u064a\\u0633\\u0647\\u0651\\u0644 QRPay Pro \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\u060c \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0627\\u0646\\u062a \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0623\\u0648 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0627\\u0644\\u0622\\u062e\\u0631\\u064a\\u0646. \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0627\\u0644\\u0622\\u0645\\u0646\\u0629\\u060c \\u064a\\u0636\\u0645\\u0646 QRPay Pro \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0643\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0628\\u0623\\u0645\\u0627\\u0646 \\u0648\\u0631\\u0627\\u062d\\u0629 \\u0639\\u0644\\u0649 \\u0623\\u0639\\u0644\\u0649 \\u0645\\u0633\\u062a\\u0648\\u0649\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062a\\u064a\\u062d \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u0639\\u062f\\u062f\\u0629 \\u0644\\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0645\\u0646 \\u0645\\u0646\\u0627\\u0637\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0645\\u0639 QRPay Pro\",\"button_name\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"button_link\":\"agent\\/receive-money\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643.\"},\"fr\":{\"heading\":\"Recevez de l\'argent facilement et en toute s\\u00e9curit\\u00e9 avec QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux agents de recevoir facilement des fonds, qu\'ils proviennent de clients ou d\'autres agents. Avec des transferts rapides et s\\u00e9curis\\u00e9s, QRPay Pro garantit que chaque transaction est trait\\u00e9e avec une s\\u00e9curit\\u00e9 et une commodit\\u00e9 de haut niveau, permettant une prise en charge multidevises pour accepter les paiements de diff\\u00e9rentes r\\u00e9gions.\",\"process_step_title\":\"\\u00c9tapes pour recevoir de l\'argent instantan\\u00e9ment avec QRPay Pro\",\"button_name\":\"Commencez \\u00e0 recevoir de l\'argent\",\"button_link\":\"agent\\/receive-money\",\"step_title\":\"Comment recevoir des fonds sur votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour recevoir des fonds rapidement et en toute s\\u00e9curit\\u00e9 sur votre compte QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091a\\u093e\\u0939\\u0947 \\u0935\\u0939 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u0939\\u094b \\u092f\\u093e \\u0905\\u0928\\u094d\\u092f \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0938\\u0947\\u0964 \\u0924\\u0947\\u091c \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0947 \\u0938\\u093e\\u0925, QRPay \\u092a\\u094d\\u0930\\u094b \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u092a\\u094d\\u0930\\u0924\\u094d\\u092f\\u0947\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0936\\u0940\\u0930\\u094d\\u0937 \\u0938\\u094d\\u0924\\u0930\\u0940\\u092f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0915\\u094d\\u0937\\u0947\\u0924\\u094d\\u0930\\u094b\\u0902 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092c\\u0939\\u0941-\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0938\\u0915\\u094d\\u0937\\u092e \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964\",\"process_step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/receive-money\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u0948\\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0936\\u0940\\u0918\\u094d\\u0930 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724bda066b3a\":{\"language\":{\"en\":{\"name\":\"Share Your QR Code or Account ID\"},\"ar\":{\"name\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0623\\u0648 \\u0645\\u0639\\u0631\\u0641 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\"},\"es\":{\"name\":\"Comparta su c\\u00f3digo QR o ID de cuenta\"},\"fr\":{\"name\":\"Partagez votre code QR ou votre identifiant de compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u093e \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u092f\\u093e \\u0916\\u093e\\u0924\\u093e \\u0906\\u0908\\u0921\\u0940 \\u0938\\u093e\\u091d\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bda066b3a\"},\"6724bda707a61\":{\"language\":{\"en\":{\"name\":\"Confirm the Transfer Details\"},\"ar\":{\"name\":\"\\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0646\\u0642\\u0644\"},\"es\":{\"name\":\"Confirmar los detalles de la transferencia\"},\"fr\":{\"name\":\"Confirmez les d\\u00e9tails du transfert\"},\"hi\":{\"name\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bda707a61\"},\"6724bdad88796\":{\"language\":{\"en\":{\"name\":\"Receive Notification of Funds Received\"},\"ar\":{\"name\":\"\\u062a\\u0644\\u0642\\u064a \\u0625\\u0634\\u0639\\u0627\\u0631 \\u0628\\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u0629\"},\"es\":{\"name\":\"Recibir notificaci\\u00f3n de fondos recibidos\"},\"fr\":{\"name\":\"Recevoir une notification des fonds re\\u00e7us\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u0940 \\u0905\\u0927\\u093f\\u0938\\u0942\\u091a\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bdad88796\"}}}', 1, 1, '2024-11-01 21:38:02', '2024-12-12 23:28:05');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(25, 25, 'enterprise', '{\"images\":{\"section_image\":\"81c24481-93c9-4b8c-a39d-348bde89156e.webp\",\"step_image\":\"4c92b1ac-d191-460d-abcf-f0f02a871bbc.webp\"},\"language\":{\"en\":{\"heading\":\"Seamless Currency Exchange with QRPay Pro\",\"sub_heading\":\"QRPay Pro enables agents to exchange currencies in real-time, making it easier to handle international transactions. With competitive exchange rates and a straightforward process, agents can support clients and customers without the hassle of external currency exchanges.\",\"process_step_title\":\"Steps to Exchange Money Instantly with QRPay Pro\",\"button_name\":\"Start Exchanging Money\",\"button_link\":\"agent\\/money-exchange\",\"step_title\":\"How to Exchange Currencies in Your QRPay Pro Account\",\"step_sub_title\":\"Follow these quick steps to securely exchange funds in different currencies directly within QRPay Pro.\"},\"es\":{\"heading\":\"Cambio de divisas sin problemas con QRPay Pro\",\"sub_heading\":\"QRPay Pro permite a los agentes cambiar divisas en tiempo real, lo que facilita el manejo de transacciones internacionales. Con tipos de cambio competitivos y un proceso sencillo, los agentes pueden ayudar a clientes y clientes sin la molestia de los cambios de moneda externos.\",\"process_step_title\":\"Pasos para cambiar dinero al instante con QRPay Pro\",\"button_name\":\"Comience a intercambiar dinero\",\"button_link\":\"agent\\/money-exchange\",\"step_title\":\"C\\u00f3mo cambiar monedas en su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos r\\u00e1pidos pasos para intercambiar fondos de forma segura en diferentes monedas directamente dentro de QRPay Pro.\"},\"ar\":{\"heading\":\"\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u064a\\u0645\\u0643\\u0651\\u0646 QRPay Pro \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0645\\u0646 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0647\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062f\\u0648\\u0644\\u064a\\u0629. \\u0628\\u0641\\u0636\\u0644 \\u0623\\u0633\\u0639\\u0627\\u0631 \\u0627\\u0644\\u0635\\u0631\\u0641 \\u0627\\u0644\\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629\\u060c \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0648\\u0627\\u0644\\u0632\\u0628\\u0627\\u0626\\u0646 \\u062f\\u0648\\u0646 \\u0645\\u062a\\u0627\\u0639\\u0628 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631 \\u0645\\u0639 QRPay Pro\",\"button_name\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"button_link\":\"agent\\/money-exchange\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0628\\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629\\u064b \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 QRPay Pro.\"},\"fr\":{\"heading\":\"\\u00c9change de devises transparent avec QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux agents d\'\\u00e9changer des devises en temps r\\u00e9el, facilitant ainsi la gestion des transactions internationales. Avec des taux de change comp\\u00e9titifs et un processus simple, les agents peuvent assister les clients sans les tracas des \\u00e9changes de devises externes.\",\"process_step_title\":\"\\u00c9tapes pour \\u00e9changer de l\'argent instantan\\u00e9ment avec QRPay Pro\",\"button_name\":\"Commencez \\u00e0 \\u00e9changer de l\'argent\",\"button_link\":\"agent\\/money-exchange\",\"step_title\":\"Comment \\u00e9changer des devises dans votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes rapides pour \\u00e9changer en toute s\\u00e9curit\\u00e9 des fonds dans diff\\u00e9rentes devises directement dans QRPay Pro.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0938\\u0902\\u092d\\u093e\\u0932\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0939\\u094b \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0926\\u0930\\u094b\\u0902 \\u0914\\u0930 \\u090f\\u0915 \\u0938\\u0940\\u0927\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u090f\\u091c\\u0947\\u0902\\u091f \\u092c\\u093e\\u0939\\u0930\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0940 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u0915\\u0947 \\u092c\\u093f\\u0928\\u093e \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0914\\u0930 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\",\"process_step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092a\\u0948\\u0938\\u0947 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u092a\\u0948\\u0938\\u0947 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/money-exchange\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0938\\u0940\\u0927\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u0913\\u0902 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0906\\u0926\\u093e\\u0928-\\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724be6867727\":{\"language\":{\"en\":{\"name\":\"Select Currencies for Exchange\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0644\\u0644\\u0635\\u0631\\u0641\"},\"es\":{\"name\":\"Seleccionar monedas para el cambio\"},\"fr\":{\"name\":\"S\\u00e9lectionnez les devises pour l\'\\u00e9change\"},\"hi\":{\"name\":\"\\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e\\u090f\\u0901 \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724be6867727\"},\"6724be6dd6ca8\":{\"language\":{\"en\":{\"name\":\"Enter Exchange Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0635\\u0631\\u0641\"},\"es\":{\"name\":\"Ingrese el monto del cambio\"},\"fr\":{\"name\":\"Entrez le montant d\'\\u00e9change\"},\"hi\":{\"name\":\"\\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724be6dd6ca8\"},\"6724be73267d4\":{\"language\":{\"en\":{\"name\":\"Confirm and Complete\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0643\\u0645\\u0627\\u0644\"},\"es\":{\"name\":\"Confirmar y completar\"},\"fr\":{\"name\":\"Confirmer et compl\\u00e9ter\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0923 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724be73267d4\"}}}', 1, 1, '2024-11-01 21:41:20', '2024-12-12 23:28:36'),
(26, 26, 'enterprise', '{\"images\":{\"section_image\":\"f3cfddc6-8a40-46d8-b8ed-9f8195b70f97.webp\",\"step_image\":\"041b4520-1498-4b62-8568-2e9c327c6736.webp\"},\"language\":{\"en\":{\"heading\":\"Quickly and securely fund your QRPay Pro account to facilitate transactions with clients.\",\"sub_heading\":\"With QRPay Pro, adding funds to your account is a straightforward process. Whether you need to increase your balance for transactions or client services, our platform offers various secure funding options.\",\"process_step_title\":\"Simple Steps to Add Money to Your Account\",\"button_name\":\"Start Adding Money\",\"button_link\":\"agent\\/add-money\",\"step_title\":\"How to Add Money to Your QRPay Pro Account\",\"step_sub_title\":\"Follow these easy steps to fund your QRPay Pro account swiftly and securely.\"},\"es\":{\"heading\":\"Deposite fondos de forma r\\u00e1pida y segura en su cuenta QRPay Pro para facilitar las transacciones con los clientes.\",\"sub_heading\":\"Con QRPay Pro, agregar fondos a su cuenta es un proceso sencillo. Ya sea que necesite aumentar su saldo para transacciones o servicios al cliente, nuestra plataforma ofrece varias opciones de financiaci\\u00f3n segura.\",\"process_step_title\":\"Pasos sencillos para agregar dinero a su cuenta\",\"button_name\":\"Comience a agregar dinero\",\"button_link\":\"agent\\/add-money\",\"step_title\":\"C\\u00f3mo agregar dinero a su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para depositar fondos en su cuenta QRPay Pro de forma r\\u00e1pida y segura.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u062a\\u0645\\u0648\\u064a\\u0644 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0644\\u062a\\u0633\\u0647\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621.\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u062a\\u0639\\u062f \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0628\\u062d\\u0627\\u062c\\u0629 \\u0625\\u0644\\u0649 \\u0632\\u064a\\u0627\\u062f\\u0629 \\u0631\\u0635\\u064a\\u062f\\u0643 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0623\\u0648 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621\\u060c \\u0641\\u0625\\u0646 \\u0645\\u0646\\u0635\\u062a\\u0646\\u0627 \\u062a\\u0648\\u0641\\u0631 \\u0627\\u0644\\u0639\\u062f\\u064a\\u062f \\u0645\\u0646 \\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\",\"button_name\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"button_link\":\"agent\\/add-money\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0636\\u0627\\u0641\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646.\"},\"fr\":{\"heading\":\"Alimentez rapidement et en toute s\\u00e9curit\\u00e9 votre compte QRPay Pro pour faciliter les transactions avec les clients.\",\"sub_heading\":\"Avec QRPay Pro, ajouter des fonds \\u00e0 votre compte est un processus simple. Que vous ayez besoin d\'augmenter votre solde pour des transactions ou des services clients, notre plateforme propose diverses options de financement s\\u00e9curis\\u00e9es.\",\"process_step_title\":\"\\u00c9tapes simples pour ajouter de l\'argent \\u00e0 votre compte\",\"button_name\":\"Commencez \\u00e0 ajouter de l\'argent\",\"button_link\":\"agent\\/add-money\",\"step_title\":\"Comment ajouter de l\'argent \\u00e0 votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour approvisionner votre compte QRPay Pro rapidement et en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"heading\":\"\\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u092e\\u093e \\u0915\\u0930\\u0947\\u0902\\u0964\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u094b\\u0921\\u093c\\u0928\\u093e \\u090f\\u0915 \\u0938\\u0940\\u0927\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a\\u0915\\u094b \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092f\\u093e \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u092c\\u0948\\u0932\\u0947\\u0902\\u0938 \\u092c\\u0922\\u093c\\u093e\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b, \\u0939\\u092e\\u093e\\u0930\\u093e \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092b\\u0902\\u0921\\u093f\\u0902\\u0917 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\",\"process_step_title\":\"\\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0928\\u0947 \\u0915\\u0947 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u092a\\u0948\\u0938\\u093e \\u091c\\u094b\\u0921\\u093c\\u0928\\u093e \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/add-money\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0924\\u0947\\u091c\\u0940 \\u0938\\u0947 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u092e\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724bf4929a21\":{\"language\":{\"en\":{\"name\":\"Choose Your Funding Method\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\"},\"es\":{\"name\":\"Elija su m\\u00e9todo de financiaci\\u00f3n\"},\"fr\":{\"name\":\"Choisissez votre m\\u00e9thode de financement\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0940 \\u092b\\u0902\\u0921\\u093f\\u0902\\u0917 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724bf4929a21\"},\"6724bf4e5fe76\":{\"language\":{\"en\":{\"name\":\"Enter the Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Ingrese la cantidad\"},\"fr\":{\"name\":\"Entrez le montant\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bf4e5fe76\"},\"6724bf543f724\":{\"language\":{\"en\":{\"name\":\"Confirm Your Details\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\"},\"es\":{\"name\":\"Confirma tus datos\"},\"fr\":{\"name\":\"Confirmez vos coordonn\\u00e9es\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bf543f724\"},\"6724bf59b689c\":{\"language\":{\"en\":{\"name\":\"Receive Confirmation\"},\"ar\":{\"name\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f\"},\"es\":{\"name\":\"Recibir confirmaci\\u00f3n\"},\"fr\":{\"name\":\"Recevoir une confirmation\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f\\u0915\\u0930\\u0923 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724bf59b689c\"}}}', 1, 1, '2024-11-01 21:45:07', '2024-12-12 23:28:58'),
(27, 27, 'enterprise', '{\"images\":{\"section_image\":\"a2b386fa-4cce-4dfd-8f9f-f2b70e1d8559.webp\",\"step_image\":\"04eff4d4-05c8-4b1f-9b20-2550bf288a32.webp\"},\"language\":{\"en\":{\"heading\":\"Effortlessly Withdraw Funds from Your QRPay Pro Account\",\"sub_heading\":\"With QRPay Pro, withdrawing money is a simple and secure process. Access your funds easily and transfer them to your bank account when needed.\",\"process_step_title\":\"Simple Steps to Withdraw Money from Your Account\",\"button_name\":\"Start Withdrawal\",\"button_link\":\"agent\\/withdraw\",\"step_title\":\"How to Withdraw Money from Your QRPay Pro Account\",\"step_sub_title\":\"Follow these straightforward steps to securely withdraw funds from your account.\"},\"es\":{\"heading\":\"Retire fondos sin esfuerzo de su cuenta QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, retirar dinero es un proceso sencillo y seguro. Acceda a sus fondos f\\u00e1cilmente y transfi\\u00e9ralos a su cuenta bancaria cuando sea necesario.\",\"process_step_title\":\"Pasos sencillos para retirar dinero de su cuenta\",\"button_name\":\"Iniciar retiro\",\"button_link\":\"agent\\/withdraw\",\"step_title\":\"C\\u00f3mo retirar dinero de su cuenta QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para retirar fondos de su cuenta de forma segura.\"},\"ar\":{\"heading\":\"\\u0642\\u0645 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u064a\\u0639\\u062f \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u062a\\u062d\\u0648\\u064a\\u0644\\u0647\\u0627 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0627\\u0644\\u0628\\u0646\\u0643\\u064a \\u0639\\u0646\\u062f \\u0627\\u0644\\u062d\\u0627\\u062c\\u0629.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628\\u0643\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0628\\u0627\\u0644\\u0633\\u062d\\u0628\",\"button_link\":\"agent\\/withdraw\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646.\"},\"fr\":{\"heading\":\"Retirez sans effort des fonds de votre compte QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, retirer de l\'argent est un processus simple et s\\u00e9curis\\u00e9. Acc\\u00e9dez facilement \\u00e0 vos fonds et transf\\u00e9rez-les sur votre compte bancaire en cas de besoin.\",\"process_step_title\":\"\\u00c9tapes simples pour retirer de l\'argent de votre compte\",\"button_name\":\"Commencer le retrait\",\"button_link\":\"agent\\/withdraw\",\"step_title\":\"Comment retirer de l\'argent de votre compte QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour retirer des fonds de votre compte en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"heading\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e \\u090f\\u0915 \\u0938\\u0930\\u0932 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0939\\u0948\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0924\\u0915 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u0930\\u0942\\u0930\\u0924 \\u092a\\u0921\\u093c\\u0928\\u0947 \\u092a\\u0930 \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964\",\"process_step_title\":\"\\u0906\\u092a\\u0915\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/withdraw\",\"step_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c00381850\":{\"language\":{\"en\":{\"name\":\"Log In to Your Account\"},\"ar\":{\"name\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\"},\"es\":{\"name\":\"Inicie sesi\\u00f3n en su cuenta\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c00381850\"},\"6724c00952871\":{\"language\":{\"en\":{\"name\":\"Navigate to the Withdraw Section\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\u0627\\u0644\\u0633\\u062d\\u0628\"},\"es\":{\"name\":\"Navegue a la secci\\u00f3n de retiro\"},\"fr\":{\"name\":\"Acc\\u00e9dez \\u00e0 la section Retrait\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901\"}},\"id\":\"6724c00952871\"},\"6724c00f8d8ee\":{\"language\":{\"en\":{\"name\":\"Enter the Withdrawal Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0633\\u062d\\u0628\"},\"es\":{\"name\":\"Ingrese el monto del retiro\"},\"fr\":{\"name\":\"Entrez le montant du retrait\"},\"hi\":{\"name\":\"\\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c00f8d8ee\"},\"6724c01531602\":{\"language\":{\"en\":{\"name\":\"Choose Your Withdrawal Method\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\"},\"es\":{\"name\":\"Elija su m\\u00e9todo de retiro\"},\"fr\":{\"name\":\"Choisissez votre m\\u00e9thode de retrait\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0940 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c01531602\"},\"6724c01a59eb1\":{\"language\":{\"en\":{\"name\":\"Review and Confirm\"},\"ar\":{\"name\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0648\\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f\"},\"es\":{\"name\":\"Revisar y confirmar\"},\"fr\":{\"name\":\"V\\u00e9rifier et confirmer\"},\"hi\":{\"name\":\"\\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c01a59eb1\"},\"6724c02166181\":{\"language\":{\"en\":{\"name\":\"Receive Confirmation\"},\"ar\":{\"name\":\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f\"},\"es\":{\"name\":\"Recibir confirmaci\\u00f3n\"},\"fr\":{\"name\":\"Recevoir une confirmation\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f\\u0915\\u0930\\u0923 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c02166181\"}}}', 1, 1, '2024-11-01 21:48:11', '2024-12-31 17:27:03'),
(28, 28, 'enterprise', '{\"images\":{\"section_image\":\"64920fcf-1991-4f43-b469-477398a5cc1c.webp\",\"step_image\":\"553fe347-7ee9-41bc-bb18-9a76f4ce47f8.webp\"},\"language\":{\"en\":{\"heading\":\"Effortlessly Send Money Between Agents on QRPay Pro\",\"sub_heading\":\"With QRPay Pro, sending money between agents is quick, secure, and efficient. Ensure your transactions are safe with our robust platform designed for agent-to-agent transfers.\",\"process_step_title\":\"Simple Steps to Send Money Between Agents\",\"button_name\":\"Send Money Now\",\"button_link\":\"agent\\/send-money\",\"step_title\":\"How to Send Money as an Agent Using QRPay Pro\",\"step_sub_title\":\"Follow these straightforward steps to securely transfer funds to another agent.\"},\"es\":{\"heading\":\"Enviar dinero entre agentes f\\u00e1cilmente en QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, enviar dinero entre agentes es r\\u00e1pido, seguro y eficiente. Asegure sus transacciones con nuestra plataforma robusta, dise\\u00f1ada para transferencias de agente a agente.\",\"process_step_title\":\"Pasos sencillos para enviar dinero entre agentes.\",\"button_name\":\"Enviar dinero ahora.\",\"button_link\":\"agent\\/send-money\",\"step_title\":\"C\\u00f3mo enviar dinero como agente en QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para transferir fondos de forma segura a otro agente.\"},\"ar\":{\"heading\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0639\\u0644\\u0649 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0633\\u0631\\u064a\\u0639 \\u0648\\u0622\\u0645\\u0646 \\u0648\\u0641\\u0639\\u0627\\u0644. \\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u0623\\u0645\\u0627\\u0646 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u0646\\u0635\\u062a\\u0646\\u0627 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u0627\\u064b \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621.\",\"button_name\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646.\",\"button_link\":\"agent\\/send-money\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0643\\u0648\\u0643\\u064a\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 \\u0622\\u062e\\u0631.\"},\"fr\":{\"heading\":\"Envoyez de l\'argent facilement entre agents avec QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, envoyer de l\'argent entre agents est rapide, s\\u00e9curis\\u00e9 et efficace. Assurez la s\\u00e9curit\\u00e9 de vos transactions gr\\u00e2ce \\u00e0 notre plateforme robuste, con\\u00e7ue pour les transferts entre agents.\",\"process_step_title\":\"\\u00c9tapes simples pour envoyer de l\'argent entre agents.\",\"button_name\":\"Envoyez de l\'argent maintenant.\",\"button_link\":\"agent\\/send-money\",\"step_title\":\"Comment envoyer de l\'argent en tant qu\'agent sur QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour transf\\u00e9rer des fonds en toute s\\u00e9curit\\u00e9 vers un autre agent.\"},\"hi\":{\"heading\":\"QRPay Pro \\u092a\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e \\u0924\\u0947\\u091c\\u093c, \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0939\\u0948\\u0964 \\u090f\\u091c\\u0947\\u0902\\u091f-\\u091f\\u0942-\\u090f\\u091c\\u0947\\u0902\\u091f \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u090f \\u0917\\u090f \\u0939\\u092e\\u093e\\u0930\\u0947 \\u092e\\u091c\\u092c\\u0942\\u0924 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0916\\u0947\\u0902\\u0964\",\"process_step_title\":\"\\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0927\\u0928 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0938\\u0930\\u0932 \\u0915\\u0926\\u092e\\u0964\",\"button_name\":\"\\u0905\\u092c \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\\u0964\",\"button_link\":\"agent\\/send-money\",\"step_title\":\"QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"step_sub_title\":\"\\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c11ddbc5e\":{\"language\":{\"en\":{\"name\":\"Log In to Your Account\"},\"ar\":{\"name\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\"},\"es\":{\"name\":\"Inicie sesi\\u00f3n en su cuenta\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c11ddbc5e\"},\"6724c153a8c89\":{\"language\":{\"en\":{\"name\":\"Navigate to the Send Money Section\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0642\\u0633\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"es\":{\"name\":\"Navegue a la secci\\u00f3n Enviar dinero\"},\"fr\":{\"name\":\"Acc\\u00e9dez \\u00e0 la section Envoyer de l\'argent\"},\"hi\":{\"name\":\"\\u0927\\u0928 \\u092d\\u0947\\u091c\\u0947\\u0902 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0901\"}},\"id\":\"6724c153a8c89\"},\"6724c159aac89\":{\"language\":{\"en\":{\"name\":\"Enter Recipient Agent\\u2019s Details\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0648\\u0643\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\"},\"es\":{\"name\":\"Ingrese los detalles del agente destinatario\"},\"fr\":{\"name\":\"Entrez les d\\u00e9tails de l\'agent destinataire\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c159aac89\"},\"6724c15ed69c0\":{\"language\":{\"en\":{\"name\":\"Specify the Amount\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Especifique la cantidad\"},\"fr\":{\"name\":\"Pr\\u00e9cisez le montant\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c15ed69c0\"},\"6724c164704ef\":{\"language\":{\"en\":{\"name\":\"Review Transaction Details\"},\"ar\":{\"name\":\"\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Revisar los detalles de la transacci\\u00f3n\"},\"fr\":{\"name\":\"V\\u00e9rifier les d\\u00e9tails de la transaction\"},\"hi\":{\"name\":\"\\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c164704ef\"},\"6724c16be1fea\":{\"language\":{\"en\":{\"name\":\"Confirm and Send\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644\"},\"es\":{\"name\":\"Confirmar y enviar\"},\"fr\":{\"name\":\"Confirmer et envoyer\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0947\\u091c\\u0947\\u0902\"}},\"id\":\"6724c16be1fea\"}}}', 1, 1, '2024-11-01 21:52:47', '2024-12-12 23:29:58'),
(29, 29, 'enterprise', '{\"images\":{\"section_image\":\"6046b16b-3f4c-413e-8fa4-77f455d2f780.webp\",\"step_image\":\"0dbb06b3-3580-43a5-8f43-8321c2780ac6.webp\"},\"language\":{\"en\":{\"heading\":\"Quick and Secure Money Transfers to Users with QRPay Pro\",\"sub_heading\":\"With QRPay Pro, agents can easily send money to users\' wallets, ensuring a smooth and secure transaction process.\",\"process_step_title\":\"Simple Steps to Send Money to Users\",\"button_name\":\"Send Money Now\",\"button_link\":\"agent\\/money-in\",\"step_title\":\"How to Transfer Money to Users\' Wallets\",\"step_sub_title\":\"Follow these easy steps to send funds from your QRPay Pro account to users\' wallets.\"},\"es\":{\"heading\":\"Transferencias de dinero r\\u00e1pidas y seguras a usuarios con QRPay Pro\",\"sub_heading\":\"Con QRPay Pro, los agentes pueden enviar dinero f\\u00e1cilmente a las billeteras de los usuarios, garantizando un proceso de transacci\\u00f3n seguro y sin problemas.\",\"process_step_title\":\"Pasos sencillos para enviar dinero a los usuarios\",\"button_name\":\"Env\\u00eda dinero ahora\",\"button_link\":\"agent\\/money-in\",\"step_title\":\"C\\u00f3mo transferir dinero a las billeteras de los usuarios\",\"step_sub_title\":\"Siga estos sencillos pasos para enviar fondos desde su cuenta QRPay Pro a las billeteras de los usuarios.\"},\"ar\":{\"heading\":\"\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"sub_heading\":\"\\u0645\\u0639 QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0625\\u0644\\u0649 \\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646\",\"button_name\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"agent\\/money-in\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0633\\u0647\\u0644\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u062d\\u0633\\u0627\\u0628 QRPay Pro \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0625\\u0644\\u0649 \\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646.\"},\"fr\":{\"heading\":\"Transferts d\'argent rapides et s\\u00e9curis\\u00e9s vers les utilisateurs avec QRPay Pro\",\"sub_heading\":\"Avec QRPay Pro, les agents peuvent facilement envoyer de l\'argent vers les portefeuilles des utilisateurs, garantissant ainsi un processus de transaction fluide et s\\u00e9curis\\u00e9.\",\"process_step_title\":\"\\u00c9tapes simples pour envoyer de l\'argent aux utilisateurs\",\"button_name\":\"Envoyez de l\'argent maintenant\",\"button_link\":\"agent\\/money-in\",\"step_title\":\"Comment transf\\u00e9rer de l\'argent vers les portefeuilles des utilisateurs\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour envoyer des fonds de votre compte QRPay Pro vers les portefeuilles des utilisateurs.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u090f\\u091c\\u0947\\u0902\\u091f \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0924\\u0940 \\u0939\\u0948\\u0964\",\"process_step_title\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"button_link\":\"agent\\/money-in\",\"step_title\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0905\\u092a\\u0928\\u0947 QRPay \\u092a\\u094d\\u0930\\u094b \\u0916\\u093e\\u0924\\u0947 \\u0938\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c4dfd0366\":{\"language\":{\"en\":{\"name\":\"Log In to Your Account\"},\"ar\":{\"name\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\"},\"es\":{\"name\":\"Inicie sesi\\u00f3n en su cuenta\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c4dfd0366\"},\"6724c4e620c76\":{\"language\":{\"en\":{\"name\":\"Select Money In Option\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0627\\u0644 \\u0641\\u064a \\u0627\\u0644\\u062e\\u064a\\u0627\\u0631\"},\"es\":{\"name\":\"Seleccione la opci\\u00f3n Dinero en efectivo\"},\"fr\":{\"name\":\"S\\u00e9lectionnez l\'option d\'entr\\u00e9e d\'argent\"},\"hi\":{\"name\":\"\\u092e\\u0928\\u0940 \\u0907\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u0915\\u093e \\u091a\\u092f\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c4e620c76\"},\"6724c4ec29391\":{\"language\":{\"en\":{\"name\":\"Choose the User\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\"},\"es\":{\"name\":\"Elige el usuario\"},\"fr\":{\"name\":\"Choisissez l\'utilisateur\"},\"hi\":{\"name\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c4ec29391\"},\"6724c516d4116\":{\"language\":{\"en\":{\"name\":\"Enter Transfer Amount\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\"},\"es\":{\"name\":\"Ingrese el monto de la transferencia\"},\"fr\":{\"name\":\"Saisir le montant du transfert\"},\"hi\":{\"name\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c516d4116\"},\"6724c51c36147\":{\"language\":{\"en\":{\"name\":\"Review Transaction Details\"},\"ar\":{\"name\":\"\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Revisar los detalles de la transacci\\u00f3n\"},\"fr\":{\"name\":\"V\\u00e9rifier les d\\u00e9tails de la transaction\"},\"hi\":{\"name\":\"\\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c51c36147\"},\"6724c522ee912\":{\"language\":{\"en\":{\"name\":\"Confirm and Complete Transfer\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0646\\u0642\\u0644\"},\"es\":{\"name\":\"Confirmar y completar la transferencia\"},\"fr\":{\"name\":\"Confirmer et terminer le transfert\"},\"hi\":{\"name\":\"\\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092a\\u0942\\u0930\\u094d\\u0923 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c522ee912\"}}}', 1, 1, '2024-11-01 22:08:56', '2024-12-12 23:30:27');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(30, 30, 'enterprise', '{\"images\":{\"section_image\":\"17c20ddf-9ce9-4a2e-9ebc-e549de16cb04.webp\",\"step_image\":\"b8899c75-0138-4a91-a0d1-d74d1d12cc88.webp\"},\"language\":{\"en\":{\"heading\":\"Easy and Secure Bill Payments with QRPay Pro\",\"sub_heading\":\"QRPay Pro allows agents to pay bills seamlessly on behalf of users, ensuring timely payments and hassle-free transactions.\",\"process_step_title\":\"Quick Steps to Pay Bills\",\"button_name\":\"Start Bill Payment Now\",\"button_link\":\"agent\\/bill-pay\",\"step_title\":\"How to Pay Bills Using QRPay Pro\",\"step_sub_title\":\"Follow these simple steps to make bill payments on behalf of users.\"},\"es\":{\"heading\":\"Pagos de facturas f\\u00e1ciles y seguros con QRPay Pro\",\"sub_heading\":\"QRPay Pro permite a los agentes pagar facturas sin problemas en nombre de los usuarios, garantizando pagos puntuales y transacciones sin complicaciones.\",\"process_step_title\":\"Pasos r\\u00e1pidos para pagar facturas\",\"button_name\":\"Iniciar el pago de facturas ahora\",\"button_link\":\"agent\\/bill-pay\",\"step_title\":\"C\\u00f3mo pagar facturas usando QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para realizar pagos de facturas en nombre de los usuarios.\"},\"ar\":{\"heading\":\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u064a\\u0633\\u0645\\u062d QRPay Pro \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0628\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0646\\u064a\\u0627\\u0628\\u0629 \\u0639\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0645\\u0646\\u0627\\u0633\\u0628 \\u0648\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"agent\\/bill-pay\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u062a\\u0633\\u062f\\u064a\\u062f \\u062f\\u0641\\u0639\\u0627\\u062a \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0646\\u064a\\u0627\\u0628\\u0629 \\u0639\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646.\"},\"fr\":{\"heading\":\"Paiements de factures faciles et s\\u00e9curis\\u00e9s avec QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux agents de payer les factures de mani\\u00e8re transparente au nom des utilisateurs, garantissant ainsi des paiements en temps opportun et des transactions sans tracas.\",\"process_step_title\":\"\\u00c9tapes rapides pour payer les factures\",\"button_name\":\"Commencez le paiement des factures maintenant\",\"button_link\":\"agent\\/bill-pay\",\"step_title\":\"Comment payer ses factures avec QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour effectuer des paiements de factures au nom des utilisateurs.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0938\\u093e\\u0928 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u0913\\u0930 \\u0938\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0938\\u092e\\u092f \\u092a\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964\",\"process_step_title\":\"\\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0915\\u0926\\u092e\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/bill-pay\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u0913\\u0930 \\u0938\\u0947 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c5cfec25e\":{\"language\":{\"en\":{\"name\":\"Log In to Your Account\"},\"ar\":{\"name\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\"},\"es\":{\"name\":\"Inicie sesi\\u00f3n en su cuenta\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c5cfec25e\"},\"6724c5d599e6e\":{\"language\":{\"en\":{\"name\":\"Select Bill Pay Option\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u062e\\u064a\\u0627\\u0631 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\"},\"es\":{\"name\":\"Seleccione la opci\\u00f3n de pago de facturas\"},\"fr\":{\"name\":\"S\\u00e9lectionnez l\'option de paiement de facture\"},\"hi\":{\"name\":\"\\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c5d599e6e\"},\"6724c5db7e253\":{\"language\":{\"en\":{\"name\":\"Choose the Type of Bill\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0646\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\"},\"es\":{\"name\":\"Elija el tipo de factura\"},\"fr\":{\"name\":\"Choisissez le type de facture\"},\"hi\":{\"name\":\"\\u092c\\u093f\\u0932 \\u0915\\u093e \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c5db7e253\"},\"6724c5e076c0c\":{\"language\":{\"en\":{\"name\":\"Enter Bill Details\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\"},\"es\":{\"name\":\"Ingrese los detalles de la factura\"},\"fr\":{\"name\":\"Entrez les d\\u00e9tails de la facture\"},\"hi\":{\"name\":\"\\u092c\\u093f\\u0932 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c5e076c0c\"},\"6724c5e889efa\":{\"language\":{\"en\":{\"name\":\"Review Payment Details\"},\"ar\":{\"name\":\"\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Revisar detalles de pago\"},\"fr\":{\"name\":\"V\\u00e9rifier les d\\u00e9tails du paiement\"},\"hi\":{\"name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c5e889efa\"},\"6724c5ee1863f\":{\"language\":{\"en\":{\"name\":\"Confirm and Complete Payment\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\"},\"es\":{\"name\":\"Confirmar y completar el pago\"},\"fr\":{\"name\":\"Confirmer et finaliser le paiement\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c5ee1863f\"}}}', 1, 1, '2024-11-01 22:12:57', '2024-12-12 23:30:51'),
(31, 31, 'enterprise', '{\"images\":{\"section_image\":\"dd394b87-6030-40b2-b451-442a41c94244.webp\",\"step_image\":\"14bd55c6-ddf2-4309-9df6-4beef0513723.webp\"},\"language\":{\"en\":{\"heading\":\"Quick and Convenient Mobile Top-Ups with QRPay Pro\",\"sub_heading\":\"QRPay Pro enables agents to easily top up mobile accounts for users, ensuring they stay connected without interruption.\",\"process_step_title\":\"Simple Steps to Top-Up Mobile Accounts\",\"button_name\":\"Start Mobile Top-Up Now\",\"button_link\":\"agent\\/mobile-topup\",\"step_title\":\"How to Top-Up Mobile Phones Using QRPay Pro\",\"step_sub_title\":\"How to Top-Up Mobile Phones Using QRPay Pro\"},\"es\":{\"heading\":\"Recargas m\\u00f3viles r\\u00e1pidas y c\\u00f3modas con QRPay Pro\",\"sub_heading\":\"QRPay Pro permite a los agentes recargar f\\u00e1cilmente las cuentas m\\u00f3viles de los usuarios, garantizando que permanezcan conectados sin interrupciones.\",\"process_step_title\":\"Pasos sencillos para recargar cuentas m\\u00f3viles\",\"button_name\":\"Iniciar recarga m\\u00f3vil ahora\",\"button_link\":\"agent\\/mobile-topup\",\"step_title\":\"C\\u00f3mo recargar tel\\u00e9fonos m\\u00f3viles usando QRPay Pro\",\"step_sub_title\":\"C\\u00f3mo recargar tel\\u00e9fonos m\\u00f3viles usando QRPay Pro\"},\"ar\":{\"heading\":\"Quick and Convenient Mobile Top-Ups with QRPay Pro\",\"sub_heading\":\"\\u064a\\u062a\\u064a\\u062d QRPay Pro \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0625\\u0645\\u0643\\u0627\\u0646\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0628\\u0642\\u0627\\u0626\\u0647\\u0645 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u062f\\u0648\\u0646 \\u0627\\u0646\\u0642\\u0637\\u0627\\u0639.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0644\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"agent\\/mobile-topup\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0648\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\"},\"fr\":{\"heading\":\"Recharges mobiles rapides et pratiques avec QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux agents de recharger facilement les comptes mobiles des utilisateurs, garantissant ainsi qu\'ils restent connect\\u00e9s sans interruption.\",\"process_step_title\":\"\\u00c9tapes simples pour recharger les comptes mobiles\",\"button_name\":\"Commencez la recharge mobile maintenant\",\"button_link\":\"agent\\/mobile-topup\",\"step_title\":\"Comment recharger des t\\u00e9l\\u00e9phones mobiles \\u00e0 l\'aide de QRPay Pro\",\"step_sub_title\":\"Comment recharger des t\\u00e9l\\u00e9phones mobiles \\u00e0 l\'aide de QRPay Pro\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0935\\u0947 \\u092c\\u093f\\u0928\\u093e \\u0915\\u093f\\u0938\\u0940 \\u0930\\u0941\\u0915\\u093e\\u0935\\u091f \\u0915\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0930\\u0939\\u0947\\u0902\\u0964\",\"process_step_title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0915\\u094b \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/mobile-topup\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928 \\u0915\\u094b \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928 \\u0915\\u094b \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\"}},\"items\":{\"6724c69fee051\":{\"language\":{\"en\":{\"name\":\"Log In to Your Account\"},\"ar\":{\"name\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\"},\"es\":{\"name\":\"Inicie sesi\\u00f3n en su cuenta\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c69fee051\"},\"6724c6a52e314\":{\"language\":{\"en\":{\"name\":\"Select Mobile Top-Up Option\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u062e\\u064a\\u0627\\u0631 \\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\"},\"es\":{\"name\":\"Seleccione la opci\\u00f3n de recarga m\\u00f3vil\"},\"fr\":{\"name\":\"S\\u00e9lectionnez l\'option de recharge mobile\"},\"hi\":{\"name\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c6a52e314\"},\"6724c6ab1876e\":{\"language\":{\"en\":{\"name\":\"Enter the Mobile Number\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0642\\u0645 \\u0627\\u0644\\u062c\\u0648\\u0627\\u0644\"},\"es\":{\"name\":\"Ingrese el n\\u00famero de m\\u00f3vil\"},\"fr\":{\"name\":\"Entrez le num\\u00e9ro de portable\"},\"hi\":{\"name\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c6ab1876e\"},\"6724c6afee3bb\":{\"language\":{\"en\":{\"name\":\"Choose the Amount\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a\"},\"es\":{\"name\":\"Elige la cantidad\"},\"fr\":{\"name\":\"Choisissez le montant\"},\"hi\":{\"name\":\"\\u0930\\u093e\\u0936\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c6afee3bb\"},\"6724c6b53ff08\":{\"language\":{\"en\":{\"name\":\"Review Top-Up Details\"},\"ar\":{\"name\":\"\\u0642\\u0645 \\u0628\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0628\\u0626\\u0629\"},\"es\":{\"name\":\"Revisar los detalles de la recarga\"},\"fr\":{\"name\":\"V\\u00e9rifier les d\\u00e9tails de la recharge\"},\"hi\":{\"name\":\"\\u091f\\u0949\\u092a-\\u0905\\u092a \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c6b53ff08\"},\"6724c6c01e447\":{\"language\":{\"en\":{\"name\":\"Confirm and Complete Top-Up\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u062a\\u0639\\u0628\\u0626\\u0629\"},\"es\":{\"name\":\"Confirmar y completar recarga\"},\"fr\":{\"name\":\"Confirmer et terminer la recharge\"},\"hi\":{\"name\":\"\\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c6c01e447\"}}}', 1, 1, '2024-11-01 22:16:14', '2024-12-12 23:31:12'),
(32, 32, 'enterprise', '{\"images\":{\"section_image\":\"c4ee9177-b2ac-4374-aead-2990abf37daa.webp\",\"step_image\":\"ee4c38f2-50eb-4d40-8aac-6f8248ea5b3b.webp\"},\"language\":{\"en\":{\"heading\":\"Fast and Secure Remittance Services with QRPay Pro\",\"sub_heading\":\"QRPay Pro allows agents to send money internationally, ensuring funds reach users quickly and securely.\",\"process_step_title\":\"Easy Steps to Send Remittances\",\"button_name\":\"Start Send Remittance Now\",\"button_link\":\"agent\\/remittance\",\"step_title\":\"How to Remit Funds Using QRPay Pro\",\"step_sub_title\":\"Follow these straightforward steps to send money to users quickly and reliably.\"},\"es\":{\"heading\":\"Servicios de remesas r\\u00e1pidos y seguros con QRPay Pro\",\"sub_heading\":\"QRPay Pro permite a los agentes enviar dinero internacionalmente, garantizando que los fondos lleguen a los usuarios de forma r\\u00e1pida y segura.\",\"process_step_title\":\"Pasos sencillos para enviar remesas\",\"button_name\":\"Comience a enviar remesas ahora\",\"button_link\":\"agent\\/remittance\",\"step_title\":\"C\\u00f3mo enviar fondos usando QRPay Pro\",\"step_sub_title\":\"Siga estos sencillos pasos para enviar dinero a los usuarios de forma r\\u00e1pida y confiable.\"},\"ar\":{\"heading\":\"\\u062e\\u062f\\u0645\\u0627\\u062a \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u064a\\u062a\\u064a\\u062d QRPay Pro \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0648\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646.\",\"process_step_title\":\"\\u062e\\u0637\\u0648\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062d\\u0648\\u0627\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0628\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"agent\\/remittance\",\"step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0628\\u0634\\u0643\\u0644 \\u0645\\u0648\\u062b\\u0648\\u0642.\"},\"fr\":{\"heading\":\"Services de transfert de fonds rapides et s\\u00e9curis\\u00e9s avec QRPay Pro\",\"sub_heading\":\"QRPay Pro permet aux agents d\'envoyer de l\'argent \\u00e0 l\'international, garantissant ainsi que les fonds parviennent aux utilisateurs rapidement et en toute s\\u00e9curit\\u00e9.\",\"process_step_title\":\"\\u00c9tapes faciles pour envoyer des fonds\",\"button_name\":\"Commencez \\u00e0 envoyer des fonds maintenant\",\"button_link\":\"agent\\/remittance\",\"step_title\":\"Comment transf\\u00e9rer des fonds \\u00e0 l\'aide de QRPay Pro\",\"step_sub_title\":\"Suivez ces \\u00e9tapes simples pour envoyer de l\\u2019argent aux utilisateurs de mani\\u00e8re rapide et fiable.\"},\"hi\":{\"heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947\\u0935\\u093e\\u090f\\u0901\",\"sub_heading\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u092a\\u0948\\u0938\\u093e \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948 \\u0915\\u093f \\u0927\\u0928 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0924\\u0915 \\u091c\\u0932\\u094d\\u0926\\u0940 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0947\\u0964\",\"process_step_title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0906\\u0938\\u093e\\u0928 \\u091a\\u0930\\u0923\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092d\\u0947\\u091c\\u0928\\u093e \\u092a\\u094d\\u0930\\u093e\\u0930\\u0902\\u092d \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"agent\\/remittance\",\"step_title\":\"QRPay \\u092a\\u094d\\u0930\\u094b \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"step_sub_title\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0936\\u0940\\u0918\\u094d\\u0930\\u0924\\u093e \\u0914\\u0930 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u0938\\u0930\\u0932 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6724c8cb3013b\":{\"language\":{\"en\":{\"name\":\"Log In to Your Account\"},\"ar\":{\"name\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643\"},\"es\":{\"name\":\"Inicie sesi\\u00f3n en su cuenta\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c8cb3013b\"},\"6724c8d013fd0\":{\"language\":{\"en\":{\"name\":\"Select the Remittance Option\"},\"ar\":{\"name\":\"\\u062d\\u062f\\u062f \\u062e\\u064a\\u0627\\u0631 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\"},\"es\":{\"name\":\"Seleccione la opci\\u00f3n de remesa\"},\"fr\":{\"name\":\"S\\u00e9lectionnez l\'option de versement\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c8d013fd0\"},\"6724c8d4c78e5\":{\"language\":{\"en\":{\"name\":\"Enter Recipient Details\"},\"ar\":{\"name\":\"\\u0623\\u062f\\u062e\\u0644 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\"},\"es\":{\"name\":\"Ingrese los detalles del destinatario\"},\"fr\":{\"name\":\"Saisir les d\\u00e9tails du destinataire\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c8d4c78e5\"},\"6724c8da7b20e\":{\"language\":{\"en\":{\"name\":\"Choose the Amount to Send\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0631 \\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u0631\\u0627\\u062f \\u0625\\u0631\\u0633\\u0627\\u0644\\u0647\"},\"es\":{\"name\":\"Elija la cantidad a enviar\"},\"fr\":{\"name\":\"Choisissez le montant \\u00e0 envoyer\"},\"hi\":{\"name\":\"\\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0930\\u093e\\u0936\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\"}},\"id\":\"6724c8da7b20e\"},\"6724c8e103e92\":{\"language\":{\"en\":{\"name\":\"Review Transaction Details\"},\"ar\":{\"name\":\"\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\"},\"es\":{\"name\":\"Revisar los detalles de la transacci\\u00f3n\"},\"fr\":{\"name\":\"V\\u00e9rifier les d\\u00e9tails de la transaction\"},\"hi\":{\"name\":\"\\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c8e103e92\"},\"6724c8e6b507a\":{\"language\":{\"en\":{\"name\":\"Confirm and Complete the Remittance\"},\"ar\":{\"name\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0648\\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\"},\"es\":{\"name\":\"Confirmar y completar la remesa\"},\"fr\":{\"name\":\"Confirmer et compl\\u00e9ter le versement\"},\"hi\":{\"name\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6724c8e6b507a\"}}}', 1, 1, '2024-11-01 22:25:39', '2024-12-12 23:31:35'),
(34, 34, 'personal', '{\"images\":{\"section_image\":\"239be8d2-8d9d-4783-bfc9-77e06b8f8a3e.webp\",\"step_image\":\"0cda7b56-6e84-4814-a066-ccc552c1c219.webp\"},\"language\":{\"en\":{\"heading\":\"Seamless Peer-to-Peer Currency Trading with QRPay Pro\",\"sub_heading\":\"Experience flexible and secure currency exchange directly with other users. With QRPay Pro\\u2019s P2P Trading feature, users can browse the marketplace, negotiate terms, and complete transactions \\u2014 all within one trusted platform.\",\"process_step_title\":\"How to Trade Currency on QRPay Pro\",\"button_name\":\"Start Trading Now\",\"button_link\":\"user\\/trade\",\"step_title\":\"Getting Started with P2P Trading\",\"step_sub_title\":\"Follow these steps to buy or sell currency securely via our peer-to-peer system.\"},\"es\":{\"heading\":\"Comercio de divisas entre pares sin interrupciones con QRPay Pro\",\"sub_heading\":\"Experimenta un intercambio de divisas flexible y seguro directamente con otros usuarios. Con la funci\\u00f3n de comercio P2P de QRPay Pro, los usuarios pueden explorar el mercado, negociar t\\u00e9rminos y completar transacciones, todo dentro de una plataforma confiable.\",\"process_step_title\":\"C\\u00f3mo comerciar divisas en QRPay Pro\",\"button_name\":\"Comienza a comerciar ahora\",\"button_link\":\"user\\/trade\",\"step_title\":\"Comenzando con el comercio P2P\",\"step_sub_title\":\"Sigue estos pasos para comprar o vender moneda de forma segura a trav\\u00e9s de nuestro sistema peer-to-peer.\"},\"ar\":{\"heading\":\"\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0645\\u0639 QRPay Pro\",\"sub_heading\":\"\\u0627\\u062e\\u062a\\u0628\\u0631 \\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0628\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0645\\u0631\\u0646\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0645\\u0639 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0622\\u062e\\u0631\\u064a\\u0646. \\u0645\\u0639 \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 \\u0641\\u064a QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u062a\\u0635\\u0641\\u062d \\u0627\\u0644\\u0633\\u0648\\u0642\\u060c \\u0627\\u0644\\u062a\\u0641\\u0627\\u0648\\u0636 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\\u060c \\u0648\\u0625\\u062a\\u0645\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u2014 \\u0643\\u0644 \\u0630\\u0644\\u0643 \\u0636\\u0645\\u0646 \\u0645\\u0646\\u0635\\u0629 \\u0645\\u0648\\u062b\\u0648\\u0642\\u0629 \\u0648\\u0627\\u062d\\u062f\\u0629.\",\"process_step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u062f\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0639\\u0644\\u0649 QRPay Pro\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/trade\",\"step_title\":\"\\u0627\\u0644\\u0628\\u062f\\u0621 \\u0641\\u064a \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631\",\"step_sub_title\":\"\\u0627\\u062a\\u0628\\u0639 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0644\\u0634\\u0631\\u0627\\u0621 \\u0623\\u0648 \\u0628\\u064a\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0629 \\u0628\\u0623\\u0645\\u0627\\u0646 \\u0639\\u0628\\u0631 \\u0646\\u0638\\u0627\\u0645\\u0646\\u0627 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631.\"},\"fr\":{\"heading\":\"\\u00c9change de devises fluide entre pairs avec QRPay Pro\",\"sub_heading\":\"D\\u00e9couvrez un \\u00e9change de devises flexible et s\\u00e9curis\\u00e9 directement avec d\'autres utilisateurs. Gr\\u00e2ce \\u00e0 la fonctionnalit\\u00e9 de trading P2P de QRPay Pro, les utilisateurs peuvent parcourir le march\\u00e9, n\\u00e9gocier les conditions et finaliser les transactions \\u2014 le tout sur une seule plateforme fiable.\",\"process_step_title\":\"Comment \\u00e9changer des devises sur QRPay Pro\",\"button_name\":\"Commencez \\u00e0 trader maintenant\",\"button_link\":\"user\\/trade\",\"step_title\":\"Commencer avec le trading P2P\",\"step_sub_title\":\"Suivez ces \\u00e9tapes pour acheter ou vendre des devises en toute s\\u00e9curit\\u00e9 via notre syst\\u00e8me peer-to-peer.\"},\"hi\":{\"heading\":\"QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0939\\u091c \\u092a\\u0940\\u092f\\u0930-\\u091f\\u0942-\\u092a\\u0940\\u092f\\u0930 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917\",\"sub_heading\":\"\\u0905\\u0928\\u094d\\u092f \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0940\\u0927\\u0947 \\u0932\\u091a\\u0940\\u0932\\u093e \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u093e \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u0930\\u0947\\u0902\\u0964 QRPay Pro \\u0915\\u0940 \\u092a\\u09402\\u092a\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u092e\\u093e\\u0930\\u094d\\u0915\\u0947\\u091f\\u092a\\u094d\\u0932\\u0947\\u0938 \\u092c\\u094d\\u0930\\u093e\\u0909\\u091c\\u093c \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u092a\\u0930 \\u092c\\u093e\\u0924\\u091a\\u0940\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u2014 \\u0935\\u094b \\u092d\\u0940 \\u090f\\u0915 \\u0939\\u0940 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930\\u0964\",\"process_step_title\":\"QRPay Pro \\u092a\\u0930 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0915\\u093e \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/trade\",\"step_title\":\"\\u092a\\u09402\\u092a\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0915\\u0940 \\u0936\\u0941\\u0930\\u0941\\u0906\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0939\\u092e\\u093e\\u0930\\u0947 \\u092a\\u0940\\u092f\\u0930-\\u091f\\u0942-\\u092a\\u0940\\u092f\\u0930 \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0916\\u0930\\u0940\\u0926\\u0928\\u0947 \\u092f\\u093e \\u092c\\u0947\\u091a\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0907\\u0928 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"6830229c9230f\":{\"language\":{\"en\":{\"name\":\"Log in to Your QRPay Pro Account\"},\"ar\":{\"name\":\"\\u0633\\u062c\\u0651\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0639\\u0644\\u0649 QRPay Pro\"},\"es\":{\"name\":\"Inicia sesi\\u00f3n en tu cuenta de QRPay Pro\"},\"fr\":{\"name\":\"Connectez-vous \\u00e0 votre compte QRPay Pro\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 QRPay Pro \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6830229c9230f\"},\"683022d469943\":{\"language\":{\"en\":{\"name\":\"Navigate to the P2P Trade Marketplace\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u062a\\u0642\\u0644 \\u0625\\u0644\\u0649 \\u0633\\u0648\\u0642 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631\"},\"es\":{\"name\":\"Navega al mercado de comercio P2P\"},\"fr\":{\"name\":\"Acc\\u00e9dez au march\\u00e9 du trading P2P\"},\"hi\":{\"name\":\"\\u092a\\u09402\\u092a\\u0940 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u092e\\u093e\\u0930\\u094d\\u0915\\u0947\\u091f\\u092a\\u094d\\u0932\\u0947\\u0938 \\u092a\\u0930 \\u091c\\u093e\\u090f\\u0902\"}},\"id\":\"683022d469943\"},\"683022f526189\":{\"language\":{\"en\":{\"name\":\"Browse Offers or Post a Trade\"},\"ar\":{\"name\":\"\\u062a\\u0635\\u0641\\u062d \\u0627\\u0644\\u0639\\u0631\\u0648\\u0636 \\u0623\\u0648 \\u0627\\u0646\\u0634\\u0631 \\u0635\\u0641\\u0642\\u0629\"},\"es\":{\"name\":\"Navega ofertas o publica una operaci\\u00f3n\"},\"fr\":{\"name\":\"Parcourez les offres ou publiez une transaction\"},\"hi\":{\"name\":\"\\u0911\\u092b\\u093c\\u0930 \\u0926\\u0947\\u0916\\u0947\\u0902 \\u092f\\u093e \\u091f\\u094d\\u0930\\u0947\\u0921 \\u092a\\u094b\\u0938\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"683022f526189\"},\"6830231fe3456\":{\"language\":{\"en\":{\"name\":\"Negotiate Terms via Offer\\/Counteroffer System\"},\"ar\":{\"name\":\"\\u062a\\u0641\\u0627\\u0648\\u0636 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0639\\u0631\\u0636\\/\\u0627\\u0644\\u0639\\u0631\\u0636 \\u0627\\u0644\\u0645\\u0636\\u0627\\u062f\"},\"es\":{\"name\":\"Negocia los t\\u00e9rminos mediante el sistema de oferta\\/contraoferta\"},\"fr\":{\"name\":\"N\\u00e9gociez les conditions via le syst\\u00e8me d\'offre\\/contre-offre\"},\"hi\":{\"name\":\"\\u0911\\u092b\\u0930\\/\\u0915\\u093e\\u0909\\u0902\\u091f\\u0930\\u0911\\u092b\\u0930 \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u092a\\u0930 \\u092c\\u093e\\u0924\\u091a\\u0940\\u0924 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6830231fe3456\"},\"6830234315094\":{\"language\":{\"en\":{\"name\":\"Use Live Chat to Finalize Deal\"},\"ar\":{\"name\":\"\\u0627\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0644\\u0625\\u0646\\u0647\\u0627\\u0621 \\u0627\\u0644\\u0635\\u0641\\u0642\\u0629\"},\"es\":{\"name\":\"Usa el chat en vivo para finalizar el trato\"},\"fr\":{\"name\":\"Utilisez le chat en direct pour finaliser l\'accord\"},\"hi\":{\"name\":\"\\u0921\\u0940\\u0932 \\u092b\\u093e\\u0907\\u0928\\u0932 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u093e\\u0907\\u0935 \\u091a\\u0948\\u091f \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"6830234315094\"},\"683023659ad9a\":{\"language\":{\"en\":{\"name\":\"Confirm Trade & Process Payment Securely\"},\"ar\":{\"name\":\"\\u0623\\u0643\\u062f \\u0627\\u0644\\u0635\\u0641\\u0642\\u0629 \\u0648\\u0642\\u0645 \\u0628\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0623\\u0645\\u0627\\u0646\"},\"es\":{\"name\":\"Confirma la operaci\\u00f3n y procesa el pago de forma segura\"},\"fr\":{\"name\":\"Confirmez la transaction et effectuez le paiement en toute s\\u00e9curit\\u00e9\"},\"hi\":{\"name\":\"\\u091f\\u094d\\u0930\\u0947\\u0921 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"683023659ad9a\"},\"68302382e7150\":{\"language\":{\"en\":{\"name\":\"View Transaction in Your Trade History\"},\"ar\":{\"name\":\"\\u0639\\u0631\\u0636 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0641\\u064a \\u0633\\u062c\\u0644 \\u062a\\u062f\\u0627\\u0648\\u0644\\u0627\\u062a\\u0643\"},\"es\":{\"name\":\"Ver la transacci\\u00f3n en tu historial de operaciones\"},\"fr\":{\"name\":\"Voir la transaction dans votre historique de trading\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u0947 \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u092e\\u0947\\u0902 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0926\\u0947\\u0916\\u0947\\u0902\"}},\"id\":\"68302382e7150\"}}}', 1, 1, '2025-05-23 17:00:03', '2025-05-23 18:47:18');
INSERT INTO `frontend_header_section_pages` (`id`, `parent_id`, `type`, `value`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(35, 35, 'personal', '{\"images\":{\"section_image\":\"9fca4760-93df-4d10-884e-233c7f80d67e.webp\",\"step_image\":\"db40ae70-374a-4ec5-9e47-aca5e20b69b0.webp\"},\"language\":{\"en\":{\"heading\":\"Instant Messaging Between Users for Smoother Transactions\",\"sub_heading\":\"With QRPay Pro\\u2019s built-in P2P Live Chat, users can communicate in real time \\u2014 making currency trading and deal negotiations faster, easier, and more secure.\",\"process_step_title\":\"How to Use P2P Chat on QRPay Pro\",\"button_name\":\"Start Chatting\",\"button_link\":\"user\\/my-chat\",\"step_title\":\"Chat Directly With Buyers or Sellers\",\"step_sub_title\":\"Connect instantly to finalize terms, ask questions, and resolve any concerns directly within the platform.\"},\"es\":{\"heading\":\"Mensajer\\u00eda instant\\u00e1nea entre usuarios para transacciones m\\u00e1s fluidas\",\"sub_heading\":\"Con el chat en vivo P2P integrado de QRPay Pro, los usuarios pueden comunicarse en tiempo real, haciendo que el comercio de divisas y la negociaci\\u00f3n de acuerdos sean m\\u00e1s r\\u00e1pidos, f\\u00e1ciles y seguros.\",\"process_step_title\":\"C\\u00f3mo usar el chat P2P en QRPay Pro\",\"button_name\":\"Comenzar a chatear\",\"button_link\":\"user\\/my-chat\",\"step_title\":\"Chatea directamente con compradores o vendedores\",\"step_sub_title\":\"Con\\u00e9ctate al instante para finalizar los t\\u00e9rminos, hacer preguntas y resolver cualquier inquietud directamente dentro de la plataforma.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u0633\\u0644\\u0629 \\u0627\\u0644\\u0641\\u0648\\u0631\\u064a\\u0629 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0644\\u062a\\u0633\\u0647\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\",\"sub_heading\":\"\\u0645\\u0639 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0627\\u0644\\u062d\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0645\\u062c\\u0629 \\u0641\\u064a QRPay Pro\\u060c \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a \\u2014 \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644 \\u062a\\u062f\\u0627\\u0648\\u0644 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0648\\u0627\\u0644\\u062a\\u0641\\u0627\\u0648\\u0636 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u0642\\u0627\\u062a \\u0623\\u0633\\u0631\\u0639 \\u0648\\u0623\\u0633\\u0647\\u0644 \\u0648\\u0623\\u0643\\u062b\\u0631 \\u0623\\u0645\\u0627\\u0646\\u064b\\u0627.\",\"process_step_title\":\"\\u0643\\u064a\\u0641\\u064a\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u0646 \\u0646\\u0638\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u064a\\u0631 (P2P) \\u0639\\u0644\\u0649 QRPay Pro\",\"button_name\":\"\\u0627\\u0628\\u062f\\u0623 \\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629\",\"button_link\":\"user\\/my-chat\",\"step_title\":\"\\u062f\\u0631\\u062f\\u0634 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0634\\u062a\\u0631\\u064a\\u0646 \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u064a\\u0646\",\"step_sub_title\":\"\\u0627\\u062a\\u0635\\u0644 \\u0641\\u0648\\u0631\\u064b\\u0627 \\u0644\\u0625\\u0646\\u0647\\u0627\\u0621 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\\u060c \\u0648\\u0637\\u0631\\u062d \\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629\\u060c \\u0648\\u062d\\u0644 \\u0623\\u064a \\u0645\\u062e\\u0627\\u0648\\u0641 \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629\\u064b \\u062f\\u0627\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0646\\u0635\\u0629.\"},\"fr\":{\"heading\":\"Messagerie instantan\\u00e9e entre utilisateurs pour des transactions plus fluides\",\"sub_heading\":\"Avec le chat en direct P2P int\\u00e9gr\\u00e9 de QRPay Pro, les utilisateurs peuvent communiquer en temps r\\u00e9el \\u2014 rendant le trading de devises et les n\\u00e9gociations d\\u2019accords plus rapides, plus faciles et plus s\\u00fbrs.\",\"process_step_title\":\"Comment utiliser le chat P2P sur QRPay Pro\",\"button_name\":\"Commencer \\u00e0 discuter\",\"button_link\":\"user\\/my-chat\",\"step_title\":\"Discutez directement avec les acheteurs ou les vendeurs\",\"step_sub_title\":\"Connectez-vous instantan\\u00e9ment pour finaliser les conditions, poser des questions et r\\u00e9soudre toutes les pr\\u00e9occupations directement sur la plateforme.\"},\"hi\":{\"heading\":\"\\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0938\\u0902\\u0926\\u0947\\u0936 \\u0938\\u0947\\u0935\\u093e \\u0924\\u093e\\u0915\\u093f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u091a\\u093e\\u0930\\u0942 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0939\\u094b \\u0938\\u0915\\u0947\\u0902\",\"sub_heading\":\"QRPay Pro \\u0915\\u0947 \\u092c\\u093f\\u0932\\u094d\\u091f-\\u0907\\u0928 P2P \\u0932\\u093e\\u0907\\u0935 \\u091a\\u0948\\u091f \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0930\\u093f\\u092f\\u0932 \\u091f\\u093e\\u0907\\u092e \\u092e\\u0947\\u0902 \\u0938\\u0902\\u0935\\u093e\\u0926 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u2014 \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u091f\\u094d\\u0930\\u0947\\u0921\\u093f\\u0902\\u0917 \\u0914\\u0930 \\u0921\\u0940\\u0932 \\u0928\\u0947\\u0917\\u094b\\u0938\\u093f\\u090f\\u0936\\u0928 \\u0924\\u0947\\u091c\\u093c, \\u0906\\u0938\\u093e\\u0928 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\",\"process_step_title\":\"QRPay Pro \\u092a\\u0930 P2P \\u091a\\u0948\\u091f \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0947\\u0902\",\"button_name\":\"\\u091a\\u0948\\u091f \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"user\\/my-chat\",\"step_title\":\"\\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u094b\\u0902 \\u092f\\u093e \\u0935\\u093f\\u0915\\u094d\\u0930\\u0947\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0940\\u0927\\u0947 \\u091a\\u0948\\u091f \\u0915\\u0930\\u0947\\u0902\",\"step_sub_title\":\"\\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u0915\\u094b \\u0905\\u0902\\u0924\\u093f\\u092e \\u0930\\u0942\\u092a \\u0926\\u0947\\u0928\\u0947, \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928 \\u092a\\u0942\\u091b\\u0928\\u0947, \\u0914\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u091a\\u093f\\u0902\\u0924\\u093e \\u0915\\u094b \\u0938\\u0940\\u0927\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u0939\\u0932 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u0941\\u0930\\u0902\\u0924 \\u091c\\u0941\\u0921\\u093c\\u0947\\u0902\\u0964\"}},\"items\":{\"683028ce90045\":{\"language\":{\"en\":{\"name\":\"Open a Trade Listing\"},\"ar\":{\"name\":\"\\u0627\\u0641\\u062a\\u062d \\u0625\\u0639\\u0644\\u0627\\u0646 \\u062a\\u062c\\u0627\\u0631\\u0629\"},\"es\":{\"name\":\"Abre un anuncio de comercio\"},\"fr\":{\"name\":\"Ouvrir une annonce commerciale\"},\"hi\":{\"name\":\"\\u091f\\u094d\\u0930\\u0947\\u0921 \\u0932\\u093f\\u0938\\u094d\\u091f\\u093f\\u0902\\u0917 \\u0916\\u094b\\u0932\\u0947\\u0902\"}},\"id\":\"683028ce90045\"},\"683028fa68fb4\":{\"language\":{\"en\":{\"name\":\"Click \\u2018Chat with User\\u2019\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u0642\\u0631 \\u0639\\u0644\\u0649 \\\"\\u0627\\u0644\\u062f\\u0631\\u062f\\u0634\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\\"\"},\"es\":{\"name\":\"Haz clic en \\\"Chatear con usuario\\\"\"},\"fr\":{\"name\":\"Cliquez sur \\u00ab\\u00a0Discuter avec l\'utilisateur\\u00a0\\u00bb\"},\"hi\":{\"name\":\"\\u092f\\u0942\\u091c\\u093c\\u0930 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u091a\\u0948\\u091f \\u0915\\u0930\\u0947\\u0902\' \\u092a\\u0930 \\u0915\\u094d\\u0932\\u093f\\u0915 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"683028fa68fb4\"},\"68302917410fd\":{\"language\":{\"en\":{\"name\":\"Discuss Pricing or Conditions\"},\"ar\":{\"name\":\"\\u0646\\u0627\\u0642\\u0634 \\u0627\\u0644\\u062a\\u0633\\u0639\\u064a\\u0631 \\u0623\\u0648 \\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\"},\"es\":{\"name\":\"Discute el precio o las condiciones\"},\"fr\":{\"name\":\"Discutez des prix ou des conditions\"},\"hi\":{\"name\":\"\\u092e\\u0942\\u0932\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u0923 \\u092f\\u093e \\u0936\\u0930\\u094d\\u0924\\u094b\\u0902 \\u092a\\u0930 \\u091a\\u0930\\u094d\\u091a\\u093e \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"68302917410fd\"},\"68302935f2846\":{\"language\":{\"en\":{\"name\":\"Confirm Details in Real-Time\"},\"ar\":{\"name\":\"\\u0623\\u0643\\u062f \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a\"},\"es\":{\"name\":\"Confirma los detalles en tiempo real\"},\"fr\":{\"name\":\"Confirmez les d\\u00e9tails en temps r\\u00e9el\"},\"hi\":{\"name\":\"\\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u092e\\u0947\\u0902 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"68302935f2846\"},\"68302958c482b\":{\"language\":{\"en\":{\"name\":\"Proceed with Secure Transaction\"},\"ar\":{\"name\":\"\\u062a\\u0627\\u0628\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629\"},\"es\":{\"name\":\"Procede con la transacci\\u00f3n segura\"},\"fr\":{\"name\":\"Proc\\u00e9dez \\u00e0 la transaction s\\u00e9curis\\u00e9e\"},\"hi\":{\"name\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0906\\u0917\\u0947 \\u092c\\u0922\\u093c\\u0947\\u0902\"}},\"id\":\"68302958c482b\"}}}', 1, 1, '2025-05-23 17:01:52', '2025-05-23 18:55:52');

-- --------------------------------------------------------

--
-- Table structure for table `gateway_a_pis`
--

CREATE TABLE `gateway_a_pis` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `payment_gateway_status` tinyint(1) NOT NULL DEFAULT 1,
  `card_status` tinyint(1) NOT NULL DEFAULT 1,
  `wallet_status` tinyint(1) NOT NULL DEFAULT 1,
  `secret_key` text DEFAULT NULL,
  `public_key` text DEFAULT NULL,
  `account_id` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `gateway_a_pis`
--

INSERT INTO `gateway_a_pis` (`id`, `admin_id`, `payment_gateway_status`, `card_status`, `wallet_status`, `secret_key`, `public_key`, `account_id`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1, 1, 'sk_test_51Mpk84GY5ZDP96XrMNorbwzOpXavCSsrvcGjSJnMLYHRWUJnmCQ4Yi5nN6HtgOjWhFLcoIOnW1MotmCnVO06xlH600gFvv6o6d', 'pk_test_51Mpk84GY5ZDP96XrcctPNWO7ckpsPtxj3sBVL1tmI93rxZnBTA4RKvluLqvtkoGTnZEsaatIw1BExBCcqSb7UMwB00QzQMSLXz', NULL, '2023-10-21 14:03:02', '2023-10-21 14:03:02');

-- --------------------------------------------------------

--
-- Table structure for table `gateway_settings`
--

CREATE TABLE `gateway_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED DEFAULT NULL,
  `wallet_status` tinyint(1) NOT NULL DEFAULT 1,
  `virtual_card_status` tinyint(1) NOT NULL DEFAULT 1,
  `master_visa_status` tinyint(1) NOT NULL DEFAULT 1,
  `credentials` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `gift_cards`
--

CREATE TABLE `gift_cards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(50) NOT NULL COMMENT 'should be USER, AGENT, Merchant',
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `user_wallet_id` bigint(20) UNSIGNED NOT NULL,
  `recipient_currency_id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(191) NOT NULL,
  `trx_id` varchar(191) NOT NULL COMMENT 'internal TRX ID',
  `api_trx_id` varchar(250) NOT NULL COMMENT 'TRX ID From API',
  `card_amount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `card_total_amount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `card_currency` varchar(250) NOT NULL,
  `card_image` varchar(255) DEFAULT NULL,
  `card_name` varchar(255) DEFAULT NULL,
  `user_wallet_currency` varchar(30) NOT NULL,
  `exchange_rate` decimal(28,8) NOT NULL DEFAULT 1.00000000,
  `default_currency` varchar(30) NOT NULL,
  `percent_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000 COMMENT 'charge percentage in default currency',
  `fixed_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000 COMMENT 'charge fixed in default currency',
  `percent_charge_calc` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `fixed_charge_calc` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `total_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `qty` int(11) NOT NULL,
  `unit_amount` decimal(28,8) NOT NULL DEFAULT 0.00000000 COMMENT 'Unit amount in user wallet currency',
  `conversion_amount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `total_payable` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `api_currency` varchar(30) NOT NULL COMMENT 'API owner account currency',
  `api_discount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `api_fee` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `api_sms_fee` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `api_total_fee` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `pre_order` tinyint(1) NOT NULL DEFAULT 0,
  `recipient_email` varchar(250) DEFAULT NULL,
  `recipient_country_iso2` varchar(250) DEFAULT NULL,
  `recipient_phone` varchar(250) DEFAULT NULL,
  `codes` text DEFAULT NULL COMMENT 'Redeem Codes',
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `details` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `queue` varchar(191) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) UNSIGNED NOT NULL,
  `reserved_at` int(10) UNSIGNED DEFAULT NULL,
  `available_at` int(10) UNSIGNED NOT NULL,
  `created_at` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `languages`
--

CREATE TABLE `languages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `code` varchar(20) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `last_edit_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `dir` varchar(191) NOT NULL DEFAULT 'ltr'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `languages`
--

INSERT INTO `languages` (`id`, `name`, `code`, `status`, `last_edit_by`, `created_at`, `updated_at`, `dir`) VALUES
(1, 'English', 'en', 1, 1, '2026-07-12 07:15:32', NULL, 'ltr'),
(2, 'Spanish', 'es', 0, 1, '2026-07-12 07:15:32', NULL, 'ltr'),
(3, 'Arabic', 'ar', 0, 1, '2026-07-12 07:15:32', NULL, 'rtl'),
(4, 'French', 'fr', 0, 1, '2026-07-12 07:15:32', NULL, 'ltr'),
(5, 'Hindi', 'hi', 0, 1, '2026-07-12 07:15:32', NULL, 'ltr');

-- --------------------------------------------------------

--
-- Table structure for table `live_exchange_rate_api_settings`
--

CREATE TABLE `live_exchange_rate_api_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `provider` varchar(100) NOT NULL,
  `value` text DEFAULT NULL,
  `multiply_by` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `currency_module` tinyint(1) NOT NULL DEFAULT 1,
  `payment_gateway_module` tinyint(1) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `live_exchange_rate_api_settings`
--

INSERT INTO `live_exchange_rate_api_settings` (`id`, `slug`, `provider`, `value`, `multiply_by`, `currency_module`, `payment_gateway_module`, `status`, `created_at`, `updated_at`) VALUES
(1, 'CURRENCY-LAYER', 'Currency Layer', '{\"access_key\":\"5fec442d27f34a1c71eed0fce252a16d\",\"base_url\":\"https:\\/\\/api.currencylayer.com\",\"multiply_by\":\"1\"}', 1.00000000, 1, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `merchants`
--

CREATE TABLE `merchants` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `firstname` varchar(191) NOT NULL,
  `lastname` varchar(191) DEFAULT NULL,
  `username` varchar(191) NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `mobile_code` varchar(191) DEFAULT NULL,
  `mobile` varchar(191) DEFAULT NULL,
  `full_mobile` varchar(191) DEFAULT NULL,
  `password` varchar(191) NOT NULL,
  `pin_status` tinyint(1) NOT NULL DEFAULT 0,
  `pin_code` int(11) DEFAULT NULL,
  `refferal_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 = Active, 0 == Banned',
  `address` text DEFAULT NULL,
  `email_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 == verified, 0 == Not verified',
  `sms_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 == verified, 0 == Not verified',
  `kyc_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0: Default, 1: Approved, 2: Pending, 3:Rejected',
  `ver_code` int(11) DEFAULT NULL,
  `ver_code_send_at` timestamp NULL DEFAULT NULL,
  `two_factor_verified` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_status` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_secret` varchar(191) DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `business_name` varchar(191) DEFAULT NULL,
  `registered_by` enum('Email','Phone') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `merchants`
--

INSERT INTO `merchants` (`id`, `firstname`, `lastname`, `username`, `email`, `mobile_code`, `mobile`, `full_mobile`, `password`, `pin_status`, `pin_code`, `refferal_user_id`, `image`, `status`, `address`, `email_verified`, `sms_verified`, `kyc_verified`, `ver_code`, `ver_code_send_at`, `two_factor_verified`, `two_factor_status`, `two_factor_secret`, `device_id`, `email_verified_at`, `remember_token`, `deleted_at`, `created_at`, `updated_at`, `business_name`, `registered_by`) VALUES
(1, 'Test', 'Merchant', 'testmerchant', 'merchant@appdevs.net', '880', '123456782', '880123456782', '$2y$10$dVzs8JNoEqjm6wU.d5zgP.AidghKWueWo304EXs/kd.Ddx6WtcSje', 0, NULL, NULL, NULL, 1, '{\"country\":\"Bangladesh\",\"city\":\"Dhaka\",\"zip\":\"1230\",\"state\":\"\",\"address\":\"\"}', 1, 1, 1, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'Test Business Name', 'Email');

-- --------------------------------------------------------

--
-- Table structure for table `merchant_authorizations`
--

CREATE TABLE `merchant_authorizations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `code` int(11) NOT NULL,
  `token` text DEFAULT NULL,
  `temp_data` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_configurations`
--

CREATE TABLE `merchant_configurations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `version` varchar(191) DEFAULT NULL,
  `sms_verify` tinyint(1) NOT NULL DEFAULT 0,
  `email_verify` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `merchant_configurations`
--

INSERT INTO `merchant_configurations` (`id`, `name`, `image`, `version`, `sms_verify`, `email_verify`, `created_at`, `updated_at`) VALUES
(1, 'QRPay', 'seeder/payment-gateway-logo-default-1.png', '1.0.0', 0, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `merchant_kyc_data`
--

CREATE TABLE `merchant_kyc_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `data` text NOT NULL,
  `reject_reason` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_login_logs`
--

CREATE TABLE `merchant_login_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `mac` varchar(17) DEFAULT NULL,
  `city` varchar(30) DEFAULT NULL,
  `country` varchar(30) DEFAULT NULL,
  `longitude` varchar(50) DEFAULT NULL,
  `latitude` varchar(50) DEFAULT NULL,
  `browser` varchar(30) DEFAULT NULL,
  `os` varchar(30) DEFAULT NULL,
  `timezone` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_mail_logs`
--

CREATE TABLE `merchant_mail_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `method` varchar(191) DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_notifications`
--

CREATE TABLE `merchant_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_password_resets`
--

CREATE TABLE `merchant_password_resets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `code` bigint(20) UNSIGNED DEFAULT NULL,
  `token` varchar(191) NOT NULL,
  `merchant_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_qr_codes`
--

CREATE TABLE `merchant_qr_codes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `qr_code` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `merchant_wallets`
--

CREATE TABLE `merchant_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `balance` decimal(28,8) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `merchant_wallets`
--

INSERT INTO `merchant_wallets` (`id`, `merchant_id`, `currency_id`, `balance`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 1, 2, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 3, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 1, 4, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 1, 5, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(6, 1, 6, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(7, 1, 7, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(8, 1, 8, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(9, 1, 9, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(10, 1, 10, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(11, 1, 11, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(12, 1, 12, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(13, 1, 13, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(14, 1, 14, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(15, 1, 15, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(16, 1, 16, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(17, 1, 17, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(18, 1, 18, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(19, 1, 19, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(21, 1, 21, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(22, 1, 22, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(23, 1, 23, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(24, 1, 24, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(25, 1, 25, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(26, 1, 26, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(31, 1, 31, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(32, 1, 32, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(37, 1, 37, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(38, 1, 38, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(39, 1, 39, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(40, 1, 40, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(43, 1, 43, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(44, 1, 44, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(47, 1, 47, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(48, 1, 48, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(49, 1, 49, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(50, 1, 50, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(51, 1, 51, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(52, 1, 52, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(53, 1, 53, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(54, 1, 54, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(55, 1, 55, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(56, 1, 56, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(57, 1, 57, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(58, 1, 58, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(59, 1, 59, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(60, 1, 60, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(61, 1, 61, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(62, 1, 62, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(63, 1, 63, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(64, 1, 64, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(65, 1, 65, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(66, 1, 66, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(67, 1, 67, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(68, 1, 68, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(69, 1, 69, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(70, 1, 70, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(71, 1, 71, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(72, 1, 72, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(73, 1, 73, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(74, 1, 74, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(75, 1, 75, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(76, 1, 76, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(77, 1, 77, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(78, 1, 78, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(79, 1, 79, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(80, 1, 80, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(81, 1, 81, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(82, 1, 82, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(83, 1, 83, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(84, 1, 84, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(85, 1, 85, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(86, 1, 86, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(87, 1, 87, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(88, 1, 88, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(89, 1, 89, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(90, 1, 90, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(91, 1, 91, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(92, 1, 92, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(93, 1, 93, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(94, 1, 94, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(95, 1, 95, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(96, 1, 96, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(97, 1, 97, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(98, 1, 98, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(99, 1, 99, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(100, 1, 100, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(101, 1, 101, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(102, 1, 102, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(103, 1, 103, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(104, 1, 104, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(105, 1, 105, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(106, 1, 106, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(107, 1, 107, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(108, 1, 108, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(109, 1, 109, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(110, 1, 110, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(111, 1, 111, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(112, 1, 112, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(113, 1, 113, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(114, 1, 114, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(115, 1, 115, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(116, 1, 116, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(117, 1, 117, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(118, 1, 118, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(119, 1, 119, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(120, 1, 120, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(121, 1, 121, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(122, 1, 122, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(123, 1, 123, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(124, 1, 124, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(125, 1, 125, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(126, 1, 126, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(127, 1, 127, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(128, 1, 128, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(129, 1, 129, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(130, 1, 130, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(131, 1, 131, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(132, 1, 132, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(133, 1, 133, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(134, 1, 134, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(135, 1, 135, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(136, 1, 136, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(137, 1, 137, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(138, 1, 138, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(139, 1, 139, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(140, 1, 140, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(141, 1, 141, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(142, 1, 142, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(143, 1, 143, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(144, 1, 144, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(145, 1, 145, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(146, 1, 146, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(147, 1, 147, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(148, 1, 148, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(149, 1, 149, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(150, 1, 150, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2016_06_01_000001_create_oauth_auth_codes_table', 1),
(4, '2016_06_01_000002_create_oauth_access_tokens_table', 1),
(5, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1),
(6, '2016_06_01_000004_create_oauth_clients_table', 1),
(7, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1),
(8, '2019_08_19_000000_create_failed_jobs_table', 1),
(9, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(10, '2022_12_11_061454_create_admins_table', 1),
(11, '2022_12_13_060252_create_transaction_settings_table', 1),
(12, '2022_12_14_103353_create_currencies_table', 1),
(13, '2022_12_17_104923_create_basic_settings_table', 1),
(14, '2022_12_18_093156_create_setup_seos_table', 1),
(15, '2022_12_19_072039_create_app_settings_table', 1),
(16, '2022_12_24_071800_create_site_sections_table', 1),
(17, '2022_12_24_110923_create_app_onboard_screens_table', 1),
(18, '2022_12_25_082623_create_payment_gateways_table', 1),
(19, '2022_12_26_060705_create_payment_gateway_currencies_table', 1),
(20, '2023_01_03_095454_create_extensions_table', 1),
(21, '2023_01_04_061756_create_setup_kycs_table', 1),
(22, '2023_01_07_053411_create_user_profiles_table', 1),
(23, '2023_01_08_133258_create_push_notification_records_table', 1),
(24, '2023_01_10_105235_create_user_password_resets_table', 1),
(25, '2023_01_10_115626_create_admin_login_logs_table', 1),
(26, '2023_01_11_121649_create_admin_roles_table', 1),
(27, '2023_01_11_122240_create_user_login_logs_table', 1),
(28, '2023_01_11_135434_update_admins_table', 1),
(29, '2023_01_12_052750_create_admin_role_permissions_table', 1),
(30, '2023_01_12_055605_create_exchange_rates_table', 1),
(31, '2023_01_12_055705_create_user_wallets_table', 1),
(32, '2023_01_14_154700_create_admin_role_has_permissions_table', 1),
(33, '2023_01_15_051638_create_admin_has_roles_table', 1),
(34, '2023_01_16_095331_create_temporary_datas_table', 1),
(35, '2023_01_18_043653_create_admin_notifications_table', 1),
(36, '2023_01_18_102653_create_languages_table', 1),
(37, '2023_01_19_060838_create_coinbase_webhook_calls_table', 1),
(38, '2023_02_06_070418_create_user_mail_logs_table', 1),
(39, '2023_02_06_143558_create_user_authorizations_table', 1),
(40, '2023_02_07_154740_create_user_kyc_data_table', 1),
(41, '2023_02_09_083658_create_setup_pages_table', 1),
(42, '2023_02_23_084905_create_agents_table', 1),
(43, '2023_02_23_120421_create_agent_kyc_data_table', 1),
(44, '2023_02_23_131154_create_agent_mail_logs_table', 1),
(45, '2023_02_23_134152_create_agent_login_logs_table', 1),
(46, '2023_02_25_105937_create_transaction_methods_table', 1),
(47, '2023_03_11_054132_create_user_notifications_table', 1),
(48, '2023_03_15_060724_create_blog_categories_table', 1),
(49, '2023_03_15_112130_create_blogs_table', 1),
(50, '2023_03_20_090737_create_newsletters_table', 1),
(51, '2023_03_22_095325_create_user_qr_codes_table', 1),
(52, '2023_03_23_152217_create_contacts_table', 1),
(53, '2023_03_25_072547_create_bill_pay_categories_table', 1),
(54, '2023_03_27_080012_create_topup_categories_table', 1),
(55, '2023_03_30_102050_create_virtual_card_apis_table', 1),
(56, '2023_04_01_065330_create_virtual_cards_table', 1),
(57, '2023_04_04_082235_create_receiver_counties_table', 1),
(58, '2023_04_04_102919_create_remitance_bank_deposits_table', 1),
(59, '2023_04_04_113606_create_remitance_cash_pickups_table', 1),
(60, '2023_04_05_052245_create_receipients_table', 1),
(61, '2023_05_02_102025_create_merchants_table', 1),
(62, '2023_05_02_102346_create_merchant_authorizations_table', 1),
(63, '2023_05_02_102532_create_merchant_login_logs_table', 1),
(64, '2023_05_02_102706_create_merchant_password_resets_table', 1),
(65, '2023_05_02_102841_create_merchant_wallets_table', 1),
(66, '2023_05_02_103156_create_merchant_kyc_data_table', 1),
(67, '2023_05_02_103328_create_merchant_qr_codes_table', 1),
(68, '2023_05_02_103608_create_merchant_notifications_table', 1),
(69, '2023_05_07_100937_create_developer_api_credentials_table', 1),
(70, '2023_05_08_071056_create_sandbox_wallets_table', 1),
(71, '2023_05_08_094030_create_merchant_configurations_table', 1),
(72, '2023_05_08_100205_create_agent_wallets_table', 1),
(73, '2023_05_08_180502_create_merchant_mail_logs_table', 1),
(74, '2023_05_09_105630_create_payment_order_requests_table', 1),
(75, '2023_05_11_103837_create_agent_authorizations_table', 1),
(76, '2023_05_11_104054_create_agent_notifications_table', 1),
(77, '2023_05_11_104343_create_agent_password_resets_table', 1),
(78, '2023_05_11_104543_create_agent_qr_codes_table', 1),
(79, '2023_05_14_093411_create_transactions_table', 1),
(80, '2023_05_23_072239_create_transaction_charges_table', 1),
(81, '2023_05_23_073232_create_transaction_devices_table', 1),
(82, '2023_05_28_075936_create_user_support_tickets_table', 1),
(83, '2023_05_28_081512_create_user_support_chats_table', 1),
(84, '2023_05_28_101246_create_user_support_ticket_attachments_table', 1),
(85, '2023_06_21_133800_create_script_table', 1),
(86, '2023_07_13_154542_create_module_settings_table', 1),
(87, '2023_07_19_174909_create_sudo_virtual_cards_table', 1),
(88, '2023_07_29_144855_create_agent_recipients_table', 1),
(89, '2023_08_02_101435_create_gateway_settings_table', 1),
(90, '2023_08_09_154956_add_user_table_update_column', 1),
(91, '2023_08_09_154956_add_user_table_update_column_for_stripe_card', 1),
(92, '2023_08_09_154956_add_user_table_update_column_for_strowallet', 1),
(93, '2023_08_09_155439_add_app_settings_table_update_column', 1),
(94, '2023_08_09_155439_add_basic_settings_table_update_column', 1),
(95, '2023_08_09_155439_add_basic_settings_table_update_column_for', 1),
(96, '2023_08_09_155439_add_merchant_table_update_column', 1),
(97, '2023_08_09_155439_add_onboard_settings_table_update_column', 1),
(98, '2023_08_09_155834_add_payment_gateway_table_update_column', 1),
(99, '2023_08_09_155834_admin-notification_table_update_column', 1),
(100, '2023_08_09_155834_update_virtual_card_api_table_column', 1),
(101, '2023_08_26_222500_create_stripe_virtual_cards_table', 1),
(102, '2023_09_03_173051_add_column_on_languages_table', 1),
(103, '2023_09_12_123701_create_payment_links_table', 1),
(104, '2023_09_13_155834_add_payment_link_column', 1),
(105, '2023_09_13_155834_add_transaction_column', 1),
(106, '2023_09_13_155834_update_agent_recipient_column', 1),
(107, '2023_09_13_155834_update_recipient_column', 1),
(108, '2023_09_13_155834_update_transaction_column_for_agent', 1),
(109, '2023_09_13_155834_update_transaction_settings_column_for_agent_profits', 1),
(110, '2023_09_13_155834_update_user_support_ticket_column', 1),
(111, '2023_10_21_092817_create_gateway_a_pis_table', 1),
(112, '2023_10_30_163112_create_crypto_assets_table', 1),
(113, '2023_11_02_180143_create_crypto_transactions_table', 1),
(114, '2023_11_21_171439_create_strowallet_virtual_cards_table', 1),
(115, '2023_11_22_155834_update_virtual_card_for_default_system_table_column', 1),
(116, '2024_01_26_163445_create_agent_profits_table', 1),
(117, '2024_02_16_171913_create_jobs_table', 1),
(118, '2024_02_27_180149_update_admin_table_column', 1),
(119, '2024_02_27_180149_update_blog_categories_table_column', 1),
(120, '2024_02_27_180149_update_blogs_table_column', 1),
(121, '2024_02_27_180149_update_developer_api_credentials_table_column', 1),
(122, '2024_02_27_180149_update_pay_link_settings_table_column', 1),
(123, '2024_02_27_180149_update_strowallet_virtual_cards_table_column', 1),
(124, '2024_03_16_013002_create_reloadly_apis_table', 1),
(125, '2024_03_20_064600_create_gift_cards_table', 1),
(126, '2024_06_07_152309_create_country_restrictions_table', 1),
(127, '2024_06_26_173819_create_sms_templates_table', 1),
(128, '2024_06_27_180149_update_basic_setting_for_sms_table_column', 1),
(129, '2024_07_05_095226_add_new_column_on_user_authorizations_table', 1),
(130, '2024_07_05_124642_add_new_column_on_user_password_resets_table', 1),
(131, '2024_07_05_151214_add_new_column_on_agent_authorizations_table', 1),
(132, '2024_07_08_090939_add_new_column_on_agent_password_resets_table', 1),
(133, '2024_07_08_091835_add_new_column_on_merchant_authorizations_table', 1),
(134, '2024_07_08_114223_add_new_column_on_agent_table', 1),
(135, '2024_07_08_114223_add_new_column_on_merchant_password_resets_table', 1),
(136, '2024_07_08_114223_add_new_column_on_merchant_table', 1),
(137, '2024_07_08_114223_add_new_column_on_user_table', 1),
(138, '2024_07_27_180149_update_basic_setting_table_for_precison', 1),
(139, '2024_07_27_180149_update_currency_table_column', 1),
(140, '2024_07_27_180149_update_strowallet_table_column', 1),
(141, '2024_09_24_132812_create_live_exchange_rate_api_settings_table', 1),
(142, '2024_09_26_112729_create_system_maintenances_table', 1),
(143, '2024_10_07_094452_create_strowallet_customer_kycs_table', 1),
(144, '2024_10_13_112937_create_referral_settings_table', 1),
(145, '2024_10_13_145256_create_referred_users_table', 1),
(146, '2024_10_14_110309_create_referral_level_packages_table', 1),
(147, '2024_10_14_172402_create_user_earn_referral_levels_table', 1),
(148, '2024_10_26_154644_create_frontend_header_sections_table', 1),
(149, '2024_10_27_112504_create_frontend_header_section_pages_table', 1),
(150, '2024_10_27_161239_create_frontend_header_section_faqs_table', 1),
(151, '2024_11_11_175200_create_strowallet_webhook_data_table', 1),
(152, '2024_11_6_180149_update_payment_gateway_currency_table_column', 1),
(153, '2025_02_20_120407_create_chatboxes_table', 1),
(154, '2025_02_20_130443_create_conversations_table', 1),
(155, '2025_02_20_144027_create_conversation_attachments_table', 1),
(156, '2025_02_24_173914_create_trades_table', 1),
(157, '2025_02_24_185438_add_trade_to_transaction', 1),
(158, '2025_02_26_124321_add_intervals_to_transaction_settings_table', 1),
(159, '2025_03_14_105434_create_trade_offers_table', 1),
(160, '2025_04_10_122837_add_user_id_to_temporary_data_table', 1),
(161, '2025_04_15_181553_update_decimal_precision_in_transaction_settings', 1),
(162, '2025_04_16_182252_update_act_column_on_sms_templates_table', 1),
(163, '2025_07_22_104805_create_setup_page_has_sections_table', 1),
(164, '2025_07_25_090046_add_new_column_on_user_support_tickets', 1),
(165, '2025_09_29_125545_create_cardyfie_card_customers_table', 1),
(166, '2025_09_29_132350_create_cardyfie_virtual_cards_table', 1),
(167, '2025_12_08_055732_add_columns_to_basic_settings_table', 1),
(168, '2025_12_28_090804_add_new_column_on_basic_settings_table', 1),
(169, '2025_13_19_180149_update_user_agent_merchant_table_for_pin_column', 1),
(170, '2025_13_19_180149_update_user_table_for_stripe_column', 1),
(171, '2025_13_20_180149_update_basic_settings_for_pin_verification_column', 1),
(172, '2025_13_20_180149_update_stripe_virtual_cards_column', 1),
(173, '2025_13_21_180149_update_srtowallet_virtual_cards_balance_column', 1);

-- --------------------------------------------------------

--
-- Table structure for table `module_settings`
--

CREATE TABLE `module_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(191) DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `module_settings`
--

INSERT INTO `module_settings` (`id`, `admin_id`, `user_type`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'USER', 'send-money', 1, '2026-07-12 07:15:32', NULL),
(2, 1, 'USER', 'receive-money', 1, '2026-07-12 07:15:32', NULL),
(3, 1, 'USER', 'remittance-money', 1, '2026-07-12 07:15:32', NULL),
(4, 1, 'USER', 'add-money', 1, '2026-07-12 07:15:32', NULL),
(5, 1, 'USER', 'withdraw-money', 1, '2026-07-12 07:15:32', NULL),
(6, 1, 'USER', 'make-payment', 1, '2026-07-12 07:15:32', NULL),
(7, 1, 'USER', 'virtual-card', 1, '2026-07-12 07:15:32', NULL),
(8, 1, 'USER', 'bill-pay', 1, '2026-07-12 07:15:32', NULL),
(9, 1, 'USER', 'mobile-top-up', 1, '2026-07-12 07:15:32', NULL),
(10, 1, 'USER', 'request-money', 1, '2026-07-12 07:15:32', NULL),
(11, 1, 'USER', 'pay-link', 1, '2026-07-12 07:15:32', NULL),
(12, 1, 'USER', 'money-out', 1, '2026-07-12 07:15:32', NULL),
(13, 1, 'USER', 'gift-cards', 1, '2026-07-12 07:15:32', NULL),
(14, 1, 'USER', 'money-exchange', 1, '2026-07-12 07:15:32', NULL),
(15, 1, 'USER', 'my-chat', 1, '2026-07-12 07:15:32', NULL),
(16, 1, 'USER', 'trade', 1, '2026-07-12 07:15:32', NULL),
(17, 1, 'MERCHANT', 'merchant-receive-money', 1, '2026-07-12 07:15:32', NULL),
(18, 1, 'MERCHANT', 'merchant-withdraw-money', 1, '2026-07-12 07:15:32', NULL),
(19, 1, 'MERCHANT', 'merchant-api-key', 1, '2026-07-12 07:15:32', NULL),
(20, 1, 'MERCHANT', 'merchant-gateway-settings', 1, '2026-07-12 07:15:32', NULL),
(21, 1, 'MERCHANT', 'merchant-pay-link', 1, '2026-07-12 07:15:32', NULL),
(22, 1, 'MERCHANT', 'merchant-money-exchange', 1, '2026-07-12 07:15:32', NULL),
(23, 1, 'AGENT', 'agent-receive-money', 1, '2026-07-12 07:15:32', NULL),
(24, 1, 'AGENT', 'agent-add-money', 1, '2026-07-12 07:15:32', NULL),
(25, 1, 'AGENT', 'agent-withdraw-money', 1, '2026-07-12 07:15:32', NULL),
(26, 1, 'AGENT', 'agent-transfer-money', 1, '2026-07-12 07:15:32', NULL),
(27, 1, 'AGENT', 'agent-money-in', 1, '2026-07-12 07:15:32', NULL),
(28, 1, 'AGENT', 'agent-bill-pay', 1, '2026-07-12 07:15:32', NULL),
(29, 1, 'AGENT', 'agent-mobile-top-up', 1, '2026-07-12 07:15:32', NULL),
(30, 1, 'AGENT', 'agent-remittance-money', 1, '2026-07-12 07:15:32', NULL),
(31, 1, 'AGENT', 'agent-money-exchange', 1, '2026-07-12 07:15:32', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `newsletters`
--

CREATE TABLE `newsletters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `email` varchar(191) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_access_tokens`
--

CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `scopes` text DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_auth_codes`
--

CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `scopes` text DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_clients`
--

CREATE TABLE `oauth_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(191) NOT NULL,
  `secret` varchar(100) DEFAULT NULL,
  `provider` varchar(191) DEFAULT NULL,
  `redirect` text NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `oauth_clients`
--

INSERT INTO `oauth_clients` (`id`, `user_id`, `name`, `secret`, `provider`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `created_at`, `updated_at`) VALUES
(1, NULL, 'QRPay Pro Personal Access Client', '7HCyazrZtjD4Mch7RMgjO3VKGci49fVjUarbS0jv', NULL, 'http://localhost', 1, 0, 0, '2026-07-12 07:15:33', '2026-07-12 07:15:33'),
(2, NULL, 'QRPay Pro Password Grant Client', 'gyYbIY4lhZzNw6CsBkhDeYF235MSrvCHd51UAfS4', 'users', 'http://localhost', 0, 1, 0, '2026-07-12 07:15:33', '2026-07-12 07:15:33');

-- --------------------------------------------------------

--
-- Table structure for table `oauth_personal_access_clients`
--

CREATE TABLE `oauth_personal_access_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `oauth_personal_access_clients`
--

INSERT INTO `oauth_personal_access_clients` (`id`, `client_id`, `created_at`, `updated_at`) VALUES
(1, 1, '2026-07-12 07:15:33', '2026-07-12 07:15:33');

-- --------------------------------------------------------

--
-- Table structure for table `oauth_refresh_tokens`
--

CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) NOT NULL,
  `access_token_id` varchar(100) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `payment_gateways`
--

CREATE TABLE `payment_gateways` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `code` int(10) UNSIGNED NOT NULL,
  `type` enum('AUTOMATIC','MANUAL') NOT NULL,
  `name` varchar(100) NOT NULL,
  `title` varchar(255) DEFAULT NULL,
  `alias` varchar(120) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `credentials` text DEFAULT NULL,
  `supported_currencies` text DEFAULT NULL,
  `crypto` tinyint(1) NOT NULL DEFAULT 0,
  `desc` text DEFAULT NULL,
  `input_fields` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `last_edit_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `env` enum('SANDBOX','PRODUCTION') DEFAULT NULL COMMENT 'Payment Gateway Environment (Ex: Production/Sandbox)'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_gateways`
--

INSERT INTO `payment_gateways` (`id`, `slug`, `code`, `type`, `name`, `title`, `alias`, `image`, `credentials`, `supported_currencies`, `crypto`, `desc`, `input_fields`, `status`, `last_edit_by`, `created_at`, `updated_at`, `env`) VALUES
(1, 'add-money', 105, 'AUTOMATIC', 'Paypal', 'Paypal Payment Gateway', 'paypal', 'c6e11b4e-0c49-479f-8b65-6283201fb5d1.webp', '[{\"label\":\"Secret Id\",\"placeholder\":\"Enter Secret Id\",\"name\":\"secret-id\",\"value\":\"EOmsQW73ja4jFXUIpkeTuKj5qLcqiXRCPZMPx-2UNzNy729C5lzN8cYIdZRfHIx7xPVh9cyaeByefXJL\"},{\"label\":\"Client Id\",\"placeholder\":\"Enter Client Id\",\"name\":\"client-id\",\"value\":\"AZhkSGtOqSoGsixors18c5UDkmHD53TzNogt2ksVfxqDeu1RzqdjMClVv8VGarayaAH1exMK0JHMjE8v\"}]', '[\"USD\",\"AUD\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(3, 'add-money', 110, 'AUTOMATIC', 'Stripe', 'Stripe Payment Gateway', 'stripe', '07775b99-39e0-435a-b0aa-37da922a4898.webp', '[{\"label\":\"Publishable Key\",\"placeholder\":\"Enter Publishable Key\",\"name\":\"publishable-key\",\"value\":\"pk_test_51NECrlJXLo7QTdMco2E4YxHSeoBnDvKmmi0CZl3hxjGgH1JwgcLVUF3ZR0yFraoRgT7hf0LtOReFADhShAZqTNuB003PnBSlGP\"},{\"label\":\"Secret Id\",\"placeholder\":\"Enter Secret Id\",\"name\":\"secret-id\",\"value\":\"sk_test_51NECrlJXLo7QTdMc2x7K5LaDuiS0MGNYHkO9dzzV0Y9XuWNZsXjECFsusjZEnqtxMIjCh3qtogc5sHHwL2oQ083900aFy1k7DE\"}]', '[\"USD\",\"AED\",\"AUD\",\"BDT\",\"BGN\",\"BMD\",\"CAD\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(14, 'add-money', 140, 'AUTOMATIC', 'Flutterwave', 'Flutterwave Payement Gateway', 'flutterwave', '137701d0-4e12-4a21-bc63-cda5454c2476.webp', '[{\"label\":\"Encryption key\",\"placeholder\":\"Enter Encryption key\",\"name\":\"encryption-key\",\"value\":\"FLWSECK_TEST27bee2235efd\"},{\"label\":\"Secret key\",\"placeholder\":\"Enter Secret key\",\"name\":\"secret-key\",\"value\":\"FLWSECK_TEST-da35e3dbd28be1e7dc5d5f3519e2ebef-X\"},{\"label\":\"Public key\",\"placeholder\":\"Enter Public key\",\"name\":\"public-key\",\"value\":\"FLWPUBK_TEST-e0bc02a00395b938a4a2bed65e1bc94f-X\"}]', '[\"AED\", \"ARS\", \"AUD\", \"CAD\", \"CHF\", \"CZK\", \"ETB\", \"EUR\", \"GBP\", \"GHS\", \"ILS\", \"INR\", \"JPY\", \"KES\", \"MAD\", \"MUR\", \"MYR\", \"NGN\", \"NOK\", \"NZD\", \"PEN\", \"PLN\", \"RUB\", \"RWF\", \"SAR\", \"SEK\", \"SGD\", \"SLL\", \"TZS\", \"UGX\", \"USD\", \"XAF\", \"XOF\", \"ZAR\", \"ZMK\", \"ZMW\", \"MWK\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(17, 'money-out', 145, 'AUTOMATIC', 'Flutterwave', 'Flutterwave Withdraw Payment Gateway', 'flutterwave-money-out', '8ae348ab-83c7-4405-94de-231ea1c8b1bc.webp', '[{\"label\":\"Base Url\",\"placeholder\":\"Enter Base Url\",\"name\":\"base-url\",\"value\":\"https:\\/\\/api.flutterwave.com\\/v3\"},{\"label\":\"Callback Url\",\"placeholder\":\"Enter Callback Url\",\"name\":\"callback-url\",\"value\":\"http:\\/\\/localhost\\/qrpay\\/v4.5.0\\/multiple\\/flutterwave\\/withdraw_webhooks\"},{\"label\":\"Encryption key\",\"placeholder\":\"Enter Encryption key\",\"name\":\"encryption-key\",\"value\":\"FLWSECK_TESTa21364cf85ef\"},{\"label\":\"Secret key\",\"placeholder\":\"Enter Secret key\",\"name\":\"secret-key\",\"value\":\"FLWSECK_TEST-SANDBOXDEMOKEY-X\"},{\"label\":\"Public key\",\"placeholder\":\"Enter Public key\",\"name\":\"public-key\",\"value\":\"FLWPUBK_TEST-8c91f68d3221f80efdd1d7f9fa9fb2d4-X\"}]', '[\"EUR\", \"GBP\", \"GHS\", \"KES\", \"MWK\", \"NGN\", \"SLL\", \"TZS\", \"UGX\", \"USD\", \"XAF\", \"XOF\", \"ZAR\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(18, 'add-money', 150, 'MANUAL', 'JazzCash', 'JazzCash Gateway', 'jazzcash', NULL, NULL, '[\"PKR\"]', 0, '<p>This is the &nbsp;<strong>JazzCash p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile Number\",\"name\":\"mobile_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Pin\",\"name\":\"pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Trasnaction Id\",\"name\":\"trasnaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(19, 'add-money', 155, 'MANUAL', 'EasyPaisa', 'EasyPaisa Gateway', 'easypaisa', NULL, NULL, '[\"PKR\"]', 0, '<p>This is the &nbsp;<strong>EasyPaisap </strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile\",\"name\":\"mobile\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Pin\",\"name\":\"pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction Id\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(20, 'add-money', 160, 'MANUAL', 'UPI', 'UPI Gateway', 'upi', NULL, NULL, '[\"INR\"]', 0, '<p>This is the &nbsp;<strong>UPI p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"UPI ID\",\"name\":\"upi_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"UPI PIN\",\"name\":\"upi_pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(21, 'add-money', 165, 'MANUAL', 'PhonePe', 'PhonePe Gateway', 'phonepe', NULL, NULL, '[\"INR\"]', 0, '<p>This is the &nbsp;<strong>PhonePe p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile Number\",\"name\":\"mobile_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"UPI ID\",\"name\":\"upi_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"UPI PIN\",\"name\":\"upi_pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(22, 'add-money', 170, 'MANUAL', 'Khalti', 'Khalti Gateway', 'khalti', NULL, NULL, '[\"NPR\"]', 0, '<p>This is the &nbsp;<strong>Khalti p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile Number\",\"name\":\"mobile_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"PIN\",\"name\":\"pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Payment Method\",\"name\":\"payment_method\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(23, 'money-out', 175, 'MANUAL', 'JazzCash', 'JazzCash Gateway', 'jazzcash', NULL, NULL, '[\"PKR\"]', 0, '<p>This is the &nbsp;<strong>JazzCash p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile Number\",\"name\":\"mobile_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Pin\",\"name\":\"pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Trasnaction Id\",\"name\":\"trasnaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(24, 'money-out', 180, 'MANUAL', 'EasyPaisa', 'EasyPaisa Gateway', 'easypaisa', NULL, NULL, '[\"PKR\"]', 0, '<p>This is the &nbsp;<strong>EasyPaisa p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile\",\"name\":\"mobile\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Pin\",\"name\":\"pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction Id\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(25, 'money-out', 185, 'MANUAL', 'UPI', 'UPI Gateway', 'upi', NULL, NULL, '[\"INR\"]', 0, '<p>This is the &nbsp;<strong>UPI p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"UPI ID\",\"name\":\"upi_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"UPI PIN\",\"name\":\"upi_pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(26, 'money-out', 190, 'MANUAL', 'PhonePe', 'PhonePe Gateway', 'phonepe', NULL, NULL, '[\"INR\"]', 0, '<p>Write Here..</p>', '[{\"type\":\"text\",\"label\":\"Mobile Number\",\"name\":\"mobile_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"UPI ID\",\"name\":\"upi_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"UPI PIN\",\"name\":\"upi_pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(27, 'money-out', 195, 'MANUAL', 'Khalti', 'Khalti Gateway', 'khalti', NULL, NULL, '[\"NPR\"]', 0, '<p>This is the &nbsp;<strong>Khalti p</strong>ayment gateway for money out, Please follow given instructions.</p>', '[{\"type\":\"text\",\"label\":\"Mobile Number\",\"name\":\"mobile_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"PIN\",\"name\":\"pin\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Payment Method\",\"name\":\"payment_method\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(28, 'add-money', 200, 'AUTOMATIC', 'RazorPay', 'Razor Pay Payment Gateway', 'razorpay', '7f46e145-774e-41bf-9170-243605a5d4d0.webp', '[{\"label\":\"Public key\",\"placeholder\":\"Enter Public key\",\"name\":\"public-key\",\"value\":\"rzp_test_voV4gKUbSxoQez\"},{\"label\":\"Secret Key\",\"placeholder\":\"Enter Secret Key\",\"name\":\"secret-key\",\"value\":\"cJltc1jy6evA4Vvh9lTO7SWr\"}]', '[\"USD\",\"EUR\",\"GBP\",\"SGD\",\"AED\",\"AUD\",\"CAD\",\"CNY\",\"SEK\",\"NZD\",\"MXN\",\"BDT\",\"EGP\",\"HKD\",\"INR\",\"LBP\",\"LKR\",\"MAD\",\"MYR\",\"NGN\",\"NPR\",\"PHP\",\"PKR\",\"QAR\",\"SAR\",\"UZS\",\"GHS\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(29, 'add-money', 205, 'AUTOMATIC', 'Pagadito', 'Pagadito Payment Gateway', 'pagadito', 'ae7f6892-ff89-4880-b485-d34f2512df26.webp', '[{\"label\":\"UID\",\"placeholder\":\"Enter UID\",\"name\":\"uid\",\"value\":\"b73eb3fa1dc8bea4b4363322c906a8fd\"},{\"label\":\"WSK\",\"placeholder\":\"Enter WSK\",\"name\":\"wsk\",\"value\":\"dc843ff5865bac2858ad8f23af081256\"},{\"label\":\"base_url\",\"placeholder\":\"Enter base_url\",\"name\":\"base_url\",\"value\":\"https:\\/\\/sandbox.pagadito.com\"}]', '[\"USD\",\"HNL\",\"CRC\",\"DOP\",\"GTQ\",\"NIO\",\"PAB\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(30, 'add-money', 210, 'AUTOMATIC', 'SSLCommerz', 'SSLCommerz Payment Gateway For Add Money', 'sslcommerz', 'f4fe90e9-9b25-48b8-b3f5-9847cfbc6da7.webp', '[{\"label\":\"Store Id\",\"placeholder\":\"Enter Store Id\",\"name\":\"store-id\",\"value\":\"appde6513b3970d62c\"},{\"label\":\"Store Password\",\"placeholder\":\"Enter Store Password\",\"name\":\"store-password\",\"value\":\"appde6513b3970d62c@ssl\"},{\"label\":\"Sandbox Url\",\"placeholder\":\"Enter Sandbox Url\",\"name\":\"sandbox-url\",\"value\":\"https:\\/\\/sandbox.sslcommerz.com\"},{\"label\":\"Live Url\",\"placeholder\":\"Enter Live Url\",\"name\":\"live-url\",\"value\":\"https:\\/\\/securepay.sslcommerz.com\"}]', '[\"BDT\",\"EUR\",\"GBP\",\"AUD\",\"USD\",\"CAD\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(31, 'add-money', 215, 'AUTOMATIC', 'CoinGate', 'Crypto Payment gateway (CoinGate)', 'coingate', '1e3e7e01-8ffa-46ec-9bcd-bc63501192e7.webp', '[{\"label\":\"Sandbox URL\",\"placeholder\":\"Enter Sandbox URL\",\"name\":\"sandbox-url\",\"value\":\"https:\\/\\/api-sandbox.coingate.com\\/v2\"},{\"label\":\"Sandbox App Token\",\"placeholder\":\"Enter Sandbox App Token\",\"name\":\"sandbox-app-token\",\"value\":\"XJW4RyhT8F-xssX2PvaHMWJjYe5nsbsrbb2Uqy4m\"},{\"label\":\"Production URL\",\"placeholder\":\"Enter Production URL\",\"name\":\"production-url\",\"value\":\"https:\\/\\/api.coingate.com\\/v2\"},{\"label\":\"Production App Token\",\"placeholder\":\"Enter Production App Token\",\"name\":\"production-app-token\",\"value\":null}]', '[\"USD\",\"BTC\",\"LTC\",\"ETH\",\"BCH\",\"TRX\",\"ETC\",\"DOGE\",\"BTG\",\"BNB\",\"TUSD\",\"USDT\",\"BSV\",\"MATIC\",\"BUSD\",\"SOL\",\"WBTC\",\"RVN\",\"BCD\",\"ATOM\",\"BTTC\",\"EURT\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(32, 'add-money', 220, 'AUTOMATIC', 'Tatum', 'Tatum Gateway', 'tatum', '857aeca5-e62c-45a1-b479-5e42eb7d746a.webp', '[{\"label\":\"Testnet\",\"placeholder\":\"Enter Testnet\",\"name\":\"test-net\",\"value\":\"t-657aafddb117a3001c86eda4-37941d61197f4aa6bf416aff\"},{\"label\":\"Mainnet\",\"placeholder\":\"Enter Mainnet\",\"name\":\"main-net\",\"value\":\"t-657aafddb117a3001c86eda4-53dede7263974bb4a63d6e0e\"}]', '[\"BTC\",\"ETH\",\"SOL\"]', 1, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(33, 'add-money', 225, 'AUTOMATIC', 'Perfect Money', 'Perfect Money Gateway', 'perfect-money', 'seeder/pmoney.webp', '[{\"label\":\"Alternate Passphrase\",\"placeholder\":\"Enter Alternate Passphrase\",\"name\":\"alternate-passphrase\",\"value\":\"t0d2nbK2ZA92fRTnIFsMTWsHT\"},{\"label\":\"EUR Account\",\"placeholder\":\"Enter EUR Account\",\"name\":\"eur-account\",\"value\":\"E39620511\"},{\"label\":\"USD Account\",\"placeholder\":\"Enter USD Account\",\"name\":\"usd-account\",\"value\":\"U39903302\"}]', '[\"USD\",\"EUR\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(34, 'add-money', 230, 'AUTOMATIC', 'Paystack', 'Paystack Gateway', 'paystack', 'seeder/paystack.webp', '[{\"label\":\"Secret Key\",\"placeholder\":\"Enter Secret Key\",\"name\":\"secret-key\",\"value\":\"sk_test_d094bb8359027eab06ca8ea9a3b757e47e35684b\"},{\"label\":\"Public Key\",\"placeholder\":\"Enter Public Key\",\"name\":\"public-key\",\"value\":\"pk_test_64a32791e5d7acc43acafb3646a1b9ce898519ea\"}]', '[\"NGN\",\"USD\",\"GHS\",\"ZAR\",\"KES\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(35, 'add-money', 235, 'MANUAL', 'Bitcoin', 'Bitcoin Gateway', 'bitcoin', NULL, NULL, '[\"BTC\"]', 1, '<p>This Is Manual Crypto Add Money Gateway</p>', '[{\"type\":\"text\",\"label\":\"Email\",\"name\":\"email\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(36, 'money-out', 240, 'MANUAL', 'Bitcoin', 'Bitcoin Gateway', 'bitcoin', NULL, NULL, '[\"BTC\"]', 1, '<p>This Is Manual Crypto Withdraw Money Gateway</p>', '[{\"type\":\"text\",\"label\":\"Email\",\"name\":\"email\",\"required\":true,\"validation\":{\"max\":\"50\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL),
(37, 'add-money', 245, 'AUTOMATIC', 'bKash', 'bKash Payment  Gateway', 'bkash', 'seeder/bkash.webp', '[{\"label\":\"App Key\",\"placeholder\":\"Enter App Key\",\"name\":\"app-key\",\"value\":\"4f6o0cjiki2rfm34kfdadl1eqq\"},{\"label\":\"Secret Key\",\"placeholder\":\"Enter Secret Key\",\"name\":\"secret-key\",\"value\":\"2is7hdktrekvrbljjh44ll3d9l1dtjo4pasmjvs5vl5qr3fug4b\"},{\"label\":\"Username\",\"placeholder\":\"Enter Username\",\"name\":\"username\",\"value\":\"sandboxTokenizedUser02\"},{\"label\":\"Password\",\"placeholder\":\"Enter Password\",\"name\":\"password\",\"value\":\"sandboxTokenizedUser02@12345\"},{\"label\":\"Sandbox Url\",\"placeholder\":\"Enter Sandbox Url\",\"name\":\"sandbox-url\",\"value\":\"https:\\/\\/tokenized.sandbox.bka.sh\\/v1.2.0-beta\"},{\"label\":\"Production Url\",\"placeholder\":\"Enter Production Url\",\"name\":\"production-url\",\"value\":\"https:\\/\\/tokenized.pay.bka.sh\\/v1.2.0-beta\"}]', '[\"BDT\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 'SANDBOX'),
(38, 'receiving-method', 320, 'MANUAL', 'Flywier', 'Flywier Gateway', 'flywier', NULL, NULL, '[\"NGN\"]', 0, '<p>Please provide receiving method information according to below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Account Name\",\"name\":\"account_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Account Number\",\"name\":\"account_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, NULL, '2023-08-19 20:47:09', NULL),
(39, 'receiving-method', 376, 'MANUAL', 'US Bank', 'US Bank Gateway', 'us-bank', NULL, NULL, '[\"USD\"]', 0, '<p>Please provide receiving method information according to below fields:&nbsp;</p>', '[{\"type\":\"file\",\"label\":\"Screenshot\",\"name\":\"screenshot\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Account Number\",\"name\":\"account_number\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Account Name\",\"name\":\"account_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, NULL, '2023-08-19 20:47:17', NULL),
(40, 'receiving-method', 380, 'MANUAL', 'QPay Gateway', 'QPay Gateway Gateway', 'qpay-gateway', NULL, NULL, '[\"AUD\"]', 0, '<p>Please provide receiving method information according to below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Screenshot\",\"name\":\"screenshot\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}}]', 1, 1, NULL, '2023-08-19 20:47:26', NULL),
(41, 'receiving-method', 385, 'MANUAL', 'Starling Bank', 'Starling Bank Gateway', 'starling-bank', NULL, NULL, '[\"GBP\"]', 0, '<p>Please provide receiving method information according to below fields:&nbsp;</p>', '[{\"type\":\"file\",\"label\":\"Screenshot\",\"name\":\"screenshot\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}}]', 1, 1, NULL, '2023-08-19 20:47:32', NULL),
(42, 'receiving-method', 390, 'MANUAL', 'Revolut bank', 'Revolut bank Gateway', 'revolut-bank', NULL, NULL, '[\"EUR\"]', 0, '<p>Please provide receiving method information according to below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Screenshot\",\"name\":\"screenshot\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}}]', 1, 1, NULL, '2023-08-19 20:47:37', NULL),
(43, 'receiving-method', 395, 'MANUAL', 'Scotiabank', 'Scotiabank Gateway', 'scotiabank', '851077c4-1df7-422a-84c4-123a41b2b8d9.webp', NULL, '[\"CAD\"]', 0, '<p>Please provide receiving method information according to below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Transaction ID\",\"name\":\"transaction_id\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Screenshot\",\"name\":\"screenshot\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}}]', 1, 1, NULL, '2023-08-19 20:47:43', NULL),
(44, 'receiving-method', 300, 'MANUAL', 'Bitcoinc', 'Bitcoinc Gateway', 'bitcoinc', NULL, NULL, '[\"BTC\"]', 0, '<p>Please provide receiving method information according to the below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Currency Name\",\"name\":\"currency_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Network Name\",\"name\":\"network_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Wallet Address\",\"name\":\"wallet_address\",\"required\":true,\"validation\":{\"max\":\"100\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Address QR Code\",\"name\":\"address_qr_code\",\"required\":false,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":false}}]', 1, 1, NULL, NULL, NULL),
(45, 'receiving-method', 305, 'MANUAL', 'Ethereum', 'Ethereum Gateway', 'ethereum', NULL, NULL, '[\"ETH\"]', 0, '<p>Please provide receiving method information according to the below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Currency Name\",\"name\":\"currency_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"2\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Network Name\",\"name\":\"network_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"2\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Wallet Address\",\"name\":\"wallet_address\",\"required\":true,\"validation\":{\"max\":\"100\",\"mimes\":[],\"min\":\"2\",\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Address QR Code\",\"name\":\"address_qr_code\",\"required\":false,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":false}}]', 1, 1, NULL, NULL, NULL),
(46, 'receiving-method', 410, 'MANUAL', 'Tether', 'Tether Gateway', 'tether', NULL, NULL, '[\"USDT\"]', 0, '<p>Please provide receiving method information according to the below fields:&nbsp;</p>', '[{\"type\":\"text\",\"label\":\"Currency Name\",\"name\":\"currency_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Network Name\",\"name\":\"network_name\",\"required\":true,\"validation\":{\"max\":\"30\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"text\",\"label\":\"Wallet Address\",\"name\":\"wallet_address\",\"required\":true,\"validation\":{\"max\":\"100\",\"mimes\":[],\"min\":\"0\",\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Address QR Code\",\"name\":\"address_qr_code\",\"required\":false,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"jpeg\",\"webp\"],\"min\":0,\"options\":[],\"required\":false}}]', 1, 1, NULL, NULL, NULL),
(47, 'add-money', 415, 'AUTOMATIC', 'Authorize', 'Authorize Payment Gateway', 'authorize', 'seeder/authorize.net.png', '[{\"label\":\"App Login ID\",\"placeholder\":\"Enter App Login ID\",\"name\":\"app-login-id\",\"value\":\"5wEnX48K4W85\"},{\"label\":\"Transaction Key\",\"placeholder\":\"Enter Transaction Key\",\"name\":\"transaction-key\",\"value\":\"8Gf4uq9Nb55y7Yzg\"},{\"label\":\"Signature Key\",\"placeholder\":\"Enter Signature Key\",\"name\":\"signature-key\",\"value\":\"B17BB1A22564FD12838A05884B51BE09EA7A98AD61E81BF6BD8BBD69414CE047D30FCBACE679AD76807670D3D261F920D80527332879790B7B4432642EA390D6\"}]', '[\"USD\"]', 0, NULL, NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `payment_gateway_currencies`
--

CREATE TABLE `payment_gateway_currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `payment_gateway_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `alias` varchar(120) NOT NULL,
  `currency_code` varchar(20) NOT NULL,
  `currency_symbol` varchar(20) DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `min_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `max_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `percent_charge` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `fixed_charge` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `rate` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `daily_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 10000.00000000,
  `monthly_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 50000.00000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_gateway_currencies`
--

INSERT INTO `payment_gateway_currencies` (`id`, `payment_gateway_id`, `name`, `alias`, `currency_code`, `currency_symbol`, `image`, `min_limit`, `max_limit`, `percent_charge`, `fixed_charge`, `rate`, `created_at`, `updated_at`, `daily_limit`, `monthly_limit`) VALUES
(1, 1, 'Paypal USD', 'paypal-usd-automatic', 'USD', '$', '051bf8be-230e-44f5-8c0e-eac5872be32e.webp', 10.00000000, 1000.00000000, 1.00000000, 2.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(2, 3, 'Stripe USD', 'stripe-usd-automatic', 'USD', '$', '285e8b55-7ab8-4856-9c12-2b3fa033a85b.webp', 20.00000000, 2000.00000000, 1.00000000, 2.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(3, 1, 'Paypal AUD', 'paypal-aud-automatic', 'AUD', '$', '5b5fca3e-c337-4e4d-babd-44538cf17e10.webp', 20.00000000, 10000.00000000, 1.00000000, 2.00000000, 1.50000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(4, 3, 'Stripe AUD', 'stripe-aud-automatic', 'AUD', '$', 'ac2766c5-e32c-408e-afbe-62bbc067a090.webp', 10.00000000, 1000.00000000, 1.00000000, 2.00000000, 1.50000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(5, 14, 'Flutterwave NGN', 'flutterwave-ngn-automatic', 'NGN', '₦', '50c50c78-020f-4367-89dd-a8600d701cad.webp', 1000.00000000, 100000.00000000, 1.00000000, 0.00000000, 1490.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(6, 17, 'Flutterwave NGN', 'flutterwave-ngn-money-out-automatic', 'NGN', '₦', 'b137736e-1d6a-4cfd-bc2c-ba3cf5d00154.webp', 1000.00000000, 100000000.00000000, 1.00000000, 0.00000000, 1490.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(7, 18, 'JazzCash PKR', 'jazzcash-pkr-manual', 'PKR', '₨', NULL, 1000.00000000, 100000.00000000, 2.00000000, 1.00000000, 278.60000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(8, 19, 'EasyPaisa PKR', 'easypaisa-pkr-manual', 'PKR', '₨', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 278.60000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(9, 20, 'UPI INR', 'upi-inr-manual', 'INR', '₹', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 83.63000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(10, 21, 'PhonePe INR', 'phonepe-inr-manual', 'INR', '₹', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 83.63000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(11, 22, 'Khalti NPR', 'khalti-npr-manual', 'NPR', '₨', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 133.46000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(12, 23, 'JazzCash PKR', 'jazzcash-pkr-money-out', 'PKR', '₨', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 278.60000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(13, 24, 'EasyPaisa PKR', 'easypaisa-pkr-money-out', 'PKR', '₨', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 278.60000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(14, 25, 'UPI INR', 'upi-inr-money-out', 'INR', '₹', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 83.63000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(15, 26, 'PhonePe INR', 'phonepe-inr-money-out', 'INR', '₹', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 83.63000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(16, 27, 'Khalti NPR', 'khalti-npr-money-out', 'NPR', '₨', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 133.46000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(17, 17, 'Flutterwave USD', 'flutterwave-usd-money-out-automatic', 'USD', '$', NULL, 1.00000000, 1000.00000000, 0.00000000, 0.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(18, 17, 'Flutterwave TZS', 'flutterwave-tzs-money-out-automatic', 'TZS', 'TZS', NULL, 1.00000000, 1000000.00000000, 0.00000000, 0.00000000, 2505.69000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(19, 14, 'Flutterwave TZS', 'flutterwave-tzs-automatic', 'TZS', 'TZS', NULL, 100.00000000, 1000000.00000000, 0.00000000, 0.00000000, 2505.69000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(20, 28, 'RazorPay INR', 'razorpay-inr-automatic', 'INR', '₹', '8db52ec2-449d-4727-b251-7d40d89eaad1.webp', 100.00000000, 100000.00000000, 0.00000000, 0.00000000, 82.87000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(21, 29, 'Pagadito USD', 'pagadito-usd-automatic', 'USD', NULL, '923c6152-3346-443c-8984-2782384ad218.webp', 10.00000000, 100.00000000, 0.00000000, 1.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(22, 30, 'SSLCommerz BDT', 'sslcommerz-bdt-automatic', 'BDT', '৳', '5db95540-abd5-409b-9956-e23e92de9c5d.webp', 100.00000000, 50000.00000000, 0.00000000, 1.00000000, 110.64000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(23, 31, 'CoinGate USDT', 'coingate-usdt-automatic', 'USDT', '$', NULL, 1.00000000, 100.00000000, 1.00000000, 0.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(24, 31, 'CoinGate USD', 'coingate-usd-automatic', 'USD', '$', NULL, 1.00000000, 1000.00000000, 1.00000000, 0.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(25, 32, 'Tatum BTC', 'tatum-btc-automatic', 'BTC', 'BTC', NULL, 0.00000000, 1000.00000000, 1.00000000, 0.00000000, 0.00002400, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(26, 32, 'Tatum ETH', 'tatum-eth-automatic', 'ETH', 'ETH', NULL, 0.00000000, 1000.00000000, 1.00000000, 0.00000000, 0.00044000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(27, 32, 'Tatum SOL', 'tatum-sol-automatic', 'SOL', 'SOL', NULL, 0.00000000, 1000.00000000, 1.00000000, 0.00000000, 3.76000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(28, 33, 'Perfect Money EUR', 'perfect-money-eur-automatic', 'EUR', '€', 'seeder/pmoney.webp', 1.00000000, 1000.00000000, 1.00000000, 1.00000000, 0.92000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(29, 33, 'Perfect Money USD', 'perfect-money-usd-automatic', 'USD', '$', 'seeder/pmoney.webp', 1.00000000, 1000.00000000, 1.00000000, 1.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(30, 34, 'Paystack NGN', 'paystack-ngn-automatic', 'NGN', '₦', NULL, 1000.00000000, 100000.00000000, 1.00000000, 1.00000000, 1590.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(31, 34, 'Paystack USD', 'paystack-usd-automatic', 'USD', '$', NULL, 1.00000000, 100.00000000, 1.00000000, 1.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(32, 34, 'Paystack GHS', 'paystack-ghs-automatic', 'GHS', 'GH₵', NULL, 100.00000000, 10000.00000000, 1.00000000, 1.00000000, 15.59000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(33, 34, 'Paystack ZAR', 'paystack-zar-automatic', 'ZAR', 'R', NULL, 20.00000000, 1000.00000000, 1.00000000, 1.00000000, 17.73000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(34, 34, 'Paystack KES', 'paystack-kes-automatic', 'KES', 'KSh', NULL, 100.00000000, 1000.00000000, 1.00000000, 1.00000000, 129.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(35, 17, 'Flutterwave ZAR', 'flutterwave-zar-money-out-automatic', 'ZAR', 'R', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 17.74000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(36, 17, 'Flutterwave UGX', 'flutterwave-ugx-money-out-automatic', 'UGX', 'USh', NULL, 100.00000000, 10000.00000000, 1.00000000, 0.00000000, 3690.80000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(37, 17, 'Flutterwave SLL', 'flutterwave-sll-money-out-automatic', 'SLL', 'Le', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 22.51210000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(38, 17, 'Flutterwave MWK', 'flutterwave-mwk-money-out-automatic', 'MWK', 'MK', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 1722.74000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(39, 17, 'Flutterwave KES', 'flutterwave-kes-money-out-automatic', 'KES', 'KSh', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 129.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(40, 17, 'Flutterwave GHS', 'flutterwave-ghs-money-out-automatic', 'GHS', 'GH₵', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 15.55000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(41, 17, 'Flutterwave ETB', 'flutterwave-etb-money-out-automatic', 'ETB', 'Br', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 108.54000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(42, 17, 'Flutterwave EGP', 'flutterwave-egp-money-out-automatic', 'EGP', 'E£', NULL, 100.00000000, 1000.00000000, 1.00000000, 0.00000000, 48.80000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(43, 35, 'Bitcoin BTC', 'bitcoin-btc-manual', 'BTC', '₿', NULL, 0.00001700, 0.13445566, 0.00001700, 0.00001700, 0.00001700, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(44, 36, 'Bitcoin BTC', 'bitcoin-btc-money-out', 'BTC', '₿', NULL, 0.00001700, 0.13445566, 0.00001700, 0.00001700, 0.00001700, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(45, 37, 'bKash BDT', 'bkash-bdt-automatic', 'BDT', '৳', 'seeder/bkash.webp', 100.00000000, 1000.00000000, 1.00000000, 1.00000000, 117.54000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(46, 38, 'Flywier NGN', 'flywier-ngn-manual', 'NGN', '₦', NULL, 1.00000000, 5000.00000000, 0.00000000, 0.00000000, 285.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(47, 39, 'US Bank USD', 'us-bank-usd-manual', 'USD', '$', NULL, 1.00000000, 10000.00000000, 0.00000000, 0.00000000, 13.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(48, 40, 'QPay Gateway AUD', 'qpay-gateway-aud-manual', 'AUD', '$', NULL, 0.00000000, 10000.00000000, 2.00000000, 0.00000000, 0.00190000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(49, 41, 'Starling Bank GBP', 'starling-bank-gbp-manual', 'GBP', '£', NULL, 0.00000000, 1000.00000000, 2.00000000, 0.00000000, 0.00100000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(50, 42, 'Revolut bank EUR', 'revolut-bank-eur-manual', 'EUR', '€', NULL, 0.00000000, 1000.00000000, 2.00000000, 0.00000000, 0.00120000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(51, 43, 'Scotiabank CAD', 'scotiabank-cad-manual', 'CAD', '$', NULL, 0.00000000, 1000.00000000, 2.00000000, 0.00000000, 0.00180000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(52, 44, 'Bitcoinc BTC', 'bitcoinc-btc-manual', 'BTC', '₿', NULL, 0.00000000, 0.00000000, 0.00000000, 0.00000000, 0.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(53, 45, 'Ethereum ETH', 'ethereum-eth-manual', 'ETH', 'Ξ', NULL, 0.00000000, 0.00000000, 0.00000000, 0.00000000, 0.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(54, 46, 'Tether USDT', 'tether-usdt-manual', 'USDT', '₮', NULL, 0.00000000, 0.00000000, 0.00000000, 0.00000000, 0.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000),
(55, 47, 'Authorize USD', 'authorize-usd-automatic', 'USD', '$', 'seeder/authorize.net.png', 1.00000000, 1000.00000000, 1.00000000, 1.00000000, 1.00000000, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 10000.00000000, 50000.00000000);

-- --------------------------------------------------------

--
-- Table structure for table `payment_links`
--

CREATE TABLE `payment_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `merchant_id` bigint(20) UNSIGNED DEFAULT NULL,
  `currency` varchar(191) NOT NULL,
  `currency_symbol` varchar(191) NOT NULL,
  `currency_name` varchar(191) NOT NULL,
  `country` varchar(191) NOT NULL,
  `type` varchar(191) NOT NULL,
  `token` varchar(191) NOT NULL,
  `title` varchar(191) NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `limit` enum('1','2') DEFAULT NULL COMMENT '1:limited, 2:unlimited',
  `min_amount` decimal(28,16) UNSIGNED DEFAULT NULL,
  `max_amount` decimal(28,16) UNSIGNED DEFAULT NULL,
  `price` decimal(28,16) UNSIGNED DEFAULT NULL,
  `qty` int(11) DEFAULT NULL,
  `reject_reason` text DEFAULT NULL,
  `status` enum('1','2','3') NOT NULL DEFAULT '2' COMMENT '1=Active, 2=Closed, 3=Rejected',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `payment_order_requests`
--

CREATE TABLE `payment_order_requests` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `access_token` text NOT NULL,
  `token` varchar(191) NOT NULL,
  `trx_id` varchar(191) NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `request_user_type` enum('USER') NOT NULL,
  `amount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(50) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `status` enum('PENDING','CREATED','SUCCESS','EXPIRED') NOT NULL DEFAULT 'CREATED',
  `email_verify` tinyint(1) NOT NULL DEFAULT 0,
  `email_code` varchar(20) DEFAULT NULL,
  `authentication` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(191) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `push_notification_records`
--

CREATE TABLE `push_notification_records` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_ids` text DEFAULT NULL,
  `device_ids` text DEFAULT NULL,
  `method` varchar(50) NOT NULL,
  `response` text DEFAULT NULL,
  `message` text DEFAULT NULL,
  `send_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `receipients`
--

CREATE TABLE `receipients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `country` int(11) NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `alias` varchar(100) DEFAULT NULL,
  `firstname` varchar(100) DEFAULT NULL,
  `lastname` varchar(100) DEFAULT NULL,
  `email` varchar(191) NOT NULL,
  `mobile_code` varchar(10) DEFAULT NULL,
  `mobile` varchar(191) NOT NULL,
  `account_number` varchar(20) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `state` varchar(255) DEFAULT NULL,
  `zip_code` varchar(10) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `receiver_counties`
--

CREATE TABLE `receiver_counties` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `country` varchar(100) NOT NULL,
  `name` varchar(100) NOT NULL,
  `code` varchar(20) NOT NULL,
  `mobile_code` varchar(20) DEFAULT NULL,
  `symbol` varchar(20) NOT NULL,
  `flag` varchar(191) DEFAULT NULL,
  `rate` decimal(28,8) NOT NULL DEFAULT 1.00000000,
  `sender` tinyint(1) NOT NULL DEFAULT 0,
  `receiver` tinyint(1) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `receiver_counties`
--

INSERT INTO `receiver_counties` (`id`, `admin_id`, `country`, `name`, `code`, `mobile_code`, `symbol`, `flag`, `rate`, `sender`, `receiver`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Australia', 'Australian dollar', 'AUD', '61', '$', 'e025b912-b8cc-4ff6-be59-a0272349ba10.webp', 1.50000000, 0, 1, 1, '2023-04-04 13:26:35', '2023-04-11 11:09:28'),
(2, 1, 'United Kingdom', 'British pound', 'GBP', '44', '£', '5cce3c36-c8d5-438e-ac1c-e9b0c9b6ee7d.webp', 0.80000000, 0, 1, 1, '2023-04-04 13:31:35', '2023-04-11 11:02:07'),
(4, 1, 'Canada', 'Canadian dollar', 'CAD', '1', '$', '685687e9-9dac-40b8-99dd-f950fee6451e.webp', 1.34000000, 0, 1, 1, '2023-04-04 13:40:52', '2023-04-11 11:02:22'),
(5, 1, 'United States', 'United States dollar', 'USD', '1', '$', '063dd2e0-f98c-4434-b63b-39aff8b01c7b.webp', 1.00000000, 0, 1, 1, '2023-04-04 14:02:56', '2023-04-11 11:02:35'),
(6, 1, 'Bangladesh', 'Bangladeshi taka', 'BDT', '880', '৳', '2c01811d-b4f9-431c-b866-c2b0b64442fe.webp', 105.34000000, 0, 1, 1, '2023-04-05 11:58:55', '2023-04-11 11:01:37');

-- --------------------------------------------------------

--
-- Table structure for table `referral_level_packages`
--

CREATE TABLE `referral_level_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(250) DEFAULT NULL,
  `refer_user` varchar(191) NOT NULL,
  `deposit_amount` decimal(28,8) NOT NULL,
  `commission` decimal(28,8) NOT NULL,
  `default` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `referral_settings`
--

CREATE TABLE `referral_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `bonus` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `wallet_type` enum('c_balance') NOT NULL,
  `mail` tinyint(1) NOT NULL DEFAULT 0,
  `sms` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `referred_users`
--

CREATE TABLE `referred_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `refer_user_id` bigint(20) UNSIGNED NOT NULL COMMENT 'Who own the refer or parent',
  `new_user_id` bigint(20) UNSIGNED NOT NULL COMMENT 'who use a referral id when registering',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `reloadly_apis`
--

CREATE TABLE `reloadly_apis` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `provider` varchar(250) NOT NULL COMMENT 'Provider slug',
  `type` varchar(250) NOT NULL COMMENT 'Type slug',
  `credentials` text NOT NULL COMMENT 'configuration credentials',
  `status` tinyint(4) NOT NULL COMMENT '1: Active, 2: Deactivate',
  `env` varchar(100) NOT NULL DEFAULT 'sandbox' COMMENT 'environment',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `reloadly_apis`
--

INSERT INTO `reloadly_apis` (`id`, `provider`, `type`, `credentials`, `status`, `env`, `created_at`, `updated_at`) VALUES
(1, 'RELOADLY', 'GIFT-CARD', '{\"client_id\":\"zdEpKtHis9zKyuQI89ctF7tfswm5HEyN\",\"secret_key\":\"weHaLOnFmO-OxuQ8nHGh91ilR8GIuE-Q4BTyFJOK5sH33mwPDw39BtYTwPgAtQv\",\"production_base_url\":\"https:\\/\\/giftcards.reloadly.com\",\"sandbox_base_url\":\"https:\\/\\/giftcards-sandbox.reloadly.com\"}', 1, 'sandbox', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 'RELOADLY', 'UTILITY-PAYMENT', '{\"client_id\":\"zdEpKtHis9zKyuQI89ctF7tfswm5HEyN\",\"secret_key\":\"weHaLOnFmO-OxuQ8nHGh91ilR8GIuE-Q4BTyFJOK5sH33mwPDw39BtYTwPgAtQv\",\"production_base_url\":\"https://utilities.reloadly.com\",\"sandbox_base_url\":\"https://utilities-sandbox.reloadly.com\"}', 1, 'sandbox', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 'RELOADLY', 'MOBILE-TOPUP', '{\"client_id\":\"zdEpKtHis9zKyuQI89ctF7tfswm5HEyN\",\"secret_key\":\"weHaLOnFmO-OxuQ8nHGh91ilR8GIuE-Q4BTyFJOK5sH33mwPDw39BtYTwPgAtQv\",\"production_base_url\":\"https://topups.reloadly.com\",\"sandbox_base_url\":\"https://topups-sandbox.reloadly.com\"}', 1, 'sandbox', '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `remitance_bank_deposits`
--

CREATE TABLE `remitance_bank_deposits` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `alias` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `remitance_bank_deposits`
--

INSERT INTO `remitance_bank_deposits` (`id`, `admin_id`, `name`, `alias`, `status`, `created_at`, `updated_at`) VALUES
(2, 1, 'United Bank Limited', 'united-bank-limited', 1, '2023-04-04 15:24:08', '2023-04-04 15:32:34'),
(3, 1, 'UBL Bank Limited', 'ubl-bank-limited', 1, '2023-04-04 15:32:50', '2023-04-04 15:32:50'),
(4, 1, 'NIB Bank Limited', 'nib-bank-limited', 1, '2023-04-04 15:33:04', '2023-04-04 15:33:04'),
(5, 1, 'MCB Bank Limited', 'mcb-bank-limited', 1, '2023-04-04 15:33:17', '2023-04-04 15:38:36');

-- --------------------------------------------------------

--
-- Table structure for table `remitance_cash_pickups`
--

CREATE TABLE `remitance_cash_pickups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `alias` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `remitance_cash_pickups`
--

INSERT INTO `remitance_cash_pickups` (`id`, `admin_id`, `name`, `alias`, `status`, `created_at`, `updated_at`) VALUES
(2, 1, 'Bank Alfalah', 'bank-alfalah', 1, '2023-04-04 16:15:07', '2023-04-05 08:48:20');

-- --------------------------------------------------------

--
-- Table structure for table `sandbox_wallets`
--

CREATE TABLE `sandbox_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `merchant_id` bigint(20) UNSIGNED NOT NULL,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `balance` decimal(28,8) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sandbox_wallets`
--

INSERT INTO `sandbox_wallets` (`id`, `merchant_id`, `currency_id`, `balance`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 1, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 1, 2, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 3, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 1, 4, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 1, 5, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(6, 1, 6, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(7, 1, 7, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(8, 1, 8, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(9, 1, 9, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(10, 1, 10, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(11, 1, 11, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(12, 1, 12, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(13, 1, 13, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(14, 1, 14, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(15, 1, 15, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(16, 1, 16, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(17, 1, 17, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(18, 1, 18, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(19, 1, 19, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(21, 1, 21, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(22, 1, 22, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(23, 1, 23, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(24, 1, 24, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(25, 1, 25, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(26, 1, 26, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(31, 1, 31, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(32, 1, 32, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(37, 1, 37, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(38, 1, 38, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(39, 1, 39, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(40, 1, 40, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(43, 1, 43, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(44, 1, 44, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(47, 1, 47, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(48, 1, 48, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(49, 1, 49, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(50, 1, 50, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(51, 1, 51, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(52, 1, 52, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(53, 1, 53, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(54, 1, 54, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(55, 1, 55, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(56, 1, 56, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(57, 1, 57, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(58, 1, 58, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(59, 1, 59, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(60, 1, 60, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(61, 1, 61, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(62, 1, 62, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(63, 1, 63, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(64, 1, 64, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(65, 1, 65, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(66, 1, 66, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(67, 1, 67, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(68, 1, 68, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(69, 1, 69, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(70, 1, 70, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(71, 1, 71, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(72, 1, 72, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(73, 1, 73, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(74, 1, 74, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(75, 1, 75, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(76, 1, 76, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(77, 1, 77, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(78, 1, 78, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(79, 1, 79, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(80, 1, 80, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(81, 1, 81, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(82, 1, 82, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(83, 1, 83, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(84, 1, 84, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(85, 1, 85, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(86, 1, 86, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(87, 1, 87, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(88, 1, 88, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(89, 1, 89, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(90, 1, 90, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(91, 1, 91, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(92, 1, 92, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(93, 1, 93, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(94, 1, 94, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(95, 1, 95, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(96, 1, 96, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(97, 1, 97, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(98, 1, 98, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(99, 1, 99, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(100, 1, 100, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(101, 1, 101, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(102, 1, 102, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(103, 1, 103, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(104, 1, 104, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(105, 1, 105, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(106, 1, 106, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(107, 1, 107, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(108, 1, 108, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(109, 1, 109, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(110, 1, 110, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(111, 1, 111, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(112, 1, 112, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(113, 1, 113, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(114, 1, 114, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(115, 1, 115, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(116, 1, 116, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(117, 1, 117, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(118, 1, 118, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(119, 1, 119, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(120, 1, 120, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(121, 1, 121, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(122, 1, 122, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(123, 1, 123, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(124, 1, 124, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(125, 1, 125, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(126, 1, 126, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(127, 1, 127, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(128, 1, 128, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(129, 1, 129, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(130, 1, 130, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(131, 1, 131, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(132, 1, 132, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(133, 1, 133, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(134, 1, 134, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(135, 1, 135, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(136, 1, 136, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(137, 1, 137, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(138, 1, 138, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(139, 1, 139, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(140, 1, 140, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(141, 1, 141, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(142, 1, 142, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(143, 1, 143, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(144, 1, 144, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(145, 1, 145, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(146, 1, 146, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(147, 1, 147, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(148, 1, 148, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(149, 1, 149, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(150, 1, 150, 1000.00000000, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `script`
--

CREATE TABLE `script` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `client` varchar(191) NOT NULL,
  `signature` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `script`
--

INSERT INTO `script` (`id`, `client`, `signature`, `created_at`, `updated_at`) VALUES
(1, 'paysecure.africa', 'eyJfdG9rZW4iOiJsQzdwRkQ5S21LeWRxSDAybnRad3JibXBjcDBTV2txN2liVEdyQkVxIiwicHJvZHVjdF9rZXkiOiJUWDlYRC05OE43Vi02V01RNi1CWDdGRy1IOFE5OSIsImFwcF9uYW1lIjoiUGF5U2VjdXJlIiwiaG9zdCI6ImxvY2FsaG9zdCIsInBvcnQiOiIzMzA2IiwiZGJfbmFtZSI6InBheXNpb2R2X3BheXMiLCJkYl91c2VyIjoicGF5c2lvZHZfcGF5cyIsImRiX3VzZXJfcGFzc3dvcmQiOiJPZHV3YTQ1MDEyMlwvIiwiZW1haWwiOiJvc2FyaWVtZW9tb3NAeWFob28uY29tIiwiZl9uYW1lIjoib3NhcmllbWUiLCJsX25hbWUiOiJvbW8iLCJwYXNzd29yZCI6Ik9kdXdhMTIzXC8ifQ==', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `setup_kycs`
--

CREATE TABLE `setup_kycs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(100) NOT NULL,
  `user_type` varchar(50) NOT NULL,
  `fields` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `last_edit_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `setup_kycs`
--

INSERT INTO `setup_kycs` (`id`, `slug`, `user_type`, `fields`, `status`, `last_edit_by`, `created_at`, `updated_at`) VALUES
(1, 'user', 'USER', '[{\"type\":\"file\",\"label\":\"Id Back Part\",\"name\":\"id_back_part\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"svg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Id Front Part\",\"name\":\"id_front_part\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"svg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}}]', 1, 1, '2023-02-20 10:21:32', '2023-03-20 08:05:57'),
(2, 'merchant', 'MERCHANT', '[{\"type\":\"file\",\"label\":\"Id Back Part\",\"name\":\"id_back_part\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"svg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Id Front Part\",\"name\":\"id_front_part\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"svg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}}]', 1, 1, '2023-05-02 21:18:26', '2023-05-02 21:25:46'),
(3, 'agent', 'AGENT', '[{\"type\":\"file\",\"label\":\"Id Back Part\",\"name\":\"id_back_part\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"svg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}},{\"type\":\"file\",\"label\":\"Id Front Part\",\"name\":\"id_front_part\",\"required\":true,\"validation\":{\"max\":\"10\",\"mimes\":[\"jpg\",\"png\",\"svg\",\"webp\"],\"min\":0,\"options\":[],\"required\":true}}]', 1, 1, '2024-03-01 20:30:15', '2024-03-01 20:30:15');

-- --------------------------------------------------------

--
-- Table structure for table `setup_pages`
--

CREATE TABLE `setup_pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(250) NOT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `details` longtext DEFAULT NULL,
  `last_edit_by` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `setup_pages`
--

INSERT INTO `setup_pages` (`id`, `type`, `slug`, `title`, `url`, `details`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(1, 'setup-page', 'home', '{\"title\":\"Home\"}', '/', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 'setup-page', 'personal', '{\"title\":\"Personal\"}', '/personal', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 'setup-page', 'business', '{\"title\":\"Business\"}', '/business', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 'setup-page', 'enterprice', '{\"title\":\"Enterprice\"}', '/enterprice', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 'setup-page', 'company', '{\"title\":\"Company\"}', '/company', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(6, 'setup-page', 'about', '{\"title\":\"About\"}', '/about', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(7, 'setup-page', 'service', '{\"title\":\"Service\"}', '/service', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(8, 'setup-page', 'pricing', '{\"title\":\"Pricing\"}', '/pricing', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(9, 'setup-page', 'web-journal', '{\"title\":\"Web Journal\"}', 'web/journal', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(10, 'setup-page', 'agent', '{\"title\":\"Agent\"}', 'agent-info', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(11, 'setup-page', 'merchant', '{\"title\":\"Merchant\"}', 'merchant-info', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(12, 'setup-page', 'developer', '{\"title\":\"Developer\"}', 'developer', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(13, 'setup-page', 'contact', '{\"title\":\"Contact\"}', '/contact', NULL, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(14, 'useful-links', 'privacy-policy', '{\"language\":{\"en\":{\"title\":\"Privacy Policy\"},\"es\":{\"title\":\"pol\\u00edtica de privacidad\"},\"ar\":{\"title\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\"},\"fr\":{\"title\":\"pol\\u00edtica de privacidad\"},\"hi\":{\"title\":\"\\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f\"}}}', NULL, '{\"language\":{\"en\":{\"details\":\"<h3 style=\\\"margin-left:0px;\\\"><strong>What information do we collect?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We gather data from you when you register on our site, submit a request, buy any services, react to an overview, or round out a structure. At the point when requesting any assistance or enrolling on our site, as suitable, you might be approached to enter your: name, email address, or telephone number. You may, nonetheless, visit our site anonymously.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>How do we protect your information?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">All provided delicate\\/credit data is sent through Stripe.<br>After an exchange, your private data (credit cards, social security numbers, financials, and so on) won be put away on our workers.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Do we disclose any information to outside parties?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We don sell, exchange, or in any case move to outside gatherings by and by recognizable data. This does exclude confided in outsiders who help us in working our site, leading our business, or adjusting you, since those gatherings consent to keep this data private. We may likewise deliver your data when we accept discharge is suitable to follow the law, implement our site strategies, or ensure our own or others rights, property, or wellbeing.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Childrens Online Privacy Protection Act Compliance<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We are consistent with the prerequisites of COPPA (Childrens Online Privacy Protection Act), we don gather any data from anybody under 13 years old. Our site, items, and administrations are completely coordinated to individuals who are in any event 13 years of age or more established.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Changes to our Privacy Policy<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">If we decide to change our privacy policy, we will post those changes on this page.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>How long we retain your information?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">At the point when you register for our site, we cycle and keep your information we have about you however long you don not erase the record or withdraw yourself (subject to laws and guidelines).<\\/p><h2 style=\\\"margin-left:0px;text-align:center;\\\">&nbsp;<\\/h2>\"},\"es\":{\"details\":\"<p>\\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/p><p>Recopilamos sus datos cuando se registra en nuestro sitio, env\\u00eda una solicitud, compra cualquier servicio, reacciona a una descripci\\u00f3n general o completa una estructura. Cuando solicite asistencia o se registre en nuestro sitio, seg\\u00fan corresponda, se le pedir\\u00e1 que ingrese su: nombre, direcci\\u00f3n de correo electr\\u00f3nico o n\\u00famero de tel\\u00e9fono. No obstante, puede visitar nuestro sitio de forma an\\u00f3nima.<\\/p><p>\\u00bfC\\u00f3mo protegemos tu informaci\\u00f3n?<\\/p><p>Todos los datos delicados\\/de cr\\u00e9dito proporcionados se env\\u00edan a trav\\u00e9s de Stripe.<br>Despu\\u00e9s de un intercambio, sus datos privados (tarjetas de cr\\u00e9dito, n\\u00fameros de seguridad social, datos financieros, etc.) se guardar\\u00e1n en nuestros trabajadores.<\\/p><p>\\u00bfRevelamos informaci\\u00f3n a terceros?<\\/p><p>No vendemos, intercambiamos o, en cualquier caso, nos trasladamos a reuniones externas por y por datos reconocibles. Esto excluye a personas ajenas a la confianza que nos ayudan a trabajar en nuestro sitio, liderar nuestro negocio o ajustarlo, ya que esos grupos aceptan mantener estos datos privados. Tambi\\u00e9n podemos entregar sus datos cuando aceptemos que la descarga es adecuada para cumplir con la ley, implementar las estrategias de nuestro sitio o garantizar nuestros derechos, propiedad o bienestar propios o ajenos.<\\/p><p>Cumplimiento de la Ley de protecci\\u00f3n de la privacidad en l\\u00ednea de los ni\\u00f1os<\\/p><p>Cumplimos con los requisitos previos de COPPA (Ley de protecci\\u00f3n de la privacidad en l\\u00ednea de los ni\\u00f1os), no recopilamos datos de personas menores de 13 a\\u00f1os. Nuestro sitio, art\\u00edculos y administraciones est\\u00e1n completamente coordinados para personas que tienen al menos 13 a\\u00f1os de edad o m\\u00e1s establecidas.<\\/p><p>Cambios a nuestra Pol\\u00edtica de Privacidad<\\/p><p>Si decidimos cambiar nuestra pol\\u00edtica de privacidad, publicaremos esos cambios en esta p\\u00e1gina.<\\/p><p>\\u00bfCu\\u00e1nto tiempo retenemos su informaci\\u00f3n?<\\/p><p>En el momento en que se registra en nuestro sitio, ciclamos y mantenemos la informaci\\u00f3n que tenemos sobre usted por el tiempo que no borre el registro o se retire (sujeto a leyes y pautas).<\\/p>\"},\"ar\":{\"details\":\"<p>\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062c\\u0645\\u0639\\u0647\\u0627\\u061f<\\/p><p>\\u0646\\u0642\\u0648\\u0645 \\u0628\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u0646\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u062a\\u0642\\u0648\\u0645 \\u0628\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0637\\u0644\\u0628 \\u060c \\u0623\\u0648 \\u0634\\u0631\\u0627\\u0621 \\u0623\\u064a \\u062e\\u062f\\u0645\\u0627\\u062a \\u060c \\u0623\\u0648 \\u0627\\u0644\\u0631\\u062f \\u0639\\u0644\\u0649 \\u0646\\u0638\\u0631\\u0629 \\u0639\\u0627\\u0645\\u0629 \\u060c \\u0623\\u0648 \\u0625\\u0646\\u0647\\u0627\\u0621 \\u0647\\u064a\\u0643\\u0644. \\u0639\\u0646\\u062f \\u0637\\u0644\\u0628 \\u0623\\u064a \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0627\\u0642\\u062a\\u0636\\u0627\\u0621 \\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0643 \\u0644\\u0625\\u062f\\u062e\\u0627\\u0644: \\u0627\\u0633\\u0645\\u0643 \\u0623\\u0648 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0628\\u0631\\u064a\\u062f\\u0643 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0647\\u0627\\u062a\\u0641\\u0643. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643 \\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0632\\u064a\\u0627\\u0631\\u0629 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u062f\\u0648\\u0646 \\u0627\\u0644\\u0643\\u0634\\u0641 \\u0639\\u0646 \\u0647\\u0648\\u064a\\u062a\\u0643.<\\/p><p>\\u0643\\u064a\\u0641 \\u0646\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643\\u061f<\\/p><p>\\u064a\\u062a\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0642\\u064a\\u0642\\u0629 \\/ \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0642\\u062f\\u0645\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 Stripe.<br>\\u0628\\u0639\\u062f \\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u060c \\u0633\\u064a\\u062a\\u0645 \\u0648\\u0636\\u0639 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 (\\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0648\\u0623\\u0631\\u0642\\u0627\\u0645 \\u0627\\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0648\\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0645\\u0627 \\u0625\\u0644\\u0649 \\u0630\\u0644\\u0643) \\u0628\\u0639\\u064a\\u062f\\u064b\\u0627 \\u0639\\u0646 \\u0639\\u0645\\u0627\\u0644\\u0646\\u0627.<\\/p><p>\\u0647\\u0644 \\u0646\\u0641\\u0635\\u062d \\u0639\\u0646 \\u0623\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0644\\u0644\\u0623\\u0637\\u0631\\u0627\\u0641 \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629\\u061f<\\/p><p>\\u0646\\u062d\\u0646 \\u0644\\u0627 \\u0646\\u0628\\u064a\\u0639 \\u0623\\u0648 \\u0646\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0623\\u0648 \\u0646\\u0646\\u062a\\u0642\\u0644 \\u0628\\u0623\\u064a \\u062d\\u0627\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u062d\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0645\\u0639\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u064a\\u0647\\u0627. \\u0647\\u0630\\u0627 \\u0644\\u0627 \\u064a\\u0633\\u062a\\u062b\\u0646\\u064a \\u0645\\u0646 \\u0623\\u0633\\u0631\\u062a\\u0647\\u0645 \\u0627\\u0644\\u063a\\u0631\\u0628\\u0627\\u0621 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0648\\u0646\\u0646\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u0642\\u064a\\u0627\\u062f\\u0629 \\u0623\\u0639\\u0645\\u0627\\u0644\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u062a\\u0639\\u062f\\u064a\\u0644\\u0643 \\u060c \\u0644\\u0623\\u0646 \\u062a\\u0644\\u0643 \\u0627\\u0644\\u062a\\u062c\\u0645\\u0639\\u0627\\u062a \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a. \\u0642\\u062f \\u0646\\u0642\\u0648\\u0645 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0628\\u062a\\u0633\\u0644\\u064a\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u0646\\u0642\\u0628\\u0644 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0631\\u064a\\u063a \\u0645\\u0646\\u0627\\u0633\\u0628 \\u0644\\u0627\\u062a\\u0628\\u0627\\u0639 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u0623\\u0648 \\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0623\\u0648 \\u0636\\u0645\\u0627\\u0646 \\u062d\\u0642\\u0648\\u0642\\u0646\\u0627 \\u0623\\u0648 \\u062d\\u0642\\u0648\\u0642\\u0646\\u0627 \\u0623\\u0648 \\u0645\\u0645\\u062a\\u0644\\u0643\\u0627\\u062a\\u0646\\u0627 \\u0623\\u0648 \\u0631\\u0641\\u0627\\u0647\\u064a\\u062a\\u0646\\u0627.<\\/p><p>\\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a<\\/p><p>\\u0646\\u062d\\u0646 \\u0646\\u062a\\u0641\\u0642 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0640 COPPA (\\u0642\\u0627\\u0646\\u0648\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a) \\u060c \\u0648\\u0644\\u0627 \\u0646\\u062c\\u0645\\u0639 \\u0623\\u064a \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u0646 \\u0623\\u064a \\u0634\\u062e\\u0635 \\u0623\\u0642\\u0644 \\u0645\\u0646 13 \\u0639\\u0627\\u0645\\u064b\\u0627. \\u064a\\u062a\\u0645 \\u062a\\u0646\\u0633\\u064a\\u0642 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0648\\u0639\\u0646\\u0627\\u0635\\u0631\\u0646\\u0627 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0627\\u062a\\u0646\\u0627 \\u0628\\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0628\\u0644\\u063a\\u0648\\u0646 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0631 13 \\u0639\\u0627\\u0645\\u064b\\u0627 \\u0623\\u0648 \\u0623\\u0643\\u062b\\u0631.<\\/p><p>\\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0641\\u064a \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627<\\/p><p>\\u0625\\u0630\\u0627 \\u0642\\u0631\\u0631\\u0646\\u0627 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u060c \\u0641\\u0633\\u0646\\u0646\\u0634\\u0631 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629.<\\/p><p>\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u0646\\u062d\\u062a\\u0641\\u0638 \\u0628\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643\\u061f<\\/p><p>\\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0630\\u064a \\u062a\\u0633\\u062c\\u0644 \\u0641\\u064a\\u0647 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062a\\u062f\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0627\\u0644\\u062a\\u064a \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0639\\u0646\\u0643 \\u0648\\u0627\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647\\u0627 \\u0645\\u0647\\u0645\\u0627 \\u0637\\u0627\\u0644\\u062a \\u0645\\u062f\\u0629 \\u0639\\u062f\\u0645 \\u0645\\u0633\\u062d \\u0627\\u0644\\u0633\\u062c\\u0644 \\u0623\\u0648 \\u0633\\u062d\\u0628 \\u0646\\u0641\\u0633\\u0643 (\\u0648\\u0641\\u0642\\u064b\\u0627 \\u0644\\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u0631\\u0634\\u0627\\u062f\\u0627\\u062a).<\\/p>\"},\"fr\":{\"details\":\"<p>Quelles informations collectons-nous?<\\/p><p>Nous collectons vos donn\\u00e9es lorsque vous vous inscrivez sur notre site, soumettez une demande, achetez des services, r\\u00e9agissez \\u00e0 un aper\\u00e7u ou compl\\u00e9tez une structure. Au moment de demander de l\'aide ou de vous inscrire sur notre site, le cas \\u00e9ch\\u00e9ant, vous pourriez \\u00eatre invit\\u00e9 \\u00e0 saisir votre : nom, adresse e-mail ou num\\u00e9ro de t\\u00e9l\\u00e9phone. Vous pouvez n\\u00e9anmoins visiter notre site de mani\\u00e8re anonyme.<\\/p><p>Comment prot\\u00e9geons-nous vos informations?<\\/p><p>Toutes les donn\\u00e9es d\\u00e9licates\\/de cr\\u00e9dit fournies sont envoy\\u00e9es via Stripe.<br>Apr\\u00e8s un \\u00e9change, vos donn\\u00e9es priv\\u00e9es (cartes de cr\\u00e9dit, num\\u00e9ros de s\\u00e9curit\\u00e9 sociale, donn\\u00e9es financi\\u00e8res, etc.) seront transmises \\u00e0 nos employ\\u00e9s.<\\/p><p>Devons-nous divulguer des informations \\u00e0 des parties ext\\u00e9rieures&nbsp;?<\\/p><p>Nous ne vendons pas, n\'\\u00e9changeons pas, ou en aucun cas ne nous d\\u00e9pla\\u00e7ons vers des rassemblements ext\\u00e9rieurs par et par des donn\\u00e9es reconnaissables. Cela exclut les personnes confi\\u00e9es \\u00e0 des tiers qui nous aident \\u00e0 exploiter notre site, \\u00e0 diriger notre entreprise ou \\u00e0 vous ajuster, puisque ces personnes consentent \\u00e0 garder ces donn\\u00e9es priv\\u00e9es. Nous pouvons \\u00e9galement fournir vos donn\\u00e9es lorsque nous acceptons que la d\\u00e9cision soit appropri\\u00e9e pour respecter la loi, mettre en \\u0153uvre nos strat\\u00e9gies de site ou garantir nos propres droits, propri\\u00e9t\\u00e9 ou bien-\\u00eatre ou ceux d\'autrui.<\\/p><p>Conformit\\u00e9 \\u00e0 la loi sur la protection de la vie priv\\u00e9e en ligne des enfants<\\/p><p>Nous sommes conformes aux conditions pr\\u00e9alables de la COPPA (Childrens Online Privacy Protection Act), nous ne collectons aucune donn\\u00e9e sur toute personne de moins de 13 ans. Notre site, nos produits et nos services sont enti\\u00e8rement adapt\\u00e9s aux personnes \\u00e2g\\u00e9es de 13 ans ou plus.<\\/p><p>Modifications de notre politique de confidentialit\\u00e9<\\/p><p>Si nous d\\u00e9cidons de modifier notre politique de confidentialit\\u00e9, nous publierons ces modifications sur cette page.<\\/p><p>Combien de temps conservons-nous vos informations ?<\\/p><p>Au moment o\\u00f9 vous vous inscrivez sur notre site, nous conservons et conservons les informations que nous d\\u00e9tenons \\u00e0 votre sujet aussi longtemps que vous n\'effacez pas l\'enregistrement ou ne vous retirez pas (sous r\\u00e9serve des lois et directives).<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0939\\u092e \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u091c\\u092c \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094b\\u0908 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0938\\u092c\\u092e\\u093f\\u091f \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094b\\u0908 \\u0938\\u0947\\u0935\\u093e \\u0916\\u0930\\u0940\\u0926\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u093f\\u0938\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0924\\u093f\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092f\\u093e \\u0915\\u094b\\u0908 \\u092b\\u0949\\u0930\\u094d\\u092e \\u092d\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0906\\u092a\\u0938\\u0947 \\u0921\\u0947\\u091f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f \\u092f\\u093e \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u0928\\u093e\\u092e\\u093e\\u0902\\u0915\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f, \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930, \\u0906\\u092a\\u0938\\u0947 \\u0905\\u092a\\u0928\\u093e \\u0928\\u093e\\u092e, \\u0908\\u092e\\u0947\\u0932 \\u092a\\u0924\\u093e \\u092f\\u093e \\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0939\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u0917\\u0941\\u092e\\u0928\\u093e\\u092e \\u0930\\u0942\\u092a \\u0938\\u0947 \\u091c\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964<\\/p><p>\\u0939\\u092e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u0938\\u092d\\u0940 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0938\\u0902\\u0935\\u0947\\u0926\\u0928\\u0936\\u0940\\u0932\\/\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 Stripe \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092d\\u0947\\u091c\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964<\\/p><p>\\u0915\\u093f\\u0938\\u0940 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0926, \\u0906\\u092a\\u0915\\u0940 \\u0928\\u093f\\u091c\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 (\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921, \\u0938\\u093e\\u092e\\u093e\\u091c\\u093f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0928\\u0902\\u092c\\u0930, \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0935\\u093f\\u0935\\u0930\\u0923, \\u0907\\u0924\\u094d\\u092f\\u093e\\u0926\\u093f) \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0915\\u0930\\u094d\\u092e\\u091a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0928\\u0939\\u0940\\u0902 \\u0930\\u0939\\u0947\\u0917\\u0940\\u0964<\\/p><p>\\u0915\\u094d\\u092f\\u093e \\u0939\\u092e \\u092c\\u093e\\u0939\\u0930\\u0940 \\u092a\\u0915\\u094d\\u0937\\u094b\\u0902 \\u0915\\u094b \\u0915\\u094b\\u0908 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u0939\\u092e \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u0939\\u091a\\u093e\\u0928 \\u092f\\u094b\\u0917\\u094d\\u092f \\u0921\\u0947\\u091f\\u093e \\u0915\\u094b \\u092c\\u0947\\u091a\\u0924\\u0947, \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0930\\u0924\\u0947 \\u092f\\u093e \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u092e\\u093e\\u092e\\u0932\\u0947 \\u092e\\u0947\\u0902 \\u092c\\u093e\\u0939\\u0930\\u0940 \\u0938\\u092e\\u0942\\u0939\\u094b\\u0902 \\u0915\\u094b \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0907\\u0938\\u092e\\u0947\\u0902 \\u092d\\u0930\\u094b\\u0938\\u0947\\u092e\\u0902\\u0926 \\u092c\\u093e\\u0939\\u0930\\u0940 \\u0932\\u094b\\u0917 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0915\\u094b \\u091a\\u0932\\u093e\\u0928\\u0947, \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u093e \\u0928\\u0947\\u0924\\u0943\\u0924\\u094d\\u0935 \\u0915\\u0930\\u0928\\u0947 \\u092f\\u093e \\u0906\\u092a\\u0915\\u094b \\u0938\\u092e\\u093e\\u092f\\u094b\\u091c\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094d\\u092f\\u094b\\u0902\\u0915\\u093f \\u0935\\u0947 \\u0938\\u092e\\u0942\\u0939 \\u0907\\u0938 \\u0921\\u0947\\u091f\\u093e \\u0915\\u094b \\u0928\\u093f\\u091c\\u0940 \\u0930\\u0916\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0939\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u092e \\u0906\\u092a\\u0915\\u093e \\u0921\\u0947\\u091f\\u093e \\u0924\\u092c \\u092d\\u0940 \\u0921\\u093f\\u0932\\u0940\\u0935\\u0930 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u092c \\u0939\\u092e \\u092e\\u093e\\u0928\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u0915\\u093f \\u0921\\u093f\\u0938\\u094d\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u093e\\u0928\\u0942\\u0928 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0928\\u0947, \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0932\\u093e\\u0917\\u0942 \\u0915\\u0930\\u0928\\u0947, \\u092f\\u093e \\u0905\\u092a\\u0928\\u0947 \\u092f\\u093e \\u0926\\u0942\\u0938\\u0930\\u094b\\u0902 \\u0915\\u0947 \\u0905\\u0927\\u093f\\u0915\\u093e\\u0930\\u094b\\u0902, \\u0938\\u0902\\u092a\\u0924\\u094d\\u0924\\u093f \\u092f\\u093e \\u0915\\u0932\\u094d\\u092f\\u093e\\u0923 \\u0915\\u094b \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u0948\\u0964<\\/p><p>\\u092c\\u091a\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0905\\u0927\\u093f\\u0928\\u093f\\u092f\\u092e \\u0915\\u093e \\u0905\\u0928\\u0941\\u092a\\u093e\\u0932\\u0928<\\/p><p>\\u0939\\u092e COPPA (\\u092c\\u091a\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0905\\u0927\\u093f\\u0928\\u093f\\u092f\\u092e) \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0930\\u0942\\u092a \\u0939\\u0948\\u0902, \\u0939\\u092e 13 \\u0935\\u0930\\u094d\\u0937 \\u0938\\u0947 \\u0915\\u092e \\u0909\\u092e\\u094d\\u0930 \\u0915\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0938\\u0947 \\u0915\\u094b\\u0908 \\u092d\\u0940 \\u0921\\u0947\\u091f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0928\\u0939\\u0940\\u0902 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f, \\u0906\\u0907\\u091f\\u092e \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0936\\u093e\\u0938\\u0928 \\u092a\\u0942\\u0930\\u0940 \\u0924\\u0930\\u0939 \\u0938\\u0947 \\u0909\\u0928 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092e\\u0928\\u094d\\u0935\\u093f\\u0924 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0915\\u092e \\u0938\\u0947 \\u0915\\u092e 13 \\u0935\\u0930\\u094d\\u0937 \\u092f\\u093e \\u0909\\u0938\\u0938\\u0947 \\u0905\\u0927\\u093f\\u0915 \\u0909\\u092e\\u094d\\u0930 \\u0915\\u0947 \\u0939\\u0948\\u0902\\u0964<\\/p><p>\\u0939\\u092e\\u093e\\u0930\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f \\u092e\\u0947\\u0902 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u0928<\\/p><p>\\u092f\\u0926\\u093f \\u0939\\u092e \\u0905\\u092a\\u0928\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f \\u0915\\u094b \\u092c\\u0926\\u0932\\u0928\\u0947 \\u0915\\u093e \\u0928\\u093f\\u0930\\u094d\\u0923\\u092f \\u0932\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0909\\u0928 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u0928\\u094b\\u0902 \\u0915\\u094b \\u0907\\u0938 \\u092a\\u0943\\u0937\\u094d\\u0920 \\u092a\\u0930 \\u092a\\u094b\\u0938\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902\\u0917\\u0947\\u0964<\\/p><p>\\u0939\\u092e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u092c \\u0924\\u0915 \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u091c\\u092c \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0906\\u092a\\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u092e\\u094c\\u091c\\u0942\\u0926 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u094b \\u0924\\u092c \\u0924\\u0915 \\u091a\\u0915\\u094d\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u092c \\u0924\\u0915 \\u0906\\u092a \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u094b \\u092e\\u093f\\u091f\\u093e \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u0947 \\u092f\\u093e \\u0916\\u0941\\u0926 \\u0915\\u094b \\u0935\\u093e\\u092a\\u0938 \\u0928\\u0939\\u0940\\u0902 \\u0932\\u0947 \\u0932\\u0947\\u0924\\u0947 (\\u0915\\u093e\\u0928\\u0942\\u0928\\u094b\\u0902 \\u0914\\u0930 \\u0926\\u093f\\u0936\\u093e\\u0928\\u093f\\u0930\\u094d\\u0926\\u0947\\u0936\\u094b\\u0902 \\u0915\\u0947 \\u0905\\u0927\\u0940\\u0928)\\u0964<\\/p>\"}}}', 1, 1, '2023-06-12 13:42:29', '2024-11-13 18:45:14');
INSERT INTO `setup_pages` (`id`, `type`, `slug`, `title`, `url`, `details`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(15, 'useful-links', 'terms-and-conditions', '{\"language\":{\"en\":{\"title\":\"Terms And Conditions\"},\"es\":{\"title\":\"T\\u00e9rminos y condiciones\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0623\\u062d\\u0643\\u0627\\u0645 \\u0648\\u0627\\u0644\\u0634\\u0631\\u0648\\u0637\"},\"fr\":{\"title\":\"T\\u00e9rminos y condiciones\"},\"hi\":{\"title\":\"\\u0928\\u093f\\u092f\\u092e \\u0914\\u0930 \\u0936\\u0930\\u094d\\u0924\\u0947\\u0902\"}}}', NULL, '{\"language\":{\"en\":{\"details\":\"<h3 style=\\\"margin-left:0px;\\\"><strong>What information do we collect?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We gather data from you when you register on our site, submit a request, buy any services, react to an overview, or round out a structure. At the point when requesting any assistance or enrolling on our site, as suitable, you might be approached to enter your: name, email address, or telephone number. You may, nonetheless, visit our site anonymously.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>How do we protect your information?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">All provided delicate\\/credit data is sent through Stripe.<br>After an exchange, your private data (credit cards, social security numbers, financials, and so on) won be put away on our workers.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Do we disclose any information to outside parties?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We don sell, exchange, or in any case move to outside gatherings by and by recognizable data. This does exclude confided in outsiders who help us in working our site, leading our business, or adjusting you, since those gatherings consent to keep this data private. We may likewise deliver your data when we accept discharge is suitable to follow the law, implement our site strategies, or ensure our own or others rights, property, or wellbeing.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Childrens Online Privacy Protection Act Compliance<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We are consistent with the prerequisites of COPPA (Childrens Online Privacy Protection Act), we don gather any data from anybody under 13 years old. Our site, items, and administrations are completely coordinated to individuals who are in any event 13 years of age or more established.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Changes to our Privacy Policy<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">If we decide to change our privacy policy, we will post those changes on this page.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>How long we retain your information?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">At the point when you register for our site, we cycle and keep your information we have about you however long you don not erase the record or withdraw yourself (subject to laws and guidelines).<\\/p>\"},\"es\":{\"details\":\"<p>\\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/p><p>Recopilamos datos suyos cuando se registra en nuestro sitio, env\\u00eda una solicitud, compra alg\\u00fan servicio, reacciona a una descripci\\u00f3n general o completa una estructura. En el momento de solicitar asistencia o registrarse en nuestro sitio, seg\\u00fan corresponda, es posible que se le solicite que ingrese su: nombre, direcci\\u00f3n de correo electr\\u00f3nico o n\\u00famero de tel\\u00e9fono. No obstante, puede visitar nuestro sitio de forma an\\u00f3nima.<\\/p><p>\\u00bfC\\u00f3mo protegemos tu informaci\\u00f3n?<\\/p><p>Todos los datos delicados\\/cr\\u00e9ditos proporcionados se env\\u00edan a trav\\u00e9s de Stripe.<br>Despu\\u00e9s de un intercambio, sus datos privados (tarjetas de cr\\u00e9dito, n\\u00fameros de seguro social, finanzas, etc.) pasar\\u00e1n a nuestros trabajadores.<\\/p><p>\\u00bfRevelamos alguna informaci\\u00f3n a terceros?<\\/p><p>No vendemos, intercambiamos ni, en ning\\u00fan caso, nos trasladamos a reuniones externas mediante datos reconocibles. Esto excluye a personas externas de confianza que nos ayudan a trabajar en nuestro sitio, dirigir nuestro negocio o ajustarlo, ya que esas reuniones consienten en mantener estos datos privados. Asimismo, podremos entregar sus datos cuando aceptemos que la descarga es adecuada para cumplir con la ley, implementar las estrategias de nuestro sitio o garantizar nuestros derechos, propiedad o bienestar o los de otros.<\\/p><p>Cumplimiento de la Ley de Protecci\\u00f3n de la Privacidad Infantil en L\\u00ednea<\\/p><p>Somos consistentes con los requisitos previos de COPPA (Ley de Protecci\\u00f3n de la Privacidad Infantil en L\\u00ednea), no recopilamos datos de ninguna persona menor de 13 a\\u00f1os. Nuestro sitio, art\\u00edculos y servicios est\\u00e1n completamente adaptados a personas mayores de 13 a\\u00f1os o m\\u00e1s.<\\/p><p>Cambios en nuestra Pol\\u00edtica de Privacidad<\\/p><p>Si decidimos cambiar nuestra pol\\u00edtica de privacidad, publicaremos esos cambios en esta p\\u00e1gina.<\\/p><p>\\u00bfCu\\u00e1nto tiempo conservamos su informaci\\u00f3n?<\\/p><p>En el momento en que se registra en nuestro sitio, realizamos un ciclo y mantenemos la informaci\\u00f3n que tenemos sobre usted durante el tiempo que usted no borre el registro ni se retire (sujeto a leyes y pautas).<\\/p>\"},\"ar\":{\"details\":\"<p>\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062c\\u0645\\u0639\\u0647\\u0627\\u061f<\\/p><p>\\u0646\\u0642\\u0648\\u0645 \\u0628\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u0646\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u062a\\u0642\\u0648\\u0645 \\u0628\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0637\\u0644\\u0628 \\u060c \\u0623\\u0648 \\u0634\\u0631\\u0627\\u0621 \\u0623\\u064a \\u062e\\u062f\\u0645\\u0627\\u062a \\u060c \\u0623\\u0648 \\u0627\\u0644\\u0631\\u062f \\u0639\\u0644\\u0649 \\u0646\\u0638\\u0631\\u0629 \\u0639\\u0627\\u0645\\u0629 \\u060c \\u0623\\u0648 \\u0625\\u0646\\u0647\\u0627\\u0621 \\u0647\\u064a\\u0643\\u0644. \\u0639\\u0646\\u062f \\u0637\\u0644\\u0628 \\u0623\\u064a \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0627\\u0642\\u062a\\u0636\\u0627\\u0621 \\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0643 \\u0644\\u0625\\u062f\\u062e\\u0627\\u0644: \\u0627\\u0633\\u0645\\u0643 \\u0623\\u0648 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0628\\u0631\\u064a\\u062f\\u0643 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0647\\u0627\\u062a\\u0641\\u0643. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643 \\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0632\\u064a\\u0627\\u0631\\u0629 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u062f\\u0648\\u0646 \\u0627\\u0644\\u0643\\u0634\\u0641 \\u0639\\u0646 \\u0647\\u0648\\u064a\\u062a\\u0643.<\\/p><p>\\u0643\\u064a\\u0641 \\u0646\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643\\u061f<\\/p><p>\\u064a\\u062a\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0642\\u064a\\u0642\\u0629 \\/ \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0642\\u062f\\u0645\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 Stripe.<br>\\u0628\\u0639\\u062f \\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u060c \\u0633\\u064a\\u062a\\u0645 \\u0648\\u0636\\u0639 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 (\\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0648\\u0623\\u0631\\u0642\\u0627\\u0645 \\u0627\\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0648\\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0645\\u0627 \\u0625\\u0644\\u0649 \\u0630\\u0644\\u0643) \\u0628\\u0639\\u064a\\u062f\\u064b\\u0627 \\u0639\\u0646 \\u0639\\u0645\\u0627\\u0644\\u0646\\u0627.<\\/p><p>\\u0647\\u0644 \\u0646\\u0641\\u0635\\u062d \\u0639\\u0646 \\u0623\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0644\\u0644\\u0623\\u0637\\u0631\\u0627\\u0641 \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629\\u061f<\\/p><p>\\u0646\\u062d\\u0646 \\u0644\\u0627 \\u0646\\u0628\\u064a\\u0639 \\u0623\\u0648 \\u0646\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0623\\u0648 \\u0646\\u0646\\u062a\\u0642\\u0644 \\u0628\\u0623\\u064a \\u062d\\u0627\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u062d\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0645\\u0639\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u064a\\u0647\\u0627. \\u0647\\u0630\\u0627 \\u0644\\u0627 \\u064a\\u0633\\u062a\\u062b\\u0646\\u064a \\u0645\\u0646 \\u0623\\u0633\\u0631\\u062a\\u0647\\u0645 \\u0627\\u0644\\u063a\\u0631\\u0628\\u0627\\u0621 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0648\\u0646\\u0646\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u0642\\u064a\\u0627\\u062f\\u0629 \\u0623\\u0639\\u0645\\u0627\\u0644\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u062a\\u0639\\u062f\\u064a\\u0644\\u0643 \\u060c \\u0644\\u0623\\u0646 \\u062a\\u0644\\u0643 \\u0627\\u0644\\u062a\\u062c\\u0645\\u0639\\u0627\\u062a \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a. \\u0642\\u062f \\u0646\\u0642\\u0648\\u0645 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0628\\u062a\\u0633\\u0644\\u064a\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u0646\\u0642\\u0628\\u0644 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0631\\u064a\\u063a \\u0645\\u0646\\u0627\\u0633\\u0628 \\u0644\\u0627\\u062a\\u0628\\u0627\\u0639 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u0623\\u0648 \\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0623\\u0648 \\u0636\\u0645\\u0627\\u0646 \\u062d\\u0642\\u0648\\u0642\\u0646\\u0627 \\u0623\\u0648 \\u062d\\u0642\\u0648\\u0642\\u0646\\u0627 \\u0623\\u0648 \\u0645\\u0645\\u062a\\u0644\\u0643\\u0627\\u062a\\u0646\\u0627 \\u0623\\u0648 \\u0631\\u0641\\u0627\\u0647\\u064a\\u062a\\u0646\\u0627.<\\/p><p>\\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a<\\/p><p>\\u0646\\u062d\\u0646 \\u0646\\u062a\\u0641\\u0642 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0640 COPPA (\\u0642\\u0627\\u0646\\u0648\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a) \\u060c \\u0648\\u0644\\u0627 \\u0646\\u062c\\u0645\\u0639 \\u0623\\u064a \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u0646 \\u0623\\u064a \\u0634\\u062e\\u0635 \\u0623\\u0642\\u0644 \\u0645\\u0646 13 \\u0639\\u0627\\u0645\\u064b\\u0627. \\u064a\\u062a\\u0645 \\u062a\\u0646\\u0633\\u064a\\u0642 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0648\\u0639\\u0646\\u0627\\u0635\\u0631\\u0646\\u0627 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0627\\u062a\\u0646\\u0627 \\u0628\\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0628\\u0644\\u063a\\u0648\\u0646 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0631 13 \\u0639\\u0627\\u0645\\u064b\\u0627 \\u0623\\u0648 \\u0623\\u0643\\u062b\\u0631.<\\/p><p>\\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0641\\u064a \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627<\\/p><p>\\u0625\\u0630\\u0627 \\u0642\\u0631\\u0631\\u0646\\u0627 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u060c \\u0641\\u0633\\u0646\\u0646\\u0634\\u0631 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629.<\\/p><p>\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u0646\\u062d\\u062a\\u0641\\u0638 \\u0628\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643\\u061f<\\/p><p>\\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0630\\u064a \\u062a\\u0633\\u062c\\u0644 \\u0641\\u064a\\u0647 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062a\\u062f\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0627\\u0644\\u062a\\u064a \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0639\\u0646\\u0643 \\u0648\\u0627\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647\\u0627 \\u0645\\u0647\\u0645\\u0627 \\u0637\\u0627\\u0644\\u062a \\u0645\\u062f\\u0629 \\u0639\\u062f\\u0645 \\u0645\\u0633\\u062d \\u0627\\u0644\\u0633\\u062c\\u0644 \\u0623\\u0648 \\u0633\\u062d\\u0628 \\u0646\\u0641\\u0633\\u0643 (\\u0648\\u0641\\u0642\\u064b\\u0627 \\u0644\\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u0631\\u0634\\u0627\\u062f\\u0627\\u062a).<\\/p>\"},\"fr\":{\"details\":\"<p>Quelles informations collectons-nous?<\\/p><p>Nous collectons vos donn\\u00e9es lorsque vous vous inscrivez sur notre site, soumettez une demande, achetez des services, r\\u00e9agissez \\u00e0 un aper\\u00e7u ou compl\\u00e9tez une structure. Au moment de demander de l\'aide ou de vous inscrire sur notre site, le cas \\u00e9ch\\u00e9ant, vous pourriez \\u00eatre invit\\u00e9 \\u00e0 saisir votre : nom, adresse e-mail ou num\\u00e9ro de t\\u00e9l\\u00e9phone. Vous pouvez n\\u00e9anmoins visiter notre site de mani\\u00e8re anonyme.<\\/p><p>Comment prot\\u00e9geons-nous vos informations?<\\/p><p>Toutes les donn\\u00e9es d\\u00e9licates\\/de cr\\u00e9dit fournies sont envoy\\u00e9es via Stripe.<br>Apr\\u00e8s un \\u00e9change, vos donn\\u00e9es priv\\u00e9es (cartes de cr\\u00e9dit, num\\u00e9ros de s\\u00e9curit\\u00e9 sociale, donn\\u00e9es financi\\u00e8res, etc.) seront transmises \\u00e0 nos employ\\u00e9s.<\\/p><p>Devons-nous divulguer des informations \\u00e0 des parties ext\\u00e9rieures&nbsp;?<\\/p><p>Nous ne vendons pas, n\'\\u00e9changeons pas, ou en aucun cas ne nous d\\u00e9pla\\u00e7ons vers des rassemblements ext\\u00e9rieurs par et par des donn\\u00e9es reconnaissables. Cela exclut les personnes confi\\u00e9es \\u00e0 des tiers qui nous aident \\u00e0 exploiter notre site, \\u00e0 diriger notre entreprise ou \\u00e0 vous ajuster, puisque ces personnes consentent \\u00e0 garder ces donn\\u00e9es priv\\u00e9es. Nous pouvons \\u00e9galement fournir vos donn\\u00e9es lorsque nous acceptons que la d\\u00e9cision soit appropri\\u00e9e pour respecter la loi, mettre en \\u0153uvre nos strat\\u00e9gies de site ou garantir nos propres droits, propri\\u00e9t\\u00e9 ou bien-\\u00eatre ou ceux d\'autrui.<\\/p><p>Conformit\\u00e9 \\u00e0 la loi sur la protection de la vie priv\\u00e9e en ligne des enfants<\\/p><p>Nous sommes conformes aux conditions pr\\u00e9alables de la COPPA (Childrens Online Privacy Protection Act), nous ne collectons aucune donn\\u00e9e sur toute personne de moins de 13 ans. Notre site, nos produits et nos services sont enti\\u00e8rement adapt\\u00e9s aux personnes \\u00e2g\\u00e9es de 13 ans ou plus.<\\/p><p>Modifications de notre politique de confidentialit\\u00e9<\\/p><p>Si nous d\\u00e9cidons de modifier notre politique de confidentialit\\u00e9, nous publierons ces modifications sur cette page.<\\/p><p>Combien de temps conservons-nous vos informations ?<\\/p><p>Au moment o\\u00f9 vous vous inscrivez sur notre site, nous conservons et conservons les informations que nous d\\u00e9tenons \\u00e0 votre sujet aussi longtemps que vous n\'effacez pas l\'enregistrement ou ne vous retirez pas (sous r\\u00e9serve des lois et directives).<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0939\\u092e \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u091c\\u092c \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094b\\u0908 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0938\\u092c\\u092e\\u093f\\u091f \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094b\\u0908 \\u0938\\u0947\\u0935\\u093e \\u0916\\u0930\\u0940\\u0926\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u093f\\u0938\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0924\\u093f\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092f\\u093e \\u0915\\u094b\\u0908 \\u092b\\u0949\\u0930\\u094d\\u092e \\u092d\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0906\\u092a\\u0938\\u0947 \\u0921\\u0947\\u091f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f \\u092f\\u093e \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u0928\\u093e\\u092e\\u093e\\u0902\\u0915\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f, \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930, \\u0906\\u092a\\u0938\\u0947 \\u0905\\u092a\\u0928\\u093e \\u0928\\u093e\\u092e, \\u0908\\u092e\\u0947\\u0932 \\u092a\\u0924\\u093e \\u092f\\u093e \\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0939\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u0917\\u0941\\u092e\\u0928\\u093e\\u092e \\u0930\\u0942\\u092a \\u0938\\u0947 \\u091c\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964<\\/p><p>\\u0939\\u092e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u0938\\u092d\\u0940 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0938\\u0902\\u0935\\u0947\\u0926\\u0928\\u0936\\u0940\\u0932\\/\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 Stripe \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092d\\u0947\\u091c\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964<\\/p><p>\\u0915\\u093f\\u0938\\u0940 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0926, \\u0906\\u092a\\u0915\\u0940 \\u0928\\u093f\\u091c\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 (\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921, \\u0938\\u093e\\u092e\\u093e\\u091c\\u093f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0928\\u0902\\u092c\\u0930, \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0935\\u093f\\u0935\\u0930\\u0923, \\u0907\\u0924\\u094d\\u092f\\u093e\\u0926\\u093f) \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0915\\u0930\\u094d\\u092e\\u091a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0928\\u0939\\u0940\\u0902 \\u0930\\u0939\\u0947\\u0917\\u0940\\u0964<\\/p><p>\\u0915\\u094d\\u092f\\u093e \\u0939\\u092e \\u092c\\u093e\\u0939\\u0930\\u0940 \\u092a\\u0915\\u094d\\u0937\\u094b\\u0902 \\u0915\\u094b \\u0915\\u094b\\u0908 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u0939\\u092e \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u0939\\u091a\\u093e\\u0928 \\u092f\\u094b\\u0917\\u094d\\u092f \\u0921\\u0947\\u091f\\u093e \\u0915\\u094b \\u092c\\u0947\\u091a\\u0924\\u0947, \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0930\\u0924\\u0947 \\u092f\\u093e \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u092e\\u093e\\u092e\\u0932\\u0947 \\u092e\\u0947\\u0902 \\u092c\\u093e\\u0939\\u0930\\u0940 \\u0938\\u092e\\u0942\\u0939\\u094b\\u0902 \\u0915\\u094b \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0907\\u0938\\u092e\\u0947\\u0902 \\u092d\\u0930\\u094b\\u0938\\u0947\\u092e\\u0902\\u0926 \\u092c\\u093e\\u0939\\u0930\\u0940 \\u0932\\u094b\\u0917 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0915\\u094b \\u091a\\u0932\\u093e\\u0928\\u0947, \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u093e \\u0928\\u0947\\u0924\\u0943\\u0924\\u094d\\u0935 \\u0915\\u0930\\u0928\\u0947 \\u092f\\u093e \\u0906\\u092a\\u0915\\u094b \\u0938\\u092e\\u093e\\u092f\\u094b\\u091c\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094d\\u092f\\u094b\\u0902\\u0915\\u093f \\u0935\\u0947 \\u0938\\u092e\\u0942\\u0939 \\u0907\\u0938 \\u0921\\u0947\\u091f\\u093e \\u0915\\u094b \\u0928\\u093f\\u091c\\u0940 \\u0930\\u0916\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0939\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u092e \\u0906\\u092a\\u0915\\u093e \\u0921\\u0947\\u091f\\u093e \\u0924\\u092c \\u092d\\u0940 \\u0921\\u093f\\u0932\\u0940\\u0935\\u0930 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u092c \\u0939\\u092e \\u092e\\u093e\\u0928\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u0915\\u093f \\u0921\\u093f\\u0938\\u094d\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u093e\\u0928\\u0942\\u0928 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0928\\u0947, \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0932\\u093e\\u0917\\u0942 \\u0915\\u0930\\u0928\\u0947, \\u092f\\u093e \\u0905\\u092a\\u0928\\u0947 \\u092f\\u093e \\u0926\\u0942\\u0938\\u0930\\u094b\\u0902 \\u0915\\u0947 \\u0905\\u0927\\u093f\\u0915\\u093e\\u0930\\u094b\\u0902, \\u0938\\u0902\\u092a\\u0924\\u094d\\u0924\\u093f \\u092f\\u093e \\u0915\\u0932\\u094d\\u092f\\u093e\\u0923 \\u0915\\u094b \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u0948\\u0964<\\/p><p>\\u092c\\u091a\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0905\\u0927\\u093f\\u0928\\u093f\\u092f\\u092e \\u0915\\u093e \\u0905\\u0928\\u0941\\u092a\\u093e\\u0932\\u0928<\\/p><p>\\u0939\\u092e COPPA (\\u092c\\u091a\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0905\\u0927\\u093f\\u0928\\u093f\\u092f\\u092e) \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0930\\u0942\\u092a \\u0939\\u0948\\u0902, \\u0939\\u092e 13 \\u0935\\u0930\\u094d\\u0937 \\u0938\\u0947 \\u0915\\u092e \\u0909\\u092e\\u094d\\u0930 \\u0915\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0938\\u0947 \\u0915\\u094b\\u0908 \\u092d\\u0940 \\u0921\\u0947\\u091f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0928\\u0939\\u0940\\u0902 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f, \\u0906\\u0907\\u091f\\u092e \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0936\\u093e\\u0938\\u0928 \\u092a\\u0942\\u0930\\u0940 \\u0924\\u0930\\u0939 \\u0938\\u0947 \\u0909\\u0928 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092e\\u0928\\u094d\\u0935\\u093f\\u0924 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0915\\u092e \\u0938\\u0947 \\u0915\\u092e 13 \\u0935\\u0930\\u094d\\u0937 \\u092f\\u093e \\u0909\\u0938\\u0938\\u0947 \\u0905\\u0927\\u093f\\u0915 \\u0909\\u092e\\u094d\\u0930 \\u0915\\u0947 \\u0939\\u0948\\u0902\\u0964<\\/p><p>\\u0939\\u092e\\u093e\\u0930\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f \\u092e\\u0947\\u0902 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u0928<\\/p><p>\\u092f\\u0926\\u093f \\u0939\\u092e \\u0905\\u092a\\u0928\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f \\u0915\\u094b \\u092c\\u0926\\u0932\\u0928\\u0947 \\u0915\\u093e \\u0928\\u093f\\u0930\\u094d\\u0923\\u092f \\u0932\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0909\\u0928 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u0928\\u094b\\u0902 \\u0915\\u094b \\u0907\\u0938 \\u092a\\u0943\\u0937\\u094d\\u0920 \\u092a\\u0930 \\u092a\\u094b\\u0938\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902\\u0917\\u0947\\u0964<\\/p><p>\\u0939\\u092e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u092c \\u0924\\u0915 \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u091c\\u092c \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0906\\u092a\\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u092e\\u094c\\u091c\\u0942\\u0926 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u094b \\u0924\\u092c \\u0924\\u0915 \\u091a\\u0915\\u094d\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u092c \\u0924\\u0915 \\u0906\\u092a \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u094b \\u092e\\u093f\\u091f\\u093e \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u0947 \\u092f\\u093e \\u0916\\u0941\\u0926 \\u0915\\u094b \\u0935\\u093e\\u092a\\u0938 \\u0928\\u0939\\u0940\\u0902 \\u0932\\u0947 \\u0932\\u0947\\u0924\\u0947 (\\u0915\\u093e\\u0928\\u0942\\u0928\\u094b\\u0902 \\u0914\\u0930 \\u0926\\u093f\\u0936\\u093e\\u0928\\u093f\\u0930\\u094d\\u0926\\u0947\\u0936\\u094b\\u0902 \\u0915\\u0947 \\u0905\\u0927\\u0940\\u0928)\\u0964<\\/p>\"}}}', 1, 1, '2023-06-12 16:19:42', '2024-11-13 18:45:39');
INSERT INTO `setup_pages` (`id`, `type`, `slug`, `title`, `url`, `details`, `last_edit_by`, `status`, `created_at`, `updated_at`) VALUES
(16, 'useful-links', 'refund-policy', '{\"language\":{\"en\":{\"title\":\"Refund Policy\"},\"es\":{\"title\":\"Politica de reembolso\"},\"ar\":{\"title\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0631\\u062c\\u0627\\u0639\"},\"fr\":{\"title\":\"Politica de reembolso\"},\"hi\":{\"title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093e\\u092a\\u0938\\u0940 \\u0915\\u0940 \\u0928\\u0940\\u0924\\u093f\"}}}', NULL, '{\"language\":{\"en\":{\"details\":\"<h3 style=\\\"margin-left:0px;\\\"><strong>What information do we collect?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We gather data from you when you register on our site, submit a request, buy any services, react to an overview, or round out a structure. At the point when requesting any assistance or enrolling on our site, as suitable, you might be approached to enter your: name, email address, or telephone number. You may, nonetheless, visit our site anonymously.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>How do we protect your information?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">All provided delicate\\/credit data is sent through Stripe.<br>After an exchange, your private data (credit cards, social security numbers, financials, and so on) won be put away on our workers.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Do we disclose any information to outside parties?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We don sell, exchange, or in any case move to outside gatherings by and by recognizable data. This does exclude confided in outsiders who help us in working our site, leading our business, or adjusting you, since those gatherings consent to keep this data private. We may likewise deliver your data when we accept discharge is suitable to follow the law, implement our site strategies, or ensure our own or others rights, property, or wellbeing.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Childrens Online Privacy Protection Act Compliance<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">We are consistent with the prerequisites of COPPA (Childrens Online Privacy Protection Act), we don gather any data from anybody under 13 years old. Our site, items, and administrations are completely coordinated to individuals who are in any event 13 years of age or more established.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>Changes to our Privacy Policy<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">If we decide to change our privacy policy, we will post those changes on this page.<\\/p><h3 style=\\\"margin-left:0px;\\\"><strong>How long we retain your information?<\\/strong><\\/h3><p style=\\\"margin-left:0px;\\\">At the point when you register for our site, we cycle and keep your information we have about you however long you don not erase the record or withdraw yourself (subject to laws and guidelines).<\\/p>\"},\"es\":{\"details\":\"<p>\\u00bfQu\\u00e9 informaci\\u00f3n recopilamos?<\\/p><p>Recopilamos datos suyos cuando se registra en nuestro sitio, env\\u00eda una solicitud, compra alg\\u00fan servicio, reacciona a una descripci\\u00f3n general o completa una estructura. En el momento de solicitar asistencia o registrarse en nuestro sitio, seg\\u00fan corresponda, es posible que se le solicite que ingrese su: nombre, direcci\\u00f3n de correo electr\\u00f3nico o n\\u00famero de tel\\u00e9fono. No obstante, puede visitar nuestro sitio de forma an\\u00f3nima.<\\/p><p>\\u00bfC\\u00f3mo protegemos tu informaci\\u00f3n?<\\/p><p>Todos los datos delicados\\/cr\\u00e9ditos proporcionados se env\\u00edan a trav\\u00e9s de Stripe.<br>Despu\\u00e9s de un intercambio, sus datos privados (tarjetas de cr\\u00e9dito, n\\u00fameros de seguro social, finanzas, etc.) pasar\\u00e1n a nuestros trabajadores.<\\/p><p>\\u00bfRevelamos alguna informaci\\u00f3n a terceros?<\\/p><p>No vendemos, intercambiamos ni, en ning\\u00fan caso, nos trasladamos a reuniones externas mediante datos reconocibles. Esto excluye a personas externas de confianza que nos ayudan a trabajar en nuestro sitio, dirigir nuestro negocio o ajustarlo, ya que esas reuniones consienten en mantener estos datos privados. Asimismo, podremos entregar sus datos cuando aceptemos que la descarga es adecuada para cumplir con la ley, implementar las estrategias de nuestro sitio o garantizar nuestros derechos, propiedad o bienestar o los de otros.<\\/p><p>Cumplimiento de la Ley de Protecci\\u00f3n de la Privacidad Infantil en L\\u00ednea<\\/p><p>Somos consistentes con los requisitos previos de COPPA (Ley de Protecci\\u00f3n de la Privacidad Infantil en L\\u00ednea), no recopilamos datos de ninguna persona menor de 13 a\\u00f1os. Nuestro sitio, art\\u00edculos y servicios est\\u00e1n completamente adaptados a personas mayores de 13 a\\u00f1os o m\\u00e1s.<\\/p><p>Cambios en nuestra Pol\\u00edtica de Privacidad<\\/p><p>Si decidimos cambiar nuestra pol\\u00edtica de privacidad, publicaremos esos cambios en esta p\\u00e1gina.<\\/p><p>\\u00bfCu\\u00e1nto tiempo conservamos su informaci\\u00f3n?<\\/p><p>En el momento en que se registra en nuestro sitio, realizamos un ciclo y mantenemos la informaci\\u00f3n que tenemos sobre usted durante el tiempo que usted no borre el registro ni se retire (sujeto a leyes y pautas).<\\/p>\"},\"ar\":{\"details\":\"<p>\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062c\\u0645\\u0639\\u0647\\u0627\\u061f<\\/p><p>\\u0646\\u0642\\u0648\\u0645 \\u0628\\u062c\\u0645\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u0646\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u062a\\u0642\\u0648\\u0645 \\u0628\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0637\\u0644\\u0628 \\u060c \\u0623\\u0648 \\u0634\\u0631\\u0627\\u0621 \\u0623\\u064a \\u062e\\u062f\\u0645\\u0627\\u062a \\u060c \\u0623\\u0648 \\u0627\\u0644\\u0631\\u062f \\u0639\\u0644\\u0649 \\u0646\\u0638\\u0631\\u0629 \\u0639\\u0627\\u0645\\u0629 \\u060c \\u0623\\u0648 \\u0625\\u0646\\u0647\\u0627\\u0621 \\u0647\\u064a\\u0643\\u0644. \\u0639\\u0646\\u062f \\u0637\\u0644\\u0628 \\u0623\\u064a \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0627\\u0642\\u062a\\u0636\\u0627\\u0621 \\u060c \\u0642\\u062f \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0643 \\u0644\\u0625\\u062f\\u062e\\u0627\\u0644: \\u0627\\u0633\\u0645\\u0643 \\u0623\\u0648 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0628\\u0631\\u064a\\u062f\\u0643 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0623\\u0648 \\u0631\\u0642\\u0645 \\u0647\\u0627\\u062a\\u0641\\u0643. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643 \\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0632\\u064a\\u0627\\u0631\\u0629 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u062f\\u0648\\u0646 \\u0627\\u0644\\u0643\\u0634\\u0641 \\u0639\\u0646 \\u0647\\u0648\\u064a\\u062a\\u0643.<\\/p><p>\\u0643\\u064a\\u0641 \\u0646\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643\\u061f<\\/p><p>\\u064a\\u062a\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0642\\u064a\\u0642\\u0629 \\/ \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0642\\u062f\\u0645\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 Stripe.<br>\\u0628\\u0639\\u062f \\u0627\\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u060c \\u0633\\u064a\\u062a\\u0645 \\u0648\\u0636\\u0639 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 (\\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0648\\u0623\\u0631\\u0642\\u0627\\u0645 \\u0627\\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0648\\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0645\\u0627 \\u0625\\u0644\\u0649 \\u0630\\u0644\\u0643) \\u0628\\u0639\\u064a\\u062f\\u064b\\u0627 \\u0639\\u0646 \\u0639\\u0645\\u0627\\u0644\\u0646\\u0627.<\\/p><p>\\u0647\\u0644 \\u0646\\u0641\\u0635\\u062d \\u0639\\u0646 \\u0623\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0644\\u0644\\u0623\\u0637\\u0631\\u0627\\u0641 \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629\\u061f<\\/p><p>\\u0646\\u062d\\u0646 \\u0644\\u0627 \\u0646\\u0628\\u064a\\u0639 \\u0623\\u0648 \\u0646\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0623\\u0648 \\u0646\\u0646\\u062a\\u0642\\u0644 \\u0628\\u0623\\u064a \\u062d\\u0627\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u062d\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0645\\u0639\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0631\\u062c\\u064a\\u0629 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u064a\\u0647\\u0627. \\u0647\\u0630\\u0627 \\u0644\\u0627 \\u064a\\u0633\\u062a\\u062b\\u0646\\u064a \\u0645\\u0646 \\u0623\\u0633\\u0631\\u062a\\u0647\\u0645 \\u0627\\u0644\\u063a\\u0631\\u0628\\u0627\\u0621 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0633\\u0627\\u0639\\u062f\\u0648\\u0646\\u0646\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u0642\\u064a\\u0627\\u062f\\u0629 \\u0623\\u0639\\u0645\\u0627\\u0644\\u0646\\u0627 \\u060c \\u0623\\u0648 \\u062a\\u0639\\u062f\\u064a\\u0644\\u0643 \\u060c \\u0644\\u0623\\u0646 \\u062a\\u0644\\u0643 \\u0627\\u0644\\u062a\\u062c\\u0645\\u0639\\u0627\\u062a \\u062a\\u0648\\u0627\\u0641\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a. \\u0642\\u062f \\u0646\\u0642\\u0648\\u0645 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0628\\u062a\\u0633\\u0644\\u064a\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u0646\\u0642\\u0628\\u0644 \\u0623\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0631\\u064a\\u063a \\u0645\\u0646\\u0627\\u0633\\u0628 \\u0644\\u0627\\u062a\\u0628\\u0627\\u0639 \\u0627\\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u0623\\u0648 \\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0633\\u062a\\u0631\\u0627\\u062a\\u064a\\u062c\\u064a\\u0627\\u062a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0623\\u0648 \\u0636\\u0645\\u0627\\u0646 \\u062d\\u0642\\u0648\\u0642\\u0646\\u0627 \\u0623\\u0648 \\u062d\\u0642\\u0648\\u0642\\u0646\\u0627 \\u0623\\u0648 \\u0645\\u0645\\u062a\\u0644\\u0643\\u0627\\u062a\\u0646\\u0627 \\u0623\\u0648 \\u0631\\u0641\\u0627\\u0647\\u064a\\u062a\\u0646\\u0627.<\\/p><p>\\u0627\\u0644\\u0627\\u0645\\u062a\\u062b\\u0627\\u0644 \\u0644\\u0642\\u0627\\u0646\\u0648\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a<\\/p><p>\\u0646\\u062d\\u0646 \\u0646\\u062a\\u0641\\u0642 \\u0645\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0640 COPPA (\\u0642\\u0627\\u0646\\u0648\\u0646 \\u062d\\u0645\\u0627\\u064a\\u0629 \\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u0623\\u0637\\u0641\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a) \\u060c \\u0648\\u0644\\u0627 \\u0646\\u062c\\u0645\\u0639 \\u0623\\u064a \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0645\\u0646 \\u0623\\u064a \\u0634\\u062e\\u0635 \\u0623\\u0642\\u0644 \\u0645\\u0646 13 \\u0639\\u0627\\u0645\\u064b\\u0627. \\u064a\\u062a\\u0645 \\u062a\\u0646\\u0633\\u064a\\u0642 \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u0648\\u0639\\u0646\\u0627\\u0635\\u0631\\u0646\\u0627 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0627\\u062a\\u0646\\u0627 \\u0628\\u0627\\u0644\\u0643\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u0627\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0628\\u0644\\u063a\\u0648\\u0646 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0631 13 \\u0639\\u0627\\u0645\\u064b\\u0627 \\u0623\\u0648 \\u0623\\u0643\\u062b\\u0631.<\\/p><p>\\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0641\\u064a \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627<\\/p><p>\\u0625\\u0630\\u0627 \\u0642\\u0631\\u0631\\u0646\\u0627 \\u062a\\u063a\\u064a\\u064a\\u0631 \\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u060c \\u0641\\u0633\\u0646\\u0646\\u0634\\u0631 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062a\\u063a\\u064a\\u064a\\u0631\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629.<\\/p><p>\\u0643\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u0646\\u062d\\u062a\\u0641\\u0638 \\u0628\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643\\u061f<\\/p><p>\\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u0630\\u064a \\u062a\\u0633\\u062c\\u0644 \\u0641\\u064a\\u0647 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627 \\u060c \\u0646\\u0642\\u0648\\u0645 \\u0628\\u062a\\u062f\\u0648\\u064a\\u0631 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0627\\u0644\\u062a\\u064a \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0639\\u0646\\u0643 \\u0648\\u0627\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647\\u0627 \\u0645\\u0647\\u0645\\u0627 \\u0637\\u0627\\u0644\\u062a \\u0645\\u062f\\u0629 \\u0639\\u062f\\u0645 \\u0645\\u0633\\u062d \\u0627\\u0644\\u0633\\u062c\\u0644 \\u0623\\u0648 \\u0633\\u062d\\u0628 \\u0646\\u0641\\u0633\\u0643 (\\u0648\\u0641\\u0642\\u064b\\u0627 \\u0644\\u0644\\u0642\\u0648\\u0627\\u0646\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0625\\u0631\\u0634\\u0627\\u062f\\u0627\\u062a).<\\/p>\"},\"fr\":{\"details\":\"<p>Quelles informations collectons-nous?<\\/p><p>Nous collectons vos donn\\u00e9es lorsque vous vous inscrivez sur notre site, soumettez une demande, achetez des services, r\\u00e9agissez \\u00e0 un aper\\u00e7u ou compl\\u00e9tez une structure. Au moment de demander de l\'aide ou de vous inscrire sur notre site, le cas \\u00e9ch\\u00e9ant, vous pourriez \\u00eatre invit\\u00e9 \\u00e0 saisir votre : nom, adresse e-mail ou num\\u00e9ro de t\\u00e9l\\u00e9phone. Vous pouvez n\\u00e9anmoins visiter notre site de mani\\u00e8re anonyme.<\\/p><p>Comment prot\\u00e9geons-nous vos informations?<\\/p><p>Toutes les donn\\u00e9es d\\u00e9licates\\/de cr\\u00e9dit fournies sont envoy\\u00e9es via Stripe.<br>Apr\\u00e8s un \\u00e9change, vos donn\\u00e9es priv\\u00e9es (cartes de cr\\u00e9dit, num\\u00e9ros de s\\u00e9curit\\u00e9 sociale, donn\\u00e9es financi\\u00e8res, etc.) seront transmises \\u00e0 nos employ\\u00e9s.<\\/p><p>Devons-nous divulguer des informations \\u00e0 des parties ext\\u00e9rieures&nbsp;?<\\/p><p>Nous ne vendons pas, n\'\\u00e9changeons pas, ou en aucun cas ne nous d\\u00e9pla\\u00e7ons vers des rassemblements ext\\u00e9rieurs par et par des donn\\u00e9es reconnaissables. Cela exclut les personnes confi\\u00e9es \\u00e0 des tiers qui nous aident \\u00e0 exploiter notre site, \\u00e0 diriger notre entreprise ou \\u00e0 vous ajuster, puisque ces personnes consentent \\u00e0 garder ces donn\\u00e9es priv\\u00e9es. Nous pouvons \\u00e9galement fournir vos donn\\u00e9es lorsque nous acceptons que la d\\u00e9cision soit appropri\\u00e9e pour respecter la loi, mettre en \\u0153uvre nos strat\\u00e9gies de site ou garantir nos propres droits, propri\\u00e9t\\u00e9 ou bien-\\u00eatre ou ceux d\'autrui.<\\/p><p>Conformit\\u00e9 \\u00e0 la loi sur la protection de la vie priv\\u00e9e en ligne des enfants<\\/p><p>Nous sommes conformes aux conditions pr\\u00e9alables de la COPPA (Childrens Online Privacy Protection Act), nous ne collectons aucune donn\\u00e9e sur toute personne de moins de 13 ans. Notre site, nos produits et nos services sont enti\\u00e8rement adapt\\u00e9s aux personnes \\u00e2g\\u00e9es de 13 ans ou plus.<\\/p><p>Modifications de notre politique de confidentialit\\u00e9<\\/p><p>Si nous d\\u00e9cidons de modifier notre politique de confidentialit\\u00e9, nous publierons ces modifications sur cette page.<\\/p><p>Combien de temps conservons-nous vos informations ?<\\/p><p>Au moment o\\u00f9 vous vous inscrivez sur notre site, nous conservons et conservons les informations que nous d\\u00e9tenons \\u00e0 votre sujet aussi longtemps que vous n\'effacez pas l\'enregistrement ou ne vous retirez pas (sous r\\u00e9serve des lois et directives).<\\/p>\"},\"hi\":{\"details\":\"<p>\\u0939\\u092e \\u0915\\u094c\\u0928 \\u0938\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u091c\\u092c \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094b\\u0908 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0938\\u092c\\u092e\\u093f\\u091f \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094b\\u0908 \\u0938\\u0947\\u0935\\u093e \\u0916\\u0930\\u0940\\u0926\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u093f\\u0938\\u0940 \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0924\\u093f\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092f\\u093e \\u0915\\u094b\\u0908 \\u092b\\u0949\\u0930\\u094d\\u092e \\u092d\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0906\\u092a\\u0938\\u0947 \\u0921\\u0947\\u091f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f \\u092f\\u093e \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u0928\\u093e\\u092e\\u093e\\u0902\\u0915\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0938\\u092e\\u092f, \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u092a\\u0930, \\u0906\\u092a\\u0938\\u0947 \\u0905\\u092a\\u0928\\u093e \\u0928\\u093e\\u092e, \\u0908\\u092e\\u0947\\u0932 \\u092a\\u0924\\u093e \\u092f\\u093e \\u092b\\u093c\\u094b\\u0928 \\u0928\\u0902\\u092c\\u0930 \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0939\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u092a\\u0930 \\u0917\\u0941\\u092e\\u0928\\u093e\\u092e \\u0930\\u0942\\u092a \\u0938\\u0947 \\u091c\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964<\\/p><p>\\u0939\\u092e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0948\\u0938\\u0947 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u0938\\u092d\\u0940 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u0917\\u0908 \\u0938\\u0902\\u0935\\u0947\\u0926\\u0928\\u0936\\u0940\\u0932\\/\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 Stripe \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092d\\u0947\\u091c\\u0940 \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964<\\/p><p>\\u0915\\u093f\\u0938\\u0940 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u092c\\u093e\\u0926, \\u0906\\u092a\\u0915\\u0940 \\u0928\\u093f\\u091c\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 (\\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921, \\u0938\\u093e\\u092e\\u093e\\u091c\\u093f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0928\\u0902\\u092c\\u0930, \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0935\\u093f\\u0935\\u0930\\u0923, \\u0907\\u0924\\u094d\\u092f\\u093e\\u0926\\u093f) \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0915\\u0930\\u094d\\u092e\\u091a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0928\\u0939\\u0940\\u0902 \\u0930\\u0939\\u0947\\u0917\\u0940\\u0964<\\/p><p>\\u0915\\u094d\\u092f\\u093e \\u0939\\u092e \\u092c\\u093e\\u0939\\u0930\\u0940 \\u092a\\u0915\\u094d\\u0937\\u094b\\u0902 \\u0915\\u094b \\u0915\\u094b\\u0908 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u0939\\u092e \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u0939\\u091a\\u093e\\u0928 \\u092f\\u094b\\u0917\\u094d\\u092f \\u0921\\u0947\\u091f\\u093e \\u0915\\u094b \\u092c\\u0947\\u091a\\u0924\\u0947, \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0915\\u0930\\u0924\\u0947 \\u092f\\u093e \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u092e\\u093e\\u092e\\u0932\\u0947 \\u092e\\u0947\\u0902 \\u092c\\u093e\\u0939\\u0930\\u0940 \\u0938\\u092e\\u0942\\u0939\\u094b\\u0902 \\u0915\\u094b \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0907\\u0938\\u092e\\u0947\\u0902 \\u092d\\u0930\\u094b\\u0938\\u0947\\u092e\\u0902\\u0926 \\u092c\\u093e\\u0939\\u0930\\u0940 \\u0932\\u094b\\u0917 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0915\\u094b \\u091a\\u0932\\u093e\\u0928\\u0947, \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u093e \\u0928\\u0947\\u0924\\u0943\\u0924\\u094d\\u0935 \\u0915\\u0930\\u0928\\u0947 \\u092f\\u093e \\u0906\\u092a\\u0915\\u094b \\u0938\\u092e\\u093e\\u092f\\u094b\\u091c\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0915\\u094d\\u092f\\u094b\\u0902\\u0915\\u093f \\u0935\\u0947 \\u0938\\u092e\\u0942\\u0939 \\u0907\\u0938 \\u0921\\u0947\\u091f\\u093e \\u0915\\u094b \\u0928\\u093f\\u091c\\u0940 \\u0930\\u0916\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0939\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u092e \\u0906\\u092a\\u0915\\u093e \\u0921\\u0947\\u091f\\u093e \\u0924\\u092c \\u092d\\u0940 \\u0921\\u093f\\u0932\\u0940\\u0935\\u0930 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u092c \\u0939\\u092e \\u092e\\u093e\\u0928\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u0915\\u093f \\u0921\\u093f\\u0938\\u094d\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u093e\\u0928\\u0942\\u0928 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0928\\u0947, \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0930\\u0923\\u0928\\u0940\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0932\\u093e\\u0917\\u0942 \\u0915\\u0930\\u0928\\u0947, \\u092f\\u093e \\u0905\\u092a\\u0928\\u0947 \\u092f\\u093e \\u0926\\u0942\\u0938\\u0930\\u094b\\u0902 \\u0915\\u0947 \\u0905\\u0927\\u093f\\u0915\\u093e\\u0930\\u094b\\u0902, \\u0938\\u0902\\u092a\\u0924\\u094d\\u0924\\u093f \\u092f\\u093e \\u0915\\u0932\\u094d\\u092f\\u093e\\u0923 \\u0915\\u094b \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u0948\\u0964<\\/p><p>\\u092c\\u091a\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0905\\u0927\\u093f\\u0928\\u093f\\u092f\\u092e \\u0915\\u093e \\u0905\\u0928\\u0941\\u092a\\u093e\\u0932\\u0928<\\/p><p>\\u0939\\u092e COPPA (\\u092c\\u091a\\u094d\\u091a\\u094b\\u0902 \\u0915\\u0940 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0905\\u0927\\u093f\\u0928\\u093f\\u092f\\u092e) \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0930\\u0942\\u092a \\u0939\\u0948\\u0902, \\u0939\\u092e 13 \\u0935\\u0930\\u094d\\u0937 \\u0938\\u0947 \\u0915\\u092e \\u0909\\u092e\\u094d\\u0930 \\u0915\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0938\\u0947 \\u0915\\u094b\\u0908 \\u092d\\u0940 \\u0921\\u0947\\u091f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0928\\u0939\\u0940\\u0902 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f, \\u0906\\u0907\\u091f\\u092e \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0936\\u093e\\u0938\\u0928 \\u092a\\u0942\\u0930\\u0940 \\u0924\\u0930\\u0939 \\u0938\\u0947 \\u0909\\u0928 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092e\\u0928\\u094d\\u0935\\u093f\\u0924 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0915\\u092e \\u0938\\u0947 \\u0915\\u092e 13 \\u0935\\u0930\\u094d\\u0937 \\u092f\\u093e \\u0909\\u0938\\u0938\\u0947 \\u0905\\u0927\\u093f\\u0915 \\u0909\\u092e\\u094d\\u0930 \\u0915\\u0947 \\u0939\\u0948\\u0902\\u0964<\\/p><p>\\u0939\\u092e\\u093e\\u0930\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f \\u092e\\u0947\\u0902 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u0928<\\/p><p>\\u092f\\u0926\\u093f \\u0939\\u092e \\u0905\\u092a\\u0928\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0928\\u0940\\u0924\\u093f \\u0915\\u094b \\u092c\\u0926\\u0932\\u0928\\u0947 \\u0915\\u093e \\u0928\\u093f\\u0930\\u094d\\u0923\\u092f \\u0932\\u0947\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0909\\u0928 \\u092a\\u0930\\u093f\\u0935\\u0930\\u094d\\u0924\\u0928\\u094b\\u0902 \\u0915\\u094b \\u0907\\u0938 \\u092a\\u0943\\u0937\\u094d\\u0920 \\u092a\\u0930 \\u092a\\u094b\\u0938\\u094d\\u091f \\u0915\\u0930\\u0947\\u0902\\u0917\\u0947\\u0964<\\/p><p>\\u0939\\u092e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u092c \\u0924\\u0915 \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902?<\\/p><p>\\u091c\\u092c \\u0906\\u092a \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u093e\\u0907\\u091f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0939\\u092e \\u0906\\u092a\\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u092e\\u094c\\u091c\\u0942\\u0926 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u094b \\u0924\\u092c \\u0924\\u0915 \\u091a\\u0915\\u094d\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u092c \\u0924\\u0915 \\u0906\\u092a \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u094b \\u092e\\u093f\\u091f\\u093e \\u0928\\u0939\\u0940\\u0902 \\u0926\\u0947\\u0924\\u0947 \\u092f\\u093e \\u0916\\u0941\\u0926 \\u0915\\u094b \\u0935\\u093e\\u092a\\u0938 \\u0928\\u0939\\u0940\\u0902 \\u0932\\u0947 \\u0932\\u0947\\u0924\\u0947 (\\u0915\\u093e\\u0928\\u0942\\u0928\\u094b\\u0902 \\u0914\\u0930 \\u0926\\u093f\\u0936\\u093e\\u0928\\u093f\\u0930\\u094d\\u0926\\u0947\\u0936\\u094b\\u0902 \\u0915\\u0947 \\u0905\\u0927\\u0940\\u0928)\\u0964<\\/p>\"}}}', 1, 1, '2023-06-12 16:21:29', '2024-11-13 18:46:04');

-- --------------------------------------------------------

--
-- Table structure for table `setup_page_has_sections`
--

CREATE TABLE `setup_page_has_sections` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `setup_page_id` bigint(20) UNSIGNED NOT NULL,
  `site_section_id` bigint(20) UNSIGNED NOT NULL,
  `position` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `setup_page_has_sections`
--

INSERT INTO `setup_page_has_sections` (`id`, `setup_page_id`, `site_section_id`, `position`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 2, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 1, 3, 2, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 1, 5, 3, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 1, 4, 4, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 1, 14, 5, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(6, 1, 6, 6, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(7, 1, 15, 7, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(8, 1, 16, 8, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(9, 1, 8, 9, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(10, 1, 17, 10, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(11, 1, 7, 11, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(12, 1, 9, 12, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(13, 1, 11, 13, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(14, 6, 4, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(15, 6, 5, 2, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(16, 6, 7, 3, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(17, 6, 8, 4, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(18, 6, 2, 5, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(19, 6, 3, 6, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(20, 6, 6, 7, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(21, 6, 9, 8, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(22, 6, 14, 9, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(23, 6, 15, 10, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(24, 6, 16, 11, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(25, 6, 17, 12, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(26, 7, 6, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(27, 7, 2, 2, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(28, 7, 3, 3, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(29, 7, 4, 4, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(30, 7, 5, 5, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(31, 7, 7, 6, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(32, 7, 8, 7, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(33, 7, 9, 8, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(34, 7, 14, 9, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(35, 7, 15, 10, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(36, 7, 16, 11, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(37, 7, 17, 12, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(38, 9, 2, 1, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(39, 9, 3, 2, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(40, 9, 4, 3, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(41, 9, 5, 4, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(42, 9, 6, 5, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(43, 9, 7, 6, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(44, 9, 8, 7, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(45, 9, 9, 8, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(46, 9, 14, 9, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(47, 9, 15, 10, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(48, 9, 16, 11, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(49, 9, 17, 12, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(50, 13, 9, 1, 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(51, 13, 2, 2, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(52, 13, 3, 3, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(53, 13, 4, 4, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(54, 13, 5, 5, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(55, 13, 6, 6, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(56, 13, 7, 7, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(57, 13, 8, 8, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(58, 13, 14, 9, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(59, 13, 15, 10, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(60, 13, 16, 11, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(61, 13, 17, 12, 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `setup_seos`
--

CREATE TABLE `setup_seos` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(100) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `desc` text DEFAULT NULL,
  `tags` text DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `last_edit_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `setup_seos`
--

INSERT INTO `setup_seos` (`id`, `slug`, `title`, `desc`, `tags`, `image`, `last_edit_by`, `created_at`, `updated_at`) VALUES
(1, 'qrpay', 'QRPay Pro - Money Transfer with QR Code', 'QRPay Pro offers a comprehensive solution for seamless money transfers using QR codes, catering to Android and iOS platforms, along with a user-friendly website and efficient admin panels. The system comprises three distinct interfaces: User Panel, Agent Panel, Merchant Panel, and Super Admin Panel. Key features encompass effortless money transfers through QR codes, swift payment processing, mobile top-up services, bill payment functionalities, streamlined remittance solutions, virtual card options, a secure payment checkout page, versatile payment gateway integration, and an accessible Developer API. Our commitment is in delivering exceptional software solutions at a budget-friendly cost, empowering you to capitalize on opportunities and excel in this dynamic industry. Embrace the opportunity to elevate ordinary operations into extraordinary accomplishments with QRPay Pro.', '[\"agent\",\"contactless payment\",\"developer api\",\"digital wallet\",\"ewallet\",\"flutter app\",\"gateway solutions\",\"merchant api\",\"mobile wallet\",\"money transfer\",\"payment gateway\",\"qr code money transfer\",\"qr code payment\",\"qr code wallet\",\"QRPay Pro\"]', '1d1da218-2b43-44a3-a4e4-39ff3dba94c3.webp', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `site_sections`
--

CREATE TABLE `site_sections` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(100) NOT NULL,
  `value` text NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `serialize` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `site_sections`
--

INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(1, 'site_cookie', '{\"status\":true,\"link\":\"page\\/privacy-policy\",\"desc\":\"We may use cookies or any other tracking technologies when you visit our website, including any other media form, mobile website, or mobile application related or connected to help customize the Site and improve your experience.\"}', 1, NULL, '2023-02-20 10:21:32', '2024-03-27 14:04:52'),
(2, 'banner-section', '{\"images\":{\"banner_image\":\"12469fc0-480c-438e-ab96-687bbb65048a.webp\"},\"language\":{\"en\":{\"title\":\"A Machine-Readable Code\",\"heading\":\"Transfer Money With The QRCode In A Second\",\"sub_heading\":\"Our innovative payment solution allows you to transfer money quickly and securely using QR codes. With just a simple scan, you can send or receive funds in a matter of seconds, eliminating the need for manual entry or tedious account details.\"},\"es\":{\"title\":\"Un c\\u00f3digo legible por m\\u00e1quina\",\"heading\":\"Transfiere dinero con el QRCode en un segundo\",\"sub_heading\":\"Nuestra innovadora soluci\\u00f3n de pago le permite transferir dinero de forma r\\u00e1pida y segura mediante c\\u00f3digos QR. Con solo un simple escaneo, puede enviar o recibir fondos en cuesti\\u00f3n de segundos, eliminando la necesidad de ingresar manualmente o los tediosos detalles de la cuenta.\"},\"ar\":{\"title\":\"\\u0631\\u0645\\u0632 \\u064a\\u0645\\u0643\\u0646 \\u0642\\u0631\\u0627\\u0621\\u062a\\u0647 \\u0622\\u0644\\u064a\\u064b\\u0627\",\"heading\":\"\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0641\\u064a \\u062b\\u0627\\u0646\\u064a\\u0629\",\"sub_heading\":\"\\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 \\u062d\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u0628\\u062a\\u0643\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0648\\u0632 QR. \\u0628\\u0645\\u062c\\u0631\\u062f \\u0645\\u0633\\u062d \\u0628\\u0633\\u064a\\u0637 \\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0623\\u0648 \\u062a\\u0644\\u0642\\u064a\\u0647\\u0627 \\u0641\\u064a \\u063a\\u0636\\u0648\\u0646 \\u062b\\u0648\\u0627\\u0646\\u064d \\u060c \\u0645\\u0645\\u0627 \\u064a\\u0644\\u063a\\u064a \\u0627\\u0644\\u062d\\u0627\\u062c\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0625\\u062f\\u062e\\u0627\\u0644 \\u0627\\u0644\\u064a\\u062f\\u0648\\u064a \\u0623\\u0648 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0645\\u0645\\u0644\\u0629.\"},\"fr\":{\"title\":\"Un code lisible par machine\",\"heading\":\"Transf\\u00e9rez de l\'argent avec le QRCode en une seconde.\",\"sub_heading\":\"Notre solution de paiement innovante vous permet de transf\\u00e9rer de l\'argent rapidement et en toute s\\u00e9curit\\u00e9 \\u00e0 l\'aide de codes QR. Avec un simple scan, vous pouvez envoyer ou recevoir des fonds en quelques secondes, \\u00e9liminant ainsi le besoin de saisie manuelle ou de d\\u00e9tails de compte fastidieux.\"},\"hi\":{\"title\":\"\\u092e\\u0936\\u0940\\u0928-\\u092a\\u0920\\u0928\\u0940\\u092f \\u0915\\u094b\\u0921\",\"heading\":\"\\u090f\\u0915 \\u0938\\u0947\\u0915\\u0902\\u0921 \\u092e\\u0947\\u0902 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"sub_heading\":\"\\u0939\\u092e\\u093e\\u0930\\u093e \\u0905\\u092d\\u093f\\u0928\\u0935 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0906\\u092a\\u0915\\u094b QR \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0924\\u0947\\u091c\\u093c\\u0940 \\u0938\\u0947 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092c\\u0938 \\u090f\\u0915 \\u0938\\u093e\\u0927\\u093e\\u0930\\u0923 \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u0915\\u0941\\u091b \\u0939\\u0940 \\u0938\\u0947\\u0915\\u0902\\u0921 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c \\u092f\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092e\\u0948\\u0928\\u094d\\u092f\\u0941\\u0905\\u0932 \\u092a\\u094d\\u0930\\u0935\\u093f\\u0937\\u094d\\u091f\\u093f \\u092f\\u093e \\u0925\\u0915\\u093e\\u090a \\u0916\\u093e\\u0924\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0938\\u092e\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964\"}}}', 1, NULL, '2023-02-25 11:01:05', '2024-11-12 23:10:01'),
(3, 'banner-floting', '{\"language\":{\"en\":{\"title\":\"Our Key Features\",\"sub_title\":\"Transfer money seamlessly and instantly using QR codes, enabling swift and hassle-free transactions. Make secure payments with confidence, thanks to our advanced security system that safeguards your financial information. Conveniently top up your mobile device for uninterrupted connectivity. Store and manage your funds securely in a mobile wallet, providing easy access and control over your finances. Enjoy the flexibility of a virtual card, empowering you to make online purchases effortlessly. Experience efficient remittance services for swift and reliable money transfers. Simplify your financial transactions and embrace the convenience of our comprehensive suite of features.\",\"button_name\":\"Contact Us\",\"button_link\":\"contact\"},\"es\":{\"title\":\"Nuestras caracter\\u00edsticas clave\",\"sub_title\":\"Transfiere dinero sin problemas y al instante usando c\\u00f3digos QR, lo que permite transacciones r\\u00e1pidas y sin complicaciones. Realiza pagos seguros con confianza, gracias a nuestro avanzado sistema de seguridad que resguarda tu informaci\\u00f3n financiera. Recargue convenientemente su dispositivo m\\u00f3vil para una conectividad ininterrumpida. Almacene y administre sus fondos de forma segura en una billetera m\\u00f3vil, lo que brinda f\\u00e1cil acceso y control sobre sus finanzas. Disfrute de la flexibilidad de una tarjeta virtual, que le permite realizar compras en l\\u00ednea sin esfuerzo. Experimente servicios de remesas eficientes para transferencias de dinero r\\u00e1pidas y confiables. Simplifique sus transacciones financieras y disfrute de la comodidad de nuestro completo conjunto de funciones.\",\"button_name\":\"Contacta con nosotras\",\"button_link\":\"contact\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0644\\u062f\\u064a\\u0646\\u0627\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0648\\u0628\\u0634\\u0643\\u0644 \\u0641\\u0648\\u0631\\u064a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0648\\u0632 QR \\u060c \\u0645\\u0645\\u0627 \\u064a\\u062a\\u064a\\u062d \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628. \\u0642\\u0645 \\u0628\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0622\\u0645\\u0646\\u0629 \\u0628\\u0643\\u0644 \\u062b\\u0642\\u0629 \\u060c \\u0628\\u0641\\u0636\\u0644 \\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0627\\u0644\\u0630\\u064a \\u064a\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629. \\u0642\\u0645 \\u0628\\u062a\\u0639\\u0628\\u0626\\u0629 \\u062c\\u0647\\u0627\\u0632\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u063a\\u064a\\u0631 \\u0645\\u0646\\u0642\\u0637\\u0639. \\u0642\\u0645 \\u0628\\u062a\\u062e\\u0632\\u064a\\u0646 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0623\\u0645\\u0627\\u0646 \\u0641\\u064a \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u0633\\u0647\\u0648\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643. \\u062a\\u0645\\u062a\\u0639 \\u0628\\u0645\\u0631\\u0648\\u0646\\u0629 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u060c \\u0645\\u0645\\u0627 \\u064a\\u0645\\u0643\\u0651\\u0646\\u0643 \\u0645\\u0646 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0634\\u0631\\u0627\\u0621 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u062f\\u0648\\u0646 \\u0639\\u0646\\u0627\\u0621. \\u062c\\u0631\\u0628 \\u062e\\u062f\\u0645\\u0627\\u062a \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0641\\u0639\\u0627\\u0644\\u0629 \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629. \\u0642\\u0645 \\u0628\\u062a\\u0628\\u0633\\u064a\\u0637 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0648\\u0627\\u062d\\u062a\\u0636\\u0646 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0648\\u0641\\u0631\\u0647\\u0627 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644\\u0629 \\u0644\\u062f\\u064a\\u0646\\u0627.\",\"button_name\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"button_link\":\"contact\"},\"fr\":{\"title\":\"Nos principales fonctionnalit\\u00e9s\",\"sub_title\":\"Transf\\u00e9rez de l\'argent de mani\\u00e8re transparente et instantan\\u00e9e \\u00e0 l\'aide de codes QR, permettant des transactions rapides et sans tracas. Effectuez des paiements s\\u00e9curis\\u00e9s en toute confiance, gr\\u00e2ce \\u00e0 notre syst\\u00e8me de s\\u00e9curit\\u00e9 avanc\\u00e9 qui prot\\u00e8ge vos informations financi\\u00e8res. Rechargez facilement votre appareil mobile pour une connectivit\\u00e9 ininterrompue. Stockez et g\\u00e9rez vos fonds en toute s\\u00e9curit\\u00e9 dans un portefeuille mobile, offrant un acc\\u00e8s et un contr\\u00f4le faciles sur vos finances. Profitez de la flexibilit\\u00e9 d\'une carte virtuelle, vous permettant d\'effectuer des achats en ligne sans effort. B\\u00e9n\\u00e9ficiez de services de transfert de fonds efficaces pour des transferts d\'argent rapides et fiables. Simplifiez vos transactions financi\\u00e8res et profitez de la commodit\\u00e9 de notre suite compl\\u00e8te de fonctionnalit\\u00e9s.\",\"button_name\":\"Contactez-nous\",\"button_link\":\"contact\"},\"hi\":{\"title\":\"\\u0939\\u092e\\u093e\\u0930\\u0940 \\u092a\\u094d\\u0930\\u092e\\u0941\\u0916 \\u0935\\u093f\\u0936\\u0947\\u0937\\u0924\\u093e\\u090f\\u0902\",\"sub_title\":\"QR \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u0914\\u0930 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u092a\\u0948\\u0938\\u0947 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0902\\u092d\\u0935 \\u0939\\u094b \\u0938\\u0915\\u0947\\u0964 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0909\\u0928\\u094d\\u0928\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940 \\u0915\\u0940 \\u092c\\u0926\\u094c\\u0932\\u0924 \\u0906\\u0924\\u094d\\u092e\\u0935\\u093f\\u0936\\u094d\\u0935\\u093e\\u0938 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u091c\\u094b \\u0906\\u092a\\u0915\\u0940 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0915\\u0928\\u0947\\u0915\\u094d\\u091f\\u093f\\u0935\\u093f\\u091f\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 \\u0915\\u094b \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0924\\u0930\\u0940\\u0915\\u0947 \\u0938\\u0947 \\u091f\\u0949\\u092a \\u0905\\u092a \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924 \\u092a\\u0930 \\u0906\\u0938\\u093e\\u0928 \\u092a\\u0939\\u0941\\u0901\\u091a \\u0914\\u0930 \\u0928\\u093f\\u092f\\u0902\\u0924\\u094d\\u0930\\u0923 \\u0939\\u094b\\u0964 \\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0930 \\u092a\\u093e\\u090f\\u0901\\u0917\\u0947\\u0964 \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092e\\u0928\\u0940 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0941\\u0936\\u0932 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u090f\\u0901 \\u0914\\u0930 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0915\\u093e \\u0932\\u093e\\u092d \\u0909\\u0920\\u093e\\u090f\\u0901\\u0964\",\"button_name\":\"\\u0939\\u092e\\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\",\"button_link\":\"contact\"}},\"items\":{\"640ef71ad67e1\":{\"language\":{\"en\":{\"name\":\"QRCode Money Transfer\"},\"es\":{\"name\":\"Transferencia de dinero con c\\u00f3digo QR\"},\"ar\":{\"name\":\"QRCode \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\"},\"fr\":{\"name\":\"Transfert d\'argent QRCode\"},\"hi\":{\"name\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u0915\\u094b\\u0921 \\u092e\\u0928\\u0940 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930\"}},\"id\":\"640ef71ad67e1\"},\"640ef76a0daf7\":{\"language\":{\"en\":{\"name\":\"Make Payment\"},\"es\":{\"name\":\"Hacer el pago\"},\"ar\":{\"name\":\"\\u0642\\u0645 \\u0628\\u0627\\u0644\\u062f\\u0641\\u0639\"},\"fr\":{\"name\":\"Effectuer le paiement\"},\"hi\":{\"name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\"}},\"id\":\"640ef76a0daf7\"},\"640ef77f774d4\":{\"language\":{\"en\":{\"name\":\"Advanced Security System\"},\"es\":{\"name\":\"Sistema de seguridad avanzado\"},\"ar\":{\"name\":\"\\u0646\\u0638\\u0627\\u0645 \\u0623\\u0645\\u0627\\u0646 \\u0645\\u062a\\u0642\\u062f\\u0645\"},\"fr\":{\"name\":\"Syst\\u00e8me de s\\u00e9curit\\u00e9 avanc\\u00e9\"},\"hi\":{\"name\":\"\\u0909\\u0928\\u094d\\u0928\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940\"}},\"id\":\"640ef77f774d4\"},\"640ef789a7f63\":{\"language\":{\"en\":{\"name\":\"Mobile Top Up\"},\"es\":{\"name\":\"Recarga m\\u00f3vil\"},\"ar\":{\"name\":\"\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\"},\"fr\":{\"name\":\"Recharge mobile\"},\"hi\":{\"name\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a \\u0905\\u092a\"}},\"id\":\"640ef789a7f63\"},\"640ef797ceb14\":{\"language\":{\"en\":{\"name\":\"Mobile Wallet\"},\"es\":{\"name\":\"Billetera m\\u00f3vil\"},\"ar\":{\"name\":\"\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\"},\"fr\":{\"name\":\"Portefeuille mobile\"},\"hi\":{\"name\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f\"}},\"id\":\"640ef797ceb14\"},\"640ef7a180d4d\":{\"language\":{\"en\":{\"name\":\"Virtual Card\"},\"es\":{\"name\":\"Tarjeta virtual\"},\"ar\":{\"name\":\"\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\"},\"fr\":{\"name\":\"Carte virtuelle\"},\"hi\":{\"name\":\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921\"}},\"id\":\"640ef7a180d4d\"},\"6495f8d809500\":{\"language\":{\"en\":{\"name\":\"Remittance Solution\"},\"es\":{\"name\":\"Soluci\\u00f3n de remesas\"},\"ar\":{\"name\":\"\\u062d\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\"},\"fr\":{\"name\":\"Solution de remise de fonds\"},\"hi\":{\"name\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928\"}},\"id\":\"6495f8d809500\"},\"6495f8efd13bf\":{\"language\":{\"en\":{\"name\":\"Realtime Statement\"},\"es\":{\"name\":\"Estado de cuenta en tiempo real\"},\"ar\":{\"name\":\"\\u0628\\u064a\\u0627\\u0646 \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a\"},\"fr\":{\"name\":\"Relev\\u00e9 en temps r\\u00e9el\"},\"hi\":{\"name\":\"\\u0930\\u0940\\u092f\\u0932\\u091f\\u093e\\u0907\\u092e \\u0938\\u094d\\u091f\\u0947\\u091f\\u092e\\u0947\\u0902\\u091f\"}},\"id\":\"6495f8efd13bf\"}}}', 1, NULL, '2023-03-13 14:00:25', '2024-11-12 23:13:58'),
(4, 'about-section', '{\"images\":{\"image\":\"819cc635-4075-4d1b-b450-552c13004242.webp\"},\"language\":{\"en\":{\"heading\":\"About Company\",\"sub_heading\":\"Quick, Secure Cash Moves Installment Door With QR\",\"details\":\"QR code support refers to the ability of a device, application, or system to recognize and read QR codes. This support can be provided through a variety of methods, such as through built-in camera software, specialized QR code scanning apps, or integrated QR code reading functionality within other applications.\\r\\n\\r\\nIn such cases, it\'s important to ensure that the QR code is compatible with a wide range of devices and platforms to maximize its effectiveness.\"},\"es\":{\"heading\":\"Acerca de la compa\\u00f1\\u00eda\",\"sub_heading\":\"Movimientos de efectivo r\\u00e1pidos y seguros Puerta a plazos con QR\",\"details\":\"La compatibilidad con c\\u00f3digos QR se refiere a la capacidad de un dispositivo, aplicaci\\u00f3n o sistema para reconocer y leer c\\u00f3digos QR. Este soporte se puede proporcionar a trav\\u00e9s de una variedad de m\\u00e9todos, como a trav\\u00e9s de un software de c\\u00e1mara incorporado, aplicaciones especializadas de escaneo de c\\u00f3digos QR o la funcionalidad integrada de lectura de c\\u00f3digos QR dentro de otras aplicaciones.\\r\\n\\r\\nEn tales casos, es importante asegurarse de que el c\\u00f3digo QR sea compatible con una amplia gama de dispositivos y plataformas para maximizar su eficacia.\"},\"ar\":{\"heading\":\"\\u0639\\u0646 \\u0627\\u0644\\u0634\\u0631\\u0643\\u0629\",\"sub_heading\":\"\\u0628\\u0627\\u0628 \\u0627\\u0644\\u062a\\u0642\\u0633\\u064a\\u0637 \\u0628\\u0646\\u0642\\u0644 \\u0646\\u0642\\u062f\\u064a \\u0633\\u0631\\u064a\\u0639 \\u0648\\u0622\\u0645\\u0646 \\u0645\\u0639 QR\",\"details\":\"\\u064a\\u0634\\u064a\\u0631 \\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0625\\u0644\\u0649 \\u0642\\u062f\\u0631\\u0629 \\u0627\\u0644\\u062c\\u0647\\u0627\\u0632 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0623\\u0648 \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0631\\u0645\\u0648\\u0632 QR \\u0648\\u0642\\u0631\\u0627\\u0621\\u062a\\u0647\\u0627. \\u064a\\u0645\\u0643\\u0646 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0639\\u0645 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u062a\\u0646\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0637\\u0631\\u0642 \\u060c \\u0645\\u062b\\u0644 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0628\\u0631\\u0646\\u0627\\u0645\\u062c \\u0627\\u0644\\u0643\\u0627\\u0645\\u064a\\u0631\\u0627 \\u0627\\u0644\\u0645\\u062f\\u0645\\u062c \\u0623\\u0648 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0645\\u0633\\u062d \\u0627\\u0644\\u0636\\u0648\\u0626\\u064a \\u0644\\u0631\\u0645\\u0648\\u0632 QR \\u0627\\u0644\\u0645\\u062a\\u062e\\u0635\\u0635\\u0629 \\u0623\\u0648 \\u0648\\u0638\\u0627\\u0626\\u0641 \\u0642\\u0631\\u0627\\u0621\\u0629 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0645\\u062c\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649.\\r\\n\\r\\n\\u0641\\u064a \\u0645\\u062b\\u0644 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u062d\\u0627\\u0644\\u0627\\u062a \\u060c \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0647\\u0645 \\u0627\\u0644\\u062a\\u0623\\u0643\\u062f \\u0645\\u0646 \\u0623\\u0646 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0645\\u062a\\u0648\\u0627\\u0641\\u0642 \\u0645\\u0639 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0648\\u0627\\u0633\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0646\\u0638\\u0645\\u0629 \\u0627\\u0644\\u0623\\u0633\\u0627\\u0633\\u064a\\u0629 \\u0644\\u0632\\u064a\\u0627\\u062f\\u0629 \\u0641\\u0639\\u0627\\u0644\\u064a\\u062a\\u0647 \\u0625\\u0644\\u0649 \\u0623\\u0642\\u0635\\u0649 \\u062d\\u062f.\"},\"fr\":{\"heading\":\"\\u00c0 propos de la soci\\u00e9t\\u00e9\",\"sub_heading\":\"Porte de versement d\'argent rapide et s\\u00e9curis\\u00e9e avec QR\",\"details\":\"La prise en charge des codes QR fait r\\u00e9f\\u00e9rence \\u00e0 la capacit\\u00e9 d\'un appareil, d\'une application ou d\'un syst\\u00e8me \\u00e0 reconna\\u00eetre et \\u00e0 lire les codes QR. Cette assistance peut \\u00eatre fournie via diverses m\\u00e9thodes, telles que via un logiciel de cam\\u00e9ra int\\u00e9gr\\u00e9, des applications sp\\u00e9cialis\\u00e9es de num\\u00e9risation de codes QR ou une fonctionnalit\\u00e9 de lecture de codes QR int\\u00e9gr\\u00e9e dans d\'autres applications.\\r\\n\\r\\nDans de tels cas, il est important de s\'assurer que le code QR est compatible avec un large \\u00e9ventail d\'appareils et de plateformes afin de maximiser son efficacit\\u00e9.\"},\"hi\":{\"heading\":\"\\u0915\\u0902\\u092a\\u0928\\u0940 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902\",\"sub_heading\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924, \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0928\\u0915\\u0926 \\u0915\\u093f\\u0938\\u094d\\u0924 \\u0926\\u0930\\u0935\\u093e\\u091c\\u093c\\u093e\",\"details\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u093f\\u0938\\u0940 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938, \\u090f\\u092a\\u094d\\u0932\\u093f\\u0915\\u0947\\u0936\\u0928 \\u092f\\u093e \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0915\\u0940 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u094b \\u092a\\u0939\\u091a\\u093e\\u0928\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u0922\\u093c\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0938\\u0902\\u0926\\u0930\\u094d\\u092d\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0940 \\u091c\\u093e \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948, \\u091c\\u0948\\u0938\\u0947 \\u0915\\u093f \\u092c\\u093f\\u0932\\u094d\\u091f-\\u0907\\u0928 \\u0915\\u0948\\u092e\\u0930\\u093e \\u0938\\u0949\\u092b\\u093c\\u094d\\u091f\\u0935\\u0947\\u092f\\u0930, \\u0935\\u093f\\u0936\\u0947\\u0937 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u094d\\u0915\\u0948\\u0928\\u093f\\u0902\\u0917 \\u0910\\u092a \\u092f\\u093e \\u0905\\u0928\\u094d\\u092f \\u090f\\u092a\\u094d\\u0932\\u093f\\u0915\\u0947\\u0936\\u0928 \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0930\\u0940\\u0921\\u093f\\u0902\\u0917 \\u0915\\u093e\\u0930\\u094d\\u092f\\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947\\u0964\\r\\n\\r\\n\\u0910\\u0938\\u0947 \\u092e\\u093e\\u092e\\u0932\\u094b\\u0902 \\u092e\\u0947\\u0902, \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u093e \\u092e\\u0939\\u0924\\u094d\\u0935\\u092a\\u0942\\u0930\\u094d\\u0923 \\u0939\\u0948 \\u0915\\u093f \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0905\\u092a\\u0928\\u0940 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935\\u0936\\u0940\\u0932\\u0924\\u093e \\u0915\\u094b \\u0905\\u0927\\u093f\\u0915\\u0924\\u092e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0908 \\u0924\\u0930\\u0939 \\u0915\\u0947 \\u0909\\u092a\\u0915\\u0930\\u0923\\u094b\\u0902 \\u0914\\u0930 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0902\\u0917\\u0924 \\u0939\\u0948\\u0964\"}},\"items\":{\"640f092325eb8\":{\"language\":{\"en\":{\"title\":\"Money Transfer\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"Money transfer refers to the process of sending money from one person or entity to another\"},\"es\":{\"title\":\"Transferencia de dinero\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"La transferencia de dinero se refiere al proceso de enviar dinero de una persona o entidad a otra.\"},\"ar\":{\"title\":\"\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"\\u064a\\u0634\\u064a\\u0631 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u0634\\u062e\\u0635 \\u0623\\u0648 \\u0643\\u064a\\u0627\\u0646 \\u0625\\u0644\\u0649 \\u0622\\u062e\\u0631\"},\"fr\":{\"title\":\"Transfert d\'argent\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"Le transfert d\'argent fait r\\u00e9f\\u00e9rence au processus d\'envoi d\'argent d\'une personne ou d\'une entit\\u00e9 \\u00e0 une autre.\"},\"hi\":{\"title\":\"\\u092e\\u0928\\u0940 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"\\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0938\\u0947 \\u0924\\u093e\\u0924\\u094d\\u092a\\u0930\\u094d\\u092f \\u090f\\u0915 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u092f\\u093e \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e \\u0938\\u0947 \\u0926\\u0942\\u0938\\u0930\\u0947 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u092f\\u093e \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e \\u0915\\u094b \\u0927\\u0928 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0938\\u0947 \\u0939\\u0948\"}},\"id\":\"640f092325eb8\"},\"640f0950692a8\":{\"language\":{\"en\":{\"title\":\"QR Code Support\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"QR code support refers to the ability of a device, application, or system to recognize and read QR code\"},\"es\":{\"title\":\"Soporte de c\\u00f3digo QR\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"La compatibilidad con c\\u00f3digos QR se refiere a la capacidad de un dispositivo, aplicaci\\u00f3n o sistema para reconocer y leer c\\u00f3digos QR.\"},\"ar\":{\"title\":\"\\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"\\u064a\\u0634\\u064a\\u0631 \\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0625\\u0644\\u0649 \\u0642\\u062f\\u0631\\u0629 \\u0627\\u0644\\u062c\\u0647\\u0627\\u0632 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0623\\u0648 \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0639\\u0631\\u0641 \\u0639\\u0644\\u0649 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0642\\u0631\\u0627\\u0621\\u062a\\u0647\"},\"fr\":{\"title\":\"Prise en charge des codes QR\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"La prise en charge du code QR fait r\\u00e9f\\u00e9rence \\u00e0 la capacit\\u00e9 d\'un appareil, d\'une application ou d\'un syst\\u00e8me \\u00e0 reconna\\u00eetre et \\u00e0 lire le code QR.\"},\"hi\":{\"title\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u093f\\u0938\\u0940 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938, \\u090f\\u092a\\u094d\\u0932\\u093f\\u0915\\u0947\\u0936\\u0928 \\u092f\\u093e \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0915\\u0940 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u094b \\u092a\\u0939\\u091a\\u093e\\u0928\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u0922\\u093c\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e \\u0915\\u094b \\u0938\\u0902\\u0926\\u0930\\u094d\\u092d\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\"}},\"id\":\"640f0950692a8\"},\"640f0b19bdd08\":{\"language\":{\"en\":{\"title\":\"Tried Dependability\",\"icon\":\"fas fa-handshake\",\"sub_title\":\"Refers to the consistent reliability system that has been proven over time through extensive testing and use.\"},\"es\":{\"title\":\"Probada confiabilidad\",\"icon\":\"fas fa-handshake\",\"sub_title\":\"Se refiere al sistema de confiabilidad consistente que ha sido probado a lo largo del tiempo a trav\\u00e9s de pruebas y uso extensivos.\"},\"ar\":{\"title\":\"\\u062c\\u0631\\u0628 \\u0627\\u0644\\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064a\\u0629\",\"icon\":\"fas fa-handshake\",\"sub_title\":\"\\u064a\\u0634\\u064a\\u0631 \\u0625\\u0644\\u0649 \\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u064a\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0633\\u0642 \\u0627\\u0644\\u0630\\u064a \\u062a\\u0645 \\u0625\\u062b\\u0628\\u0627\\u062a\\u0647 \\u0628\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u0648\\u0642\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0627\\u062e\\u062a\\u0628\\u0627\\u0631\\u0627\\u062a \\u0648\\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0627\\u0644\\u0645\\u0643\\u062b\\u0641\\u064a\\u0646.\"},\"fr\":{\"title\":\"Fiabilit\\u00e9 \\u00e9prouv\\u00e9e\",\"icon\":\"fas fa-handshake\",\"sub_title\":\"Fait r\\u00e9f\\u00e9rence au syst\\u00e8me de fiabilit\\u00e9 constante qui a \\u00e9t\\u00e9 prouv\\u00e9 au fil du temps gr\\u00e2ce \\u00e0 des tests et une utilisation approfondis.\"},\"hi\":{\"title\":\"\\u092a\\u0930\\u0916\\u0940 \\u0939\\u0941\\u0908 \\u0928\\u093f\\u0930\\u094d\\u092d\\u0930\\u0924\\u093e\",\"icon\":\"fas fa-handshake\",\"sub_title\":\"\\u092f\\u0939 \\u0909\\u0938 \\u0938\\u0941\\u0938\\u0902\\u0917\\u0924 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f\\u0924\\u093e \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940 \\u0915\\u094b \\u0938\\u0902\\u0926\\u0930\\u094d\\u092d\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0938\\u092e\\u092f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u092a\\u0930\\u0940\\u0915\\u094d\\u0937\\u0923 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092f\\u094b\\u0917 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0938\\u093f\\u0926\\u094d\\u0927 \\u0939\\u094b \\u091a\\u0941\\u0915\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"640f0b19bdd08\"}}}', 1, NULL, '2023-03-13 15:10:12', '2024-11-12 23:18:01'),
(5, 'work-section', '{\"language\":{\"en\":{\"title\":\"How It Works\",\"heading\":\"Simply follow the moves toward\",\"sub_heading\":\"It\'s simpler than you suspect. Follow 4 straightforward simple tasks.\"},\"es\":{\"title\":\"C\\u00f3mo funciona\",\"heading\":\"Simplemente siga los movimientos hacia\",\"sub_heading\":\"Es m\\u00e1s simple de lo que sospechas. Siga 4 tareas sencillas y sencillas.\"},\"ar\":{\"title\":\"\\u0643\\u064a\\u0641 \\u062a\\u0639\\u0645\\u0644\",\"heading\":\"\\u0628\\u0628\\u0633\\u0627\\u0637\\u0629 \\u0627\\u062a\\u0628\\u0639 \\u0627\\u0644\\u062d\\u0631\\u0643\\u0627\\u062a \\u0646\\u062d\\u0648\",\"sub_heading\":\"\\u0625\\u0646\\u0647 \\u0623\\u0628\\u0633\\u0637 \\u0645\\u0645\\u0627 \\u062a\\u0639\\u062a\\u0642\\u062f. \\u0627\\u062a\\u0628\\u0639 4 \\u0645\\u0647\\u0627\\u0645 \\u0628\\u0633\\u064a\\u0637\\u0629 \\u0648\\u0645\\u0628\\u0627\\u0634\\u0631\\u0629.\"},\"fr\":{\"title\":\"Comment \\u00e7a fonctionne\",\"heading\":\"Suivez simplement les mouvements vers\",\"sub_heading\":\"C\'est plus simple que vous ne le pensez. Suivez 4 t\\u00e2ches simples et directes.\"},\"hi\":{\"title\":\"\\u092f\\u0939 \\u0915\\u093e\\u092e \\u0915\\u093f\\u0938 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\",\"heading\":\"\\u092c\\u0938 \\u0906\\u0917\\u0947 \\u0915\\u0940 \\u0913\\u0930 \\u092c\\u0922\\u093c\\u0924\\u0947 \\u0930\\u0939\\u0947\\u0902\",\"sub_heading\":\"\\u092f\\u0939 \\u0906\\u092a\\u0915\\u0947 \\u0905\\u0928\\u0941\\u092e\\u093e\\u0928 \\u0938\\u0947 \\u0915\\u0939\\u0940\\u0902 \\u091c\\u093c\\u094d\\u092f\\u093e\\u0926\\u093e \\u0906\\u0938\\u093e\\u0928 \\u0939\\u0948\\u0964 4 \\u0938\\u0940\\u0927\\u0947-\\u0938\\u093e\\u0926\\u0947 \\u0915\\u093e\\u092e\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"64101204c0d34\":{\"language\":{\"en\":{\"name\":\"Create your Account\",\"icon\":\"fas fa-user-edit\"},\"es\":{\"name\":\"Crea tu cuenta\",\"icon\":\"fas fa-user-edit\"},\"ar\":{\"name\":\"\\u0623\\u0646\\u0634\\u0626 \\u062d\\u0633\\u0627\\u0628\\u0643\",\"icon\":\"fas fa-user-edit\"},\"fr\":{\"name\":\"Cr\\u00e9ez votre compte\",\"icon\":\"fas fa-user-edit\"},\"hi\":{\"name\":\"\\u0905\\u092a\\u0928\\u093e \\u0916\\u093e\\u0924\\u093e \\u092c\\u0928\\u093e\\u090f\\u0902\",\"icon\":\"fas fa-user-edit\"}},\"id\":\"64101204c0d34\"},\"6410124b333db\":{\"language\":{\"en\":{\"name\":\"Select Payment Method\",\"icon\":\"fas fa-credit-card\"},\"es\":{\"name\":\"Seleccionar m\\u00e9todo de pago\",\"icon\":\"fas fa-credit-card\"},\"ar\":{\"name\":\"\\u0627\\u062e\\u062a\\u0627\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"icon\":\"fas fa-credit-card\"},\"fr\":{\"name\":\"S\\u00e9lectionnez le mode de paiement\",\"icon\":\"fas fa-credit-card\"},\"hi\":{\"name\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f \\u091a\\u0941\\u0928\\u0947\\u0902\",\"icon\":\"fas fa-credit-card\"}},\"id\":\"6410124b333db\"},\"641012640ec1a\":{\"language\":{\"en\":{\"name\":\"Scan QRcode\",\"icon\":\"fas fa-qrcode\"},\"es\":{\"name\":\"Escanear c\\u00f3digo QR\",\"icon\":\"fas fa-qrcode\"},\"ar\":{\"name\":\"\\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629\",\"icon\":\"fas fa-qrcode\"},\"fr\":{\"name\":\"Scanner le code QR\",\"icon\":\"fas fa-qrcode\"},\"hi\":{\"name\":\"\\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u094d\\u092f\\u0942 \\u0906\\u0930 \\u0915\\u094b\\u0921\",\"icon\":\"fas fa-qrcode\"}},\"id\":\"641012640ec1a\"},\"641018ee89f56\":{\"language\":{\"en\":{\"name\":\"Payment Done By Money Transferred\",\"icon\":\"fas fa-check-circle\"},\"es\":{\"name\":\"Pago realizado a Money Transferred\",\"icon\":\"fas fa-check-circle\"},\"ar\":{\"name\":\"\\u064a\\u062a\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"icon\":\"fas fa-check-circle\"},\"fr\":{\"name\":\"Paiement effectu\\u00e9 par argent transf\\u00e9r\\u00e9\",\"icon\":\"fas fa-check-circle\"},\"hi\":{\"name\":\"Payment Done By Money Transferred\",\"icon\":\"fas fa-check-circle\"}},\"id\":\"641018ee89f56\"}}}', 1, NULL, '2023-03-14 10:11:46', '2024-11-12 23:15:47');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(6, 'service-section', '{\"language\":{\"en\":{\"heading\":\"Service Provide\",\"sub_heading\":\"Our Supported Services.\",\"details\":\"QR code money transfer is a payment system that allows users to make transactions by scanning a QR code using their mobile device.\"},\"es\":{\"heading\":\"Servicio proporciona\",\"sub_heading\":\"Nuestros servicios admitidos.\",\"details\":\"La transferencia de dinero con c\\u00f3digo QR es un sistema de pago que permite a los usuarios realizar transacciones escaneando un c\\u00f3digo QR con su dispositivo m\\u00f3vil.\"},\"ar\":{\"heading\":\"\\u062a\\u0642\\u062f\\u064a\\u0645 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"sub_heading\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627 \\u0627\\u0644\\u0645\\u062f\\u0639\\u0648\\u0645\\u0629.\",\"details\":\"\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0647\\u0648 \\u0646\\u0638\\u0627\\u0645 \\u062f\\u0641\\u0639 \\u064a\\u062a\\u064a\\u062d \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062c\\u0647\\u0632\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629.\"},\"fr\":{\"heading\":\"Fournir des services\",\"sub_heading\":\"Nos services pris en charge.\",\"details\":\"Le transfert d\'argent par code QR est un syst\\u00e8me de paiement qui permet aux utilisateurs d\'effectuer des transactions en scannant un code QR \\u00e0 l\'aide de leur appareil mobile.\"}},\"items\":{\"64102f47c990a\":{\"language\":{\"en\":{\"title\":\"Send Money\",\"icon\":\"las la-paper-plane\",\"sub_title\":\"Mobile money is an electronic wallet service. This is available in many countries and allows users to store, send and receive money using their electronic device like mobile phone, pc.\"},\"es\":{\"title\":\"Enviar dinero\",\"icon\":\"las la-paper-plane\",\"sub_title\":\"El dinero m\\u00f3vil es un servicio de billetera electr\\u00f3nica. Est\\u00e1 disponible en muchos pa\\u00edses y permite a los usuarios almacenar, enviar y recibir dinero usando su dispositivo electr\\u00f3nico como tel\\u00e9fono m\\u00f3vil, computadora.\"},\"ar\":{\"title\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"icon\":\"las la-paper-plane\",\"sub_title\":\"\\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0647\\u064a \\u062e\\u062f\\u0645\\u0629 \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629. \\u064a\\u062a\\u0648\\u0641\\u0631 \\u0647\\u0630\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0639\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0644\\u062f\\u0627\\u0646 \\u0648\\u064a\\u0633\\u0645\\u062d \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u062a\\u062e\\u0632\\u064a\\u0646 \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0648\\u0627\\u0633\\u062a\\u0642\\u0628\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062c\\u0647\\u0632\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0645\\u062b\\u0644 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0648\\u0627\\u0644\\u0643\\u0645\\u0628\\u064a\\u0648\\u062a\\u0631.\"},\"fr\":{\"title\":\"Envoyer de l\'argent\",\"icon\":\"las la-paper-plane\",\"sub_title\":\"L\\u2019argent mobile est un service de portefeuille \\u00e9lectronique. Ceci est disponible dans de nombreux pays et permet aux utilisateurs de stocker, d\'envoyer et de recevoir de l\'argent en utilisant leur appareil \\u00e9lectronique comme un t\\u00e9l\\u00e9phone mobile ou un ordinateur.\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e\",\"icon\":\"las la-paper-plane\",\"sub_title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092e\\u0928\\u0940 \\u090f\\u0915 \\u0907\\u0932\\u0947\\u0915\\u094d\\u091f\\u094d\\u0930\\u0949\\u0928\\u093f\\u0915 \\u0935\\u0949\\u0932\\u0947\\u091f \\u0938\\u0947\\u0935\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0915\\u0908 \\u0926\\u0947\\u0936\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u0907\\u0932\\u0947\\u0915\\u094d\\u091f\\u094d\\u0930\\u0949\\u0928\\u093f\\u0915 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 \\u091c\\u0948\\u0938\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928, \\u092a\\u0940\\u0938\\u0940 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64102f47c990a\"},\"64102ffae94b6\":{\"language\":{\"en\":{\"title\":\"Receive Money\",\"icon\":\"las la-receipt\",\"sub_title\":\"Receive Money is a term used to describe the process of accepting or collecting funds that have been sent or transferred to you by another party. This method such as bank transfers.\"},\"es\":{\"title\":\"Recibir dinero\",\"icon\":\"las la-receipt\",\"sub_title\":\"Recibir dinero es un t\\u00e9rmino utilizado para describir el proceso de aceptar o cobrar fondos que le han sido enviados o transferidos por otra parte. Este m\\u00e9todo como las transferencias bancarias.\"},\"ar\":{\"title\":\"\\u0625\\u0633\\u062a\\u0644\\u0645 \\u0646\\u0642\\u0648\\u062f\",\"icon\":\"las la-receipt\",\"sub_title\":\"\\\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\\" \\u0647\\u0648 \\u0645\\u0635\\u0637\\u0644\\u062d \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0644\\u0648\\u0635\\u0641 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0642\\u0628\\u0648\\u0644 \\u0623\\u0648 \\u062c\\u0645\\u0639 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644\\u0647\\u0627 \\u0623\\u0648 \\u062a\\u062d\\u0648\\u064a\\u0644\\u0647\\u0627 \\u0625\\u0644\\u064a\\u0643 \\u0645\\u0646 \\u0642\\u0628\\u0644 \\u0637\\u0631\\u0641 \\u0622\\u062e\\u0631. \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0645\\u062b\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629.\"},\"fr\":{\"title\":\"Recevoir de l\'argent\",\"icon\":\"las la-receipt\",\"sub_title\":\"Recevoir de l\'argent est un terme utilis\\u00e9 pour d\\u00e9crire le processus d\'acceptation ou de collecte de fonds qui vous ont \\u00e9t\\u00e9 envoy\\u00e9s ou transf\\u00e9r\\u00e9s par une autre partie. Cette m\\u00e9thode comme les virements bancaires.\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"icon\":\"las la-receipt\",\"sub_title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u093f \\u0936\\u092c\\u094d\\u0926 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u092a\\u0915\\u094d\\u0937 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u0906\\u092a\\u0915\\u094b \\u092d\\u0947\\u091c\\u0940 \\u0917\\u0908 \\u092f\\u093e \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0940 \\u0917\\u0908 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u094b \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u092f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u093e \\u0935\\u0930\\u094d\\u0923\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0935\\u093f\\u0927\\u093f \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u091c\\u0948\\u0938\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"64102ffae94b6\"},\"641030458b919\":{\"language\":{\"en\":{\"title\":\"Remittance\",\"icon\":\"las la-coins\",\"sub_title\":\"Remittance refers to the act of sending money, often by someone living or working in one country, to a recipient in another country. Remittances can be sent through various methods.\"},\"es\":{\"title\":\"Remesa\",\"icon\":\"las la-coins\",\"sub_title\":\"La remesa se refiere al acto de enviar dinero, a menudo por parte de alguien que vive o trabaja en un pa\\u00eds, a un destinatario en otro pa\\u00eds. Las remesas se pueden enviar a trav\\u00e9s de varios m\\u00e9todos.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062d\\u0648\\u0627\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629\",\"icon\":\"las la-coins\",\"sub_title\":\"\\u062a\\u0634\\u064a\\u0631 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0625\\u0644\\u0649 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u060c \\u063a\\u0627\\u0644\\u0628\\u064b\\u0627 \\u0628\\u0648\\u0627\\u0633\\u0637\\u0629 \\u0634\\u062e\\u0635 \\u064a\\u0639\\u064a\\u0634 \\u0623\\u0648 \\u064a\\u0639\\u0645\\u0644 \\u0641\\u064a \\u0628\\u0644\\u062f \\u0645\\u0627 \\u060c \\u0625\\u0644\\u0649 \\u0645\\u0633\\u062a\\u0644\\u0645 \\u0641\\u064a \\u0628\\u0644\\u062f \\u0622\\u062e\\u0631. \\u064a\\u0645\\u0643\\u0646 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062d\\u0648\\u0627\\u0644\\u0627\\u062a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0637\\u0631\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629.\"},\"fr\":{\"title\":\"Remise\",\"icon\":\"las la-coins\",\"sub_title\":\"Les envois de fonds font r\\u00e9f\\u00e9rence \\u00e0 l\'acte d\'envoyer de l\'argent, souvent par une personne vivant ou travaillant dans un pays, \\u00e0 un destinataire dans un autre pays. Les fonds peuvent \\u00eatre envoy\\u00e9s par diff\\u00e9rentes m\\u00e9thodes.\"},\"hi\":{\"title\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923\",\"icon\":\"las la-coins\",\"sub_title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947 \\u0924\\u093e\\u0924\\u094d\\u092a\\u0930\\u094d\\u092f \\u0905\\u0915\\u094d\\u0938\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u0926\\u0947\\u0936 \\u092e\\u0947\\u0902 \\u0930\\u0939\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092f\\u093e \\u0915\\u093e\\u092e \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u0915\\u093f\\u0938\\u0940 \\u0926\\u0942\\u0938\\u0930\\u0947 \\u0926\\u0947\\u0936 \\u092e\\u0947\\u0902 \\u0930\\u0939\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0927\\u0928 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0938\\u0947 \\u0939\\u0948\\u0964 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u092d\\u0947\\u091c\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"641030458b919\"},\"641030b9166cd\":{\"language\":{\"en\":{\"title\":\"Bill Pay\",\"icon\":\"las la-shopping-bag\",\"sub_title\":\"Bill Pay is a service that allows individuals to pay their bills electronically through a financial institution or a payment platform. It is a convenient and efficient way to manage recurring bills.\"},\"es\":{\"title\":\"Pago de facturas\",\"icon\":\"las la-shopping-bag\",\"sub_title\":\"Bill Pay es un servicio que permite a las personas pagar sus facturas electr\\u00f3nicamente a trav\\u00e9s de una instituci\\u00f3n financiera o una plataforma de pago. Es una forma conveniente y eficiente de administrar las facturas recurrentes.\"},\"ar\":{\"title\":\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"icon\":\"las la-shopping-bag\",\"sub_title\":\"Bill Pay \\u0647\\u064a \\u062e\\u062f\\u0645\\u0629 \\u062a\\u062a\\u064a\\u062d \\u0644\\u0644\\u0623\\u0641\\u0631\\u0627\\u062f \\u062f\\u0641\\u0639 \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0647\\u0645 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u064b\\u0627 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0624\\u0633\\u0633\\u0629 \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0623\\u0648 \\u0645\\u0646\\u0635\\u0629 \\u062f\\u0641\\u0639. \\u0625\\u0646\\u0647\\u0627 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0645\\u0631\\u064a\\u062d\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629 \\u0644\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u0645\\u062a\\u0643\\u0631\\u0631\\u0629.\"},\"fr\":{\"title\":\"Payement de facture\",\"icon\":\"las la-shopping-bag\",\"sub_title\":\"Bill Pay est un service qui permet aux particuliers de payer leurs factures par voie \\u00e9lectronique via une institution financi\\u00e8re ou une plateforme de paiement. C\'est un moyen pratique et efficace de g\\u00e9rer les factures r\\u00e9currentes.\"},\"hi\":{\"title\":\"\\u092c\\u093f\\u0932 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\",\"icon\":\"las la-shopping-bag\",\"sub_title\":\"\\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u090f\\u0915 \\u0910\\u0938\\u0940 \\u0938\\u0947\\u0935\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0915\\u093f\\u0938\\u0940 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u0928 \\u092f\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0907\\u0932\\u0947\\u0915\\u094d\\u091f\\u094d\\u0930\\u0949\\u0928\\u093f\\u0915 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0906\\u0935\\u0930\\u094d\\u0924\\u0940 \\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u094b \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u093e \\u090f\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0924\\u0930\\u0940\\u0915\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"641030b9166cd\"},\"641030e80c10b\":{\"language\":{\"en\":{\"title\":\"Mobile TopUp\",\"icon\":\"las la-mobile\",\"sub_title\":\"Fees and processing times can vary depending on the service provider. but the service is generally fast and convenient for users who need to recharge their mobile phones quickly and easily.\"},\"es\":{\"title\":\"Recarga m\\u00f3vil\",\"icon\":\"las la-mobile\",\"sub_title\":\"Las tarifas y los tiempos de procesamiento pueden variar seg\\u00fan el proveedor de servicios. pero el servicio es generalmente r\\u00e1pido y conveniente para los usuarios que necesitan recargar sus tel\\u00e9fonos m\\u00f3viles de forma r\\u00e1pida y sencilla.\"},\"ar\":{\"title\":\"\\u0645\\u0648\\u0628\\u0627\\u064a\\u0644 \\u0627\\u0634\\u062d\\u0646 \\u0631\\u0635\\u064a\\u062f\\u0643\",\"icon\":\"las la-mobile\",\"sub_title\":\"\\u064a\\u0645\\u0643\\u0646 \\u0623\\u0646 \\u062a\\u062e\\u062a\\u0644\\u0641 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0623\\u0648\\u0642\\u0627\\u062a \\u0627\\u0644\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u062d\\u0633\\u0628 \\u0645\\u0632\\u0648\\u062f \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629. \\u0644\\u0643\\u0646 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629 \\u0628\\u0634\\u0643\\u0644 \\u0639\\u0627\\u0645 \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0645\\u0631\\u064a\\u062d\\u0629 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u062d\\u062a\\u0627\\u062c\\u0648\\u0646 \\u0625\\u0644\\u0649 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u0647\\u0648\\u0627\\u062a\\u0641\\u0647\\u0645 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0633\\u0647\\u0648\\u0644\\u0629.\"},\"fr\":{\"title\":\"Recharge mobile\",\"icon\":\"las la-mobile\",\"sub_title\":\"Les frais et les d\\u00e9lais de traitement peuvent varier selon le fournisseur de services. mais le service est g\\u00e9n\\u00e9ralement rapide et pratique pour les utilisateurs qui ont besoin de recharger leur t\\u00e9l\\u00e9phone portable rapidement et facilement.\"},\"hi\":{\"title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a\\u0905\\u092a\",\"icon\":\"las la-mobile\",\"sub_title\":\"\\u0938\\u0947\\u0935\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0924\\u093e \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0938\\u0902\\u0938\\u094d\\u0915\\u0930\\u0923 \\u0938\\u092e\\u092f \\u0905\\u0932\\u0917-\\u0905\\u0932\\u0917 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0932\\u0947\\u0915\\u093f\\u0928 \\u092f\\u0939 \\u0938\\u0947\\u0935\\u093e \\u0906\\u092e \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0909\\u0928 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0939\\u0948 \\u091c\\u093f\\u0928\\u094d\\u0939\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092b\\u094b\\u0928 \\u0915\\u094b \\u091c\\u0932\\u094d\\u0926\\u0940 \\u0914\\u0930 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0930\\u093f\\u091a\\u093e\\u0930\\u094d\\u091c \\u0915\\u0930\\u0928\\u093e \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"641030e80c10b\"},\"6410312aa1ad8\":{\"language\":{\"en\":{\"title\":\"QR Code Support\",\"icon\":\"las la-qrcode\",\"sub_title\":\"Essential for using QR codes for various purposes, such as making payments, accessing information, or completing transactions. the user may need to scan a QR code to initiate the transaction.\"},\"es\":{\"title\":\"Soporte de c\\u00f3digo QR\",\"icon\":\"las la-qrcode\",\"sub_title\":\"Esencial para usar c\\u00f3digos QR para diversos fines, como realizar pagos, acceder a informaci\\u00f3n o completar transacciones. el usuario puede necesitar escanear un c\\u00f3digo QR para iniciar la transacci\\u00f3n.\"},\"ar\":{\"title\":\"\\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629\",\"icon\":\"las la-qrcode\",\"sub_title\":\"\\u0636\\u0631\\u0648\\u0631\\u064a \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0648\\u0632 QR \\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u060c \\u0645\\u062b\\u0644 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0623\\u0648 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0623\\u0648 \\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a. \\u0642\\u062f \\u064a\\u062d\\u062a\\u0627\\u062c \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0625\\u0644\\u0649 \\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0644\\u0628\\u062f\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"fr\":{\"title\":\"Prise en charge des codes QR\",\"icon\":\"las la-qrcode\",\"sub_title\":\"Indispensable pour utiliser les codes QR \\u00e0 diverses fins, telles que effectuer des paiements, acc\\u00e9der \\u00e0 des informations ou effectuer des transactions. l\'utilisateur devra peut-\\u00eatre scanner un code QR pour lancer la transaction.\"},\"hi\":{\"title\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928\",\"icon\":\"las la-qrcode\",\"sub_title\":\"\\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u092f\\u094b\\u091c\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u093e \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u0939\\u0948, \\u091c\\u0948\\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e, \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0928\\u093e, \\u092f\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u093e\\u0964 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"6410312aa1ad8\"},\"6495fc470d4b1\":{\"language\":{\"en\":{\"title\":\"Virtual card\",\"icon\":\"las la-credit-card\",\"sub_title\":\"Virtual card is a digital payment solution that allows you to make secure online transactions without using a physical card. It functions like a traditional debit or credit card, it exists only in the digital.\"},\"es\":{\"title\":\"Tarjeta virtual\",\"icon\":\"las la-credit-card\",\"sub_title\":\"La tarjeta virtual es una soluci\\u00f3n de pago digital que le permite realizar transacciones en l\\u00ednea seguras sin usar una tarjeta f\\u00edsica. Funciona como una tarjeta de d\\u00e9bito o cr\\u00e9dito tradicional, solo existe en el digital.\"},\"ar\":{\"title\":\"\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\",\"icon\":\"las la-credit-card\",\"sub_title\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629 \\u0647\\u064a \\u062d\\u0644 \\u062f\\u0641\\u0639 \\u0631\\u0642\\u0645\\u064a \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0622\\u0645\\u0646\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u062f\\u0648\\u0646 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0641\\u0639\\u0644\\u064a\\u0629. \\u0625\\u0646\\u0647\\u0627 \\u062a\\u0639\\u0645\\u0644 \\u0645\\u062b\\u0644 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0645 \\u0623\\u0648 \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0627\\u0644\\u062a\\u0642\\u0644\\u064a\\u062f\\u064a\\u0629 \\u060c \\u0641\\u0647\\u064a \\u0645\\u0648\\u062c\\u0648\\u062f\\u0629 \\u0641\\u0642\\u0637 \\u0641\\u064a \\u0627\\u0644\\u0645\\u062c\\u0627\\u0644 \\u0627\\u0644\\u0631\\u0642\\u0645\\u064a.\"},\"fr\":{\"title\":\"Carte virtuelle\",\"icon\":\"las la-credit-card\",\"sub_title\":\"La carte virtuelle est une solution de paiement num\\u00e9rique qui permet d\'effectuer des transactions en ligne s\\u00e9curis\\u00e9es sans utiliser de carte physique. Elle fonctionne comme une carte de d\\u00e9bit ou de cr\\u00e9dit traditionnelle, elle n\\u2019existe que sous forme num\\u00e9rique.\"},\"hi\":{\"title\":\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921\",\"icon\":\"las la-credit-card\",\"sub_title\":\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u090f\\u0915 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0939\\u0948 \\u091c\\u094b \\u0906\\u092a\\u0915\\u094b \\u092c\\u093f\\u0928\\u093e \\u0915\\u093f\\u0938\\u0940 \\u092d\\u094c\\u0924\\u093f\\u0915 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u093f\\u090f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u092a\\u093e\\u0930\\u0902\\u092a\\u0930\\u093f\\u0915 \\u0921\\u0947\\u092c\\u093f\\u091f \\u092f\\u093e \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0940 \\u0924\\u0930\\u0939 \\u0915\\u093e\\u092e \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u092f\\u0939 \\u0915\\u0947\\u0935\\u0932 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u092e\\u094c\\u091c\\u0942\\u0926 \\u0939\\u0948\\u0964\"}},\"id\":\"6495fc470d4b1\"},\"6495fcde2e394\":{\"language\":{\"en\":{\"title\":\"Mobile Wallet\",\"icon\":\"las la-wallet\",\"sub_title\":\"A mobile wallet is a digital platform that allows users to store, manage, and transact with their money using a mobile device. It enables users to make payments, send and receive money.\"},\"es\":{\"title\":\"Billetera m\\u00f3vil\",\"icon\":\"las la-wallet\",\"sub_title\":\"Una billetera m\\u00f3vil es una plataforma digital que permite a los usuarios almacenar, administrar y realizar transacciones con su dinero utilizando un dispositivo m\\u00f3vil. Permite a los usuarios realizar pagos.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0646\\u0642\\u0644\\u0629\",\"icon\":\"las la-wallet\",\"sub_title\":\"\\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0639\\u0628\\u0627\\u0631\\u0629 \\u0639\\u0646 \\u0645\\u0646\\u0635\\u0629 \\u0631\\u0642\\u0645\\u064a\\u0629 \\u062a\\u062a\\u064a\\u062d \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u062a\\u062e\\u0632\\u064a\\u0646 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0647\\u0645 \\u0648\\u0625\\u062f\\u0627\\u0631\\u062a\\u0647\\u0627 \\u0648\\u0627\\u0644\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0628\\u0647\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u062c\\u0647\\u0627\\u0632 \\u0645\\u062d\\u0645\\u0648\\u0644. \\u0623\\u0646\\u0647\\u0627 \\u062a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0645\\u0646 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0648\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0648\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644.\"},\"fr\":{\"title\":\"Portefeuille mobile\",\"icon\":\"las la-wallet\",\"sub_title\":\"Un portefeuille mobile est une plate-forme num\\u00e9rique qui permet aux utilisateurs de stocker, g\\u00e9rer et effectuer des transactions avec leur argent \\u00e0 l\'aide d\'un appareil mobile. Il permet aux utilisateurs d\'effectuer des paiements, d\'envoyer et de recevoir de l\'argent.\"},\"hi\":{\"title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f\",\"icon\":\"las la-wallet\",\"sub_title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u090f\\u0915 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0939\\u0948 \\u091c\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0915\\u094b \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0915\\u0930\\u0928\\u0947, \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947, \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"6495fcde2e394\"}}}', 1, NULL, '2023-03-14 12:16:22', '2024-11-13 15:03:12');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(7, 'faq-section', '{\"language\":{\"en\":{\"heading\":\"FAQ\",\"sub_heading\":\"Frequently Asked Questions\",\"details\":\"An FAQ section typically contains a list of questions and their corresponding answers.\"},\"es\":{\"heading\":\"Preguntas m\\u00e1s frecuentes\",\"sub_heading\":\"Preguntas frecuentes\",\"details\":\"Una secci\\u00f3n de preguntas frecuentes normalmente contiene una lista de preguntas y sus correspondientes respuestas.\"},\"ar\":{\"heading\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"sub_heading\":\"\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0645\\u0643\\u0631\\u0631\\u0629\",\"details\":\"\\u064a\\u062d\\u062a\\u0648\\u064a \\u0642\\u0633\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0634\\u0627\\u0626\\u0639\\u0629 \\u0639\\u0627\\u062f\\u0629\\u064b \\u0639\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0628\\u0627\\u0644\\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0627\\u0644\\u0625\\u062c\\u0627\\u0628\\u0627\\u062a \\u0627\\u0644\\u0645\\u0642\\u0627\\u0628\\u0644\\u0629 \\u0644\\u0647\\u0627 .\"},\"fr\":{\"heading\":\"FAQ\",\"sub_heading\":\"Questions fr\\u00e9quemment pos\\u00e9es\",\"details\":\"Une section FAQ contient g\\u00e9n\\u00e9ralement une liste de questions et leurs r\\u00e9ponses correspondantes.\"},\"hi\":{\"heading\":\"\\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"sub_heading\":\"\\u0905\\u0915\\u094d\\u0938\\u0930 \\u092a\\u0942\\u091b\\u0947 \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902\",\"details\":\"FAQ \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0906\\u092e\\u0924\\u094c\\u0930 \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\\u094b\\u0902 \\u0915\\u0940 \\u090f\\u0915 \\u0938\\u0942\\u091a\\u0940 \\u0914\\u0930 \\u0909\\u0928\\u0915\\u0947 \\u0909\\u0924\\u094d\\u0924\\u0930 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"64103f7b0ddab\":{\"language\":{\"en\":{\"question\":\"What is QRPay Pro?\",\"answer\":\"QRPay Pro is a digital payment solution that enables users to make transactions by scanning QR codes with their mobile devices.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 es QRPay Pro?\",\"answer\":\"QRPay Pro es una soluci\\u00f3n de pago digital que permite a los usuarios realizar transacciones escaneando c\\u00f3digos QR con sus dispositivos m\\u00f3viles.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u0648 QRPay Pro\\u061f\",\"answer\":\"QRPay Pro \\u0647\\u0648 \\u062d\\u0644 \\u062f\\u0641\\u0639 \\u0631\\u0642\\u0645\\u064a \\u064a\\u0645\\u0643\\u0651\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0645\\u0646 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0645\\u0633\\u062d \\u0631\\u0645\\u0648\\u0632 QR \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0623\\u062c\\u0647\\u0632\\u062a\\u0647\\u0645 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629.\"},\"fr\":{\"question\":\"Qu\\u2019est-ce que QRPay Pro ?\",\"answer\":\"QRPay Pro est une solution de paiement num\\u00e9rique qui permet aux utilisateurs d\'effectuer des transactions en scannant des codes QR avec leurs appareils mobiles.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0915\\u094d\\u092f\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u090f\\u0915 \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0939\\u0948 \\u091c\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0909\\u092a\\u0915\\u0930\\u0923\\u094b\\u0902 \\u0938\\u0947 \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64103f7b0ddab\"},\"641040054cee8\":{\"language\":{\"en\":{\"question\":\"How does QRPay Pro work?\",\"answer\":\"To use QRPay Pro, simply open the app, scan the QR code displayed at the merchant\\u2019s location, and enter the payment amount. Confirm the transaction and the payment will be processed instantly.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo funciona QRPay Pro?\",\"answer\":\"Para usar QRPay Pro, simplemente abra la aplicaci\\u00f3n, escanee el c\\u00f3digo QR que se muestra en la ubicaci\\u00f3n del comerciante e ingrese el monto del pago. Confirme la transacci\\u00f3n y el pago se procesar\\u00e1 al instante.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0639\\u0645\\u0644 QRPay Pro\\u061f\",\"answer\":\"\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro \\u060c \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u0641\\u062a\\u062d \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0648\\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0631\\u0648\\u0636 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 \\u0648\\u0625\\u062f\\u062e\\u0627\\u0644 \\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u062f\\u0641\\u0639. \\u0642\\u0645 \\u0628\\u062a\\u0623\\u0643\\u064a\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u060c \\u0648\\u0633\\u062a\\u062a\\u0645 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631.\"},\"fr\":{\"question\":\"Comment fonctionne QRPay Pro ?\",\"answer\":\"Pour utiliser QRPay Pro, ouvrez simplement l\'application, scannez le code QR affich\\u00e9 chez le commer\\u00e7ant et saisissez le montant du paiement. Confirmez la transaction et le paiement sera trait\\u00e9 instantan\\u00e9ment.\"},\"hi\":{\"question\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0915\\u0948\\u0938\\u0947 \\u0915\\u093e\\u092e \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u092c\\u0938 \\u0910\\u092a \\u0916\\u094b\\u0932\\u0947\\u0902, \\u092e\\u0930\\u094d\\u091a\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0938\\u094d\\u0925\\u093e\\u0928 \\u092a\\u0930 \\u092a\\u094d\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924 QR \\u0915\\u094b\\u0921 \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0930\\u093e\\u0936\\u093f \\u0926\\u0930\\u094d\\u091c \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0939\\u094b \\u091c\\u093e\\u090f\\u0917\\u093e\\u0964\"}},\"id\":\"641040054cee8\"},\"64104028ca05a\":{\"language\":{\"en\":{\"question\":\"Is QRPay Pro secure?\",\"answer\":\"Yes, QRPay Pro incorporates advanced security measures to protect your payment information. It utilizes encryption protocols and secure authentication methods to ensure the safety of your transactions.\"},\"es\":{\"question\":\"\\u00bfEs seguro QRPay Pro?\",\"answer\":\"S\\u00ed, QRPay Pro incorpora medidas de seguridad avanzadas para proteger su informaci\\u00f3n de pago. Utiliza protocolos de cifrado y m\\u00e9todos de autenticaci\\u00f3n seguros para garantizar la seguridad de sus transacciones.\"},\"ar\":{\"question\":\"\\u0647\\u0644 QRPay Pro \\u0622\\u0645\\u0646\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645 \\u060c \\u064a\\u062a\\u0636\\u0645\\u0646 QRPay Pro \\u0625\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a \\u0623\\u0645\\u0646\\u064a\\u0629 \\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0644\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643. \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0628\\u0631\\u0648\\u062a\\u0648\\u0643\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0648\\u0637\\u0631\\u0642 \\u0627\\u0644\\u0645\\u0635\\u0627\\u062f\\u0642\\u0629 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0633\\u0644\\u0627\\u0645\\u0629 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643.\"},\"fr\":{\"question\":\"QRPay Pro est-il s\\u00e9curis\\u00e9 ?\",\"answer\":\"Oui, QRPay Pro int\\u00e8gre des mesures de s\\u00e9curit\\u00e9 avanc\\u00e9es pour prot\\u00e9ger vos informations de paiement. Il utilise des protocoles de cryptage et des m\\u00e9thodes d\'authentification s\\u00e9curis\\u00e9es pour garantir la s\\u00e9curit\\u00e9 de vos transactions.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay Pro \\u0906\\u092a\\u0915\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u0928\\u094d\\u0928\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0909\\u092a\\u093e\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u0936\\u0928 \\u092a\\u094d\\u0930\\u094b\\u091f\\u094b\\u0915\\u0949\\u0932 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092a\\u094d\\u0930\\u092e\\u093e\\u0923\\u0940\\u0915\\u0930\\u0923 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64104028ca05a\"},\"641040482065b\":{\"language\":{\"en\":{\"question\":\"Can I use QRPay Pro for online purchases?\",\"answer\":\"QRPay Pro is primarily designed for in-person transactions at physical stores. However, some online merchants may also support QRPay Pro as a payment option.\"},\"es\":{\"question\":\"\\u00bfPuedo usar QRPay Pro para compras en l\\u00ednea?\",\"answer\":\"QRPay Pro est\\u00e1 dise\\u00f1ado principalmente para transacciones en persona en tiendas f\\u00edsicas. Sin embargo, algunos comerciantes en l\\u00ednea tambi\\u00e9n pueden admitir QRPay Pro como opci\\u00f3n de pago.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro \\u0641\\u064a \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a\\u061f\",\"answer\":\"\\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 QRPay Pro \\u0628\\u0634\\u0643\\u0644 \\u0623\\u0633\\u0627\\u0633\\u064a \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0645\\u062a\\u0627\\u062c\\u0631 \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u0629. \\u0648\\u0645\\u0639 \\u0630\\u0644\\u0643 \\u060c \\u0642\\u062f \\u064a\\u062f\\u0639\\u0645 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0623\\u064a\\u0636\\u064b\\u0627 QRPay Pro \\u0643\\u062e\\u064a\\u0627\\u0631 \\u062f\\u0641\\u0639.\"},\"fr\":{\"question\":\"Puis-je utiliser QRPay Pro pour les achats en ligne ?\",\"answer\":\"QRPay Pro est principalement con\\u00e7u pour les transactions en personne dans les magasins physiques. Cependant, certains commer\\u00e7ants en ligne peuvent \\u00e9galement prendre en charge QRPay Pro comme option de paiement.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u0930\\u0940\\u0926\\u093e\\u0930\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay Pro \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"QRPay Pro \\u092e\\u0941\\u0916\\u094d\\u092f \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092d\\u094c\\u0924\\u093f\\u0915 \\u0926\\u0941\\u0915\\u093e\\u0928\\u094b\\u0902 \\u092a\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f, \\u0915\\u0941\\u091b \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 QRPay Pro \\u0915\\u093e \\u092d\\u0940 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"641040482065b\"},\"641040955e8ff\":{\"language\":{\"en\":{\"question\":\"Which mobile devices are compatible with QRPay Pro?\",\"answer\":\"QRPay Pro is compatible with both Android and iOS devices. Simply download the QRPay Pro app from the respective app stores and follow the setup instructions.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 dispositivos m\\u00f3viles son compatibles con QRPay Pro?\",\"answer\":\"QRPay Pro es compatible con dispositivos Android e iOS. Simplemente descargue la aplicaci\\u00f3n QRPay Pro de las respectivas tiendas de aplicaciones y siga las instrucciones de configuraci\\u00f3n.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0627\\u0644\\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0627\\u0641\\u0642\\u0629 \\u0645\\u0639 QRPay Pro\\u061f\",\"answer\":\"QRPay Pro \\u0645\\u062a\\u0648\\u0627\\u0641\\u0642 \\u0645\\u0639 \\u0643\\u0644 \\u0645\\u0646 \\u0623\\u062c\\u0647\\u0632\\u0629 Android \\u0648 iOS. \\u0645\\u0627 \\u0639\\u0644\\u064a\\u0643 \\u0633\\u0648\\u0649 \\u062a\\u0646\\u0632\\u064a\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro \\u0645\\u0646 \\u0645\\u062a\\u0627\\u062c\\u0631 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u0645\\u0639\\u0646\\u064a\\u0629 \\u0648\\u0627\\u062a\\u0628\\u0627\\u0639 \\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a \\u0627\\u0644\\u0625\\u0639\\u062f\\u0627\\u062f.\"},\"fr\":{\"question\":\"Quels appareils mobiles sont compatibles avec QRPay Pro ?\",\"answer\":\"QRPay Pro est compatible avec les appareils Android et iOS. T\\u00e9l\\u00e9chargez simplement l\'application QRPay Pro depuis les magasins d\'applications respectifs et suivez les instructions de configuration.\"},\"hi\":{\"question\":\"\\u0915\\u094c\\u0928 \\u0938\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0902\\u0917\\u0924 \\u0939\\u0948\\u0902?\",\"answer\":\"QRPay Pro Android \\u0914\\u0930 iOS \\u0926\\u094b\\u0928\\u094b\\u0902 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0902\\u0917\\u0924 \\u0939\\u0948\\u0964 \\u092c\\u0938 \\u0938\\u0902\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0910\\u092a \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0938\\u0947 QRPay Pro \\u0910\\u092a \\u0921\\u093e\\u0909\\u0928\\u0932\\u094b\\u0921 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0938\\u0947\\u091f\\u0905\\u092a \\u0928\\u093f\\u0930\\u094d\\u0926\\u0947\\u0936\\u094b\\u0902 \\u0915\\u093e \\u092a\\u093e\\u0932\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"641040955e8ff\"},\"641040b9da766\":{\"language\":{\"en\":{\"question\":\"Are there any transaction limits with QRPay Pro?\",\"answer\":\"Transaction limits may vary depending on the specific implementation of QRPay Pro. Some merchants or banks may impose transaction limits to ensure security. Check with your service provider for any applicable limits.\"},\"es\":{\"question\":\"\\u00bfHay alg\\u00fan l\\u00edmite de transacci\\u00f3n con QRPay Pro?\",\"answer\":\"Los l\\u00edmites de transacci\\u00f3n pueden variar seg\\u00fan la implementaci\\u00f3n espec\\u00edfica de QRPay Pro. Algunos comerciantes o bancos pueden imponer l\\u00edmites a las transacciones para garantizar la seguridad. Consulte con su proveedor de servicios para conocer los l\\u00edmites aplicables.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u062d\\u062f\\u0648\\u062f \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0639 QRPay Pro\\u061f\",\"answer\":\"\\u0642\\u062f \\u062a\\u062e\\u062a\\u0644\\u0641 \\u062d\\u062f\\u0648\\u062f \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f \\u0644\\u0640 QRPay Pro. \\u0642\\u062f \\u064a\\u0641\\u0631\\u0636 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0646\\u0648\\u0643 \\u062d\\u062f\\u0648\\u062f\\u064b\\u0627 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646. \\u062a\\u062d\\u0642\\u0642 \\u0645\\u0639 \\u0645\\u0632\\u0648\\u062f \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0645\\u0639\\u0631\\u0641\\u0629 \\u0623\\u064a \\u062d\\u062f\\u0648\\u062f \\u0645\\u0639\\u0645\\u0648\\u0644 \\u0628\\u0647\\u0627.\"},\"fr\":{\"question\":\"Y a-t-il des limites de transaction avec QRPay Pro ?\",\"answer\":\"Les limites de transaction peuvent varier en fonction de la mise en \\u0153uvre sp\\u00e9cifique de QRPay Pro. Certains commer\\u00e7ants ou banques peuvent imposer des limites de transaction pour garantir la s\\u00e9curit\\u00e9. V\\u00e9rifiez aupr\\u00e8s de votre fournisseur de services les limites applicables.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u094b\\u0908 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0940\\u092e\\u093e \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0915\\u0947 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0915\\u093e\\u0930\\u094d\\u092f\\u093e\\u0928\\u094d\\u0935\\u092f\\u0928 \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u0941\\u091b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u092f\\u093e \\u092c\\u0948\\u0902\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0940\\u092e\\u093e\\u090f\\u0901 \\u0932\\u0917\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0932\\u093e\\u0917\\u0942 \\u0938\\u0940\\u092e\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0938\\u0947\\u0935\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0924\\u093e \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"641040b9da766\"},\"641040da1d576\":{\"language\":{\"en\":{\"question\":\"Can I link multiple bank accounts or payment methods to QRPay Pro?\",\"answer\":\"QRPay Pro allows you to link multiple bank accounts or payment methods, providing flexibility in choosing the source for your transactions. You can manage your linked accounts within the QRPay Pro app.\"},\"es\":{\"question\":\"\\u00bfPuedo vincular varias cuentas bancarias o m\\u00e9todos de pago a QRPay Pro?\",\"answer\":\"QRPay Pro le permite vincular m\\u00faltiples cuentas bancarias o m\\u00e9todos de pago, brindando flexibilidad para elegir la fuente de sus transacciones. Puede administrar sus cuentas vinculadas dentro de la aplicaci\\u00f3n QRPay Pro.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0631\\u0628\\u0637 \\u0639\\u062f\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0623\\u0648 \\u0637\\u0631\\u0642 \\u062f\\u0641\\u0639 \\u0628\\u062e\\u062f\\u0645\\u0629 QRPay Pro\\u061f\",\"answer\":\"\\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 QRPay Pro \\u0631\\u0628\\u0637 \\u0639\\u062f\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0628\\u0646\\u0643\\u064a\\u0629 \\u0623\\u0648 \\u0637\\u0631\\u0642 \\u062f\\u0641\\u0639 \\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u0645\\u0631\\u0648\\u0646\\u0629 \\u0641\\u064a \\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0627\\u0644\\u0645\\u0635\\u062f\\u0631 \\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u062f\\u0627\\u062e\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro.\"},\"fr\":{\"question\":\"Puis-je associer plusieurs comptes bancaires ou modes de paiement \\u00e0 QRPay Pro\\u00a0?\",\"answer\":\"QRPay Pro vous permet de lier plusieurs comptes bancaires ou m\\u00e9thodes de paiement, offrant ainsi une flexibilit\\u00e9 dans le choix de la source de vos transactions. Vous pouvez g\\u00e9rer vos comptes li\\u00e9s dans l\'application QRPay Pro.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 \\u090f\\u0915\\u093e\\u0927\\u093f\\u0915 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u092f\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b QRPay Pro \\u0938\\u0947 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0906\\u092a\\u0915\\u094b \\u0915\\u0908 \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u092f\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0927\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0932\\u093f\\u0902\\u0915 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u094d\\u0930\\u094b\\u0924 \\u091a\\u0941\\u0928\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u091a\\u0940\\u0932\\u093e\\u092a\\u0928 \\u092e\\u093f\\u0932\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0910\\u092a \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u0905\\u092a\\u0928\\u0947 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u093f\\u090f \\u0917\\u090f \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0915\\u093e \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"641040da1d576\"},\"641040ff23f63\":{\"language\":{\"en\":{\"question\":\"What should I do if I encounter issues with QRPay Pro during a transaction?\",\"answer\":\"If you experience any issues or have questions about QRPay Pro, please contact our customer support team. They will be happy to assist you and resolve any concerns promptly.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 debo hacer si encuentro problemas con QRPay Pro durante una transacci\\u00f3n?\",\"answer\":\"Si tiene alg\\u00fan problema o tiene preguntas sobre QRPay Pro, comun\\u00edquese con nuestro equipo de atenci\\u00f3n al cliente. Estar\\u00e1n encantados de atenderle y resolver cualquier duda con prontitud.\"},\"ar\":{\"question\":\"\\u0645\\u0627\\u0630\\u0627 \\u0623\\u0641\\u0639\\u0644 \\u0625\\u0630\\u0627 \\u0648\\u0627\\u062c\\u0647\\u062a \\u0645\\u0634\\u0627\\u0643\\u0644 \\u0645\\u0639 QRPay Pro \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\\u061f\",\"answer\":\"\\u0625\\u0630\\u0627 \\u0648\\u0627\\u062c\\u0647\\u062a \\u0623\\u064a \\u0645\\u0634\\u0627\\u0643\\u0644 \\u0623\\u0648 \\u0643\\u0627\\u0646\\u062a \\u0644\\u062f\\u064a\\u0643 \\u0623\\u0633\\u0626\\u0644\\u0629 \\u062d\\u0648\\u0644 QRPay Pro \\u060c \\u0641\\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0641\\u0631\\u064a\\u0642 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621. \\u0633\\u064a\\u0643\\u0648\\u0646\\u0648\\u0646 \\u0633\\u0639\\u062f\\u0627\\u0621 \\u0628\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0648\\u062d\\u0644 \\u0623\\u064a \\u0645\\u062e\\u0627\\u0648\\u0641 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0641\\u0648\\u0631.\"},\"fr\":{\"question\":\"Que dois-je faire si je rencontre des probl\\u00e8mes avec QRPay Pro lors d\'une transaction\\u00a0?\",\"answer\":\"Si vous rencontrez des probl\\u00e8mes ou avez des questions sur QRPay Pro, veuillez contacter notre \\u00e9quipe de support client. Ils se feront un plaisir de vous aider et de r\\u00e9soudre tout probl\\u00e8me rapidement.\"},\"hi\":{\"question\":\"\\u092f\\u0926\\u093f \\u092e\\u0941\\u091d\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0926\\u094c\\u0930\\u093e\\u0928 QRPay Pro \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u094b\\u0908 \\u0938\\u092e\\u0938\\u094d\\u092f\\u093e \\u0906\\u0924\\u0940 \\u0939\\u0948 \\u0924\\u094b \\u092e\\u0941\\u091d\\u0947 \\u0915\\u094d\\u092f\\u093e \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u093f\\u090f?\",\"answer\":\"\\u092f\\u0926\\u093f \\u0906\\u092a\\u0915\\u094b QRPay Pro \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0915\\u094b\\u0908 \\u0938\\u092e\\u0938\\u094d\\u092f\\u093e \\u0906\\u0924\\u0940 \\u0939\\u0948 \\u092f\\u093e \\u0906\\u092a\\u0915\\u0947 \\u0915\\u094b\\u0908 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928 \\u0939\\u0948\\u0902, \\u0924\\u094b \\u0915\\u0943\\u092a\\u092f\\u093e \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u091f\\u0940\\u092e \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0935\\u0947 \\u0906\\u092a\\u0915\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u091a\\u093f\\u0902\\u0924\\u093e \\u0915\\u093e \\u0924\\u0941\\u0930\\u0902\\u0924 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u092a\\u094d\\u0930\\u0938\\u0928\\u094d\\u0928 \\u0939\\u094b\\u0902\\u0917\\u0947\\u0964\"}},\"id\":\"641040ff23f63\"},\"6410412b5d11b\":{\"language\":{\"en\":{\"question\":\"Is QRPay Pro available internationally?\",\"answer\":\"QRPay Pro availability may vary by region. While it is widely adopted in many countries, it\\u2019s recommended to check with your local merchants or financial institutions to confirm QRPay Pro support in your location.\"},\"es\":{\"question\":\"\\u00bfEst\\u00e1 QRPay Pro disponible internacionalmente?\",\"answer\":\"La disponibilidad de QRPay Pro puede variar seg\\u00fan la regi\\u00f3n. Si bien es ampliamente adoptado en muchos pa\\u00edses, se recomienda consultar con sus comerciantes locales o instituciones financieras para confirmar la compatibilidad con QRPay Pro en su ubicaci\\u00f3n.\"},\"ar\":{\"question\":\"\\u0647\\u0644 QRPay Pro \\u0645\\u062a\\u0627\\u062d \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627\\u061f\",\"answer\":\"\\u0642\\u062f \\u064a\\u062e\\u062a\\u0644\\u0641 \\u062a\\u0648\\u0627\\u0641\\u0631 QRPay Pro \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0645\\u0646\\u0637\\u0642\\u0629. \\u0628\\u064a\\u0646\\u0645\\u0627 \\u064a\\u062a\\u0645 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u0647 \\u0639\\u0644\\u0649 \\u0646\\u0637\\u0627\\u0642 \\u0648\\u0627\\u0633\\u0639 \\u0641\\u064a \\u0627\\u0644\\u0639\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0644\\u062f\\u0627\\u0646 \\u060c \\u064a\\u0648\\u0635\\u0649 \\u0628\\u0645\\u0631\\u0627\\u062c\\u0639\\u0629 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0627\\u0644\\u0645\\u062d\\u0644\\u064a\\u064a\\u0646 \\u0623\\u0648 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0644\\u062a\\u0623\\u0643\\u064a\\u062f \\u062f\\u0639\\u0645 QRPay Pro \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0643.\"},\"fr\":{\"question\":\"QRPay Pro est-il disponible \\u00e0 l\\u2019international ?\",\"answer\":\"La disponibilit\\u00e9 de QRPay Pro peut varier selon la r\\u00e9gion. Bien qu\'il soit largement adopt\\u00e9 dans de nombreux pays, il est recommand\\u00e9 de v\\u00e9rifier aupr\\u00e8s de vos commer\\u00e7ants ou institutions financi\\u00e8res locaux pour confirmer la prise en charge de QRPay Pro dans votre r\\u00e9gion.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0915\\u0940 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927\\u0924\\u093e \\u0915\\u094d\\u0937\\u0947\\u0924\\u094d\\u0930 \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0938\\u093e\\u0930 \\u0905\\u0932\\u0917-\\u0905\\u0932\\u0917 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0939\\u093e\\u0932\\u093e\\u0901\\u0915\\u093f \\u0907\\u0938\\u0947 \\u0915\\u0908 \\u0926\\u0947\\u0936\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0905\\u092a\\u0928\\u093e\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948, \\u0932\\u0947\\u0915\\u093f\\u0928 \\u0906\\u092a\\u0915\\u0947 \\u0938\\u094d\\u0925\\u093e\\u0928 \\u092a\\u0930 QRPay Pro \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0940 \\u092a\\u0941\\u0937\\u094d\\u091f\\u093f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0938\\u094d\\u0925\\u093e\\u0928\\u0940\\u092f \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u092f\\u093e \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u0928\\u094b\\u0902 \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0928\\u093e \\u0905\\u0928\\u0941\\u0936\\u0902\\u0938\\u093f\\u0924 \\u0939\\u0948\\u0964\"}},\"id\":\"6410412b5d11b\"},\"6495fff62419b\":{\"language\":{\"en\":{\"question\":\"Can I view transaction history and receipts in QRPay Pro?\",\"answer\":\"Yes, QRPay Provides a transaction history feature where you can view details of your past transactions, including dates, amounts, and merchant information. You can also generate digital receipts for your records.\"},\"es\":{\"question\":\"\\u00bfPuedo ver el historial de transacciones y los recibos en QRPay Pro?\",\"answer\":\"S\\u00ed, QRPay Proporciona una funci\\u00f3n de historial de transacciones en la que puede ver los detalles de sus transacciones anteriores, incluidas las fechas, los montos y la informaci\\u00f3n del comerciante. Tambi\\u00e9n puede generar recibos digitales para sus registros.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0639\\u0631\\u0636 \\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0648\\u0627\\u0644\\u0625\\u064a\\u0635\\u0627\\u0644\\u0627\\u062a \\u0641\\u064a QRPay Pro\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645 \\u060c \\u064a\\u0648\\u0641\\u0631 QRPay Pro \\u0645\\u064a\\u0632\\u0629 \\u0633\\u062c\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u062d\\u064a\\u062b \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0639\\u0631\\u0636 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0633\\u0627\\u0628\\u0642\\u0629 \\u060c \\u0628\\u0645\\u0627 \\u0641\\u064a \\u0630\\u0644\\u0643 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0631\\u064a\\u062e \\u0648\\u0627\\u0644\\u0645\\u0628\\u0627\\u0644\\u063a \\u0648\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0623\\u064a\\u0636\\u064b\\u0627 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0625\\u064a\\u0635\\u0627\\u0644\\u0627\\u062a \\u0631\\u0642\\u0645\\u064a\\u0629 \\u0644\\u0633\\u062c\\u0644\\u0627\\u062a\\u0643.\"},\"fr\":{\"question\":\"Puis-je consulter l\'historique des transactions et les re\\u00e7us dans QRPay Pro\\u00a0?\",\"answer\":\"Oui, QRPay Pro fournit une fonction d\'historique des transactions o\\u00f9 vous pouvez afficher les d\\u00e9tails de vos transactions pass\\u00e9es, y compris les dates, les montants et les informations sur le commer\\u00e7ant. Vous pouvez \\u00e9galement g\\u00e9n\\u00e9rer des re\\u00e7us num\\u00e9riques pour vos dossiers.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 QRPay Pro \\u092e\\u0947\\u0902 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0907\\u0924\\u093f\\u0939\\u093e\\u0938 \\u0914\\u0930 \\u0930\\u0938\\u0940\\u0926\\u0947\\u0902 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0901?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay Pro \\u090f\\u0915 \\u091f\\u094d\\u0930\\u093e\\u0902\\u091c\\u0947\\u0915\\u094d\\u0936\\u0928 \\u0939\\u093f\\u0938\\u094d\\u091f\\u094d\\u0930\\u0940 \\u092b\\u0940\\u091a\\u0930 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u0939\\u093e\\u0902 \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u092a\\u093f\\u091b\\u0932\\u0947 \\u091f\\u094d\\u0930\\u093e\\u0902\\u091c\\u0947\\u0915\\u094d\\u0936\\u0928 \\u0915\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0947\\u0916 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u092e\\u0947\\u0902 \\u0926\\u093f\\u0928\\u093e\\u0902\\u0915, \\u0930\\u093e\\u0936\\u093f \\u0914\\u0930 \\u092e\\u0930\\u094d\\u091a\\u0947\\u0902\\u091f \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093f\\u091f\\u0932 \\u0930\\u0938\\u0940\\u0926\\u0947\\u0902 \\u092d\\u0940 \\u092c\\u0928\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6495fff62419b\"}}}', 1, NULL, '2023-03-14 13:03:45', '2024-11-13 15:19:31');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(8, 'testimonials-section', '{\"language\":{\"en\":{\"title\":\"Testimonials\",\"heading\":\"What People Say About Us\",\"sub_heading\":\"Testimonials are statements or reviews from satisfied customers or clients that demonstrate their positive experiences with the business.\"},\"es\":{\"title\":\"Testimonios\",\"heading\":\"Qu\\u00e9 dice la gente de nosotros\",\"sub_heading\":\"Los testimonios son declaraciones o rese\\u00f1as de clientes satisfechos o clientes que demuestran sus experiencias positivas con el negocio.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0634\\u0647\\u0627\\u062f\\u0627\\u062a - \\u0627\\u0644\\u062a\\u0648\\u0635\\u064a\\u0627\\u062a\",\"heading\":\"\\u0645\\u0627\\u0630\\u0627 \\u064a\\u0642\\u0648\\u0644 \\u0627\\u0644\\u0646\\u0627\\u0633 \\u0639\\u0646\\u0627\",\"sub_heading\":\"\\u0627\\u0644\\u0634\\u0647\\u0627\\u062f\\u0627\\u062a \\u0647\\u064a \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0623\\u0648 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a \\u0645\\u0646 \\u0639\\u0645\\u0644\\u0627\\u0621 \\u0623\\u0648 \\u0639\\u0645\\u0644\\u0627\\u0621 \\u0631\\u0627\\u0636\\u064a\\u0646 \\u062a\\u062b\\u0628\\u062a \\u062a\\u062c\\u0627\\u0631\\u0628\\u0647\\u0645 \\u0627\\u0644\\u0625\\u064a\\u062c\\u0627\\u0628\\u064a\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0639\\u0645\\u0644.\"},\"fr\":{\"title\":\"T\\u00e9moignages\",\"heading\":\"Que disent les gens \\u00e0 notre propos\",\"sub_heading\":\"Les t\\u00e9moignages sont des d\\u00e9clarations ou des avis de clients satisfaits ou de clients qui d\\u00e9montrent leurs exp\\u00e9riences positives avec l\'entreprise.\"},\"hi\":{\"title\":\"\\u092a\\u094d\\u0930\\u0936\\u0902\\u0938\\u093e\\u092a\\u0924\\u094d\\u0930\",\"heading\":\"\\u0939\\u092e\\u093e\\u0930\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0932\\u094b\\u0917 \\u0915\\u094d\\u092f\\u093e \\u0915\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902\",\"sub_heading\":\"\\u092a\\u094d\\u0930\\u0936\\u0902\\u0938\\u093e\\u092a\\u0924\\u094d\\u0930 \\u0938\\u0902\\u0924\\u0941\\u0937\\u094d\\u091f \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u092f\\u093e \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0915\\u0925\\u0928 \\u092f\\u093e \\u0938\\u092e\\u0940\\u0915\\u094d\\u0937\\u093e\\u090f\\u0902 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0909\\u0928\\u0915\\u0947 \\u0938\\u0915\\u093e\\u0930\\u093e\\u0924\\u094d\\u092e\\u0915 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u094b \\u092a\\u094d\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"641050a8c3e33\":{\"language\":{\"en\":{\"name\":\"Tobey Marshall\",\"designation\":\"QR Accountants\",\"header\":\"Pay Bills\",\"rating\":\"5\",\"details\":\"Overall, a good pay bills system should provide a seamless and hassle-free experience for users, with easy and secure payment options, user-friendly features, and responsive customer support.\"},\"es\":{\"name\":\"Tobey Marshall\",\"designation\":\"QR Contadores\",\"header\":\"Pagar facturas\",\"rating\":\"5\",\"details\":\"En general, un buen sistema de pago de facturas debe proporcionar una experiencia fluida y sin complicaciones para los usuarios, con opciones de pago f\\u00e1ciles y seguras, funciones f\\u00e1ciles de usar y atenci\\u00f3n al cliente receptiva.\"},\"ar\":{\"name\":\"Tobey Marshall\",\"designation\":\"\\u0645\\u062d\\u0627\\u0633\\u0628\\u0648 QR\",\"header\":\"\\u0627\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\",\"rating\":\"5\",\"details\":\"\\u0628\\u0634\\u0643\\u0644 \\u0639\\u0627\\u0645 \\u060c \\u064a\\u062c\\u0628 \\u0623\\u0646 \\u064a\\u0648\\u0641\\u0631 \\u0646\\u0638\\u0627\\u0645 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0627\\u0644\\u062c\\u064a\\u062f \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u060c \\u0645\\u0639 \\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u062f\\u0641\\u0639 \\u0633\\u0647\\u0644\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u060c \\u0648\\u0645\\u064a\\u0632\\u0627\\u062a \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u060c \\u0648\\u062f\\u0639\\u0645 \\u0639\\u0645\\u0644\\u0627\\u0621 \\u0633\\u0631\\u064a\\u0639 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629.\"},\"fr\":{\"name\":\"Tobey Marshall\",\"designation\":\"Comptables QR\",\"header\":\"Payer les factures\",\"rating\":\"5\",\"details\":\"Dans l\\u2019ensemble, un bon syst\\u00e8me de paiement de factures doit offrir une exp\\u00e9rience transparente et sans tracas aux utilisateurs, avec des options de paiement simples et s\\u00e9curis\\u00e9es, des fonctionnalit\\u00e9s conviviales et un support client r\\u00e9actif.\"},\"hi\":{\"name\":\"Tobey Marshall\",\"designation\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0905\\u0915\\u093e\\u0909\\u0902\\u091f\\u0947\\u0902\\u091f\\u094d\\u0938\",\"header\":\"\\u092c\\u093f\\u0932\\u094b\\u0902 \\u0915\\u093e \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\",\"rating\":\"5\",\"details\":\"\\u0915\\u0941\\u0932 \\u092e\\u093f\\u0932\\u093e\\u0915\\u0930, \\u090f\\u0915 \\u0905\\u091a\\u094d\\u091b\\u0940 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092c\\u093f\\u0932 \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940 \\u0915\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0938\\u093e\\u0928 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a, \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0914\\u0930 \\u0909\\u0924\\u094d\\u0924\\u0930\\u0926\\u093e\\u092f\\u0940 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u093f\\u090f\\u0964\"}},\"id\":\"641050a8c3e33\",\"image\":\"0d20962d-a6ab-4f1d-8fd8-d1ebd229defb.webp\"},\"641051947926e\":{\"language\":{\"en\":{\"name\":\"Dino Marshall\",\"designation\":\"Support\",\"header\":\"Send Money System\",\"rating\":\"4\",\"details\":\"Reliable, fast, secure, and user-friendly. There are several factors that contribute to a good send money system The system should be accessible to a wide range of users, regardless of their location or device.\"},\"es\":{\"name\":\"Dino Marshall\",\"designation\":\"Apoyo\",\"header\":\"Sistema de env\\u00edo de dinero\",\"rating\":\"4\",\"details\":\"Fiable, r\\u00e1pido, seguro y f\\u00e1cil de usar. Hay varios factores que contribuyen a un buen sistema de env\\u00edo de dinero. El sistema debe ser accesible para una amplia gama de usuarios, independientemente de su ubicaci\\u00f3n o dispositivo.\"},\"ar\":{\"name\":\"Dino Marshall\",\"designation\":\"\\u064a\\u062f\\u0639\\u0645\",\"header\":\"\\u0646\\u0638\\u0627\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"rating\":\"4\",\"details\":\"\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629 \\u0648\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645. \\u0647\\u0646\\u0627\\u0643 \\u0627\\u0644\\u0639\\u062f\\u064a\\u062f \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0648\\u0627\\u0645\\u0644 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0633\\u0627\\u0647\\u0645 \\u0641\\u064a \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0646\\u0638\\u0627\\u0645 \\u062c\\u064a\\u062f \\u0644\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644. \\u064a\\u062c\\u0628 \\u0623\\u0646 \\u064a\\u0643\\u0648\\u0646 \\u0627\\u0644\\u0646\\u0638\\u0627\\u0645 \\u0645\\u062a\\u0627\\u062d\\u064b\\u0627 \\u0644\\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0648\\u0627\\u0633\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646\\u060c \\u0628\\u063a\\u0636 \\u0627\\u0644\\u0646\\u0638\\u0631 \\u0639\\u0646 \\u0645\\u0648\\u0642\\u0639\\u0647\\u0645 \\u0623\\u0648 \\u0623\\u062c\\u0647\\u0632\\u062a\\u0647\\u0645.\"},\"fr\":{\"name\":\"Dino Marshall\",\"designation\":\"Soutien\",\"header\":\"Syst\\u00e8me d\'envoi d\'argent\",\"rating\":\"4\",\"details\":\"Fiable, rapide, s\\u00e9curis\\u00e9 et convivial. Plusieurs facteurs contribuent \\u00e0 un bon syst\\u00e8me d\'envoi d\'argent. Le syst\\u00e8me doit \\u00eatre accessible \\u00e0 un large \\u00e9ventail d\'utilisateurs, quel que soit leur emplacement ou leur appareil.\"},\"hi\":{\"name\":\"Dino Marshall\",\"designation\":\"\\u0938\\u0939\\u093e\\u092f\\u0924\\u093e\",\"header\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940\",\"rating\":\"4\",\"details\":\"\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f, \\u0924\\u0947\\u091c\\u093c, \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u0964 \\u090f\\u0915 \\u0905\\u091a\\u094d\\u091b\\u0940 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940 \\u092e\\u0947\\u0902 \\u0915\\u0908 \\u0915\\u093e\\u0930\\u0915 \\u092f\\u094b\\u0917\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u090f\\u0915 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u0936\\u094d\\u0930\\u0943\\u0902\\u0916\\u0932\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u0941\\u0932\\u092d \\u0939\\u094b\\u0928\\u093e \\u091a\\u093e\\u0939\\u093f\\u090f, \\u091a\\u093e\\u0939\\u0947 \\u0909\\u0928\\u0915\\u093e \\u0938\\u094d\\u0925\\u093e\\u0928 \\u092f\\u093e \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 \\u0915\\u0941\\u091b \\u092d\\u0940 \\u0939\\u094b\\u0964\"}},\"id\":\"641051947926e\",\"image\":\"a0c9ab48-f3ba-4dfe-8a7d-b7fcb05f6be0.webp\"},\"641053e514494\":{\"language\":{\"en\":{\"name\":\"Alex Marshall\",\"designation\":\"Service\",\"header\":\"Send Remittance\",\"rating\":\"5\",\"details\":\"Reliable, efficient, secure, and cost-effective. Remittance refers to the transfer of money from one country to another, typically for the purpose of supporting family or friends in another location.\"},\"es\":{\"name\":\"Alex Marshall\",\"designation\":\"Servicio\",\"header\":\"Enviar remesa\",\"rating\":\"5\",\"details\":\"Fiable, eficiente, seguro y rentable. La remesa se refiere a la transferencia de dinero de un pa\\u00eds a otro, generalmente con el fin de mantener a familiares o amigos en otro lugar.\"},\"ar\":{\"name\":\"Alex Marshall\",\"designation\":\"\\u062e\\u062f\\u0645\\u0629\",\"header\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u062d\\u0648\\u0627\\u0644\\u0629\",\"rating\":\"5\",\"details\":\"\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629 \\u0648\\u0641\\u0639\\u0627\\u0644\\u0629 \\u0645\\u0646 \\u062d\\u064a\\u062b \\u0627\\u0644\\u062a\\u0643\\u0644\\u0641\\u0629. \\u062a\\u0634\\u064a\\u0631 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0625\\u0644\\u0649 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u0628\\u0644\\u062f \\u0625\\u0644\\u0649 \\u0622\\u062e\\u0631 \\u060c \\u0639\\u0627\\u062f\\u0629 \\u0644\\u063a\\u0631\\u0636 \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0623\\u0633\\u0631\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0623\\u0635\\u062f\\u0642\\u0627\\u0621 \\u0641\\u064a \\u0645\\u0643\\u0627\\u0646 \\u0622\\u062e\\u0631.\"},\"fr\":{\"name\":\"Alex Marshall\",\"designation\":\"Service\",\"header\":\"Envoyer un versement\",\"rating\":\"5\",\"details\":\"Fiable, efficace, s\\u00e9curis\\u00e9 et rentable. Les envois de fonds font r\\u00e9f\\u00e9rence au transfert d\'argent d\'un pays \\u00e0 un autre, g\\u00e9n\\u00e9ralement dans le but de subvenir aux besoins de la famille ou des amis dans un autre endroit.\"},\"hi\":{\"name\":\"Alex Marshall\",\"designation\":\"\\u0938\\u0947\\u0935\\u093e\",\"header\":\"\\u0927\\u0928 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"rating\":\"5\",\"details\":\"\\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f, \\u0915\\u0941\\u0936\\u0932, \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0932\\u093e\\u0917\\u0924 \\u092a\\u094d\\u0930\\u092d\\u093e\\u0935\\u0940\\u0964 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947 \\u0924\\u093e\\u0924\\u094d\\u092a\\u0930\\u094d\\u092f \\u090f\\u0915 \\u0926\\u0947\\u0936 \\u0938\\u0947 \\u0926\\u0942\\u0938\\u0930\\u0947 \\u0926\\u0947\\u0936 \\u092e\\u0947\\u0902 \\u0927\\u0928 \\u0915\\u0947 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0938\\u0947 \\u0939\\u0948, \\u091c\\u094b \\u0906\\u092e\\u0924\\u094c\\u0930 \\u092a\\u0930 \\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u0938\\u094d\\u0925\\u093e\\u0928 \\u092a\\u0930 \\u092a\\u0930\\u093f\\u0935\\u093e\\u0930 \\u092f\\u093e \\u0926\\u094b\\u0938\\u094d\\u0924\\u094b\\u0902 \\u0915\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0947 \\u0909\\u0926\\u094d\\u0926\\u0947\\u0936\\u094d\\u092f \\u0938\\u0947 \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"641053e514494\",\"image\":\"f21867eb-e698-4ad0-a26d-a38e9c59f532.webp\"}}}', 1, NULL, '2023-03-14 14:38:40', '2024-11-13 15:37:23'),
(9, 'contact-section', '{\"language\":{\"en\":{\"heading\":\"Get In Touch\",\"sub_heading\":\"Please use the feedback form to get in touch with us if you have any inquiries or requests. Within a few hours, the administrator will respond to your inquiry.\",\"location\":\"20-22 Wenlock Road, London, England, N1 7GU\",\"mobile\":\"03601 885399\",\"office_hours\":\"Our office hours are Monday \\u2013 Friday, 9 am-6 pm\",\"email\":\"support@example.com\"},\"es\":{\"heading\":\"Ponerse en contacto\",\"sub_heading\":\"Utilice el formulario de comentarios para ponerse en contacto con nosotros si tiene alguna consulta o solicitud. En unas pocas horas, el administrador responder\\u00e1 a su consulta.\",\"location\":\"20-22 Wenlock Road, Londres, Inglaterra, N1 7GU\",\"mobile\":\"03601 885399\",\"office_hours\":\"Nuestro horario de oficina es de lunes a viernes, de 9 am a 6 pm\",\"email\":\"support@example.com\"},\"ar\":{\"heading\":\"\\u0627\\u0628\\u0642\\u0649 \\u0639\\u0644\\u0649 \\u062a\\u0648\\u0627\\u0635\\u0644\",\"sub_heading\":\"\\u064a\\u0631\\u062c\\u0649 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0646\\u0645\\u0648\\u0630\\u062c \\u0627\\u0644\\u0645\\u0644\\u0627\\u062d\\u0638\\u0627\\u062a \\u0644\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0645\\u0639\\u0646\\u0627 \\u0625\\u0630\\u0627 \\u0643\\u0627\\u0646 \\u0644\\u062f\\u064a\\u0643 \\u0623\\u064a \\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0627\\u062a \\u0623\\u0648 \\u0637\\u0644\\u0628\\u0627\\u062a. \\u0641\\u064a \\u063a\\u0636\\u0648\\u0646 \\u0633\\u0627\\u0639\\u0627\\u062a \\u0642\\u0644\\u064a\\u0644\\u0629 \\u060c \\u0633\\u064a\\u0631\\u062f \\u0627\\u0644\\u0645\\u0633\\u0624\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\\u0643.\",\"location\":\"20-22 \\u0637\\u0631\\u064a\\u0642 \\u0648\\u064a\\u0646\\u0644\\u0648\\u0643 \\u060c \\u0644\\u0646\\u062f\\u0646 \\u060c \\u0625\\u0646\\u062c\\u0644\\u062a\\u0631\\u0627 \\u060c N1 7GU\",\"mobile\":\"03601 885399\",\"office_hours\":\"\\u0633\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u062b\\u0646\\u064a\\u0646 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062c\\u0645\\u0639\\u0629 \\u060c \\u0645\\u0646 \\u0627\\u0644\\u0633\\u0627\\u0639\\u0629 9 \\u0635\\u0628\\u0627\\u062d\\u064b\\u0627 \\u062d\\u062a\\u0649 6 \\u0645\\u0633\\u0627\\u0621\\u064b\",\"email\":\"support@example.com\"},\"fr\":{\"heading\":\"Entrer en contact\",\"sub_heading\":\"Veuillez utiliser le formulaire de commentaires pour nous contacter si vous avez des questions ou des demandes. Dans quelques heures, l\'administrateur r\\u00e9pondra \\u00e0 votre demande.\",\"location\":\"20-22 Wenlock Road, Londres, Angleterre, N1 7GU\",\"mobile\":\"03601 885399\",\"office_hours\":\"Nos heures de bureau sont du lundi au vendredi, de 9h \\u00e0 18h\",\"email\":\"support@example.com\"},\"hi\":{\"heading\":\"\\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u092e\\u0947\\u0902 \\u0930\\u0939\\u094b\",\"sub_heading\":\"\\u092f\\u0926\\u093f \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0915\\u094b\\u0908 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928 \\u092f\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0939\\u0948 \\u0924\\u094b \\u0915\\u0943\\u092a\\u092f\\u093e \\u0939\\u092e\\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092b\\u0940\\u0921\\u092c\\u0948\\u0915 \\u092b\\u0949\\u0930\\u094d\\u092e \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0915\\u0941\\u091b \\u0918\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930, \\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093e\\u092a\\u0915 \\u0906\\u092a\\u0915\\u0940 \\u092a\\u0942\\u091b\\u0924\\u093e\\u091b \\u0915\\u093e \\u091c\\u0935\\u093e\\u092c \\u0926\\u0947\\u0917\\u093e\\u0964\",\"location\":\"20-22 \\u0935\\u0947\\u0928\\u0932\\u0949\\u0915 \\u0930\\u094b\\u0921, \\u0932\\u0902\\u0926\\u0928, \\u0907\\u0902\\u0917\\u094d\\u0932\\u0948\\u0902\\u0921, N1 7GU\",\"mobile\":\"03601 885399\",\"office_hours\":\"\\u0939\\u092e\\u093e\\u0930\\u0947 \\u0915\\u093e\\u0930\\u094d\\u092f\\u093e\\u0932\\u092f \\u0915\\u093e \\u0938\\u092e\\u092f \\u0938\\u094b\\u092e\\u0935\\u093e\\u0930 \\u0938\\u0947 \\u0936\\u0941\\u0915\\u094d\\u0930\\u0935\\u093e\\u0930, \\u0938\\u0941\\u092c\\u0939 9 \\u092c\\u091c\\u0947 \\u0938\\u0947 \\u0936\\u093e\\u092e 6 \\u092c\\u091c\\u0947 \\u0924\\u0915 \\u0939\\u0948\",\"email\":\"support@example.com\"}}}', 1, NULL, '2023-03-14 16:09:05', '2024-11-13 16:23:12'),
(10, 'footer-section', '{\"language\":{\"en\":{\"footer_text\":\"Copyright \\u00a9 2025  All Rights Reserved\",\"app_text\":\"App\\u2019s available for download\",\"details\":\"Make secure payments with confidence, thanks to our advanced security system that safeguards your financial information. Conveniently top up your mobile device for uninterrupted connectivity. Store and manage your funds securely in a mobile wallet, providing easy access and control over your finances.\",\"newsltter_details\":\"Stay connected with us for regular updates by providing your name and email address:\"},\"es\":{\"footer_text\":\"Copyright \\u00a9 2025 Todos los derechos reservados\",\"app_text\":\"La aplicaci\\u00f3n est\\u00e1 disponible para descargar\",\"details\":\"Realiza pagos seguros con confianza, gracias a nuestro avanzado sistema de seguridad que resguarda tu informaci\\u00f3n financiera. Recargue convenientemente su dispositivo m\\u00f3vil para una conectividad ininterrumpida. Almacene y administre sus fondos de forma segura en una billetera m\\u00f3vil, lo que brinda f\\u00e1cil acceso y control sobre sus finanzas.\",\"newsltter_details\":\"Mant\\u00e9ngase conectado con nosotros para recibir actualizaciones peri\\u00f3dicas proporcionando su nombre y direcci\\u00f3n de correo electr\\u00f3nico:\"},\"ar\":{\"footer_text\":\"\\u062d\\u0642\\u0648\\u0642 \\u0627\\u0644\\u0637\\u0628\\u0639 \\u0648\\u0627\\u0644\\u0646\\u0634\\u0631 \\u00a9 2025 \\u062c\\u0645\\u064a\\u0639 \\u0627\\u0644\\u062d\\u0642\\u0648\\u0642 \\u0645\\u062d\\u0641\\u0648\\u0638\\u0629\",\"app_text\":\"\\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0645\\u062a\\u0627\\u062d \\u0644\\u0644\\u062a\\u0646\\u0632\\u064a\\u0644\",\"details\":\"\\u0642\\u0645 \\u0628\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0622\\u0645\\u0646\\u0629 \\u0628\\u0643\\u0644 \\u062b\\u0642\\u0629 \\u060c \\u0628\\u0641\\u0636\\u0644 \\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0627\\u0644\\u0630\\u064a \\u064a\\u062d\\u0645\\u064a \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629. \\u0642\\u0645 \\u0628\\u062a\\u0639\\u0628\\u0626\\u0629 \\u062c\\u0647\\u0627\\u0632\\u0643 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u063a\\u064a\\u0631 \\u0645\\u0646\\u0642\\u0637\\u0639. \\u0642\\u0645 \\u0628\\u062a\\u062e\\u0632\\u064a\\u0646 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0623\\u0645\\u0627\\u0646 \\u0641\\u064a \\u0645\\u062d\\u0641\\u0638\\u0629 \\u0645\\u062d\\u0645\\u0648\\u0644\\u0629 \\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u0633\\u0647\\u0648\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643.\",\"newsltter_details\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0645\\u0639\\u0646\\u0627 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a \\u0645\\u0646\\u062a\\u0638\\u0645\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u0642\\u062f\\u064a\\u0645 \\u0627\\u0633\\u0645\\u0643 \\u0648\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0628\\u0631\\u064a\\u062f\\u0643 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a:\"},\"fr\":{\"footer_text\":\"Droits d\'auteur \\u00a9 2025 Tous droits r\\u00e9serv\\u00e9s\",\"app_text\":\"L\'application est disponible en t\\u00e9l\\u00e9chargement\",\"details\":\"Effectuez des paiements s\\u00e9curis\\u00e9s en toute confiance, gr\\u00e2ce \\u00e0 notre syst\\u00e8me de s\\u00e9curit\\u00e9 avanc\\u00e9 qui prot\\u00e8ge vos informations financi\\u00e8res. Rechargez facilement votre appareil mobile pour une connectivit\\u00e9 ininterrompue. Stockez et g\\u00e9rez vos fonds en toute s\\u00e9curit\\u00e9 dans un portefeuille mobile, offrant un acc\\u00e8s et un contr\\u00f4le faciles sur vos finances.\",\"newsltter_details\":\"Restez connect\\u00e9 avec nous pour des mises \\u00e0 jour r\\u00e9guli\\u00e8res en fournissant votre nom et votre adresse e-mail\\u00a0:\"},\"hi\":{\"footer_text\":\"\\u0915\\u0949\\u092a\\u0940\\u0930\\u093e\\u0907\\u091f \\u00a9 2025 \\u0938\\u0930\\u094d\\u0935\\u093e\\u0927\\u093f\\u0915\\u093e\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924\",\"app_text\":\"\\u0910\\u092a \\u0921\\u093e\\u0909\\u0928\\u0932\\u094b\\u0921 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948\",\"details\":\"\\u0939\\u092e\\u093e\\u0930\\u0947 \\u0909\\u0928\\u094d\\u0928\\u0924 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0915\\u0940 \\u092c\\u0926\\u094c\\u0932\\u0924 \\u0906\\u0924\\u094d\\u092e\\u0935\\u093f\\u0936\\u094d\\u0935\\u093e\\u0938 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u091c\\u094b \\u0906\\u092a\\u0915\\u0940 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0915\\u0928\\u0947\\u0915\\u094d\\u091f\\u093f\\u0935\\u093f\\u091f\\u0940 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0921\\u093f\\u0935\\u093e\\u0907\\u0938 \\u0915\\u094b \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0924\\u0930\\u0940\\u0915\\u0947 \\u0938\\u0947 \\u091f\\u0949\\u092a \\u0905\\u092a \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f \\u092e\\u0947\\u0902 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924 \\u092a\\u0930 \\u0906\\u0938\\u093e\\u0928 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0914\\u0930 \\u0928\\u093f\\u092f\\u0902\\u0924\\u094d\\u0930\\u0923 \\u0939\\u094b\\u0964\",\"newsltter_details\":\"\\u0905\\u092a\\u0928\\u093e \\u0928\\u093e\\u092e \\u0914\\u0930 \\u0908\\u092e\\u0947\\u0932 \\u092a\\u0924\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0915\\u0947 \\u0928\\u093f\\u092f\\u092e\\u093f\\u0924 \\u0905\\u092a\\u0921\\u0947\\u091f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0938\\u093e\\u0925 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0930\\u0939\\u0947\\u0902:\"}},\"items\":{\"641146f995727\":{\"language\":{\"en\":{\"name\":\"Facebook\",\"social_icon\":\"fab fa-facebook\",\"link\":\"https:\\/\\/facebook.com\\/\"},\"es\":{\"name\":\"Facebook\",\"social_icon\":\"fab fa-facebook\",\"link\":\"https:\\/\\/facebook.com\\/\"},\"ar\":{\"name\":\"\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"social_icon\":\"fab fa-facebook\",\"link\":\"https:\\/\\/facebook.com\\/\"},\"fr\":{\"name\":\"Facebook\",\"social_icon\":\"fab fa-facebook\",\"link\":\"https:\\/\\/facebook.com\\/\"},\"hi\":{\"name\":\"\\u092b\\u0947\\u0938\\u092c\\u0941\\u0915\",\"social_icon\":\"fab fa-facebook\",\"link\":\"https:\\/\\/facebook.com\\/\"}},\"id\":\"641146f995727\"},\"6411474a6639a\":{\"language\":{\"en\":{\"name\":\"Twitter\",\"social_icon\":\"fab fa-twitter\",\"link\":\"https:\\/\\/twitter.com\\/login\"},\"es\":{\"name\":\"Twitter\",\"social_icon\":\"fab fa-twitter\",\"link\":\"https:\\/\\/twitter.com\\/login\"},\"ar\":{\"name\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"social_icon\":\"fab fa-twitter\",\"link\":\"https:\\/\\/twitter.com\\/login\"},\"fr\":{\"name\":\"Twitter\",\"social_icon\":\"fab fa-twitter\",\"link\":\"https:\\/\\/twitter.com\\/login\"},\"hi\":{\"name\":\"\\u091f\\u094d\\u0935\\u093f\\u091f\\u0930\",\"social_icon\":\"fab fa-twitter\",\"link\":\"https:\\/\\/twitter.com\\/login\"}},\"id\":\"6411474a6639a\"},\"64114772d4fbc\":{\"language\":{\"en\":{\"name\":\"Instagram\",\"social_icon\":\"fab fa-instagram\",\"link\":\"https:\\/\\/www.instagram.com\\/\"},\"es\":{\"name\":\"Instagram\",\"social_icon\":\"fab fa-instagram\",\"link\":\"https:\\/\\/www.instagram.com\\/\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u0633\\u062a\\u063a\\u0631\\u0627\\u0645\",\"social_icon\":\"fab fa-instagram\",\"link\":\"https:\\/\\/www.instagram.com\\/\"},\"fr\":{\"name\":\"Instagram\",\"social_icon\":\"fab fa-instagram\",\"link\":\"https:\\/\\/www.instagram.com\\/\"},\"hi\":{\"name\":\"Instagram\",\"social_icon\":\"fab fa-instagram\",\"link\":\"https:\\/\\/www.instagram.com\\/\"}},\"id\":\"64114772d4fbc\"},\"64114799160e1\":{\"language\":{\"en\":{\"name\":\"LinkedIn\",\"social_icon\":\"fab fa-linkedin\",\"link\":\"https:\\/\\/www.linkedin.com\\/login\"},\"es\":{\"name\":\"LinkedIn\",\"social_icon\":\"fab fa-linkedin\",\"link\":\"https:\\/\\/www.linkedin.com\\/login\"},\"ar\":{\"name\":\"\\u0627\\u0646\\u0633\\u062a\\u063a\\u0631\\u0627\\u0645\",\"social_icon\":\"fab fa-linkedin\",\"link\":\"https:\\/\\/www.linkedin.com\\/login\"},\"fr\":{\"name\":\"LinkedIn\",\"social_icon\":\"fab fa-linkedin\",\"link\":\"https:\\/\\/www.linkedin.com\\/login\"},\"hi\":{\"name\":\"LinkedIn\",\"social_icon\":\"fab fa-linkedin\",\"link\":\"https:\\/\\/www.linkedin.com\\/login\"}},\"id\":\"64114799160e1\"}},\"images\":{\"bg_image\":\"8bb79763-b5ed-4f41-b2bb-ca8ef52ba2de.webp\"}}', 1, NULL, '2023-03-14 16:56:54', '2024-12-30 15:54:20'),
(11, 'app-section', '{\"images\":{\"google_play\":\"0b62f805-3aef-4465-8911-f2fe0b0836c0.webp\",\"appple_store\":\"d113d14f-fb22-4e96-90c9-29f725c0d606.webp\"},\"language\":{\"en\":{\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"es\":{\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"ar\":{\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"fr\":{\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"hi\":{\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"}}}', 1, NULL, '2023-03-15 09:22:26', '2024-11-12 23:05:19'),
(12, 'blog-section', '{\"language\":{\"en\":{\"title\":\"Declaration\",\"heading\":\"Our Recent Declaration\",\"sub_heading\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},\"es\":{\"title\":\"Declaraci\\u00f3n\",\"heading\":\"Nuestra declaraci\\u00f3n reciente\",\"sub_heading\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"},\"ar\":{\"title\":\"\\u062a\\u0635\\u0631\\u064a\\u062d\",\"heading\":\"\\u0625\\u0639\\u0644\\u0627\\u0646\\u0646\\u0627 \\u0627\\u0644\\u0623\\u062e\\u064a\\u0631\",\"sub_heading\":\"Lorem ipsum dolor sit amet\\u060c consectetur adipiscing elit\\u060c sed do eiusmod tempor incidunt ut labore et dolore magna aliqua.\"},\"fr\":{\"title\":\"D\\u00e9claration\",\"heading\":\"Notre r\\u00e9cente d\\u00e9claration\",\"sub_heading\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\"}}}', 1, NULL, '2023-03-15 16:26:49', '2023-08-31 18:31:13'),
(13, 'auth-section', '{\"language\":{\"en\":{\"login_text\":\"Our secure login process ensures the confidentiality of your information. Log in today and stay connected to your finances, anytime and anywhere.\",\"register_text\":\"Become a part of our community by registering for an account today. Enjoy a range of benefits and features tailored to meet your needs. Our registration page makes it easy to create your account, providing a seamless and user-friendly experience.\",\"forget_text\":\"Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.\"},\"es\":{\"login_text\":\"Nuestro proceso de inicio de sesi\\u00f3n seguro garantiza la confidencialidad de su informaci\\u00f3n. Inicie sesi\\u00f3n hoy y mant\\u00e9ngase conectado con sus finanzas, en cualquier momento y en cualquier lugar.\",\"register_text\":\"Convi\\u00e9rtase en parte de nuestra comunidad registr\\u00e1ndose para obtener una cuenta hoy. Disfrute de una variedad de beneficios y caracter\\u00edsticas dise\\u00f1adas para satisfacer sus necesidades. Nuestra p\\u00e1gina de registro facilita la creaci\\u00f3n de su cuenta, proporcionando una experiencia fluida y f\\u00e1cil de usar.\",\"forget_text\":\"Convi\\u00e9rtase en parte de nuestra comunidad registr\\u00e1ndose para obtener una cuenta hoy. Disfrute de una variedad de beneficios y caracter\\u00edsticas dise\\u00f1adas para satisfacer sus necesidades. Nuestra p\\u00e1gina de registro facilita la creaci\\u00f3n de su cuenta, proporcionando una experiencia fluida y f\\u00e1cil de usar.\"},\"ar\":{\"login_text\":\"\\u062a\\u0636\\u0645\\u0646 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0633\\u0631\\u064a\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643. \\u0633\\u062c\\u0651\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u064a\\u0648\\u0645 \\u0648\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0641\\u064a \\u0623\\u064a \\u0648\\u0642\\u062a \\u0648\\u0641\\u064a \\u0623\\u064a \\u0645\\u0643\\u0627\\u0646.\",\"register_text\":\"\\u0643\\u0646 \\u062c\\u0632\\u0621\\u064b\\u0627 \\u0645\\u0646 \\u0645\\u062c\\u062a\\u0645\\u0639\\u0646\\u0627 \\u0628\\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u064a\\u0648\\u0645. \\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u0632\\u0627\\u064a\\u0627 \\u0648\\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u062a\\u0644\\u0628\\u064a\\u0629 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a\\u0643. \\u062a\\u0633\\u0647\\u0644 \\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645.\",\"forget_text\":\"\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0639\\u0646 \\u0637\\u0631\\u064a\\u0642 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643. \\u062a\\u0631\\u0634\\u062f\\u0643 \\u0635\\u0641\\u062d\\u0629 \\u0627\\u0633\\u062a\\u0639\\u0627\\u062f\\u0629 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062e\\u0637\\u0648\\u0627\\u062a \\u0627\\u0644\\u0636\\u0631\\u0648\\u0631\\u064a\\u0629 \\u0644\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646.\"},\"fr\":{\"login_text\":\"Notre processus de connexion s\\u00e9curis\\u00e9 garantit la confidentialit\\u00e9 de vos informations. Connectez-vous aujourd\'hui et restez connect\\u00e9 \\u00e0 vos finances, \\u00e0 tout moment et en tout lieu.\",\"register_text\":\"Devenez membre de notre communaut\\u00e9 en cr\\u00e9ant un compte d\\u00e8s aujourd\'hui. B\\u00e9n\\u00e9ficiez d\\u2019une gamme d\\u2019avantages et de fonctionnalit\\u00e9s adapt\\u00e9s \\u00e0 vos besoins. Notre page d\'inscription facilite la cr\\u00e9ation de votre compte, offrant une exp\\u00e9rience transparente et conviviale.\",\"forget_text\":\"Prenez le contr\\u00f4le de votre compte en r\\u00e9initialisant votre mot de passe. Notre page de r\\u00e9cup\\u00e9ration de mot de passe vous guide \\u00e0 travers les \\u00e9tapes n\\u00e9cessaires pour r\\u00e9initialiser votre mot de passe en toute s\\u00e9curit\\u00e9.\"},\"hi\":{\"login_text\":\"\\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0949\\u0917\\u093f\\u0928 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0906\\u092a\\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0917\\u094b\\u092a\\u0928\\u0940\\u092f\\u0924\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0906\\u091c \\u0939\\u0940 \\u0932\\u0949\\u0917 \\u0907\\u0928 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0915\\u092d\\u0940 \\u092d\\u0940 \\u0914\\u0930 \\u0915\\u0939\\u0940\\u0902 \\u092d\\u0940 \\u0905\\u092a\\u0928\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0930\\u0939\\u0947\\u0902\\u0964\",\"register_text\":\"\\u0906\\u091c \\u0939\\u0940 \\u090f\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0930\\u0915\\u0947 \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0938\\u092e\\u0941\\u0926\\u093e\\u092f \\u0915\\u093e \\u0939\\u093f\\u0938\\u094d\\u0938\\u093e \\u092c\\u0928\\u0947\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0940 \\u091c\\u093c\\u0930\\u0942\\u0930\\u0924\\u094b\\u0902 \\u0915\\u0947 \\u0939\\u093f\\u0938\\u093e\\u092c \\u0938\\u0947 \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u093f\\u090f \\u0917\\u090f \\u0915\\u0908 \\u0924\\u0930\\u0939 \\u0915\\u0947 \\u0932\\u093e\\u092d\\u094b\\u0902 \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\\u0964 \\u0939\\u092e\\u093e\\u0930\\u093e \\u092a\\u0902\\u091c\\u0940\\u0915\\u0930\\u0923 \\u092a\\u0943\\u0937\\u094d\\u0920 \\u0906\\u092a\\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u093e \\u0916\\u093e\\u0924\\u093e \\u092c\\u0928\\u093e\\u0928\\u093e \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u094b \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e-\\u0905\\u0928\\u0941\\u0915\\u0942\\u0932 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\",\"forget_text\":\"\\u0905\\u092a\\u0928\\u093e \\u092a\\u093e\\u0938\\u0935\\u0930\\u094d\\u0921 \\u0930\\u0940\\u0938\\u0947\\u091f \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u092a\\u0930 \\u0928\\u093f\\u092f\\u0902\\u0924\\u094d\\u0930\\u0923 \\u0930\\u0916\\u0947\\u0902\\u0964 \\u0939\\u092e\\u093e\\u0930\\u093e \\u092a\\u093e\\u0938\\u0935\\u0930\\u094d\\u0921 \\u0930\\u093f\\u0915\\u0935\\u0930\\u0940 \\u092a\\u0947\\u091c \\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u093e \\u092a\\u093e\\u0938\\u0935\\u0930\\u094d\\u0921 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0930\\u0940\\u0938\\u0947\\u091f \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u091a\\u0930\\u0923\\u094b\\u0902 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}}}', 1, NULL, '2023-06-13 14:44:19', '2024-11-12 23:04:51');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(14, 'security-section', '{\"language\":{\"en\":{\"heading\":\"Security\",\"sub_heading\":\"5 Ways to Security System\",\"details\":\"We provide some awesome features that helpful.\"},\"es\":{\"heading\":\"Seguridad\",\"sub_heading\":\"5 formas de sistema de seguridad\",\"details\":\"Proporcionamos algunas caracter\\u00edsticas incre\\u00edbles que son \\u00fatiles.\"},\"ar\":{\"heading\":\"\\u062d\\u0645\\u0627\\u064a\\u0629\",\"sub_heading\":\"5 \\u0637\\u0631\\u0642 \\u0644\\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0646\",\"details\":\"\\u0646\\u062d\\u0646 \\u0646\\u0642\\u062f\\u0645 \\u0628\\u0639\\u0636 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0631\\u0627\\u0626\\u0639\\u0629 \\u0627\\u0644\\u062a\\u064a \\u0645\\u0641\\u064a\\u062f\\u0629.\"},\"fr\":{\"heading\":\"S\\u00e9curit\\u00e9\",\"sub_heading\":\"5 fa\\u00e7ons d\'acc\\u00e9der au syst\\u00e8me de s\\u00e9curit\\u00e9\",\"details\":\"Nous fournissons des fonctionnalit\\u00e9s impressionnantes et utiles.\"},\"hi\":{\"heading\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e\",\"sub_heading\":\"\\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 5 \\u0924\\u0930\\u0940\\u0915\\u0947\",\"details\":\"\\u0939\\u092e \\u0915\\u0941\\u091b \\u0905\\u0926\\u094d\\u092d\\u0941\\u0924 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u090f\\u0901 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u091c\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0940 \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"648801275ab10\":{\"language\":{\"en\":{\"title\":\"SMS or Email Verification\",\"icon\":\"las la-unlock-alt\",\"sub_title\":\"Both email and SMS make for more secure authentication, but there are pros and cons to everything.\"},\"es\":{\"title\":\"Verificaci\\u00f3n por SMS o correo electr\\u00f3nico\",\"icon\":\"las la-unlock-alt\",\"sub_title\":\"Tanto el correo electr\\u00f3nico como los SMS hacen que la autenticaci\\u00f3n sea m\\u00e1s segura, pero todo tiene ventajas y desventajas.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0631\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u0642\\u0635\\u064a\\u0631\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"icon\":\"las la-unlock-alt\",\"sub_title\":\"\\u064a\\u0639\\u0645\\u0644 \\u0643\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a \\u0648\\u0627\\u0644\\u0631\\u0633\\u0627\\u0626\\u0644 \\u0627\\u0644\\u0642\\u0635\\u064a\\u0631\\u0629 \\u0639\\u0644\\u0649 \\u062a\\u0648\\u0641\\u064a\\u0631 \\u0645\\u0635\\u0627\\u062f\\u0642\\u0629 \\u0623\\u0643\\u062b\\u0631 \\u0623\\u0645\\u0627\\u0646\\u064b\\u0627 \\u060c \\u0648\\u0644\\u0643\\u0646 \\u0647\\u0646\\u0627\\u0643 \\u0645\\u0632\\u0627\\u064a\\u0627 \\u0648\\u0639\\u064a\\u0648\\u0628 \\u0644\\u0643\\u0644 \\u0634\\u064a\\u0621.\"},\"fr\":{\"title\":\"V\\u00e9rification par SMS ou par e-mail\",\"icon\":\"las la-unlock-alt\",\"sub_title\":\"Les e-mails et les SMS permettent une authentification plus s\\u00e9curis\\u00e9e, mais il y a des avantages et des inconv\\u00e9nients \\u00e0 tout.\"},\"hi\":{\"title\":\"\\u090f\\u0938\\u090f\\u092e\\u090f\\u0938 \\u092f\\u093e \\u0908\\u092e\\u0947\\u0932 \\u0938\\u0924\\u094d\\u092f\\u093e\\u092a\\u0928\",\"icon\":\"las la-unlock-alt\",\"sub_title\":\"\\u0908\\u092e\\u0947\\u0932 \\u0914\\u0930 \\u090f\\u0938\\u090f\\u092e\\u090f\\u0938 \\u0926\\u094b\\u0928\\u094b\\u0902 \\u0939\\u0940 \\u092a\\u094d\\u0930\\u092e\\u093e\\u0923\\u0940\\u0915\\u0930\\u0923 \\u0915\\u094b \\u0905\\u0927\\u093f\\u0915 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092c\\u0928\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0932\\u0947\\u0915\\u093f\\u0928 \\u0939\\u0930 \\u091a\\u0940\\u091c \\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u093e\\u092f\\u0926\\u0947 \\u0914\\u0930 \\u0928\\u0941\\u0915\\u0938\\u093e\\u0928 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"648801275ab10\"},\"648801a84f245\":{\"language\":{\"en\":{\"title\":\"KYC Solution\",\"icon\":\"las la-certificate\",\"sub_title\":\"Protect sensitive information with our GDPR compliant tech - no server connection needed.\"},\"es\":{\"title\":\"Soluci\\u00f3n KYC\",\"icon\":\"las la-certificate\",\"sub_title\":\"Proteja la informaci\\u00f3n confidencial con nuestra tecnolog\\u00eda compatible con GDPR: no se necesita conexi\\u00f3n al servidor.\"},\"ar\":{\"title\":\"\\u062d\\u0644 KYC\",\"icon\":\"las la-certificate\",\"sub_title\":\"\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0633\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u0642\\u0646\\u064a\\u062a\\u0646\\u0627 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0627\\u0641\\u0642\\u0629 \\u0645\\u0639 \\u0627\\u0644\\u0644\\u0627\\u0626\\u062d\\u0629 \\u0627\\u0644\\u0639\\u0627\\u0645\\u0629 \\u0644\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a - \\u0644\\u0627 \\u062d\\u0627\\u062c\\u0629 \\u0644\\u0644\\u0627\\u062a\\u0635\\u0627\\u0644 \\u0628\\u0627\\u0644\\u062e\\u0627\\u062f\\u0645.\"},\"fr\":{\"title\":\"Solution KYC\",\"icon\":\"las la-certificate\",\"sub_title\":\"Prot\\u00e9gez les informations sensibles gr\\u00e2ce \\u00e0 notre technologie conforme au RGPD - aucune connexion au serveur n\'est n\\u00e9cessaire.\"},\"hi\":{\"title\":\"\\u0915\\u0947\\u0935\\u093e\\u0908\\u0938\\u0940 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928\",\"icon\":\"las la-certificate\",\"sub_title\":\"\\u0939\\u092e\\u093e\\u0930\\u0940 GDPR \\u0905\\u0928\\u0941\\u092a\\u093e\\u0932\\u0915 \\u0924\\u0915\\u0928\\u0940\\u0915 \\u0938\\u0947 \\u0938\\u0902\\u0935\\u0947\\u0926\\u0928\\u0936\\u0940\\u0932 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0916\\u0947\\u0902 - \\u0915\\u093f\\u0938\\u0940 \\u0938\\u0930\\u094d\\u0935\\u0930 \\u0915\\u0928\\u0947\\u0915\\u094d\\u0936\\u0928 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0928\\u0939\\u0940\\u0902\\u0964\"}},\"id\":\"648801a84f245\"},\"648802233d890\":{\"language\":{\"en\":{\"title\":\"Two Factor Authentication\",\"icon\":\"las la-fingerprint\",\"sub_title\":\"2FA is an extra layer of protection used to ensure the security of online accounts beyond just a username and password.\"},\"es\":{\"title\":\"Autenticaci\\u00f3n de dos factores\",\"icon\":\"las la-fingerprint\",\"sub_title\":\"2FA es una capa adicional de protecci\\u00f3n utilizada para garantizar la seguridad de las cuentas en l\\u00ednea m\\u00e1s all\\u00e1 de un simple nombre de usuario y contrase\\u00f1a.\"},\"ar\":{\"title\":\"\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0633\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0644\\u0627\\u0626\\u062d\\u0629 \\u0627\\u0644\\u0639\\u0627\\u0645\\u0629 \\u0644\\u0644\\u0628\\u0646\\u0648\\u062f \\u0648\\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631\\u0629 \\u0628\\u0627\\u0644\\u062e\\u0627\\u0631\\u062c.\",\"icon\":\"las la-fingerprint\",\"sub_title\":\"2FA  \\u0647\\u064a \\u0637\\u0628\\u0642\\u0629 \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062d\\u0645\\u0627\\u064a\\u0629 \\u062a\\u064f\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0644\\u0636\\u0645\\u0627\\u0646 \\u0623\\u0645\\u0627\\u0646 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0628\\u0645\\u0627 \\u064a\\u062a\\u062c\\u0627\\u0648\\u0632 \\u0645\\u062c\\u0631\\u062f \\u0627\\u0633\\u0645 \\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0648\\u0643\\u0644\\u0645\\u0629 \\u0645\\u0631\\u0648\\u0631.\"},\"fr\":{\"title\":\"Authentification \\u00e0 deux facteurs\",\"icon\":\"las la-fingerprint\",\"sub_title\":\"2FA est une couche de protection suppl\\u00e9mentaire utilis\\u00e9e pour garantir la s\\u00e9curit\\u00e9 des comptes en ligne au-del\\u00e0 d\\u2019un simple nom d\\u2019utilisateur et mot de passe.\"},\"hi\":{\"title\":\"\\u0926\\u094b \\u0915\\u093e\\u0930\\u0915 \\u092a\\u094d\\u0930\\u092e\\u093e\\u0923\\u0940\\u0915\\u0930\\u0923\",\"icon\":\"las la-fingerprint\",\"sub_title\":\"2FA \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0940 \\u090f\\u0915 \\u0905\\u0924\\u093f\\u0930\\u093f\\u0915\\u094d\\u0924 \\u092a\\u0930\\u0924 \\u0939\\u0948 \\u091c\\u093f\\u0938\\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0928\\u093e\\u092e \\u0914\\u0930 \\u092a\\u093e\\u0938\\u0935\\u0930\\u094d\\u0921 \\u0938\\u0947 \\u092a\\u0930\\u0947 \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0916\\u093e\\u0924\\u094b\\u0902 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"648802233d890\"},\"648802c7e3538\":{\"language\":{\"en\":{\"title\":\"End-to-End Encryption\",\"icon\":\"las la-shield-alt\",\"sub_title\":\"End-to-end encryption is a system of communication where only the users communicating can read the messages.\"},\"es\":{\"title\":\"Encriptado de fin a fin\",\"icon\":\"las la-shield-alt\",\"sub_title\":\"El cifrado de extremo a extremo es un sistema de comunicaci\\u00f3n en el que solo los usuarios que se comunican pueden leer los mensajes.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0627\\u0644\\u062a\\u0627\\u0645 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0623\\u0637\\u0631\\u0627\\u0641\",\"icon\":\"las la-shield-alt\",\"sub_title\":\"\\u0627\\u0644\\u062a\\u0634\\u0641\\u064a\\u0631 \\u0645\\u0646 \\u0637\\u0631\\u0641 \\u0625\\u0644\\u0649 \\u0637\\u0631\\u0641 \\u0647\\u0648 \\u0646\\u0638\\u0627\\u0645 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u062d\\u064a\\u062b \\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0635\\u0644\\u064a\\u0646 \\u0641\\u0642\\u0637 \\u0642\\u0631\\u0627\\u0621\\u0629 \\u0627\\u0644\\u0631\\u0633\\u0627\\u0626\\u0644.\"},\"fr\":{\"title\":\"Chiffrement de bout en bout\",\"icon\":\"las la-shield-alt\",\"sub_title\":\"Le chiffrement de bout en bout est un syst\\u00e8me de communication dans lequel seuls les utilisateurs qui communiquent peuvent lire les messages.\"},\"hi\":{\"title\":\"\\u090f\\u0902\\u0921-\\u091f\\u0942-\\u090f\\u0902\\u0921 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u0936\\u0928\",\"icon\":\"las la-shield-alt\",\"sub_title\":\"\\u090f\\u0902\\u0921-\\u091f\\u0942-\\u090f\\u0902\\u0921 \\u090f\\u0928\\u094d\\u0915\\u094d\\u0930\\u093f\\u092a\\u094d\\u0936\\u0928 \\u0938\\u0902\\u091a\\u093e\\u0930 \\u0915\\u0940 \\u090f\\u0915 \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940 \\u0939\\u0948, \\u091c\\u093f\\u0938\\u092e\\u0947\\u0902 \\u0915\\u0947\\u0935\\u0932 \\u0938\\u0902\\u091a\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0935\\u093e\\u0932\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0939\\u0940 \\u0938\\u0902\\u0926\\u0947\\u0936 \\u092a\\u0922\\u093c \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"648802c7e3538\"},\"64880c5e02d5c\":{\"language\":{\"en\":{\"title\":\"Behavior Tracking\",\"icon\":\"las la-street-view\",\"sub_title\":\"It is a technique companies and advertisers use to create targeted advertisements and campaigns.\"},\"es\":{\"title\":\"Seguimiento del comportamiento\",\"icon\":\"las la-street-view\",\"sub_title\":\"Es una t\\u00e9cnica que utilizan las empresas y los anunciantes para crear anuncios y campa\\u00f1as dirigidas\"},\"ar\":{\"title\":\"\\u062a\\u062a\\u0628\\u0639 \\u0627\\u0644\\u0633\\u0644\\u0648\\u0643\",\"icon\":\"las la-street-view\",\"sub_title\":\"\\u0625\\u0646\\u0647\\u0627 \\u062a\\u0642\\u0646\\u064a\\u0629 \\u062a\\u0633\\u062a\\u062e\\u062f\\u0645\\u0647\\u0627 \\u0627\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0639\\u0644\\u0646\\u0648\\u0646 \\u0644\\u0625\\u0646\\u0634\\u0627\\u0621 \\u0625\\u0639\\u0644\\u0627\\u0646\\u0627\\u062a \\u0648\\u062d\\u0645\\u0644\\u0627\\u062a \\u0645\\u0633\\u062a\\u0647\\u062f\\u0641\\u0629.\"},\"fr\":{\"title\":\"Suivi du comportement\",\"icon\":\"las la-street-view\",\"sub_title\":\"Il s\'agit d\'une technique utilis\\u00e9e par les entreprises et les annonceurs pour cr\\u00e9er des publicit\\u00e9s et des campagnes cibl\\u00e9es.\"},\"hi\":{\"title\":\"\\u0935\\u094d\\u092f\\u0935\\u0939\\u093e\\u0930 \\u091f\\u094d\\u0930\\u0948\\u0915\\u093f\\u0902\\u0917\",\"icon\":\"las la-street-view\",\"sub_title\":\"\\u092f\\u0939 \\u090f\\u0915 \\u0924\\u0915\\u0928\\u0940\\u0915 \\u0939\\u0948 \\u091c\\u093f\\u0938\\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0902\\u092a\\u0928\\u093f\\u092f\\u093e\\u0902 \\u0914\\u0930 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u092a\\u0928\\u0926\\u093e\\u0924\\u093e \\u0932\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0935\\u093f\\u091c\\u094d\\u091e\\u093e\\u092a\\u0928 \\u0914\\u0930 \\u0905\\u092d\\u093f\\u092f\\u093e\\u0928 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"64880c5e02d5c\"}}}', 1, NULL, '2023-06-13 15:29:55', '2024-11-12 23:21:28'),
(15, 'overview-section', '{\"images\":{\"map_image\":\"3edd39be-cb6c-49c5-9e31-6067ce61a942.webp\"},\"language\":{\"en\":{\"title\":\"Overview\",\"heading\":\"In 2024, a financial institution generated $6.8 billion in income.\",\"sub_heading\":\"Have you ever finally just given in to the temptation and read your horoscope in the newspaper?\",\"botton_text\":\"Financial institutions play a vital role as they serve as a platform for exchange money.\",\"button_name\":\"Send Money Now\",\"button_link\":\"user\\/send-money\"},\"es\":{\"title\":\"Descripci\\u00f3n general\",\"heading\":\"En 2024, una instituci\\u00f3n financiera gener\\u00f3 $6.800 millones en ingreso\",\"sub_heading\":\"\\u00bfAlguna vez has cedido finalmente a la tentaci\\u00f3n y has le\\u00eddo tu hor\\u00f3scopo en el peri\\u00f3dico?\",\"botton_text\":\"Las instituciones financieras juegan un papel vital ya que sirven como plataforma para el intercambio de dinero.\",\"button_name\":\"Env\\u00eda dinero ahora\",\"button_link\":\"user\\/send-money\"},\"ar\":{\"title\":\"\\u0645\\u0644\\u062e\\u0635\",\"heading\":\"\\u0641\\u064a \\u0639\\u0627\\u0645 2024\\u060c \\u062d\\u0642\\u0642\\u062a \\u0645\\u0624\\u0633\\u0633\\u0629 \\u0645\\u0627\\u0644\\u064a\\u0629 \\u062f\\u062e\\u0644\\u0627\\u064b \\u0628\\u0642\\u064a\\u0645\\u0629 6.8 \\u0645\\u0644\\u064a\\u0627\\u0631 \\u062f\\u0648\\u0644\\u0627\\u0631.\",\"sub_heading\":\"\\u0647\\u0644 \\u0633\\u0628\\u0642 \\u0644\\u0643 \\u0623\\u0646 \\u0627\\u0633\\u062a\\u0633\\u0644\\u0645\\u062a \\u0623\\u062e\\u064a\\u0631\\u064b\\u0627 \\u0644\\u0644\\u0625\\u063a\\u0631\\u0627\\u0621 \\u0648\\u0642\\u0631\\u0623\\u062a \\u0628\\u0631\\u062c\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0635\\u062d\\u064a\\u0641\\u0629\\u061f\",\"botton_text\":\"\\u062a\\u0644\\u0639\\u0628 \\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u062f\\u0648\\u0631\\u064b\\u0627 \\u062d\\u064a\\u0648\\u064a\\u064b\\u0627 \\u0644\\u0623\\u0646\\u0647\\u0627 \\u062a\\u0639\\u0645\\u0644 \\u0643\\u0645\\u0646\\u0635\\u0629 \\u0644\\u062a\\u0628\\u0627\\u062f\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644.\",\"button_name\":\"\\u0623\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"button_link\":\"user\\/send-money\"},\"fr\":{\"title\":\"Aper\\u00e7u\",\"heading\":\"En 2024, une institution financi\\u00e8re a g\\u00e9n\\u00e9r\\u00e9 6,8 milliards de dollars de revenus.\",\"sub_heading\":\"Avez-vous d\\u00e9j\\u00e0 finalement c\\u00e9d\\u00e9 \\u00e0 la tentation et lu votre horoscope dans le journal ?\",\"botton_text\":\"Les institutions financi\\u00e8res jouent un r\\u00f4le essentiel car elles servent de plateforme d\\u2019\\u00e9change d\\u2019argent.\",\"button_name\":\"Envoyez de l\'argent maintenant\",\"button_link\":\"user\\/send-money\"},\"hi\":{\"title\":\"\\u0905\\u0935\\u0932\\u094b\\u0915\\u0928\",\"heading\":\"2024 \\u092e\\u0947\\u0902, \\u090f\\u0915 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u0928 \\u0928\\u0947 6.8 \\u092c\\u093f\\u0932\\u093f\\u092f\\u0928 \\u0921\\u0949\\u0932\\u0930 \\u0915\\u0940 \\u0906\\u092f \\u0905\\u0930\\u094d\\u091c\\u093f\\u0924 \\u0915\\u0940\\u0964\",\"sub_heading\":\"\\u0915\\u094d\\u092f\\u093e \\u0906\\u092a\\u0928\\u0947 \\u0915\\u092d\\u0940 \\u092a\\u094d\\u0930\\u0932\\u094b\\u092d\\u0928 \\u092e\\u0947\\u0902 \\u0906\\u0915\\u0930 \\u0905\\u0916\\u092c\\u093e\\u0930 \\u092e\\u0947\\u0902 \\u0905\\u092a\\u0928\\u0940 \\u0915\\u0941\\u0902\\u0921\\u0932\\u0940 \\u092a\\u0922\\u093c\\u0940 \\u0939\\u0948?\",\"botton_text\":\"\\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u090f\\u0902 \\u092e\\u0939\\u0924\\u094d\\u0935\\u092a\\u0942\\u0930\\u094d\\u0923 \\u092d\\u0942\\u092e\\u093f\\u0915\\u093e \\u0928\\u093f\\u092d\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0902 \\u0915\\u094d\\u092f\\u094b\\u0902\\u0915\\u093f \\u0935\\u0947 \\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u092e\\u0902\\u091a \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u0915\\u093e\\u0930\\u094d\\u092f \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0902\\u0964\",\"button_name\":\"\\u0905\\u092d\\u0940 \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"button_link\":\"user\\/send-money\"}}}', 1, NULL, '2023-06-13 16:43:31', '2024-11-12 23:23:33'),
(16, 'why-choose-us-section', '{\"language\":{\"en\":{\"heading\":\"WHY CHOOSE US\",\"sub_heading\":\"Finances Through Secure Banking Practices\",\"details\":\"Essential for protecting your money and personal information. Here are some tips to help you maintain financial security.\"},\"es\":{\"heading\":\"POR QU\\u00c9 ELEGIRNOS\",\"sub_heading\":\"Finanzas a trav\\u00e9s de pr\\u00e1cticas bancarias seguras\",\"details\":\"Esencial para proteger su dinero e informaci\\u00f3n personal. Aqu\\u00ed hay algunos consejos para ayudarlo a mantener la seguridad financiera.\"},\"ar\":{\"heading\":\"\\u0644\\u0645\\u0627\\u0630\\u0627 \\u0623\\u062e\\u062a\\u0631\\u062a\\u0646\\u0627\",\"sub_heading\":\"\\u0627\\u0644\\u062a\\u0645\\u0648\\u064a\\u0644 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0645\\u0627\\u0631\\u0633\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629\",\"details\":\"\\u0636\\u0631\\u0648\\u0631\\u064a \\u0644\\u062d\\u0645\\u0627\\u064a\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0648\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629. \\u0641\\u064a\\u0645\\u0627 \\u064a\\u0644\\u064a \\u0628\\u0639\\u0636 \\u0627\\u0644\\u0646\\u0635\\u0627\\u0626\\u062d \\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0641\\u064a \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0646 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a.\"},\"fr\":{\"heading\":\"POURQUOI NOUS CHOISIR\",\"sub_heading\":\"Finances gr\\u00e2ce \\u00e0 des pratiques bancaires s\\u00e9curis\\u00e9es\",\"details\":\"Indispensable pour prot\\u00e9ger votre argent et vos informations personnelles. Voici quelques conseils pour vous aider \\u00e0 maintenir votre s\\u00e9curit\\u00e9 financi\\u00e8re.\"},\"hi\":{\"heading\":\"\\u0939\\u092e\\u0947\\u0902 \\u0915\\u094d\\u092f\\u094b\\u0902 \\u091a\\u0941\\u0928\\u0947\\u0902\",\"sub_heading\":\"\\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092c\\u0948\\u0902\\u0915\\u093f\\u0902\\u0917 \\u092a\\u094d\\u0930\\u0925\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924\",\"details\":\"\\u0906\\u092a\\u0915\\u0947 \\u092a\\u0948\\u0938\\u0947 \\u0914\\u0930 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u091c\\u093c\\u0930\\u0942\\u0930\\u0940 \\u0939\\u0948\\u0964 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u092c\\u0928\\u093e\\u090f \\u0930\\u0916\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u0940 \\u092e\\u0926\\u0926 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092f\\u0939\\u093e\\u0901 \\u0915\\u0941\\u091b \\u0938\\u0941\\u091d\\u093e\\u0935 \\u0926\\u093f\\u090f \\u0917\\u090f \\u0939\\u0948\\u0902\\u0964\"}},\"items\":{\"648833a4c034a\":{\"language\":{\"en\":{\"title\":\"Convenience\",\"icon\":\"las la-user-check\",\"sub_title\":\"Monitor your account balances, locate ATM machines, transact money transfers, and conveniently add funds through check deposits.\"},\"es\":{\"title\":\"Conveniencia\",\"icon\":\"las la-user-check\",\"sub_title\":\"Supervise los saldos de sus cuentas, ubique cajeros autom\\u00e1ticos, realice transferencias de dinero y agregue fondos convenientemente a trav\\u00e9s de dep\\u00f3sitos de cheques.\"},\"ar\":{\"title\":\"\\u0631\\u0627\\u062d\\u0629\",\"icon\":\"las la-user-check\",\"sub_title\":\"\\u0631\\u0627\\u0642\\u0628 \\u0623\\u0631\\u0635\\u062f\\u0629 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u062d\\u062f\\u062f \\u0645\\u0648\\u0642\\u0639 \\u0623\\u062c\\u0647\\u0632\\u0629 \\u0627\\u0644\\u0635\\u0631\\u0627\\u0641 \\u0627\\u0644\\u0622\\u0644\\u064a \\u060c \\u0648\\u0642\\u0645 \\u0628\\u0625\\u062c\\u0631\\u0627\\u0621 \\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u060c \\u0648\\u0642\\u0645 \\u0628\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0625\\u064a\\u062f\\u0627\\u0639 \\u0627\\u0644\\u0634\\u064a\\u0643\\u0627\\u062a.\"},\"fr\":{\"title\":\"Commodit\\u00e9\",\"icon\":\"las la-user-check\",\"sub_title\":\"Surveillez les soldes de vos comptes, localisez les guichets automatiques, effectuez des transferts d\'argent et ajoutez facilement des fonds via des d\\u00e9p\\u00f4ts de ch\\u00e8ques.\"},\"hi\":{\"title\":\"\\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\",\"icon\":\"las la-user-check\",\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0940 \\u0936\\u0947\\u0937 \\u0930\\u093e\\u0936\\u093f \\u092a\\u0930 \\u0928\\u091c\\u0930 \\u0930\\u0916\\u0947\\u0902, \\u090f\\u091f\\u0940\\u090f\\u092e \\u092e\\u0936\\u0940\\u0928\\u094b\\u0902 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u090f\\u0902, \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0915\\u0930\\u0947\\u0902, \\u0924\\u0925\\u093e \\u091a\\u0947\\u0915 \\u091c\\u092e\\u093e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\\u0964\"}},\"id\":\"648833a4c034a\"},\"648833e80829f\":{\"language\":{\"en\":{\"title\":\"Timesaving\",\"icon\":\"las la-hourglass-half\",\"sub_title\":\"There is no need to physically go to a credit union branch to carry out the daily tasks mentioned earlier.\"},\"es\":{\"title\":\"Ahorrar tiempo\",\"icon\":\"las la-hourglass-half\",\"sub_title\":\"No es necesario acudir f\\u00edsicamente a una sucursal de la cooperativa de ahorro y cr\\u00e9dito para realizar las tareas diarias mencionadas anteriormente\"},\"ar\":{\"title\":\"\\u062a\\u0648\\u0641\\u064a\\u0631 \\u0627\\u0644\\u0648\\u0642\\u062a\",\"icon\":\"las la-hourglass-half\",\"sub_title\":\"\\u0644\\u064a\\u0633\\u062a \\u0647\\u0646\\u0627\\u0643 \\u062d\\u0627\\u062c\\u0629 \\u0644\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0641\\u0639\\u0644\\u064a\\u064b\\u0627 \\u0625\\u0644\\u0649 \\u0623\\u062d\\u062f \\u0641\\u0631\\u0648\\u0639 \\u0627\\u0644\\u0627\\u062a\\u062d\\u0627\\u062f \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a \\u0644\\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0644\\u0645\\u0647\\u0627\\u0645 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0630\\u0643\\u0648\\u0631\\u0629 \\u0633\\u0627\\u0628\\u0642\\u064b\\u0627.\"},\"fr\":{\"title\":\"Gain de temps\",\"icon\":\"las la-hourglass-half\",\"sub_title\":\"Il n\\u2019est pas n\\u00e9cessaire de se rendre physiquement dans une succursale d\\u2019une caisse populaire pour effectuer les t\\u00e2ches quotidiennes mentionn\\u00e9es pr\\u00e9c\\u00e9demment.\"},\"hi\":{\"title\":\"\\u0938\\u092e\\u092f \\u0915\\u0940 \\u092c\\u091a\\u0924\",\"icon\":\"las la-hourglass-half\",\"sub_title\":\"\\u092a\\u0939\\u0932\\u0947 \\u092c\\u0924\\u093e\\u090f \\u0917\\u090f \\u0926\\u0948\\u0928\\u093f\\u0915 \\u0915\\u093e\\u0930\\u094d\\u092f\\u094b\\u0902 \\u0915\\u094b \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u092f\\u0942\\u0928\\u093f\\u092f\\u0928 \\u0936\\u093e\\u0916\\u093e \\u092e\\u0947\\u0902 \\u091c\\u093e\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948\\u0964\"}},\"id\":\"648833e80829f\"},\"6488343660ee0\":{\"language\":{\"en\":{\"title\":\"Bank on the go\",\"icon\":\"las la-university\",\"sub_title\":\"There is no need to physically go to a credit union branch to carry out the daily tasks mentioned earlier.\"},\"es\":{\"title\":\"Banco sobre la marcha\",\"icon\":\"las la-university\",\"sub_title\":\"No es necesario acudir f\\u00edsicamente a una sucursal de la cooperativa de ahorro y cr\\u00e9dito para realizar las tareas diarias mencionadas anteriormente.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0628\\u0646\\u0643 \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0627\\u0644\\u062a\\u0646\\u0642\\u0644\",\"icon\":\"las la-university\",\"sub_title\":\"\\u0644\\u064a\\u0633\\u062a \\u0647\\u0646\\u0627\\u0643 \\u062d\\u0627\\u062c\\u0629 \\u0644\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0641\\u0639\\u0644\\u064a\\u064b\\u0627 \\u0625\\u0644\\u0649 \\u0623\\u062d\\u062f \\u0641\\u0631\\u0648\\u0639 \\u0627\\u0644\\u0627\\u062a\\u062d\\u0627\\u062f \\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646\\u064a \\u0644\\u062a\\u0646\\u0641\\u064a\\u0630 \\u0627\\u0644\\u0645\\u0647\\u0627\\u0645 \\u0627\\u0644\\u064a\\u0648\\u0645\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0630\\u0643\\u0648\\u0631\\u0629 \\u0633\\u0627\\u0628\\u0642\\u064b\\u0627.\"},\"fr\":{\"title\":\"Effectuez vos op\\u00e9rations bancaires en d\\u00e9placement\",\"icon\":\"las la-university\",\"sub_title\":\"Il n\\u2019est pas n\\u00e9cessaire de se rendre physiquement dans une succursale d\\u2019une caisse populaire pour effectuer les t\\u00e2ches quotidiennes mentionn\\u00e9es pr\\u00e9c\\u00e9demment.\"},\"hi\":{\"title\":\"\\u091a\\u0932\\u0924\\u0947-\\u092b\\u093f\\u0930\\u0924\\u0947 \\u092c\\u0948\\u0902\\u0915\\u093f\\u0902\\u0917\",\"icon\":\"las la-university\",\"sub_title\":\"\\u092a\\u0939\\u0932\\u0947 \\u092c\\u0924\\u093e\\u090f \\u0917\\u090f \\u0926\\u0948\\u0928\\u093f\\u0915 \\u0915\\u093e\\u0930\\u094d\\u092f\\u094b\\u0902 \\u0915\\u094b \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u092f\\u0942\\u0928\\u093f\\u092f\\u0928 \\u0936\\u093e\\u0916\\u093e \\u092e\\u0947\\u0902 \\u091c\\u093e\\u0928\\u0947 \\u0915\\u0940 \\u0915\\u094b\\u0908 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0928\\u0939\\u0940\\u0902 \\u0939\\u0948\\u0964\"}},\"id\":\"6488343660ee0\"},\"6488348592b9d\":{\"language\":{\"en\":{\"title\":\"Payment\",\"icon\":\"las la-cash-register\",\"sub_title\":\"Make your monthly bill payments effortless by scheduling automatic payments with a hassle-free setup process.\"},\"es\":{\"title\":\"Pago\",\"icon\":\"las la-cash-register\",\"sub_title\":\"Realice los pagos de sus facturas mensuales sin esfuerzo al programar pagos autom\\u00e1ticos con un proceso de configuraci\\u00f3n sin complicaciones.\"},\"ar\":{\"title\":\"\\u0642\\u0633\\u0637\",\"icon\":\"las la-cash-register\",\"sub_title\":\"\\u0627\\u062c\\u0639\\u0644 \\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u0643 \\u0627\\u0644\\u0634\\u0647\\u0631\\u064a\\u0629 \\u0633\\u0647\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062c\\u062f\\u0648\\u0644\\u0629 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u062a\\u0644\\u0642\\u0627\\u0626\\u064a\\u0629 \\u0645\\u0639 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0625\\u0639\\u062f\\u0627\\u062f \\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628.\"},\"fr\":{\"title\":\"Paiement\",\"icon\":\"las la-cash-register\",\"sub_title\":\"Effectuez vos paiements mensuels de factures sans effort en planifiant des paiements automatiques avec un processus de configuration sans tracas.\"},\"hi\":{\"title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928\",\"icon\":\"las la-cash-register\",\"sub_title\":\"\\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0938\\u0947\\u091f\\u0905\\u092a \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u094d\\u0935\\u091a\\u093e\\u0932\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0936\\u0947\\u0921\\u094d\\u092f\\u0942\\u0932 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u092e\\u093e\\u0938\\u093f\\u0915 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u094b \\u0906\\u0938\\u093e\\u0928 \\u092c\\u0928\\u093e\\u090f\\u0902\\u0964\"}},\"id\":\"6488348592b9d\"},\"648834b68e663\":{\"language\":{\"en\":{\"title\":\"e-Statement\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"Obtain electronic or hard copies of your financial statements to keep for tax or personal records. and more.\"},\"es\":{\"title\":\"e-estado de cuenta\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"Obtenga copias electr\\u00f3nicas o impresas de sus estados financieros para conservarlos para registros fiscales o personales. y m\\u00e1s.\"},\"ar\":{\"title\":\"\\u0643\\u0634\\u0641 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0646\\u0633\\u062e \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0623\\u0648 \\u0648\\u0631\\u0642\\u064a\\u0629 \\u0645\\u0646 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0644\\u0627\\u062d\\u062a\\u0641\\u0627\\u0638 \\u0628\\u0647\\u0627 \\u0641\\u064a \\u0627\\u0644\\u0633\\u062c\\u0644\\u0627\\u062a \\u0627\\u0644\\u0636\\u0631\\u064a\\u0628\\u064a\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629. \\u0648 \\u0627\\u0643\\u062b\\u0631.\"},\"fr\":{\"title\":\"Relev\\u00e9 \\u00e9lectronique\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"Obtenez des copies \\u00e9lectroniques ou papier de vos \\u00e9tats financiers \\u00e0 conserver \\u00e0 des fins fiscales ou personnelles. et plus.\"},\"hi\":{\"title\":\"\\u0908 \\u092c\\u092f\\u093e\\u0928\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"\\u0915\\u0930 \\u092f\\u093e \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0930\\u093f\\u0915\\u0949\\u0930\\u094d\\u0921 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0935\\u093f\\u0935\\u0930\\u0923\\u094b\\u0902 \\u0915\\u0940 \\u0907\\u0932\\u0947\\u0915\\u094d\\u091f\\u094d\\u0930\\u0949\\u0928\\u093f\\u0915 \\u092f\\u093e \\u0939\\u093e\\u0930\\u094d\\u0921 \\u0915\\u0949\\u092a\\u0940 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0914\\u0930 \\u092d\\u0940 \\u092c\\u0939\\u0941\\u0924 \\u0915\\u0941\\u091b\\u0964\"}},\"id\":\"648834b68e663\"}}}', 1, NULL, '2023-06-13 19:11:12', '2024-11-13 14:41:41'),
(17, 'brand-section', '{\"language\":{\"en\":{\"title\":\"+4000 CUSTOMERS TRUST OF US FROM 12 COUNTRIES\"},\"es\":{\"title\":\"+4000 CLIENTES CONF\\u00cdAN EN NOSOTROS DE 12 PA\\u00cdSES\"},\"ar\":{\"title\":\"\\u0623\\u0643\\u062b\\u0631 \\u0645\\u0646 4000 \\u0639\\u0645\\u064a\\u0644 \\u064a\\u062b\\u0642\\u0648\\u0646 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0644\\u0627\\u064a\\u0627\\u062a \\u0627\\u0644\\u0645\\u062a\\u062d\\u062f\\u0629 \\u0645\\u0646 12 \\u062f\\u0648\\u0644\\u0629\"},\"fr\":{\"title\":\"+4000 CLIENTS NOUS FONT CONFIANCE DANS 12 PAYS\"},\"hi\":{\"title\":\"12 \\u0926\\u0947\\u0936\\u094b\\u0902 \\u0938\\u0947 +4000 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0939\\u092e \\u092a\\u0930 \\u092d\\u0930\\u094b\\u0938\\u093e \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\"}},\"items\":{\"64883e1160843\":{\"language\":[],\"id\":\"64883e1160843\",\"image\":\"30529cc9-7f5a-43e5-90b5-bed779fe233a.webp\"},\"648840ca8ecd9\":{\"language\":[],\"id\":\"648840ca8ecd9\",\"image\":\"94751058-f840-4f92-9342-97220c026a64.webp\"},\"648840d08cde6\":{\"language\":[],\"id\":\"648840d08cde6\",\"image\":\"acc3c5d9-3c77-4795-a01d-489250194a36.webp\"},\"648840d7438a8\":{\"language\":[],\"id\":\"648840d7438a8\",\"image\":\"eb5c9827-047d-425d-bbbf-c786c110aae9.webp\"},\"648840dc628a3\":{\"language\":[],\"id\":\"648840dc628a3\",\"image\":\"cc34fc9d-8776-48a8-9bc0-4a7cbec0d6fa.webp\"}}}', 1, NULL, '2023-06-13 19:55:26', '2024-11-13 14:42:15');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(18, 'merchant-section', '{\"images\":{\"banner_image\":\"33222ca0-c261-4cda-9c32-f230f1e2f3c8.webp\"},\"language\":{\"en\":{\"heading\":\"Merchant Information\",\"sub_heading\":\"Transfer of funds from the customer to merchant.\",\"details\":\"Merchants can accept mobile payments from customers using various methods, such as scanning QR codes, mobile wallets like QRPay Pro. availability of specific features can vary depending on the mobile banking provider and the specific solution or app used. Merchants should carefully evaluate their requirements and choose a mobile banking solution that offers the features and functionalities that best align with their business needs.\"},\"es\":{\"heading\":\"Informaci\\u00f3n del comerciante\",\"sub_heading\":\"Transferencia de fondos del cliente al comerciante.\",\"details\":\"Los comerciantes pueden aceptar pagos m\\u00f3viles de los clientes utilizando varios m\\u00e9todos, como escanear c\\u00f3digos QR, billeteras m\\u00f3viles como QRPay Pro. la disponibilidad de funciones espec\\u00edficas puede variar seg\\u00fan el proveedor de banca m\\u00f3vil y la soluci\\u00f3n o aplicaci\\u00f3n espec\\u00edfica utilizada. Los comerciantes deben evaluar cuidadosamente sus requisitos y elegir una soluci\\u00f3n de banca m\\u00f3vil que ofrezca las caracter\\u00edsticas y funcionalidades que mejor se adapten a sus necesidades comerciales.\"},\"ar\":{\"heading\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631\",\"sub_heading\":\"\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631.\",\"details\":\"\\u064a\\u0645\\u0643\\u0646 \\u0644\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0645\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0637\\u0631\\u0642 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u060c \\u0645\\u062b\\u0644 \\u0645\\u0633\\u062d \\u0631\\u0645\\u0648\\u0632 QR \\u060c \\u0648\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0645\\u062b\\u0644 QRPay Pro. \\u064a\\u0645\\u0643\\u0646 \\u0623\\u0646 \\u064a\\u062e\\u062a\\u0644\\u0641 \\u0645\\u062f\\u0649 \\u062a\\u0648\\u0641\\u0631 \\u0645\\u064a\\u0632\\u0627\\u062a \\u0645\\u062d\\u062f\\u062f\\u0629 \\u0627\\u0639\\u062a\\u0645\\u0627\\u062f\\u064b\\u0627 \\u0639\\u0644\\u0649 \\u0645\\u0632\\u0648\\u062f \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0648\\u0627\\u0644\\u062d\\u0644 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0627\\u0644\\u0645\\u062d\\u062f\\u062f \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645. \\u064a\\u062c\\u0628 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u062a\\u0642\\u064a\\u064a\\u0645 \\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a\\u0647\\u0645 \\u0628\\u0639\\u0646\\u0627\\u064a\\u0629 \\u0648\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u062d\\u0644 \\u0645\\u0635\\u0631\\u0641\\u064a \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u064a\\u0648\\u0641\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0648\\u0627\\u0644\\u0648\\u0638\\u0627\\u0626\\u0641 \\u0627\\u0644\\u062a\\u064a \\u062a\\u062a\\u0648\\u0627\\u0641\\u0642 \\u0628\\u0634\\u0643\\u0644 \\u0623\\u0641\\u0636\\u0644 \\u0645\\u0639 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0623\\u0639\\u0645\\u0627\\u0644\\u0647\\u0645.\"},\"fr\":{\"heading\":\"Informations sur le commer\\u00e7ant\",\"sub_heading\":\"Transfert de fonds du client au commer\\u00e7ant.\",\"details\":\"Les commer\\u00e7ants peuvent accepter les paiements mobiles des clients en utilisant diverses m\\u00e9thodes, telles que la num\\u00e9risation de codes QR ou des portefeuilles mobiles comme QRPay Pro. la disponibilit\\u00e9 de fonctionnalit\\u00e9s sp\\u00e9cifiques peut varier en fonction du fournisseur de services bancaires mobiles et de la solution ou de l\'application sp\\u00e9cifique utilis\\u00e9e. Les commer\\u00e7ants doivent \\u00e9valuer soigneusement leurs besoins et choisir une solution bancaire mobile offrant les fonctionnalit\\u00e9s qui correspondent le mieux \\u00e0 leurs besoins commerciaux.\"},\"hi\":{\"heading\":\"\\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940\",\"sub_heading\":\"\\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0938\\u0947 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u094b \\u0927\\u0928 \\u0915\\u093e \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923\\u0964\",\"details\":\"\\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0938\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u0948\\u0938\\u0947 \\u0915\\u093f \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0928\\u093e, \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u091c\\u0948\\u0938\\u0947 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u0935\\u0949\\u0932\\u0947\\u091f\\u0964 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927\\u0924\\u093e \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092c\\u0948\\u0902\\u0915\\u093f\\u0902\\u0917 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0924\\u093e \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u093f\\u090f \\u091c\\u093e\\u0928\\u0947 \\u0935\\u093e\\u0932\\u0947 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u092f\\u093e \\u0910\\u092a \\u0915\\u0947 \\u0906\\u0927\\u093e\\u0930 \\u092a\\u0930 \\u092d\\u093f\\u0928\\u094d\\u0928 \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0938\\u093e\\u0935\\u0927\\u093e\\u0928\\u0940\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u092e\\u0942\\u0932\\u094d\\u092f\\u093e\\u0902\\u0915\\u0928 \\u0915\\u0930\\u0928\\u093e \\u091a\\u093e\\u0939\\u093f\\u090f \\u0914\\u0930 \\u090f\\u0915 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u092c\\u0948\\u0902\\u0915\\u093f\\u0902\\u0917 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u091a\\u0941\\u0928\\u0928\\u093e \\u091a\\u093e\\u0939\\u093f\\u090f \\u091c\\u094b \\u0910\\u0938\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u090f\\u0901 \\u0914\\u0930 \\u0915\\u093e\\u0930\\u094d\\u092f\\u0915\\u094d\\u0937\\u092e\\u0924\\u093e\\u090f\\u0901 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0909\\u0928\\u0915\\u0940 \\u0935\\u094d\\u092f\\u093e\\u0935\\u0938\\u093e\\u092f\\u093f\\u0915 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u092c\\u0938\\u0947 \\u0905\\u091a\\u094d\\u091b\\u0940 \\u0924\\u0930\\u0939 \\u0938\\u0947 \\u0938\\u0902\\u0930\\u0947\\u0916\\u093f\\u0924 \\u0939\\u094b\\u0902\\u0964\"}},\"items\":{\"64cb7d3a828b4\":{\"language\":{\"en\":{\"title\":\"QR Code Support\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"Essential for using QR codes for various purposes, such as making payments, accessing information, or completing transactions. the user may need to scan a QR code to initiate the transaction.\"},\"es\":{\"title\":\"Soporte de c\\u00f3digo QR\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"Esencial para usar c\\u00f3digos QR para diversos fines, como realizar pagos, acceder a informaci\\u00f3n o completar transacciones. el usuario puede necesitar escanear un c\\u00f3digo QR para iniciar la transacci\\u00f3n.\"},\"ar\":{\"title\":\"\\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"\\u0636\\u0631\\u0648\\u0631\\u064a \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0648\\u0632 QR \\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629 \\u060c \\u0645\\u062b\\u0644 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0623\\u0648 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0623\\u0648 \\u0625\\u0643\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a. \\u0642\\u062f \\u064a\\u062d\\u062a\\u0627\\u062c \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0625\\u0644\\u0649 \\u0645\\u0633\\u062d \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0644\\u0628\\u062f\\u0621 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"fr\":{\"title\":\"Prise en charge des codes QR\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"Indispensable pour utiliser les codes QR \\u00e0 diverses fins, telles que effectuer des paiements, acc\\u00e9der \\u00e0 des informations ou effectuer des transactions. l\'utilisateur devra peut-\\u00eatre scanner un code QR pour lancer la transaction.\"},\"hi\":{\"title\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928\",\"icon\":\"fas fa-qrcode\",\"sub_title\":\"\\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u092a\\u094d\\u0930\\u092f\\u094b\\u091c\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u093e \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915 \\u0939\\u0948, \\u091c\\u0948\\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u093e, \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0902\\u091a\\u0928\\u093e, \\u092f\\u093e \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u0942\\u0930\\u093e \\u0915\\u0930\\u0928\\u093e\\u0964 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0930\\u0942 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0915\\u094b \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b \\u0938\\u0915\\u0924\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"64cb7d3a828b4\"},\"64cb7d7c7fa9e\":{\"language\":{\"en\":{\"title\":\"Receive Money\",\"icon\":\"las la-receipt\",\"sub_title\":\"Receive Money is a term used to describe the process of accepting or collecting funds that have been sent or transferred to you by another party. This method such as bank transfers.\"},\"es\":{\"title\":\"Recibir dinero\",\"icon\":\"las la-receipt\",\"sub_title\":\"Recibir dinero es un t\\u00e9rmino utilizado para describir el proceso de aceptar o cobrar fondos que le han sido enviados o transferidos por otra parte. Este m\\u00e9todo como las transferencias bancarias.\"},\"ar\":{\"title\":\"\\u0625\\u0633\\u062a\\u0644\\u0645 \\u0646\\u0642\\u0648\\u062f\",\"icon\":\"las la-receipt\",\"sub_title\":\"\\\"\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\\" \\u0647\\u0648 \\u0645\\u0635\\u0637\\u0644\\u062d \\u064a\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0644\\u0648\\u0635\\u0641 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0642\\u0628\\u0648\\u0644 \\u0623\\u0648 \\u062c\\u0645\\u0639 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0645 \\u0625\\u0631\\u0633\\u0627\\u0644\\u0647\\u0627 \\u0623\\u0648 \\u062a\\u062d\\u0648\\u064a\\u0644\\u0647\\u0627 \\u0625\\u0644\\u064a\\u0643 \\u0645\\u0646 \\u0642\\u0628\\u0644 \\u0637\\u0631\\u0641 \\u0622\\u062e\\u0631. \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0645\\u062b\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a\\u0629.\"},\"fr\":{\"title\":\"Recevoir de l\'argent\",\"icon\":\"las la-receipt\",\"sub_title\":\"Recevoir de l\'argent est un terme utilis\\u00e9 pour d\\u00e9crire le processus d\'acceptation ou de collecte de fonds qui vous ont \\u00e9t\\u00e9 envoy\\u00e9s ou transf\\u00e9r\\u00e9s par une autre partie. Cette m\\u00e9thode comme les virements bancaires.\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"icon\":\"las la-receipt\",\"sub_title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u093f \\u0936\\u092c\\u094d\\u0926 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u093f\\u0938\\u0940 \\u0905\\u0928\\u094d\\u092f \\u092a\\u0915\\u094d\\u0937 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e \\u0906\\u092a\\u0915\\u094b \\u092d\\u0947\\u091c\\u0940 \\u0917\\u0908 \\u092f\\u093e \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0940 \\u0917\\u0908 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0915\\u094b \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u092f\\u093e \\u090f\\u0915\\u0924\\u094d\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u093e \\u0935\\u0930\\u094d\\u0923\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u093f\\u092f\\u093e \\u091c\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0935\\u093f\\u0927\\u093f \\u092c\\u0948\\u0902\\u0915 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u091c\\u0948\\u0938\\u0940 \\u0939\\u0948\\u0964\"}},\"id\":\"64cb7d7c7fa9e\"},\"64cb7dd92e07c\":{\"language\":{\"en\":{\"title\":\"Withdraw\",\"icon\":\"las la-sign-out-alt\",\"sub_title\":\"Merchant account to transfer funds to their linked bank account. This allows them to access the funds received from customer payments and use them for various purposes. personal use.\"},\"es\":{\"title\":\"Retirar\",\"icon\":\"las la-sign-out-alt\",\"sub_title\":\"Cuenta de comerciante para transferir fondos a su cuenta bancaria vinculada. Esto les permite acceder a los fondos recibidos de los pagos de los clientes y utilizarlos para diversos fines. uso personal.\"},\"ar\":{\"title\":\"\\u064a\\u0646\\u0633\\u062d\\u0628\",\"icon\":\"las la-sign-out-alt\",\"sub_title\":\"\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 \\u0644\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0647 \\u0627\\u0644\\u0645\\u0635\\u0631\\u0641\\u064a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637. \\u064a\\u062a\\u064a\\u062d \\u0644\\u0647\\u0645 \\u0630\\u0644\\u0643 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0644\\u0645\\u0629 \\u0645\\u0646 \\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0648\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647\\u0627 \\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0645\\u062e\\u062a\\u0644\\u0641\\u0629. \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0634\\u062e\\u0635\\u064a.\"},\"fr\":{\"title\":\"Retirer\",\"icon\":\"las la-sign-out-alt\",\"sub_title\":\"Compte marchand pour transf\\u00e9rer des fonds vers leur compte bancaire li\\u00e9. Cela leur permet d\'acc\\u00e9der aux fonds provenant des paiements des clients et de les utiliser \\u00e0 diverses fins. usage personnel.\"},\"hi\":{\"title\":\"\\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e\",\"icon\":\"las la-sign-out-alt\",\"sub_title\":\"\\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0916\\u093e\\u0924\\u093e \\u0905\\u092a\\u0928\\u0947 \\u0932\\u093f\\u0902\\u0915 \\u0915\\u093f\\u090f \\u0917\\u090f \\u092c\\u0948\\u0902\\u0915 \\u0916\\u093e\\u0924\\u0947 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f\\u0964 \\u0907\\u0938\\u0938\\u0947 \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0947 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0901\\u091a\\u0928\\u0947 \\u0914\\u0930 \\u0935\\u093f\\u092d\\u093f\\u0928\\u094d\\u0928 \\u0909\\u0926\\u094d\\u0926\\u0947\\u0936\\u094d\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u0928\\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u092e\\u093f\\u0932\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0909\\u092a\\u092f\\u094b\\u0917\"}},\"id\":\"64cb7dd92e07c\"},\"64e4962da3d3d\":{\"language\":{\"en\":{\"title\":\"Payment Gateway\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"Securely processing payment information and transmitting it between a merchant\'s website or application and the financial institutions involved in the transaction.\"},\"es\":{\"title\":\"Pasarela de pago\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"Procesar de forma segura la informaci\\u00f3n de pago y transmitirla entre el sitio web o la aplicaci\\u00f3n de un comerciante y las instituciones financieras involucradas en la transacci\\u00f3n.\"},\"ar\":{\"title\":\"\\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0648\\u0646\\u0642\\u0644\\u0647\\u0627 \\u0628\\u064a\\u0646 \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 \\u0648\\u0627\\u0644\\u0645\\u0624\\u0633\\u0633\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629.\"},\"fr\":{\"title\":\"Passerelle de paiement\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"Traiter en toute s\\u00e9curit\\u00e9 les informations de paiement et les transmettre entre le site Internet ou l\'application d\'un commer\\u00e7ant et les institutions financi\\u00e8res impliqu\\u00e9es dans la transaction.\"},\"hi\":{\"title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947\",\"icon\":\"fas fa-wallet\",\"sub_title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u0902\\u092c\\u0902\\u0927\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u0902\\u0938\\u093e\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u093e \\u0924\\u0925\\u093e \\u0909\\u0938\\u0947 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0935\\u0947\\u092c\\u0938\\u093e\\u0907\\u091f \\u092f\\u093e \\u090f\\u092a\\u094d\\u0932\\u093f\\u0915\\u0947\\u0936\\u0928 \\u0914\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0938\\u0902\\u0938\\u094d\\u0925\\u093e\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u092a\\u094d\\u0930\\u0947\\u0937\\u093f\\u0924 \\u0915\\u0930\\u0928\\u093e\\u0964\"}},\"id\":\"64e4962da3d3d\"}}}', 1, NULL, '2023-06-13 20:40:49', '2024-11-13 16:13:51'),
(19, 'developer-introduction-section', '{\"images\":{\"intro_image\":\"6d45ffe8-4e41-4228-b7f6-adb41d9378a1.webp\"},\"language\":{\"en\":{\"heading\":\"QRPay Pro Payment Gateway Solutions Developer API Documentation\",\"details\":\"Welcome to the QRPay Pro Payment Gateway Solutions Developer API Documentation. This comprehensive guide will empower you to seamlessly integrate our advanced payment gateway into your website, enhancing your customers\\u2019 payment experience and enabling efficient transaction processing. The QRPay Pro Developer API is designed for developers and entrepreneurs who seek simplicity, security, and reliability in their payment processing solutions.\",\"intro_details\":\"The QRPay Pro Developer API allows you to seamlessly integrate QRPay Pro\\u2019s Payment Gateway Solutions into your website, enabling secure and efficient debit and credit card transactions. With our API, you can initiate payments, check payment statuses, and even process refunds, all while ensuring a smooth and streamlined payment experience for your customers.\"},\"es\":{\"heading\":\"Documentaci\\u00f3n de la API para desarrolladores de soluciones de pasarela de pago QRPay Pro\",\"details\":\"Bienvenido a la documentaci\\u00f3n de la API para desarrolladores de soluciones de pasarela de pago QRPay Pro. Esta gu\\u00eda completa le permitir\\u00e1 integrar sin problemas nuestra pasarela de pago avanzada en su sitio web, mejorando la experiencia de pago de sus clientes y permitiendo un procesamiento de transacciones eficiente. La API para desarrolladores QRPay Pro est\\u00e1 dise\\u00f1ada para desarrolladores y emprendedores que buscan simplicidad, seguridad y confiabilidad en sus soluciones de procesamiento de pagos.\",\"intro_details\":\"La API para desarrolladores de QRPay Pro le permite integrar perfectamente las soluciones de pasarela de pago de QRPay Pro en su sitio web, lo que permite transacciones seguras y eficientes con tarjetas de d\\u00e9bito y cr\\u00e9dito. Con nuestra API, puede iniciar pagos, verificar estados de pago e incluso procesar reembolsos, todo mientras garantiza una experiencia de pago fluida y optimizada para sus clientes.\"},\"ar\":{\"heading\":\"\\u0648\\u062b\\u0627\\u0626\\u0642 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0645\\u0637\\u0648\\u0631\\u064a \\u062d\\u0644\\u0648\\u0644 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro\",\"details\":\"\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643 \\u0641\\u064a \\u0648\\u062b\\u0627\\u0626\\u0642 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0645\\u0637\\u0648\\u0631\\u064a \\u062d\\u0644\\u0648\\u0644 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro. \\u0633\\u064a\\u0645\\u0643\\u0646\\u0643 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644 \\u0645\\u0646 \\u062f\\u0645\\u062c \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u062a\\u0642\\u062f\\u0645\\u0629 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0639\\u0632\\u0632 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643 \\u0648\\u064a\\u062a\\u064a\\u062d \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0643\\u0641\\u0627\\u0621\\u0629. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a QRPay Pro Developer \\u0644\\u0644\\u0645\\u0637\\u0648\\u0631\\u064a\\u0646 \\u0648\\u0631\\u062c\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0639\\u0645\\u0627\\u0644 \\u0627\\u0644\\u0630\\u064a\\u0646 \\u064a\\u0628\\u062d\\u062b\\u0648\\u0646 \\u0639\\u0646 \\u0627\\u0644\\u0628\\u0633\\u0627\\u0637\\u0629 \\u0648\\u0627\\u0644\\u0623\\u0645\\u0627\\u0646 \\u0648\\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u064a\\u0629 \\u0641\\u064a \\u062d\\u0644\\u0648\\u0644 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0647\\u0645.\",\"intro_details\":\"\\u062a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a QRPay Pro Developer API \\u0628\\u062f\\u0645\\u062c \\u062d\\u0644\\u0648\\u0644 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0640 QRPay Pro \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u0648\\u064a\\u0628 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062a\\u064a\\u062d \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u062e\\u0635\\u0645 \\u0648\\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0648\\u0627\\u0644\\u0641\\u0639\\u0627\\u0644\\u0629. \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a (API) \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0628\\u062f\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a\\u060c \\u0648\\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u062d\\u0627\\u0644\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\\u060c \\u0648\\u062d\\u062a\\u0649 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0644\\u063a \\u0627\\u0644\\u0645\\u0633\\u062a\\u0631\\u062f\\u0629\\u060c \\u0643\\u0644 \\u0630\\u0644\\u0643 \\u0645\\u0639 \\u0636\\u0645\\u0627\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u062f\\u0641\\u0639 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0645\\u0628\\u0633\\u0637\\u0629 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643.\"},\"fr\":{\"heading\":\"Documentation de l\'API du d\\u00e9veloppeur de solutions de passerelle de paiement QRPay Pro\",\"details\":\"Bienvenue dans la documentation de l\'API du d\\u00e9veloppeur de solutions de passerelle de paiement QRPay Pro. Ce guide complet vous permettra d\'int\\u00e9grer de mani\\u00e8re transparente notre passerelle de paiement avanc\\u00e9e \\u00e0 votre site Web, am\\u00e9liorant ainsi l\'exp\\u00e9rience de paiement de vos clients et permettant un traitement efficace des transactions. L\'API QRPay Pro Developer est con\\u00e7ue pour les d\\u00e9veloppeurs et les entrepreneurs qui recherchent la simplicit\\u00e9, la s\\u00e9curit\\u00e9 et la fiabilit\\u00e9 dans leurs solutions de traitement des paiements.\",\"intro_details\":\"L\'API du d\\u00e9veloppeur QRPay Pro vous permet d\'int\\u00e9grer de mani\\u00e8re transparente les solutions de passerelle de paiement de QRPay Pro dans votre site Web, permettant ainsi des transactions par carte de d\\u00e9bit et de cr\\u00e9dit s\\u00e9curis\\u00e9es et efficaces. Avec notre API, vous pouvez initier des paiements, v\\u00e9rifier l\'\\u00e9tat des paiements et m\\u00eame traiter des remboursements, tout en garantissant une exp\\u00e9rience de paiement fluide et rationalis\\u00e9e \\u00e0 vos clients.\"},\"hi\":{\"heading\":\"QRPay Pro \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0926\\u0938\\u094d\\u0924\\u093e\\u0935\\u0947\\u091c\\u093c\\u0940\\u0915\\u0930\\u0923\",\"details\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u0949\\u0932\\u094d\\u092f\\u0942\\u0936\\u0928 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0921\\u0949\\u0915\\u094d\\u092f\\u0942\\u092e\\u0947\\u0902\\u091f\\u0947\\u0936\\u0928 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u093e \\u0938\\u094d\\u0935\\u093e\\u0917\\u0924 \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0917\\u093e\\u0907\\u0921 \\u0906\\u092a\\u0915\\u094b \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0909\\u0928\\u094d\\u0928\\u0924 \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0940 \\u0935\\u0947\\u092c\\u0938\\u093e\\u0907\\u091f \\u092e\\u0947\\u0902 \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947, \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u094b \\u092c\\u0947\\u0939\\u0924\\u0930 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092a\\u094d\\u0930\\u0938\\u0902\\u0938\\u094d\\u0915\\u0930\\u0923 \\u0915\\u094b \\u0938\\u0915\\u094d\\u0937\\u092e \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u090f\\u0917\\u0940\\u0964 QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0909\\u0928 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930\\u094d\\u0938 \\u0914\\u0930 \\u0909\\u0926\\u094d\\u092f\\u092e\\u093f\\u092f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0905\\u092a\\u0928\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0938\\u0902\\u0938\\u094d\\u0915\\u0930\\u0923 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0938\\u0930\\u0932\\u0924\\u093e, \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093e \\u0914\\u0930 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f\\u0924\\u093e \\u091a\\u093e\\u0939\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\",\"intro_details\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0906\\u092a\\u0915\\u094b QRPay Pro \\u0915\\u0947 \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928\\u094b\\u0902 \\u0915\\u094b \\u0905\\u092a\\u0928\\u0940 \\u0935\\u0947\\u092c\\u0938\\u093e\\u0907\\u091f \\u092e\\u0947\\u0902 \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u0921\\u0947\\u092c\\u093f\\u091f \\u0914\\u0930 \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0902\\u092d\\u0935 \\u0939\\u094b \\u092a\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0939\\u092e\\u093e\\u0930\\u0947 API \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0906\\u0930\\u0902\\u092d \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u0938\\u094d\\u0925\\u093f\\u0924\\u093f \\u0915\\u0940 \\u091c\\u093e\\u0902\\u091a \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902 \\u0914\\u0930 \\u092f\\u0939\\u093e\\u0902 \\u0924\\u0915 \\u200b\\u200b\\u0915\\u093f \\u0930\\u093f\\u092b\\u0902\\u0921 \\u0915\\u0940 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u092d\\u0940 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u0938\\u093e\\u0925 \\u0939\\u0940 \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0914\\u0930 \\u0938\\u0941\\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093f\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}}}', 1, NULL, '2023-08-22 19:55:31', '2024-11-13 16:15:31');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(20, 'developer-faq-section', '{\"language\":{\"en\":{\"heading\":\"FAQ\",\"bottom_text\":\"Remember, our goal is to empower your business with a robust and efficient payment solution. If you have any additional questions or concerns, feel free to explore our developer portal or contact our support team.\"},\"es\":{\"heading\":\"FAQ\",\"bottom_text\":null},\"ar\":{\"heading\":\"FAQ\",\"bottom_text\":null},\"fr\":{\"heading\":\"FAQ\",\"bottom_text\":null},\"hi\":{\"heading\":\"\\u0938\\u093e\\u092e\\u093e\\u0928\\u094d\\u092f \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928\",\"bottom_text\":\"\\u092f\\u093e\\u0926 \\u0930\\u0916\\u0947\\u0902, \\u0939\\u092e\\u093e\\u0930\\u093e \\u0932\\u0915\\u094d\\u0937\\u094d\\u092f \\u0906\\u092a\\u0915\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u094b \\u090f\\u0915 \\u092e\\u091c\\u092c\\u0942\\u0924 \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0936\\u0915\\u094d\\u0924 \\u092c\\u0928\\u093e\\u0928\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0926\\u093f \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0915\\u094b\\u0908 \\u0905\\u0924\\u093f\\u0930\\u093f\\u0915\\u094d\\u0924 \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928 \\u092f\\u093e \\u091a\\u093f\\u0902\\u0924\\u093e \\u0939\\u0948, \\u0924\\u094b \\u092c\\u0947\\u091d\\u093f\\u091d\\u0915 \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 \\u092a\\u094b\\u0930\\u094d\\u091f\\u0932 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u090f\\u0902 \\u092f\\u093e \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u091f\\u0940\\u092e \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"items\":{\"64e48ee9ae78b\":{\"language\":{\"en\":{\"question\":\"What is the QRPay Pro Payment Gateway?\",\"answer\":\"The QRPay Pro Payment Gateway is an innovative technology that facilitates seamless and secure transactions between merchants and their customers. It enables businesses to accept debit and credit card payments both online and in physical stores.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 es la Pasarela de Pago QRPay Pro?\",\"answer\":\"QRPay Pro Payment Gateway es una tecnolog\\u00eda innovadora que facilita transacciones fluidas y seguras entre los comerciantes y sus clientes. Permite a las empresas aceptar pagos con tarjeta de d\\u00e9bito y cr\\u00e9dito tanto en l\\u00ednea como en tiendas f\\u00edsicas.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro\\u061f\",\"answer\":\"\\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0647\\u064a \\u062a\\u0642\\u0646\\u064a\\u0629 \\u0645\\u0628\\u062a\\u0643\\u0631\\u0629 \\u062a\\u0633\\u0647\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0633\\u0644\\u0633\\u0629 \\u0648\\u0627\\u0644\\u0622\\u0645\\u0646\\u0629 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631 \\u0648\\u0639\\u0645\\u0644\\u0627\\u0626\\u0647\\u0645. \\u0641\\u0647\\u0648 \\u064a\\u0645\\u0643\\u0651\\u0646 \\u0627\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0645\\u0646 \\u0642\\u0628\\u0648\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u062e\\u0635\\u0645 \\u0648\\u0627\\u0644\\u0627\\u0626\\u062a\\u0645\\u0627\\u0646 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0648\\u0641\\u064a \\u0627\\u0644\\u0645\\u062a\\u0627\\u062c\\u0631 \\u0627\\u0644\\u0641\\u0639\\u0644\\u064a\\u0629.\"},\"fr\":{\"question\":\"Qu\'est-ce que la passerelle de paiement QRPay Pro\\u00a0?\",\"answer\":\"La passerelle de paiement QRPay Pro est une technologie innovante qui facilite les transactions transparentes et s\\u00e9curis\\u00e9es entre les commer\\u00e7ants et leurs clients. Il permet aux entreprises d\'accepter les paiements par carte de d\\u00e9bit et de cr\\u00e9dit en ligne et dans les magasins physiques.\"},\"hi\":{\"question\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094d\\u092f\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u090f\\u0915 \\u0905\\u092d\\u093f\\u0928\\u0935 \\u0924\\u0915\\u0928\\u0940\\u0915 \\u0939\\u0948 \\u091c\\u094b \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u093f\\u092f\\u094b\\u0902 \\u0914\\u0930 \\u0909\\u0928\\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0938\\u0939\\u091c \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0914\\u0930 \\u092d\\u094c\\u0924\\u093f\\u0915 \\u0926\\u0941\\u0915\\u093e\\u0928\\u094b\\u0902 \\u0926\\u094b\\u0928\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0921\\u0947\\u092c\\u093f\\u091f \\u0914\\u0930 \\u0915\\u094d\\u0930\\u0947\\u0921\\u093f\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64e48ee9ae78b\"},\"64e48f1296317\":{\"language\":{\"en\":{\"question\":\"How does the QRPay Pro Payment Gateway work?\",\"answer\":\"The QRPay Pro Payment Gateway acts as a bridge between a merchant\\u2019s website or point-of-sale system and the payment processing network. It securely transmits payment information, authorizes transactions, and provides real-time status updates.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo funciona la Pasarela de Pago QRPay Pro?\",\"answer\":\"La pasarela de pago QRPay Pro act\\u00faa como un puente entre el sitio web o el sistema de punto de venta de un comerciante y la red de procesamiento de pagos. Transmite de forma segura informaci\\u00f3n de pago, autoriza transacciones y proporciona actualizaciones de estado en tiempo real.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u062a\\u0639\\u0645\\u0644 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro\\u061f\",\"answer\":\"\\u062a\\u0639\\u0645\\u0644 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0643\\u062c\\u0633\\u0631 \\u0628\\u064a\\u0646 \\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0627\\u062c\\u0631 \\u0623\\u0648 \\u0646\\u0638\\u0627\\u0645 \\u0646\\u0642\\u0637\\u0629 \\u0627\\u0644\\u0628\\u064a\\u0639 \\u0648\\u0634\\u0628\\u0643\\u0629 \\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639. \\u0641\\u0647\\u0648 \\u064a\\u0646\\u0642\\u0644 \\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646\\u060c \\u0648\\u064a\\u0623\\u0630\\u0646 \\u0628\\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u060c \\u0648\\u064a\\u0648\\u0641\\u0631 \\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a \\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0648\\u0642\\u062a \\u0627\\u0644\\u062d\\u0642\\u064a\\u0642\\u064a.\"},\"fr\":{\"question\":\"Comment fonctionne la passerelle de paiement QRPay Pro\\u00a0?\",\"answer\":\"La passerelle de paiement QRPay Pro agit comme un pont entre le site Web ou le syst\\u00e8me de point de vente d\'un commer\\u00e7ant et le r\\u00e9seau de traitement des paiements. Il transmet en toute s\\u00e9curit\\u00e9 les informations de paiement, autorise les transactions et fournit des mises \\u00e0 jour de statut en temps r\\u00e9el.\"},\"hi\":{\"question\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u0948\\u0938\\u0947 \\u0915\\u093e\\u092e \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930\\u0940 \\u0915\\u0940 \\u0935\\u0947\\u092c\\u0938\\u093e\\u0907\\u091f \\u092f\\u093e \\u092a\\u0949\\u0907\\u0902\\u091f-\\u0911\\u092b-\\u0938\\u0947\\u0932 \\u0938\\u093f\\u0938\\u094d\\u091f\\u092e \\u0914\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0938\\u0902\\u0938\\u094d\\u0915\\u0930\\u0923 \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u090f\\u0915 \\u092a\\u0941\\u0932 \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902 \\u0915\\u093e\\u0930\\u094d\\u092f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u092a\\u094d\\u0930\\u0938\\u093e\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0905\\u0927\\u093f\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u0914\\u0930 \\u0935\\u093e\\u0938\\u094d\\u0924\\u0935\\u093f\\u0915 \\u0938\\u092e\\u092f \\u0915\\u0940 \\u0938\\u094d\\u0925\\u093f\\u0924\\u093f \\u0905\\u092a\\u0921\\u0947\\u091f \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64e48f1296317\"},\"64e48f2806869\":{\"language\":{\"en\":{\"question\":\"What is the advantage of using QRPay Pro\\u2019s Developer API?\",\"answer\":\"The QRPay Pro Developer API empowers developers and entrepreneurs to integrate the QRPay Pro Payment Gateway directly into their websites or applications. This streamlines the payment process for customers and provides businesses with a customizable and efficient payment solution.\"},\"es\":{\"question\":\"\\u00bfCu\\u00e1l es la ventaja de utilizar la API para desarrolladores de QRPay Pro?\",\"answer\":\"La QRPay Pro Developer API permite a los desarrolladores y empresarios integrar QRPay Pro Payment Gateway directamente en sus sitios web o aplicaciones. Esto agiliza el proceso de pago para los clientes y proporciona a las empresas una soluci\\u00f3n de pago eficiente y personalizable.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0647\\u064a \\u0645\\u064a\\u0632\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro\'s Developer API\\u061f\",\"answer\":\"\\u062a\\u0639\\u0645\\u0644 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a QRPay Pro Developer \\u0639\\u0644\\u0649 \\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0645\\u0637\\u0648\\u0631\\u064a\\u0646 \\u0648\\u0631\\u062c\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0639\\u0645\\u0627\\u0644 \\u0645\\u0646 \\u062f\\u0645\\u062c \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0645\\u0628\\u0627\\u0634\\u0631\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0627\\u0642\\u0639\\u0647\\u0645 \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u0629 \\u0623\\u0648 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a\\u0647\\u0645. \\u064a\\u0624\\u062f\\u064a \\u0630\\u0644\\u0643 \\u0625\\u0644\\u0649 \\u062a\\u0628\\u0633\\u064a\\u0637 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0648\\u064a\\u0648\\u0641\\u0631 \\u0644\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u062d\\u0644 \\u062f\\u0641\\u0639 \\u0641\\u0639\\u0627\\u0644 \\u0648\\u0642\\u0627\\u0628\\u0644 \\u0644\\u0644\\u062a\\u062e\\u0635\\u064a\\u0635.\"},\"fr\":{\"question\":\"Quel est l\\u2019avantage d\\u2019utiliser l\\u2019API d\\u00e9veloppeur de QRPay Pro ?\",\"answer\":\"L\'API QRPay Pro Developer permet aux d\\u00e9veloppeurs et aux entrepreneurs d\'int\\u00e9grer la passerelle de paiement QRPay Pro directement dans leurs sites Web ou applications. Cela rationalise le processus de paiement pour les clients et offre aux entreprises une solution de paiement personnalisable et efficace.\"},\"hi\":{\"question\":\"QRPay Pro \\u0915\\u0947 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u093e \\u0915\\u094d\\u092f\\u093e \\u0932\\u093e\\u092d \\u0939\\u0948?\",\"answer\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 \\u090f\\u092a\\u0940\\u0906\\u0908 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930\\u094d\\u0938 \\u0914\\u0930 \\u0909\\u0926\\u094d\\u092f\\u092e\\u093f\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0915\\u094b \\u0938\\u0940\\u0927\\u0947 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u0947\\u092c\\u0938\\u093e\\u0907\\u091f \\u092f\\u093e \\u090f\\u092a\\u094d\\u0932\\u093f\\u0915\\u0947\\u0936\\u0928 \\u092e\\u0947\\u0902 \\u090f\\u0915\\u0940\\u0915\\u0943\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0936\\u0915\\u094d\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092f\\u0939 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u094b \\u0938\\u0930\\u0932 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948 \\u0914\\u0930 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f\\u094b\\u0902 \\u0915\\u094b \\u090f\\u0915 \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u0928 \\u092f\\u094b\\u0917\\u094d\\u092f \\u0914\\u0930 \\u0915\\u0941\\u0936\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64e48f2806869\"},\"64e48f3b14577\":{\"language\":{\"en\":{\"question\":\"How can I access the QRPay Pro Developer API?\",\"answer\":\"To access the QRPay Pro Developer API, you need to sign up for a developer account on our platform. Once registered, you\\u2019ll receive an API key that you can use to authenticate your API requests.\"},\"es\":{\"question\":\"\\u00bfC\\u00f3mo puedo acceder a la API para desarrolladores de QRPay Pro?\",\"answer\":\"Para acceder a la API de desarrollador de QRPay Pro, debe registrarse para obtener una cuenta de desarrollador en nuestra plataforma. Una vez registrado, recibir\\u00e1 una clave API que podr\\u00e1 utilizar para autenticar sus solicitudes de API.\"},\"ar\":{\"question\":\"\\u0643\\u064a\\u0641 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 QRPay Pro Developer API\\u061f\",\"answer\":\"\\u0644\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 QRPay Pro Developer API\\u060c \\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628 \\u0645\\u0637\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u062a\\u0646\\u0627. \\u0628\\u0645\\u062c\\u0631\\u062f \\u0627\\u0644\\u062a\\u0633\\u062c\\u064a\\u0644\\u060c \\u0633\\u062a\\u062a\\u0644\\u0642\\u0649 \\u0645\\u0641\\u062a\\u0627\\u062d API \\u0627\\u0644\\u0630\\u064a \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645\\u0647 \\u0644\\u0645\\u0635\\u0627\\u062f\\u0642\\u0629 \\u0637\\u0644\\u0628\\u0627\\u062a API \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643.\"},\"fr\":{\"question\":\"Comment puis-je acc\\u00e9der \\u00e0 l\'API du d\\u00e9veloppeur QRPay Pro\\u00a0?\",\"answer\":\"Pour acc\\u00e9der \\u00e0 l\'API QRPay Pro Developer, vous devez cr\\u00e9er un compte d\\u00e9veloppeur sur notre plateforme. Une fois inscrit, vous recevrez une cl\\u00e9 API que vous pourrez utiliser pour authentifier vos demandes API.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0924\\u0915 \\u0915\\u0948\\u0938\\u0947 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"QRPay Pro \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0901\\u091a\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f, \\u0906\\u092a\\u0915\\u094b \\u0939\\u092e\\u093e\\u0930\\u0947 \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u093e\\u0907\\u0928 \\u0905\\u092a \\u0915\\u0930\\u0928\\u093e \\u0939\\u094b\\u0917\\u093e\\u0964 \\u092a\\u0902\\u091c\\u0940\\u0915\\u0943\\u0924 \\u0939\\u094b\\u0928\\u0947 \\u0915\\u0947 \\u092c\\u093e\\u0926, \\u0906\\u092a\\u0915\\u094b \\u090f\\u0915 API \\u0915\\u0941\\u0902\\u091c\\u0940 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b\\u0917\\u0940 \\u091c\\u093f\\u0938\\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 API \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927\\u094b\\u0902 \\u0915\\u094b \\u092a\\u094d\\u0930\\u092e\\u093e\\u0923\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"64e48f3b14577\"},\"64e48f50f0b2f\":{\"language\":{\"en\":{\"question\":\"What types of transactions can I handle with the QRPay Pro Developer API?\",\"answer\":\"The QRPay Pro Developer API allows you to initiate payments, check the status of payments, and process refunds. You can create a seamless payment experience for your customers while maintaining control over transaction management.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tipos de transacciones puedo manejar con QRPay Pro Developer API?\",\"answer\":\"La API para desarrolladores de QRPay Pro le permite iniciar pagos, verificar el estado de los pagos y procesar reembolsos. Puede crear una experiencia de pago perfecta para sus clientes mientras mantiene el control sobre la gesti\\u00f3n de transacciones.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0623\\u0646\\u0648\\u0627\\u0639 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u0627\\u0644\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639\\u0647\\u0627 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro Developer API\\u061f\",\"answer\":\"\\u062a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a QRPay Pro Developer \\u0628\\u0628\\u062f\\u0621 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0648\\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639\\u0627\\u062a \\u0648\\u0645\\u0639\\u0627\\u0644\\u062c\\u0629 \\u0627\\u0644\\u0645\\u0628\\u0627\\u0644\\u063a \\u0627\\u0644\\u0645\\u0633\\u062a\\u0631\\u062f\\u0629. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u062f\\u0641\\u0639 \\u0633\\u0644\\u0633\\u0629 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643 \\u0645\\u0639 \\u0627\\u0644\\u062d\\u0641\\u0627\\u0638 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0643\\u0645 \\u0641\\u064a \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a.\"},\"fr\":{\"question\":\"Quels types de transactions puis-je g\\u00e9rer avec l\'API QRPay Pro Developer\\u00a0?\",\"answer\":\"L\'API QRPay Pro Developer vous permet d\'initier des paiements, de v\\u00e9rifier l\'\\u00e9tat des paiements et de traiter les remboursements. Vous pouvez cr\\u00e9er une exp\\u00e9rience de paiement transparente pour vos clients tout en gardant le contr\\u00f4le sur la gestion des transactions.\"},\"hi\":{\"question\":\"\\u092e\\u0948\\u0902 QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0915\\u093f\\u0938 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0938\\u0902\\u092d\\u093e\\u0932 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"QRPay Pro \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0906\\u092a\\u0915\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0906\\u0930\\u0902\\u092d \\u0915\\u0930\\u0928\\u0947, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0940 \\u0938\\u094d\\u0925\\u093f\\u0924\\u093f \\u0915\\u0940 \\u091c\\u093e\\u0902\\u091a \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0930\\u093f\\u092b\\u0902\\u0921 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0932\\u0947\\u0928-\\u0926\\u0947\\u0928 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u092a\\u0930 \\u0928\\u093f\\u092f\\u0902\\u0924\\u094d\\u0930\\u0923 \\u092c\\u0928\\u093e\\u090f \\u0930\\u0916\\u0924\\u0947 \\u0939\\u0941\\u090f \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0938\\u0939\\u091c \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u092c\\u0928\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"64e48f50f0b2f\"},\"64e48f644484b\":{\"language\":{\"en\":{\"question\":\"Is the QRPay Pro Developer API suitable for my business size and industry?\",\"answer\":\"Yes, the QRPay Pro Developer API is designed to accommodate businesses of varying sizes and industries. Whether you\\u2019re a small online store or a large enterprise, our API can be tailored to fit your specific payment needs.\"},\"es\":{\"question\":\"\\u00bfLa API para desarrolladores de QRPay Pro es adecuada para el tama\\u00f1o y la industria de mi empresa?\",\"answer\":\"S\\u00ed, la API para desarrolladores de QRPay Pro est\\u00e1 dise\\u00f1ada para adaptarse a empresas de distintos tama\\u00f1os e industrias. Ya sea que sea una peque\\u00f1a tienda en l\\u00ednea o una gran empresa, nuestra API se puede adaptar para satisfacer sus necesidades de pago espec\\u00edficas.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u0648\\u0627\\u062c\\u0647\\u0629 QRPay Pro Developer API \\u0645\\u0646\\u0627\\u0633\\u0628\\u0629 \\u0644\\u062d\\u062c\\u0645 \\u0623\\u0639\\u0645\\u0627\\u0644\\u064a \\u0648\\u0635\\u0646\\u0627\\u0639\\u062a\\u064a\\u061f\",\"answer\":\"\\u0646\\u0639\\u0645\\u060c \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 QRPay Pro Developer API \\u0644\\u0627\\u0633\\u062a\\u064a\\u0639\\u0627\\u0628 \\u0627\\u0644\\u0634\\u0631\\u0643\\u0627\\u062a \\u0630\\u0627\\u062a \\u0627\\u0644\\u0623\\u062d\\u062c\\u0627\\u0645 \\u0648\\u0627\\u0644\\u0635\\u0646\\u0627\\u0639\\u0627\\u062a \\u0627\\u0644\\u0645\\u062e\\u062a\\u0644\\u0641\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u0645\\u062a\\u062c\\u0631\\u064b\\u0627 \\u0635\\u063a\\u064a\\u0631\\u064b\\u0627 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u0625\\u0646\\u062a\\u0631\\u0646\\u062a \\u0623\\u0648 \\u0645\\u0624\\u0633\\u0633\\u0629 \\u0643\\u0628\\u064a\\u0631\\u0629\\u060c \\u064a\\u0645\\u0643\\u0646 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627 \\u0644\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643.\"},\"fr\":{\"question\":\"L\'API QRPay Pro Developer est-elle adapt\\u00e9e \\u00e0 la taille et au secteur d\'activit\\u00e9 de mon entreprise\\u00a0?\",\"answer\":\"Oui, l\'API QRPay Pro Developer est con\\u00e7ue pour s\'adapter aux entreprises de diff\\u00e9rentes tailles et secteurs. Que vous soyez une petite boutique en ligne ou une grande entreprise, notre API peut \\u00eatre adapt\\u00e9e \\u00e0 vos besoins de paiement sp\\u00e9cifiques.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u092e\\u0947\\u0930\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u0947 \\u0906\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u0909\\u0926\\u094d\\u092f\\u094b\\u0917 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0909\\u092a\\u092f\\u0941\\u0915\\u094d\\u0924 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u093e\\u0902, QRPay Pro \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0915\\u094b \\u0905\\u0932\\u0917-\\u0905\\u0932\\u0917 \\u0906\\u0915\\u093e\\u0930 \\u0914\\u0930 \\u0909\\u0926\\u094d\\u092f\\u094b\\u0917\\u094b\\u0902 \\u0915\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f\\u094b\\u0902 \\u0915\\u094b \\u0938\\u092e\\u093e\\u092f\\u094b\\u091c\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a \\u090f\\u0915 \\u091b\\u094b\\u091f\\u093e \\u0911\\u0928\\u0932\\u093e\\u0907\\u0928 \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0939\\u094b\\u0902 \\u092f\\u093e \\u090f\\u0915 \\u092c\\u0921\\u093c\\u093e \\u0909\\u0926\\u094d\\u092f\\u092e, \\u0939\\u092e\\u093e\\u0930\\u093e API \\u0906\\u092a\\u0915\\u0940 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0905\\u0928\\u0941\\u0930\\u0942\\u092a \\u092c\\u0928\\u093e\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64e48f644484b\"},\"64e48f76dac02\":{\"language\":{\"en\":{\"question\":\"How user-friendly is the QRPay Pro Developer API integration process?\",\"answer\":\"The QRPay Pro Developer API is designed with simplicity and ease of use in mind. Our comprehensive documentation, code samples, and developer support resources ensure a smooth integration process for any web platform.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tan f\\u00e1cil de usar es el proceso de integraci\\u00f3n de la API para desarrolladores de QRPay Pro?\",\"answer\":\"La API para desarrolladores de QRPay Pro est\\u00e1 dise\\u00f1ada teniendo en cuenta la simplicidad y la facilidad de uso. Nuestra documentaci\\u00f3n completa, ejemplos de c\\u00f3digo y recursos de soporte para desarrolladores garantizan un proceso de integraci\\u00f3n fluido para cualquier plataforma web.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0645\\u062f\\u0649 \\u0633\\u0647\\u0648\\u0644\\u0629 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0643\\u0627\\u0645\\u0644 QRPay Pro Developer API\\u061f\",\"answer\":\"\\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 QRPay Pro Developer API \\u0645\\u0639 \\u0645\\u0631\\u0627\\u0639\\u0627\\u0629 \\u0627\\u0644\\u0628\\u0633\\u0627\\u0637\\u0629 \\u0648\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645. \\u062a\\u0636\\u0645\\u0646 \\u0648\\u062b\\u0627\\u0626\\u0642\\u0646\\u0627 \\u0627\\u0644\\u0634\\u0627\\u0645\\u0644\\u0629 \\u0648\\u0639\\u064a\\u0646\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a \\u0627\\u0644\\u0628\\u0631\\u0645\\u062c\\u064a\\u0629 \\u0648\\u0645\\u0648\\u0627\\u0631\\u062f \\u062f\\u0639\\u0645 \\u0627\\u0644\\u0645\\u0637\\u0648\\u0631\\u064a\\u0646 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0643\\u0627\\u0645\\u0644 \\u0633\\u0644\\u0633\\u0629 \\u0644\\u0623\\u064a \\u0645\\u0646\\u0635\\u0629 \\u0648\\u064a\\u0628.\"},\"fr\":{\"question\":\"Dans quelle mesure le processus d\'int\\u00e9gration de l\'API QRPay Pro Developer est-il convivial\\u00a0?\",\"answer\":\"L\'API QRPay Pro Developer est con\\u00e7ue dans un souci de simplicit\\u00e9 et de facilit\\u00e9 d\'utilisation. Notre documentation compl\\u00e8te, nos exemples de code et nos ressources d\'assistance aux d\\u00e9veloppeurs garantissent un processus d\'int\\u00e9gration fluide pour n\'importe quelle plate-forme Web.\"},\"hi\":{\"question\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u093f\\u0924\\u0928\\u0940 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e-\\u0905\\u0928\\u0941\\u0915\\u0942\\u0932 \\u0939\\u0948?\",\"answer\":\"QRPay Pro \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0915\\u094b \\u0938\\u0930\\u0932\\u0924\\u093e \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917 \\u092e\\u0947\\u0902 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0915\\u094b \\u0927\\u094d\\u092f\\u093e\\u0928 \\u092e\\u0947\\u0902 \\u0930\\u0916\\u0915\\u0930 \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948\\u0964 \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0926\\u0938\\u094d\\u0924\\u093e\\u0935\\u0947\\u091c\\u093c, \\u0915\\u094b\\u0921 \\u0928\\u092e\\u0942\\u0928\\u0947 \\u0914\\u0930 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0938\\u0902\\u0938\\u093e\\u0927\\u0928 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u0935\\u0947\\u092c \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0938\\u0939\\u091c \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"64e48f76dac02\"},\"64e48f8b0285b\":{\"language\":{\"en\":{\"question\":\"Are there any fees associated with using the QRPay Pro Payment Gateway and API?\",\"answer\":\"We offer competitive pricing plans for using the QRPay Pro Payment Gateway and Developer API. Details about fees and pricing tiers can be found on our developer portal.\"},\"es\":{\"question\":\"\\u0647\\u0644 \\u0647\\u0646\\u0627\\u0643 \\u0623\\u064a \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0648\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a (API)\\u061f\",\"answer\":\"Ofrecemos planes de precios competitivos para usar QRPay Pro Payment Gateway y Developer API. Los detalles sobre tarifas y niveles de precios se pueden encontrar en nuestro portal para desarrolladores.\"},\"ar\":{\"question\":\"Are there any fees associated with using the QRPay Pro Payment Gateway and API?\",\"answer\":\"\\u0646\\u062d\\u0646 \\u0646\\u0642\\u062f\\u0645 \\u062e\\u0637\\u0637 \\u0623\\u0633\\u0639\\u0627\\u0631 \\u062a\\u0646\\u0627\\u0641\\u0633\\u064a\\u0629 \\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 QRPay Pro \\u0648\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a \\u0644\\u0644\\u0645\\u0637\\u0648\\u0631\\u064a\\u0646. \\u064a\\u0645\\u0643\\u0646 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u062d\\u0648\\u0644 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0645\\u0633\\u062a\\u0648\\u064a\\u0627\\u062a \\u0627\\u0644\\u062a\\u0633\\u0639\\u064a\\u0631 \\u0639\\u0644\\u0649 \\u0628\\u0648\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0637\\u0648\\u0631\\u064a\\u0646 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0646\\u0627.\"},\"fr\":{\"question\":\"Y a-t-il des frais associ\\u00e9s \\u00e0 l\'utilisation de la passerelle de paiement et de l\'API QRPay Pro\\u00a0?\",\"answer\":\"Nous proposons des plans tarifaires comp\\u00e9titifs pour l\\u2019utilisation de la passerelle de paiement QRPay Pro et de l\\u2019API d\\u00e9veloppeur. Des d\\u00e9tails sur les frais et les niveaux de tarification sont disponibles sur notre portail des d\\u00e9veloppeurs.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0914\\u0930 API \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u092a\\u0930 \\u0915\\u094b\\u0908 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u0917\\u0924\\u093e \\u0939\\u0948?\",\"answer\":\"\\u0939\\u092e QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u092a\\u0947\\u092e\\u0947\\u0902\\u091f \\u0917\\u0947\\u091f\\u0935\\u0947 \\u0914\\u0930 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u094d\\u0930\\u0924\\u093f\\u0938\\u094d\\u092a\\u0930\\u094d\\u0927\\u0940 \\u092e\\u0942\\u0932\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u0923 \\u092f\\u094b\\u091c\\u0928\\u093e\\u090f\\u0901 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u092e\\u0942\\u0932\\u094d\\u092f \\u0928\\u093f\\u0930\\u094d\\u0927\\u093e\\u0930\\u0923 \\u0938\\u094d\\u0924\\u0930\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 \\u092a\\u094b\\u0930\\u094d\\u091f\\u0932 \\u092a\\u0930 \\u092a\\u093e\\u092f\\u093e \\u091c\\u093e \\u0938\\u0915\\u0924\\u093e \\u0939\\u0948\\u0964\"}},\"id\":\"64e48f8b0285b\"},\"64e48fa29d3ef\":{\"language\":{\"en\":{\"question\":\"Can I customize the payment experience for my customers using the QRPay Pro API?\",\"answer\":\"Absolutely, the QRPay Pro Developer API offers customization options that allow you to tailor the payment experience to match your brand and user interface. You can create a seamless and cohesive payment journey for your customers.\"},\"es\":{\"question\":\"\\u00bfPuedo personalizar la experiencia de pago para mis clientes usando la API QRPay Pro?\",\"answer\":\"Por supuesto, QRPay Pro Developer API ofrece opciones de personalizaci\\u00f3n que le permiten adaptar la experiencia de pago para que coincida con su marca e interfaz de usuario. Puede crear un proceso de pago fluido y coherente para sus clientes.\"},\"ar\":{\"question\":\"\\u0647\\u0644 \\u064a\\u0645\\u0643\\u0646\\u0646\\u064a \\u062a\\u062e\\u0635\\u064a\\u0635 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u064a \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 QRPay Pro API\\u061f\",\"answer\":\"\\u0628\\u0627\\u0644\\u062a\\u0623\\u0643\\u064a\\u062f\\u060c \\u062a\\u0648\\u0641\\u0631 QRPay Pro Developer API \\u062e\\u064a\\u0627\\u0631\\u0627\\u062a \\u0627\\u0644\\u062a\\u062e\\u0635\\u064a\\u0635 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u062a\\u062e\\u0635\\u064a\\u0635 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0644\\u062a\\u062a\\u0646\\u0627\\u0633\\u0628 \\u0645\\u0639 \\u0639\\u0644\\u0627\\u0645\\u062a\\u0643 \\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u064a\\u0629 \\u0648\\u0648\\u0627\\u062c\\u0647\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643. \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0646\\u0634\\u0627\\u0621 \\u0631\\u062d\\u0644\\u0629 \\u062f\\u0641\\u0639 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0645\\u062a\\u0645\\u0627\\u0633\\u0643\\u0629 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643.\"},\"fr\":{\"question\":\"Puis-je personnaliser l\'exp\\u00e9rience de paiement de mes clients \\u00e0 l\'aide de l\'API QRPay Pro\\u00a0?\",\"answer\":\"Absolument, l\'API QRPay Pro Developer propose des options de personnalisation qui vous permettent d\'adapter l\'exp\\u00e9rience de paiement en fonction de votre marque et de votre interface utilisateur. Vous pouvez cr\\u00e9er un parcours de paiement fluide et coh\\u00e9rent pour vos clients.\"},\"hi\":{\"question\":\"\\u0915\\u094d\\u092f\\u093e \\u092e\\u0948\\u0902 QRPay Pro API \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u094b \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u093e \\u0939\\u0942\\u0902?\",\"answer\":\"\\u092c\\u093f\\u0932\\u094d\\u0915\\u0941\\u0932, QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 API \\u0915\\u0938\\u094d\\u091f\\u092e\\u093e\\u0907\\u091c\\u093c\\u0947\\u0936\\u0928 \\u0935\\u093f\\u0915\\u0932\\u094d\\u092a \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0906\\u092a\\u0915\\u094b \\u0905\\u092a\\u0928\\u0947 \\u092c\\u094d\\u0930\\u093e\\u0902\\u0921 \\u0914\\u0930 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0907\\u0902\\u091f\\u0930\\u092b\\u093c\\u0947\\u0938 \\u0938\\u0947 \\u092e\\u0947\\u0932 \\u0916\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u094b \\u0905\\u0928\\u0941\\u0915\\u0942\\u0932\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0906\\u092a \\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0914\\u0930 \\u0938\\u0941\\u0938\\u0902\\u0917\\u0924 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092f\\u093e\\u0924\\u094d\\u0930\\u093e \\u092c\\u0928\\u093e \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"64e48fa29d3ef\"},\"64e48fd7308bf\":{\"language\":{\"en\":{\"question\":\"What kind of support is available if I encounter issues during API integration?\",\"answer\":\"We provide dedicated developer support to assist you with any issues or questions you may have during the API integration process. Reach out to our support team at developersupport@qrpaypro.com for prompt assistance.\"},\"es\":{\"question\":\"\\u00bfQu\\u00e9 tipo de soporte est\\u00e1 disponible si tengo problemas durante la integraci\\u00f3n de API?\",\"answer\":\"Brindamos soporte de desarrollador dedicado para ayudarlo con cualquier problema o pregunta que pueda tener durante el proceso de integraci\\u00f3n de API. Comun\\u00edquese con nuestro equipo de soporte en developmentsupport@qrpaypro.com para obtener asistencia inmediata.\"},\"ar\":{\"question\":\"\\u0645\\u0627 \\u0646\\u0648\\u0639 \\u0627\\u0644\\u062f\\u0639\\u0645 \\u0627\\u0644\\u0645\\u062a\\u0648\\u0641\\u0631 \\u0625\\u0630\\u0627 \\u0648\\u0627\\u062c\\u0647\\u062a \\u0645\\u0634\\u0643\\u0644\\u0627\\u062a \\u0623\\u062b\\u0646\\u0627\\u0621 \\u062a\\u0643\\u0627\\u0645\\u0644 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a\\u061f\",\"answer\":\"\\u0646\\u062d\\u0646 \\u0646\\u0642\\u062f\\u0645 \\u062f\\u0639\\u0645\\u064b\\u0627 \\u0645\\u062e\\u0635\\u0635\\u064b\\u0627 \\u0644\\u0644\\u0645\\u0637\\u0648\\u0631\\u064a\\u0646 \\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u062a\\u0643 \\u0641\\u064a \\u062d\\u0644 \\u0623\\u064a \\u0645\\u0634\\u0643\\u0644\\u0627\\u062a \\u0623\\u0648 \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0642\\u062f \\u062a\\u0643\\u0648\\u0646 \\u0644\\u062f\\u064a\\u0643 \\u0623\\u062b\\u0646\\u0627\\u0621 \\u0639\\u0645\\u0644\\u064a\\u0629 \\u062a\\u0643\\u0627\\u0645\\u0644 \\u0648\\u0627\\u062c\\u0647\\u0629 \\u0628\\u0631\\u0645\\u062c\\u0629 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\\u0627\\u062a (API). \\u062a\\u0648\\u0627\\u0635\\u0644 \\u0645\\u0639 \\u0641\\u0631\\u064a\\u0642 \\u0627\\u0644\\u062f\\u0639\\u0645 \\u0644\\u062f\\u064a\\u0646\\u0627 \\u0639\\u0644\\u0649 Developersupport@qrpaypro.com \\u0644\\u0644\\u062d\\u0635\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u0627\\u0639\\u062f\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629.\"},\"fr\":{\"question\":\"Quel type d\'assistance est disponible si je rencontre des probl\\u00e8mes lors de l\'int\\u00e9gration de l\'API\\u00a0?\",\"answer\":\"Nous fournissons une assistance d\\u00e9di\\u00e9e aux d\\u00e9veloppeurs pour vous aider \\u00e0 r\\u00e9soudre tout probl\\u00e8me ou question que vous pourriez avoir pendant le processus d\'int\\u00e9gration de l\'API. Contactez notre \\u00e9quipe d\'assistance \\u00e0 Developersupport@qrpaypro.com pour une assistance rapide.\"},\"hi\":{\"question\":\"\\u092f\\u0926\\u093f \\u092e\\u0941\\u091d\\u0947 API \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0947 \\u0926\\u094c\\u0930\\u093e\\u0928 \\u0915\\u094b\\u0908 \\u0938\\u092e\\u0938\\u094d\\u092f\\u093e \\u0906\\u0924\\u0940 \\u0939\\u0948 \\u0924\\u094b \\u0915\\u093f\\u0938 \\u092a\\u094d\\u0930\\u0915\\u093e\\u0930 \\u0915\\u093e \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u0948?\",\"answer\":\"\\u0939\\u092e API \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u092a\\u094d\\u0930\\u0915\\u094d\\u0930\\u093f\\u092f\\u093e \\u0915\\u0947 \\u0926\\u094c\\u0930\\u093e\\u0928 \\u0906\\u092a\\u0915\\u0947 \\u0915\\u093f\\u0938\\u0940 \\u092d\\u0940 \\u092e\\u0941\\u0926\\u094d\\u0926\\u0947 \\u092f\\u093e \\u092a\\u094d\\u0930\\u0936\\u094d\\u0928 \\u092e\\u0947\\u0902 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0938\\u092e\\u0930\\u094d\\u092a\\u093f\\u0924 \\u0921\\u0947\\u0935\\u0932\\u092a\\u0930 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u0915\\u0947 \\u0932\\u093f\\u090f developersupport@qrpaypropro.com \\u092a\\u0930 \\u0939\\u092e\\u093e\\u0930\\u0940 \\u0938\\u0939\\u093e\\u092f\\u0924\\u093e \\u091f\\u0940\\u092e \\u0938\\u0947 \\u0938\\u0902\\u092a\\u0930\\u094d\\u0915 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"64e48fd7308bf\"}}}', 1, NULL, '2023-08-22 20:30:26', '2024-11-13 16:22:16'),
(21, 'merchant-app-section', '{\"images\":{\"site_image\":\"c64537ea-d4bd-4cf4-8681-8039c92e0a12.webp\",\"google_play\":\"67f57675-d167-4d53-acf4-905398ff929b.webp\",\"appple_store\":\"714733ce-59b0-4f57-b778-2c968bcc5dd1.webp\"},\"language\":{\"en\":{\"title\":\"Download Our New App\",\"details\":\"Our innovative payment solution allows you to transfer money quickly and securely using QR codes. With just a simple scan, you can send or receive funds in a matter of seconds, eliminating the need for manual entry or tedious account details.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"es\":{\"title\":\"Descarga nuestra nueva aplicaci\\u00f3n\",\"details\":\"Nuestra innovadora soluci\\u00f3n de pago le permite transferir dinero de forma r\\u00e1pida y segura mediante c\\u00f3digos QR. Con solo un simple escaneo, puede enviar o recibir fondos en cuesti\\u00f3n de segundos, eliminando la necesidad de ingresar manualmente o tediosos detalles de la cuenta.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"ar\":{\"title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0646\\u0632\\u064a\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0646\\u0627 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\",\"details\":\"\\u064a\\u062a\\u064a\\u062d \\u0644\\u0643 \\u062d\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u0628\\u062a\\u0643\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0633\\u0631\\u0639\\u0629 \\u0648\\u0623\\u0645\\u0627\\u0646 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0631\\u0645\\u0648\\u0632 QR. \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u0633\\u062d \\u0628\\u0633\\u064a\\u0637 \\u0641\\u0642\\u0637\\u060c \\u064a\\u0645\\u0643\\u0646\\u0643 \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0623\\u0648 \\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\\u0647\\u0627 \\u0641\\u064a \\u063a\\u0636\\u0648\\u0646 \\u062b\\u0648\\u0627\\u0646\\u064d\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0644\\u063a\\u064a \\u0627\\u0644\\u062d\\u0627\\u062c\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0625\\u062f\\u062e\\u0627\\u0644 \\u0627\\u0644\\u064a\\u062f\\u0648\\u064a \\u0623\\u0648 \\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628 \\u0627\\u0644\\u0645\\u0645\\u0644\\u0629.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"fr\":{\"title\":\"T\\u00e9l\\u00e9chargez notre nouvelle application\",\"details\":\"Notre solution de paiement innovante vous permet de transf\\u00e9rer de l\'argent rapidement et en toute s\\u00e9curit\\u00e9 \\u00e0 l\'aide de codes QR. Avec un simple scan, vous pouvez envoyer ou recevoir des fonds en quelques secondes, \\u00e9liminant ainsi le besoin de saisie manuelle ou de d\\u00e9tails de compte fastidieux.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"hi\":{\"title\":\"\\u0939\\u092e\\u093e\\u0930\\u093e \\u0928\\u092f\\u093e \\u0910\\u092a \\u0921\\u093e\\u0909\\u0928\\u0932\\u094b\\u0921 \\u0915\\u0930\\u0947\\u0902\",\"details\":\"\\u0939\\u092e\\u093e\\u0930\\u093e \\u0905\\u092d\\u093f\\u0928\\u0935 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u0906\\u092a\\u0915\\u094b QR \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0909\\u092a\\u092f\\u094b\\u0917 \\u0915\\u0930\\u0915\\u0947 \\u0924\\u0947\\u091c\\u093c\\u0940 \\u0938\\u0947 \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0905\\u0928\\u0941\\u092e\\u0924\\u093f \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u092c\\u0938 \\u090f\\u0915 \\u0938\\u093e\\u0927\\u093e\\u0930\\u0923 \\u0938\\u094d\\u0915\\u0948\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925, \\u0906\\u092a \\u0915\\u0941\\u091b \\u0939\\u0940 \\u0938\\u0947\\u0915\\u0902\\u0921 \\u092e\\u0947\\u0902 \\u0927\\u0928\\u0930\\u093e\\u0936\\u093f \\u092d\\u0947\\u091c \\u092f\\u093e \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092e\\u0948\\u0928\\u094d\\u092f\\u0941\\u0905\\u0932 \\u092a\\u094d\\u0930\\u0935\\u093f\\u0937\\u094d\\u091f\\u093f \\u092f\\u093e \\u0925\\u0915\\u093e\\u090a \\u0916\\u093e\\u0924\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0938\\u092e\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0924\\u0940 \\u0939\\u0948\\u0964\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"}}}', 1, NULL, '2023-08-22 21:31:30', '2024-11-13 16:14:28');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(22, 'agent-section', '{\"images\":{\"banner_image\":\"2b51e3ba-5bfc-4783-a167-c9e89b4c1e07.webp\"},\"language\":{\"en\":{\"heading\":\"Empowering Agents\",\"sub_heading\":\"Unleash the Power of QRPay Pro Agent Services\",\"details\":\"Welcome to QRPay Pro\'s Agent Services, where convenience meets efficiency. Our platform is designed to empower agents like you with a suite of powerful tools and features that streamline financial transactions. Whether you\'re sending money between agents, receiving payments, managing remittances, or providing additional services like bill pay and mobile top-ups, QRPay Pro has you covered.\\r\\n\\r\\nAs a QRPay Pro agent, you\'ll enjoy seamless money transfers, secure withdrawals, and access to detailed financial insights through our profits log. Our intuitive interface and QR code support make transactions swift and secure, ensuring a hassle-free experience for both you and your customers.\",\"bottom_heading\":\"Agent Experience\",\"bottom_sub_heading\":\"Discover Powerful Features for Agents\",\"bottom_details\":\"QRPay Pro offers a range of robust features designed specifically to empower agents in managing financial transactions efficiently. Explore these key features tailored to enhance your agent\"},\"es\":{\"heading\":\"Agentes empoderadores\",\"sub_heading\":\"Libere el poder de los servicios del agente QRPay Pro\",\"details\":\"Bienvenido a los Servicios para agentes de QRPay Pro, donde la conveniencia se une a la eficiencia. Nuestra plataforma est\\u00e1 dise\\u00f1ada para brindar a agentes como usted un conjunto de potentes herramientas y funciones que agilizan las transacciones financieras. Ya sea que env\\u00ede dinero entre agentes, reciba pagos, administre remesas o brinde servicios adicionales como pago de facturas y recargas m\\u00f3viles, QRPay Pro lo tiene cubierto.\\r\\n\\r\\nComo agente de QRPay Pro, disfrutar\\u00e1 de transferencias de dinero fluidas, retiros seguros y acceso a informaci\\u00f3n financiera detallada a trav\\u00e9s de nuestro registro de ganancias. Nuestra interfaz intuitiva y compatibilidad con c\\u00f3digos QR hacen que las transacciones sean r\\u00e1pidas y seguras, lo que garantiza una experiencia sin complicaciones tanto para usted como para sus clientes.\",\"bottom_heading\":\"Experiencia del agente\",\"bottom_sub_heading\":\"Descubra potentes funciones para agentes\",\"bottom_details\":\"QRPay Pro ofrece una gama de funciones s\\u00f3lidas dise\\u00f1adas espec\\u00edficamente para capacitar a los agentes en la gesti\\u00f3n eficiente de transacciones financieras. Explore estas caracter\\u00edsticas clave dise\\u00f1adas para mejorar a su agente\"},\"ar\":{\"heading\":\"\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0627\\u0644\\u062a\\u0645\\u0643\\u064a\\u0646\",\"sub_heading\":\"\\u0623\\u0637\\u0644\\u0642 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0646 \\u0644\\u0642\\u0648\\u0629 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0648\\u0643\\u064a\\u0644 QRPay Pro\",\"details\":\"\\u0645\\u0631\\u062d\\u0628\\u064b\\u0627 \\u0628\\u0643 \\u0641\\u064a \\u062e\\u062f\\u0645\\u0627\\u062a \\u0648\\u0643\\u064a\\u0644 QRPay Pro\\u060c \\u062d\\u064a\\u062b \\u062a\\u062c\\u062a\\u0645\\u0639 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0648\\u0627\\u0644\\u0643\\u0641\\u0627\\u0621\\u0629. \\u062a\\u0645 \\u062a\\u0635\\u0645\\u064a\\u0645 \\u0645\\u0646\\u0635\\u062a\\u0646\\u0627 \\u0644\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0645\\u062b\\u0644\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u062f\\u0648\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0639\\u0645\\u0644 \\u0639\\u0644\\u0649 \\u062a\\u0628\\u0633\\u064a\\u0637 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629. \\u0633\\u0648\\u0627\\u0621 \\u0643\\u0646\\u062a \\u062a\\u0631\\u0633\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621\\u060c \\u0623\\u0648 \\u062a\\u062a\\u0644\\u0642\\u0649 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a\\u060c \\u0623\\u0648 \\u062a\\u062f\\u064a\\u0631 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629\\u060c \\u0623\\u0648 \\u062a\\u0642\\u062f\\u0645 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0645\\u062b\\u0644 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0648\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u060c \\u0641\\u0625\\u0646 QRPay Pro \\u064a\\u0644\\u0628\\u064a \\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a\\u0643.\\r\\n\\r\\n\\u0628\\u0627\\u0639\\u062a\\u0628\\u0627\\u0631\\u0643 \\u0648\\u0643\\u064a\\u0644 QRPay Pro\\u060c \\u0633\\u062a\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0648\\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0633\\u062d\\u0628 \\u0622\\u0645\\u0646\\u0629 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0631\\u0624\\u0649 \\u0645\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0641\\u0635\\u0644\\u0629 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0633\\u062c\\u0644 \\u0627\\u0644\\u0623\\u0631\\u0628\\u0627\\u062d \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0646\\u0627. \\u062a\\u0639\\u0645\\u0644 \\u0648\\u0627\\u062c\\u0647\\u062a\\u0646\\u0627 \\u0633\\u0647\\u0644\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0648\\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0639\\u0644\\u0649 \\u062c\\u0639\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u062e\\u0627\\u0644\\u064a\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628 \\u0644\\u0643 \\u0648\\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643.\",\"bottom_heading\":\"\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0648\\u0643\\u064a\\u0644\",\"bottom_sub_heading\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0644\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621\",\"bottom_details\":\"\\u064a\\u0642\\u062f\\u0645 QRPay Pro \\u0645\\u062c\\u0645\\u0648\\u0639\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0642\\u0648\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u062a\\u0645\\u0643\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0645\\u0646 \\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0628\\u0643\\u0641\\u0627\\u0621\\u0629. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0647\\u0630\\u0647 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629 \\u0627\\u0644\\u0645\\u0635\\u0645\\u0645\\u0629 \\u062e\\u0635\\u064a\\u0635\\u064b\\u0627 \\u0644\\u062a\\u062d\\u0633\\u064a\\u0646 \\u0648\\u0643\\u064a\\u0644\\u0643\"},\"fr\":{\"heading\":\"Agents responsabilisants\",\"sub_heading\":\"Lib\\u00e9rez la puissance des services d\'agent QRPay Pro\",\"details\":\"Bienvenue dans les services d\'agent de QRPay Pro, o\\u00f9 la commodit\\u00e9 rencontre l\'efficacit\\u00e9. Notre plateforme est con\\u00e7ue pour offrir aux agents comme vous une suite d\'outils et de fonctionnalit\\u00e9s puissants qui rationalisent les transactions financi\\u00e8res. Que vous envoyiez de l\'argent entre agents, receviez des paiements, g\\u00e9riez les envois de fonds ou fournissiez des services suppl\\u00e9mentaires tels que le paiement de factures et les recharges mobiles, QRPay Pro a ce qu\'il vous faut.\\r\\n\\r\\nEn tant qu\'agent QRPay Pro, vous b\\u00e9n\\u00e9ficierez de transferts d\'argent fluides, de retraits s\\u00e9curis\\u00e9s et d\'un acc\\u00e8s \\u00e0 des informations financi\\u00e8res d\\u00e9taill\\u00e9es via notre journal des b\\u00e9n\\u00e9fices. Notre interface intuitive et la prise en charge des codes QR rendent les transactions rapides et s\\u00e9curis\\u00e9es, garantissant une exp\\u00e9rience sans tracas pour vous et vos clients.\",\"bottom_heading\":\"Exp\\u00e9rience des agents\",\"bottom_sub_heading\":\"D\\u00e9couvrez des fonctionnalit\\u00e9s puissantes pour les agents\",\"bottom_details\":\"QRPay Pro offre une gamme de fonctionnalit\\u00e9s robustes con\\u00e7ues sp\\u00e9cifiquement pour permettre aux agents de g\\u00e9rer efficacement les transactions financi\\u00e8res. Explorez ces fonctionnalit\\u00e9s cl\\u00e9s con\\u00e7ues pour am\\u00e9liorer votre agent\"},\"hi\":{\"heading\":\"\\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0938\\u0936\\u0915\\u094d\\u0924 \\u092c\\u0928\\u093e\\u0928\\u093e\",\"sub_heading\":\"QRPay Pro \\u090f\\u091c\\u0947\\u0902\\u091f \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u0940 \\u0936\\u0915\\u094d\\u0924\\u093f \\u0915\\u094b \\u0909\\u091c\\u093e\\u0917\\u0930 \\u0915\\u0930\\u0947\\u0902\",\"details\":\"QRPay Pro \\u0915\\u0940 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u092e\\u0947\\u0902 \\u0906\\u092a\\u0915\\u093e \\u0938\\u094d\\u0935\\u093e\\u0917\\u0924 \\u0939\\u0948, \\u091c\\u0939\\u093e\\u0901 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0914\\u0930 \\u0926\\u0915\\u094d\\u0937\\u0924\\u093e \\u090f\\u0915 \\u0926\\u0942\\u0938\\u0930\\u0947 \\u0938\\u0947 \\u092e\\u093f\\u0932\\u0924\\u0940 \\u0939\\u0948\\u0964 \\u0939\\u092e\\u093e\\u0930\\u093e \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0906\\u092a\\u0915\\u0947 \\u091c\\u0948\\u0938\\u0947 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0936\\u0915\\u094d\\u0924\\u093f\\u0936\\u093e\\u0932\\u0940 \\u091f\\u0942\\u0932 \\u0914\\u0930 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u090f\\u0915 \\u0938\\u0947\\u091f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0936\\u0915\\u094d\\u0924 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948 \\u091c\\u094b \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0938\\u0941\\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093f\\u0924 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u091a\\u093e\\u0939\\u0947 \\u0906\\u092a \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902, \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902, \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902, \\u092f\\u093e \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0914\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u091c\\u0948\\u0938\\u0940 \\u0905\\u0924\\u093f\\u0930\\u093f\\u0915\\u094d\\u0924 \\u0938\\u0947\\u0935\\u093e\\u090f\\u0901 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930 \\u0930\\u0939\\u0947 \\u0939\\u094b\\u0902, QRPay Pro \\u0906\\u092a\\u0915\\u0940 \\u092e\\u0926\\u0926 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964\\r\\n\\r\\n\\u090f\\u0915 QRPay Pro \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0930\\u0942\\u092a \\u092e\\u0947\\u0902, \\u0906\\u092a \\u0938\\u0939\\u091c \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923, \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u0914\\u0930 \\u0939\\u092e\\u093e\\u0930\\u0947 \\u0932\\u093e\\u092d \\u0932\\u0949\\u0917 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0901\\u091a \\u0915\\u093e \\u0906\\u0928\\u0902\\u0926 \\u0932\\u0947\\u0902\\u0917\\u0947\\u0964 \\u0939\\u092e\\u093e\\u0930\\u093e \\u0938\\u0939\\u091c \\u091c\\u094d\\u091e\\u093e\\u0928 \\u092f\\u0941\\u0915\\u094d\\u0924 \\u0907\\u0902\\u091f\\u0930\\u092b\\u093c\\u0947\\u0938 \\u0914\\u0930 QR \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0914\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915 \\u0926\\u094b\\u0928\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b\\u0924\\u093e \\u0939\\u0948\\u0964\",\"bottom_heading\":\"\\u090f\\u091c\\u0947\\u0902\\u091f \\u0905\\u0928\\u0941\\u092d\\u0935\",\"bottom_sub_heading\":\"\\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0936\\u0915\\u094d\\u0924\\u093f\\u0936\\u093e\\u0932\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u090f\\u0901 \\u0916\\u094b\\u091c\\u0947\\u0902\",\"bottom_details\":\"QRPay Pro \\u0915\\u0908 \\u0924\\u0930\\u0939 \\u0915\\u0940 \\u092e\\u091c\\u093c\\u092c\\u0942\\u0924 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u090f\\u0901 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0928\\u094d\\u0939\\u0947\\u0902 \\u0916\\u093e\\u0938 \\u0924\\u094c\\u0930 \\u092a\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u094b \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0915\\u0941\\u0936\\u0932\\u0924\\u093e\\u092a\\u0942\\u0930\\u094d\\u0935\\u0915 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0915\\u094d\\u0937\\u092e \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0921\\u093f\\u091c\\u093c\\u093e\\u0907\\u0928 \\u0915\\u093f\\u092f\\u093e \\u0917\\u092f\\u093e \\u0939\\u0948\\u0964 \\u0905\\u092a\\u0928\\u0947 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u094b \\u092c\\u0947\\u0939\\u0924\\u0930 \\u092c\\u0928\\u093e\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0924\\u0948\\u092f\\u093e\\u0930 \\u0915\\u0940 \\u0917\\u0908 \\u0907\\u0928 \\u092a\\u094d\\u0930\\u092e\\u0941\\u0916 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u0913\\u0902 \\u0915\\u093e \\u092a\\u0924\\u093e \\u0932\\u0917\\u093e\\u090f\\u0901\"}},\"items\":{\"6603c3d4cdaa2\":{\"language\":{\"en\":{\"title\":\"In-App Wallet\",\"icon\":\"las la-wallet\",\"sub_title\":\"Manage your funds conveniently with the QRPay Pro in-app wallet. Store your earnings securely and access them whenever you need to facilitate transactions seamlessly.\"},\"es\":{\"title\":\"Monedero en la aplicaci\\u00f3n\",\"icon\":\"las la-wallet\",\"sub_title\":\"Administre sus fondos c\\u00f3modamente con la billetera en la aplicaci\\u00f3n QRPay Pro. Almacene sus ganancias de forma segura y acceda a ellas siempre que necesite para facilitar las transacciones sin problemas.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629 \\u062f\\u0627\\u062e\\u0644 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642\",\"icon\":\"las la-wallet\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0623\\u0645\\u0648\\u0627\\u0644\\u0643 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629 \\u0628\\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0645\\u062d\\u0641\\u0638\\u0629 QRPay Pro \\u062f\\u0627\\u062e\\u0644 \\u0627\\u0644\\u062a\\u0637\\u0628\\u064a\\u0642. \\u0642\\u0645 \\u0628\\u062a\\u062e\\u0632\\u064a\\u0646 \\u0623\\u0631\\u0628\\u0627\\u062d\\u0643 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0648\\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u064a\\u0647\\u0627 \\u0639\\u0646\\u062f\\u0645\\u0627 \\u062a\\u062d\\u062a\\u0627\\u062c \\u0625\\u0644\\u0649 \\u062a\\u0633\\u0647\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629.\"},\"fr\":{\"title\":\"Portefeuille int\\u00e9gr\\u00e9 \\u00e0 l\'application\",\"icon\":\"las la-wallet\",\"sub_title\":\"G\\u00e9rez facilement vos fonds avec le portefeuille int\\u00e9gr\\u00e9 QRPay Pro. Stockez vos gains en toute s\\u00e9curit\\u00e9 et acc\\u00e9dez-y chaque fois que vous en avez besoin pour faciliter les transactions en toute transparence.\"},\"hi\":{\"title\":\"\\u0907\\u0928-\\u0910\\u092a \\u0935\\u0949\\u0932\\u0947\\u091f\",\"icon\":\"las la-wallet\",\"sub_title\":\"QRPay Pro \\u0907\\u0928-\\u0910\\u092a \\u0935\\u0949\\u0932\\u0947\\u091f \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0947 \\u092b\\u0902\\u0921 \\u0915\\u094b \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0924\\u0930\\u0940\\u0915\\u0947 \\u0938\\u0947 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0905\\u092a\\u0928\\u0940 \\u0915\\u092e\\u093e\\u0908 \\u0915\\u094b \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0938\\u094d\\u091f\\u094b\\u0930 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u091c\\u092c \\u092d\\u0940 \\u0906\\u092a\\u0915\\u094b \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u094b \\u0938\\u0939\\u091c\\u0924\\u093e \\u0938\\u0947 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u0940 \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e \\u0939\\u094b, \\u0924\\u092c \\u0909\\u0928\\u094d\\u0939\\u0947\\u0902 \\u090f\\u0915\\u094d\\u0938\\u0947\\u0938 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6603c3d4cdaa2\"},\"6603c5555d7c1\":{\"language\":{\"en\":{\"title\":\"Send Money\",\"icon\":\"lab la-telegram-plane\",\"sub_title\":\"Transfer funds agent to agent securely and swiftly between agents within the QRPay Pro network, ensuring seamless transactions for your customers.\"},\"es\":{\"title\":\"Enviar dinero\",\"icon\":\"lab la-telegram-plane\",\"sub_title\":\"Transfiera fondos de agente a agente de forma segura y r\\u00e1pida entre agentes dentro de la red QRPay Pro, garantizando transacciones fluidas para sus clientes.\"},\"ar\":{\"title\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"icon\":\"lab la-telegram-plane\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0645\\u0646 \\u0648\\u0643\\u064a\\u0644 \\u0625\\u0644\\u0649 \\u0648\\u0643\\u064a\\u0644 \\u0628\\u0634\\u0643\\u0644 \\u0622\\u0645\\u0646 \\u0648\\u0633\\u0631\\u064a\\u0639 \\u0628\\u064a\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u062f\\u0627\\u062e\\u0644 \\u0634\\u0628\\u0643\\u0629 QRPay Pro\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0633\\u0644\\u0633\\u0629 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643.\"},\"fr\":{\"title\":\"Envoyer de l\'argent\",\"icon\":\"lab la-telegram-plane\",\"sub_title\":\"Transf\\u00e9rez des fonds d\'agent \\u00e0 agent de mani\\u00e8re s\\u00e9curis\\u00e9e et rapide entre les agents du r\\u00e9seau QRPay Pro, garantissant ainsi des transactions transparentes pour vos clients.\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u092d\\u0947\\u091c\\u0928\\u093e\",\"icon\":\"lab la-telegram-plane\",\"sub_title\":\"QRPay Pro \\u092a\\u094d\\u0930\\u094b \\u0928\\u0947\\u091f\\u0935\\u0930\\u094d\\u0915 \\u0915\\u0947 \\u092d\\u0940\\u0924\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0915\\u0947 \\u092c\\u0940\\u091a \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0914\\u0930 \\u0924\\u0947\\u091c\\u0940 \\u0938\\u0947 \\u092b\\u0902\\u0921 \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u0930 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a\\u0915\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b \\u0938\\u0915\\u0947\\u0964\"}},\"id\":\"6603c5555d7c1\"},\"6603c5a1212da\":{\"language\":{\"en\":{\"title\":\"Receive Money\",\"icon\":\"las la-receipt\",\"sub_title\":\"Accept payments from other agents with ease, providing a convenient way to receive funds and expand your business capabilities.\"},\"es\":{\"title\":\"Recibir dinero\",\"icon\":\"las la-receipt\",\"sub_title\":\"Acepte pagos de otros agentes con facilidad, lo que brinda una forma conveniente de recibir fondos y ampliar sus capacidades comerciales.\"},\"ar\":{\"title\":\"\\u0625\\u0633\\u062a\\u0644\\u0645 \\u0646\\u0642\\u0648\\u062f\",\"icon\":\"las la-receipt\",\"sub_title\":\"\\u0627\\u0642\\u0628\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\\u0627\\u062a \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0627\\u0644\\u0622\\u062e\\u0631\\u064a\\u0646 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u0637\\u0631\\u064a\\u0642\\u0629 \\u0645\\u0646\\u0627\\u0633\\u0628\\u0629 \\u0644\\u062a\\u0644\\u0642\\u064a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0648\\u062a\\u0648\\u0633\\u064a\\u0639 \\u0642\\u062f\\u0631\\u0627\\u062a \\u0639\\u0645\\u0644\\u0643.\"},\"fr\":{\"title\":\"Recevoir de l\'argent\",\"icon\":\"las la-receipt\",\"sub_title\":\"Acceptez facilement les paiements d\'autres agents, offrant ainsi un moyen pratique de recevoir des fonds et d\'\\u00e9tendre vos capacit\\u00e9s commerciales.\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902\",\"icon\":\"las la-receipt\",\"sub_title\":\"\\u0905\\u0928\\u094d\\u092f \\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0938\\u0947 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0938\\u094d\\u0935\\u0940\\u0915\\u093e\\u0930 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0927\\u0928 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0928\\u0947 \\u0914\\u0930 \\u0905\\u092a\\u0928\\u0940 \\u0935\\u094d\\u092f\\u093e\\u0935\\u0938\\u093e\\u092f\\u093f\\u0915 \\u0915\\u094d\\u0937\\u092e\\u0924\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0935\\u093f\\u0938\\u094d\\u0924\\u093e\\u0930 \\u0915\\u0930\\u0928\\u0947 \\u0915\\u093e \\u090f\\u0915 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e\\u091c\\u0928\\u0915 \\u0924\\u0930\\u0940\\u0915\\u093e \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0939\\u094b\\u0917\\u093e\\u0964\"}},\"id\":\"6603c5a1212da\"},\"6603c5f5024e7\":{\"language\":{\"en\":{\"title\":\"Add Money\",\"icon\":\"las la-plus-circle\",\"sub_title\":\"Replenish your account balance through manual or automatic methods like PayPal, Stripe, or Flutterwave, ensuring you always have funds available for transactions.\"},\"es\":{\"title\":\"Agregar dinero\",\"icon\":\"las la-plus-circle\",\"sub_title\":\"Reponga el saldo de su cuenta a trav\\u00e9s de m\\u00e9todos manuales o autom\\u00e1ticos como PayPal, Stripe o Flutterwave, asegur\\u00e1ndose de tener siempre fondos disponibles para las transacciones.\"},\"ar\":{\"title\":\"\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0627\\u0644\\u0645\\u0627\\u0644\",\"icon\":\"las la-plus-circle\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062c\\u062f\\u064a\\u062f \\u0631\\u0635\\u064a\\u062f \\u062d\\u0633\\u0627\\u0628\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u0637\\u0631\\u0642 \\u0627\\u0644\\u064a\\u062f\\u0648\\u064a\\u0629 \\u0623\\u0648 \\u0627\\u0644\\u062a\\u0644\\u0642\\u0627\\u0626\\u064a\\u0629 \\u0645\\u062b\\u0644 PayPal \\u0623\\u0648 Stripe \\u0623\\u0648 Flutterwave\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u062a\\u0648\\u0641\\u0631 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0627\\u0626\\u0645\\u064b\\u0627 \\u0644\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a.\"},\"fr\":{\"title\":\"Ajouter de l\'argent\",\"icon\":\"las la-plus-circle\",\"sub_title\":\"Reconstituez le solde de votre compte via des m\\u00e9thodes manuelles ou automatiques telles que PayPal, Stripe ou Flutterwave, en vous assurant de toujours disposer de fonds disponibles pour les transactions.\"},\"hi\":{\"title\":\"\\u092a\\u0948\\u0938\\u0947 \\u091c\\u094b\\u0921\\u093c\\u0947\\u0902\",\"icon\":\"las la-plus-circle\",\"sub_title\":\"\\u092a\\u0947\\u092a\\u0948\\u0932, \\u0938\\u094d\\u091f\\u094d\\u0930\\u093e\\u0907\\u092a \\u092f\\u093e \\u092b\\u093c\\u094d\\u0932\\u091f\\u0930\\u0935\\u0947\\u0935 \\u091c\\u0948\\u0938\\u0947 \\u092e\\u0948\\u0928\\u094d\\u092f\\u0941\\u0905\\u0932 \\u092f\\u093e \\u0938\\u094d\\u0935\\u091a\\u093e\\u0932\\u093f\\u0924 \\u0924\\u0930\\u0940\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0905\\u092a\\u0928\\u0947 \\u0916\\u093e\\u0924\\u0947 \\u0915\\u0940 \\u0936\\u0947\\u0937 \\u0930\\u093e\\u0936\\u093f \\u0915\\u0940 \\u092d\\u0930\\u092a\\u093e\\u0908 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092f\\u0939 \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0939\\u094b \\u0938\\u0915\\u0947 \\u0915\\u093f \\u0906\\u092a\\u0915\\u0947 \\u092a\\u093e\\u0938 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0939\\u092e\\u0947\\u0936\\u093e \\u0927\\u0928 \\u0909\\u092a\\u0932\\u092c\\u094d\\u0927 \\u0930\\u0939\\u0947\\u0964\"}},\"id\":\"6603c5f5024e7\"},\"6603c6a7ccab3\":{\"language\":{\"en\":{\"title\":\"Money In\",\"icon\":\"las la-comment-dollar\",\"sub_title\":\"Facilitate transactions from agents to users seamlessly, providing a smooth experience for customers and boosting your business credibility.\"},\"es\":{\"title\":\"Dinero en\",\"icon\":\"las la-comment-dollar\",\"sub_title\":\"Facilite las transacciones de agentes a usuarios sin problemas, brindando una experiencia fluida a los clientes y aumentando la credibilidad de su negocio.\"},\"ar\":{\"title\":\"\\u0627\\u0644\\u0645\\u0627\\u0644 \\u0641\\u064a\",\"icon\":\"las la-comment-dollar\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0633\\u0647\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0645\\u0646 \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0628\\u0633\\u0644\\u0627\\u0633\\u0629\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0633\\u0644\\u0633\\u0629 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621 \\u0648\\u064a\\u0639\\u0632\\u0632 \\u0645\\u0635\\u062f\\u0627\\u0642\\u064a\\u0629 \\u0639\\u0645\\u0644\\u0643.\"},\"fr\":{\"title\":\"Dinero en\",\"icon\":\"las la-comment-dollar\",\"sub_title\":\"Facilitez les transactions des agents aux utilisateurs de mani\\u00e8re transparente, en offrant une exp\\u00e9rience fluide aux clients et en renfor\\u00e7ant la cr\\u00e9dibilit\\u00e9 de votre entreprise.\"},\"hi\":{\"title\":\"\\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u093e\",\"icon\":\"las la-comment-dollar\",\"sub_title\":\"\\u090f\\u091c\\u0947\\u0902\\u091f\\u094b\\u0902 \\u0938\\u0947 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0924\\u0915 \\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0940 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u094b \\u090f\\u0915 \\u0938\\u0939\\u091c \\u0905\\u0928\\u0941\\u092d\\u0935 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0939\\u094b \\u0914\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u0935\\u094d\\u092f\\u0935\\u0938\\u093e\\u092f \\u0915\\u0940 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f\\u0924\\u093e \\u092c\\u0922\\u093c\\u0947\\u0964\"}},\"id\":\"6603c6a7ccab3\"},\"6603c6f949029\":{\"language\":{\"en\":{\"title\":\"Withdraw\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"Safely withdraw funds with automatic support through Flutterwave integration, ensuring quick and hassle-free access to your earnings and also manual withdraw system.\"},\"es\":{\"title\":\"Retirar\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"Retire fondos de forma segura con soporte autom\\u00e1tico a trav\\u00e9s de la integraci\\u00f3n de Flutterwave, lo que garantiza un acceso r\\u00e1pido y sin complicaciones a sus ganancias y tambi\\u00e9n al sistema de retiro manual.\"},\"ar\":{\"title\":\"\\u064a\\u0646\\u0633\\u062d\\u0628\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0628\\u0623\\u0645\\u0627\\u0646 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0627\\u0644\\u062f\\u0639\\u0645 \\u0627\\u0644\\u062a\\u0644\\u0642\\u0627\\u0626\\u064a \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u0643\\u0627\\u0645\\u0644 Flutterwave\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0636\\u0645\\u0646 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639 \\u0648\\u0627\\u0644\\u062e\\u0627\\u0644\\u064a \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0627\\u0639\\u0628 \\u0625\\u0644\\u0649 \\u0623\\u0631\\u0628\\u0627\\u062d\\u0643 \\u0648\\u0643\\u0630\\u0644\\u0643 \\u0646\\u0638\\u0627\\u0645 \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0627\\u0644\\u064a\\u062f\\u0648\\u064a.\"},\"fr\":{\"title\":\"Retirer\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"Retirez des fonds en toute s\\u00e9curit\\u00e9 avec la prise en charge automatique gr\\u00e2ce \\u00e0 l\'int\\u00e9gration Flutterwave, garantissant un acc\\u00e8s rapide et sans tracas \\u00e0 vos gains ainsi qu\'un syst\\u00e8me de retrait manuel.\"},\"hi\":{\"title\":\"\\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u093e\",\"icon\":\"las la-file-invoice-dollar\",\"sub_title\":\"\\u092b\\u093c\\u094d\\u0932\\u091f\\u0930\\u0935\\u0947\\u0935 \\u090f\\u0915\\u0940\\u0915\\u0930\\u0923 \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0938\\u094d\\u0935\\u091a\\u093e\\u0932\\u093f\\u0924 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0930\\u0942\\u092a \\u0938\\u0947 \\u0927\\u0928 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0947\\u0902, \\u0905\\u092a\\u0928\\u0940 \\u0915\\u092e\\u093e\\u0908 \\u0924\\u0915 \\u0924\\u094d\\u0935\\u0930\\u093f\\u0924 \\u0914\\u0930 \\u092a\\u0930\\u0947\\u0936\\u093e\\u0928\\u0940 \\u092e\\u0941\\u0915\\u094d\\u0924 \\u092a\\u0939\\u0941\\u0902\\u091a \\u0938\\u0941\\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u092e\\u0948\\u0928\\u094d\\u092f\\u0941\\u0905\\u0932 \\u0928\\u093f\\u0915\\u093e\\u0938\\u0940 \\u092a\\u094d\\u0930\\u0923\\u093e\\u0932\\u0940 \\u092d\\u0940\\u0964\"}},\"id\":\"6603c6f949029\"},\"6603c748a85d7\":{\"language\":{\"en\":{\"title\":\"Send Remittance\",\"icon\":\"las la-globe\",\"sub_title\":\"Transfer money internationally or domestically for your customers, leveraging QRPay Pro\'s reliable remittance services for efficient cross-border transactions.\"},\"es\":{\"title\":\"Enviar remesa\",\"icon\":\"las la-globe\",\"sub_title\":\"Transfiera dinero a nivel nacional o internacional para sus clientes, aprovechando los confiables servicios de remesas de QRPay Pro para transacciones transfronterizas eficientes.\"},\"ar\":{\"title\":\"\\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\",\"icon\":\"las la-globe\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u062f\\u0648\\u0644\\u064a\\u064b\\u0627 \\u0623\\u0648 \\u0645\\u062d\\u0644\\u064a\\u064b\\u0627 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643\\u060c \\u0645\\u0639 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0627\\u062f\\u0629 \\u0645\\u0646 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0642\\u062f\\u0645\\u0647\\u0627 QRPay Pro \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0641\\u0639\\u0627\\u0644\\u0629 \\u0639\\u0628\\u0631 \\u0627\\u0644\\u062d\\u062f\\u0648\\u062f.\"},\"fr\":{\"title\":\"Envoyer un versement\",\"icon\":\"las la-globe\",\"sub_title\":\"Transf\\u00e9rez de l\'argent \\u00e0 l\'\\u00e9chelle internationale ou nationale pour vos clients, en tirant parti des services de transfert de fonds fiables de QRPay Pro pour des transactions transfrontali\\u00e8res efficaces.\"},\"hi\":{\"title\":\"\\u0927\\u0928 \\u092d\\u0947\\u091c\\u0947\\u0902\",\"icon\":\"las la-globe\",\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0905\\u0902\\u0924\\u0930\\u0930\\u093e\\u0937\\u094d\\u091f\\u094d\\u0930\\u0940\\u092f \\u092f\\u093e \\u0918\\u0930\\u0947\\u0932\\u0942 \\u0938\\u094d\\u0924\\u0930 \\u092a\\u0930 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902, \\u0915\\u0941\\u0936\\u0932 \\u0938\\u0940\\u092e\\u093e-\\u092a\\u093e\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f QRPay Pro \\u0915\\u0940 \\u0935\\u093f\\u0936\\u094d\\u0935\\u0938\\u0928\\u0940\\u092f \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0938\\u0947\\u0935\\u093e\\u0913\\u0902 \\u0915\\u093e \\u0932\\u093e\\u092d \\u0909\\u0920\\u093e\\u090f\\u0902\\u0964\"}},\"id\":\"6603c748a85d7\"},\"6603c7a81fac8\":{\"language\":{\"en\":{\"title\":\"Saved My Sender & Receiver\",\"icon\":\"las la-user-check\",\"sub_title\":\"Keep track of frequent senders and receivers for remittance transactions, streamlining your operations and providing personalized service to clients.\"},\"es\":{\"title\":\"Guard\\u00e9 mi remitente y destinatario\",\"icon\":\"las la-user-check\",\"sub_title\":\"Realice un seguimiento de los remitentes y receptores frecuentes de transacciones de remesas, agilizando sus operaciones y brindando un servicio personalizado a los clientes.\"},\"ar\":{\"title\":\"\\u062a\\u0645 \\u062d\\u0641\\u0638 \\u0627\\u0644\\u0645\\u0631\\u0633\\u0644 \\u0648\\u0627\\u0644\\u0645\\u0633\\u062a\\u0642\\u0628\\u0644\",\"icon\":\"las la-user-check\",\"sub_title\":\"\\u062a\\u062a\\u0628\\u0639 \\u0627\\u0644\\u0645\\u0631\\u0633\\u0644\\u064a\\u0646 \\u0648\\u0627\\u0644\\u0645\\u0633\\u062a\\u0642\\u0628\\u0644\\u064a\\u0646 \\u0627\\u0644\\u0645\\u062a\\u0643\\u0631\\u0631\\u064a\\u0646 \\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\\u060c \\u0648\\u062a\\u0628\\u0633\\u064a\\u0637 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a\\u0643 \\u0648\\u062a\\u0648\\u0641\\u064a\\u0631 \\u062e\\u062f\\u0645\\u0629 \\u0645\\u062e\\u0635\\u0635\\u0629 \\u0644\\u0644\\u0639\\u0645\\u0644\\u0627\\u0621.\"},\"fr\":{\"title\":\"Enregistr\\u00e9 mon exp\\u00e9diteur et mon destinataire\",\"icon\":\"las la-user-check\",\"sub_title\":\"Gardez une trace des exp\\u00e9diteurs et des destinataires fr\\u00e9quents pour les transactions de transfert de fonds, en rationalisant vos op\\u00e9rations et en fournissant un service personnalis\\u00e9 aux clients.\"},\"hi\":{\"title\":\"\\u092e\\u0947\\u0930\\u0947 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0915 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e \\u0915\\u094b \\u0938\\u0939\\u0947\\u091c\\u093e \\u0917\\u092f\\u093e\",\"icon\":\"las la-user-check\",\"sub_title\":\"\\u0927\\u0928-\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u0917\\u093e\\u0924\\u093e\\u0930 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0915\\u094b\\u0902 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u092a\\u0930 \\u0928\\u091c\\u093c\\u0930 \\u0930\\u0916\\u0947\\u0902, \\u0905\\u092a\\u0928\\u0947 \\u092a\\u0930\\u093f\\u091a\\u093e\\u0932\\u0928 \\u0915\\u094b \\u0938\\u0941\\u0935\\u094d\\u092f\\u0935\\u0938\\u094d\\u0925\\u093f\\u0924 \\u0915\\u0930\\u0947\\u0902 \\u0914\\u0930 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u094b \\u0935\\u094d\\u092f\\u0915\\u094d\\u0924\\u093f\\u0917\\u0924 \\u0938\\u0947\\u0935\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6603c7a81fac8\"},\"6603c7f57798c\":{\"language\":{\"en\":{\"title\":\"Profits Log\",\"icon\":\"las la-coins\",\"sub_title\":\"Gain insights into your earnings with a detailed profits log, allowing you to monitor commissions, fees, and overall financial performance conveniently.\"},\"es\":{\"title\":\"Registro de ganancias\",\"icon\":\"las la-coins\",\"sub_title\":\"Obtenga informaci\\u00f3n sobre sus ganancias con un registro de ganancias detallado, que le permitir\\u00e1 monitorear c\\u00f3modamente las comisiones, tarifas y el desempe\\u00f1o financiero general.\"},\"ar\":{\"title\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u0623\\u0631\\u0628\\u0627\\u062d\",\"icon\":\"las la-coins\",\"sub_title\":\"\\u0627\\u062d\\u0635\\u0644 \\u0639\\u0644\\u0649 \\u0631\\u0624\\u0649 \\u062d\\u0648\\u0644 \\u0623\\u0631\\u0628\\u0627\\u062d\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u0633\\u062c\\u0644 \\u0623\\u0631\\u0628\\u0627\\u062d \\u0645\\u0641\\u0635\\u0644\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0633\\u0645\\u062d \\u0644\\u0643 \\u0628\\u0645\\u0631\\u0627\\u0642\\u0628\\u0629 \\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0648\\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0623\\u062f\\u0627\\u0621 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0627\\u0645 \\u0628\\u0633\\u0647\\u0648\\u0644\\u0629.\"},\"fr\":{\"title\":\"Journal des b\\u00e9n\\u00e9fices\",\"icon\":\"las la-coins\",\"sub_title\":\"Obtenez des informations sur vos revenus gr\\u00e2ce \\u00e0 un journal d\\u00e9taill\\u00e9 des b\\u00e9n\\u00e9fices, vous permettant de surveiller facilement les commissions, les frais et les performances financi\\u00e8res globales.\"},\"hi\":{\"title\":\"\\u0932\\u093e\\u092d \\u0932\\u0949\\u0917\",\"icon\":\"las la-coins\",\"sub_title\":\"\\u0935\\u093f\\u0938\\u094d\\u0924\\u0943\\u0924 \\u0932\\u093e\\u092d \\u0932\\u0949\\u0917 \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0940 \\u0915\\u092e\\u093e\\u0908 \\u0915\\u0947 \\u092c\\u093e\\u0930\\u0947 \\u092e\\u0947\\u0902 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u092a\\u094d\\u0930\\u093e\\u092a\\u094d\\u0924 \\u0915\\u0930\\u0947\\u0902, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u0906\\u092a \\u0915\\u092e\\u0940\\u0936\\u0928, \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0938\\u092e\\u0917\\u094d\\u0930 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u092a\\u094d\\u0930\\u0926\\u0930\\u094d\\u0936\\u0928 \\u0915\\u0940 \\u0906\\u0938\\u093e\\u0928\\u0940 \\u0938\\u0947 \\u0928\\u093f\\u0917\\u0930\\u093e\\u0928\\u0940 \\u0915\\u0930 \\u0938\\u0915\\u0947\\u0902\\u0964\"}},\"id\":\"6603c7f57798c\"},\"6603c9017f51d\":{\"language\":{\"en\":{\"title\":\"Bill Pay & Mobile TopUp\",\"icon\":\"las la-mobile\",\"sub_title\":\"Offer additional services such as bill payments and mobile top-ups, providing a comprehensive solution for your customers\' financial needs.\"},\"es\":{\"title\":\"Pago de facturas y recarga m\\u00f3vil\",\"icon\":\"las la-mobile\",\"sub_title\":\"Ofrece servicios adicionales como pago de facturas y recargas m\\u00f3viles, brindando una soluci\\u00f3n integral a las necesidades financieras de tus clientes.\"},\"ar\":{\"title\":\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0648\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\",\"icon\":\"las la-mobile\",\"sub_title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0642\\u062f\\u064a\\u0645 \\u062e\\u062f\\u0645\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629 \\u0645\\u062b\\u0644 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0648\\u062a\\u0639\\u0628\\u0626\\u0629 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\u060c \\u0645\\u0645\\u0627 \\u064a\\u0648\\u0641\\u0631 \\u062d\\u0644\\u0627\\u064b \\u0634\\u0627\\u0645\\u0644\\u0627\\u064b \\u0644\\u0644\\u0627\\u062d\\u062a\\u064a\\u0627\\u062c\\u0627\\u062a \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0644\\u0639\\u0645\\u0644\\u0627\\u0626\\u0643.\"},\"fr\":{\"title\":\"Paiement de factures et recharge mobile\",\"icon\":\"las la-mobile\",\"sub_title\":\"Proposez des services suppl\\u00e9mentaires tels que le paiement de factures et les recharges mobiles, offrant ainsi une solution compl\\u00e8te aux besoins financiers de vos clients.\"},\"hi\":{\"title\":\"\\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0914\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a\\u0905\\u092a\",\"icon\":\"las la-mobile\",\"sub_title\":\"\\u0905\\u092a\\u0928\\u0947 \\u0917\\u094d\\u0930\\u093e\\u0939\\u0915\\u094b\\u0902 \\u0915\\u0940 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u0906\\u0935\\u0936\\u094d\\u092f\\u0915\\u0924\\u093e\\u0913\\u0902 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u090f\\u0915 \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0938\\u092e\\u093e\\u0927\\u093e\\u0928 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0947 \\u0939\\u0941\\u090f, \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0914\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u091c\\u0948\\u0938\\u0940 \\u0905\\u0924\\u093f\\u0930\\u093f\\u0915\\u094d\\u0924 \\u0938\\u0947\\u0935\\u093e\\u090f\\u0902 \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0947\\u0902\\u0964\"}},\"id\":\"6603c9017f51d\"},\"6603c947b9f0c\":{\"language\":{\"en\":{\"title\":\"QR Code Support\",\"icon\":\"las la-qrcode\",\"sub_title\":\"Leverage QR codes for seamless transactions. QRPay Pro\'s QR code support enhances the user experience, making payments and transfers swift and secure.\"},\"es\":{\"title\":\"Soporte de c\\u00f3digo QR\",\"icon\":\"las la-qrcode\",\"sub_title\":\"Aproveche los c\\u00f3digos QR para transacciones fluidas. La compatibilidad con c\\u00f3digos QR de QRPay Pro mejora la experiencia del usuario, haciendo que los pagos y las transferencias sean r\\u00e1pidos y seguros.\"},\"ar\":{\"title\":\"\\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629\",\"icon\":\"las la-qrcode\",\"sub_title\":\"\\u0627\\u0633\\u062a\\u0641\\u062f \\u0645\\u0646 \\u0631\\u0645\\u0648\\u0632 QR \\u0644\\u0625\\u062c\\u0631\\u0627\\u0621 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0633\\u0644\\u0633\\u0629. \\u064a\\u0639\\u0645\\u0644 \\u062f\\u0639\\u0645 \\u0631\\u0645\\u0632 \\u0627\\u0644\\u0627\\u0633\\u062a\\u062c\\u0627\\u0628\\u0629 \\u0627\\u0644\\u0633\\u0631\\u064a\\u0639\\u0629 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0640 QRPay Pro \\u0639\\u0644\\u0649 \\u062a\\u062d\\u0633\\u064a\\u0646 \\u062a\\u062c\\u0631\\u0628\\u0629 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u060c \\u0645\\u0645\\u0627 \\u064a\\u062c\\u0639\\u0644 \\u0639\\u0645\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0648\\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0633\\u0631\\u064a\\u0639\\u0629 \\u0648\\u0622\\u0645\\u0646\\u0629.\"},\"fr\":{\"title\":\"Prise en charge des codes QR\",\"icon\":\"las la-qrcode\",\"sub_title\":\"Tirez parti des codes QR pour des transactions fluides. La prise en charge du code QR de QRPay Pro am\\u00e9liore l\'exp\\u00e9rience utilisateur, rendant les paiements et les transferts rapides et s\\u00e9curis\\u00e9s.\"},\"hi\":{\"title\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930 \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928\",\"icon\":\"las la-qrcode\",\"sub_title\":\"\\u0928\\u093f\\u0930\\u094d\\u092c\\u093e\\u0927 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f QR \\u0915\\u094b\\u0921 \\u0915\\u093e \\u0932\\u093e\\u092d \\u0909\\u0920\\u093e\\u090f\\u0901\\u0964 QRPay Pro \\u0915\\u093e QR \\u0915\\u094b\\u0921 \\u0938\\u092e\\u0930\\u094d\\u0925\\u0928 \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u094b \\u092c\\u0947\\u0939\\u0924\\u0930 \\u092c\\u0928\\u093e\\u0924\\u093e \\u0939\\u0948, \\u091c\\u093f\\u0938\\u0938\\u0947 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0914\\u0930 \\u0938\\u094d\\u0925\\u093e\\u0928\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0924\\u0947\\u091c\\u093c \\u0914\\u0930 \\u0938\\u0941\\u0930\\u0915\\u094d\\u0937\\u093f\\u0924 \\u0939\\u094b \\u091c\\u093e\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964\"}},\"id\":\"6603c947b9f0c\"}}}', 1, NULL, '2024-03-27 16:15:21', '2024-11-13 16:10:18');
INSERT INTO `site_sections` (`id`, `key`, `value`, `status`, `serialize`, `created_at`, `updated_at`) VALUES
(23, 'agent-app-section', '{\"images\":{\"site_image\":\"2ec5235e-94cb-4dc5-8c52-d4c24800a6db.webp\",\"google_play\":\"8f612987-e787-4f00-baab-caa51d549715.webp\",\"appple_store\":\"b4924595-c699-482f-ae7a-e32d738695f6.webp\"},\"language\":{\"en\":{\"title\":\"Download Our New App\",\"details\":\"Experience the power of financial management at your fingertips with the QRPay Pro Agent App. Download our app today to access a world of convenience and efficiency in handling money transfers, remittances, bill payments, and more.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"es\":{\"title\":\"Descarga nuestra nueva aplicaci\\u00f3n\",\"details\":\"Experimente el poder de la gesti\\u00f3n financiera a su alcance con la aplicaci\\u00f3n QRPay Pro Agent. Descargue nuestra aplicaci\\u00f3n hoy para acceder a un mundo de conveniencia y eficiencia en el manejo de transferencias de dinero, remesas, pagos de facturas y m\\u00e1s.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"ar\":{\"title\":\"\\u0642\\u0645 \\u0628\\u062a\\u0646\\u0632\\u064a\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0646\\u0627 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\",\"details\":\"\\u0627\\u0633\\u062a\\u0645\\u062a\\u0639 \\u0628\\u062a\\u062c\\u0631\\u0628\\u0629 \\u0642\\u0648\\u0629 \\u0627\\u0644\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0645\\u0627\\u0644\\u064a\\u0629 \\u0641\\u064a \\u0645\\u062a\\u0646\\u0627\\u0648\\u0644 \\u064a\\u062f\\u0643 \\u0645\\u0646 \\u062e\\u0644\\u0627\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642 QRPay Pro Agent. \\u0642\\u0645 \\u0628\\u062a\\u0646\\u0632\\u064a\\u0644 \\u062a\\u0637\\u0628\\u064a\\u0642\\u0646\\u0627 \\u0627\\u0644\\u064a\\u0648\\u0645 \\u0644\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u0639\\u0627\\u0644\\u0645 \\u0645\\u0646 \\u0627\\u0644\\u0631\\u0627\\u062d\\u0629 \\u0648\\u0627\\u0644\\u0643\\u0641\\u0627\\u0621\\u0629 \\u0641\\u064a \\u0627\\u0644\\u062a\\u0639\\u0627\\u0645\\u0644 \\u0645\\u0639 \\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0648\\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0648\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0648\\u0627\\u0644\\u0645\\u0632\\u064a\\u062f.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"fr\":{\"title\":\"T\\u00e9l\\u00e9chargez notre nouvelle application\",\"details\":\"D\\u00e9couvrez la puissance de la gestion financi\\u00e8re \\u00e0 port\\u00e9e de main avec l\'application QRPay Pro Agent. T\\u00e9l\\u00e9chargez notre application d\\u00e8s aujourd\'hui pour acc\\u00e9der \\u00e0 un monde de commodit\\u00e9 et d\'efficacit\\u00e9 dans la gestion des transferts d\'argent, des envois de fonds, des paiements de factures et bien plus encore.\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"},\"hi\":{\"title\":\"\\u0939\\u092e\\u093e\\u0930\\u093e \\u0928\\u092f\\u093e \\u0910\\u092a \\u0921\\u093e\\u0909\\u0928\\u0932\\u094b\\u0921 \\u0915\\u0930\\u0947\\u0902\",\"details\":\"QRPay Pro Agent App \\u0915\\u0947 \\u0938\\u093e\\u0925 \\u0905\\u092a\\u0928\\u0940 \\u0909\\u0902\\u0917\\u0932\\u093f\\u092f\\u094b\\u0902 \\u092a\\u0930 \\u0935\\u093f\\u0924\\u094d\\u0924\\u0940\\u092f \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u0928 \\u0915\\u0940 \\u0936\\u0915\\u094d\\u0924\\u093f \\u0915\\u093e \\u0905\\u0928\\u0941\\u092d\\u0935 \\u0915\\u0930\\u0947\\u0902\\u0964 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923, \\u0927\\u0928 \\u092a\\u094d\\u0930\\u0947\\u0937\\u0923, \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928, \\u0914\\u0930 \\u092c\\u0939\\u0941\\u0924 \\u0915\\u0941\\u091b \\u0938\\u0902\\u092d\\u093e\\u0932\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u0938\\u0941\\u0935\\u093f\\u0927\\u093e \\u0914\\u0930 \\u0926\\u0915\\u094d\\u0937\\u0924\\u093e \\u0915\\u0940 \\u0926\\u0941\\u0928\\u093f\\u092f\\u093e \\u0924\\u0915 \\u092a\\u0939\\u0941\\u0901\\u091a\\u0928\\u0947 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0906\\u091c \\u0939\\u0940 \\u0939\\u092e\\u093e\\u0930\\u093e \\u0910\\u092a \\u0921\\u093e\\u0909\\u0928\\u0932\\u094b\\u0921 \\u0915\\u0930\\u0947\\u0902\\u0964\",\"google_link\":\"https:\\/\\/play.google.com\",\"apple_link\":\"https:\\/\\/www.apple.com\\/store\"}}}', 1, NULL, '2024-03-27 19:15:57', '2024-11-13 16:11:10'),
(24, 'pricing-section', '{\"images\":{\"image\":\"cf503e0f-8da9-4357-adf4-ff1ec5026c8d.webp\"},\"language\":{\"en\":{\"heading\":\"Comprehensive Guide to QRPay Pro Fees, Charges, and Agent Profits\",\"sub_heading\":\"Explore the complete breakdown of transaction fees, charges, and agent commissions on the QRPay Pro platform. Learn how fixed and percentage-based charges apply to transfers, bill payments, and mobile top-ups. This guide helps you understand cost ranges, agent profits, and provides transparency in all your transactions.\",\"transfer_title\":\"Transfer Money Charges\",\"transfer_sub_title\":\"In the \\\"Transfer Money Charges\\\" section, users can view and manage fees associated with transferring money on the QRPay Pro platform. This includes\",\"bill_pay_title\":\"Bill Pay Charge\",\"bill_pay_sub_title\":\"The \\\"Bill Pay Charges\\\" section outlines the fees applied when users make bill payments through the QRPay Pro platform. Key components include\",\"mobile_topup_title\":\"Mobile Topup Charges\",\"mobile_topup_sub_title\":\"The \\\"Mobile Topup Charges\\\" section specifies the fees and commissions associated with mobile top-up transactions on the QRPay Pro platform. This section includes\",\"virtual_card_title\":\"Virtual Card Charges\",\"virtual_card_sub_title\":\"The \\\"Virtual Card Charges\\\" section specifies the fees and commissions associated with mobile top-up transactions on the QRPay Pro platform. This section includes:\",\"remittance_title\":\"Remittance Charges\",\"remittance_sub_title\":\"The \\\"Remittance Charges\\\" section outlines the fees applied when users send remittance through the QRPay Pro platform. Key components include:\",\"make_payment_title\":\"Make Payment Charges\",\"make_payment_sub_title\":\"The \\\"Make Payment Charges\\\" section specifies the fees and commissions associated with make payment transactions on the QRPay Pro platform. This section includes:\",\"request_money_title\":\"Request Money Charges\",\"request_money_sub_title\":\"The \\\"Request Money Charges\\\" section specifies the fees and commissions associated with request money transactions on the QRPay Pro platform. This section includes:\",\"pay_link_title\":\"Payment Link Charges\",\"pay_link_sub_title\":\"The \\\"Pay-Link Charges\\\" section specifies the fees and commissions associated with pay link transactions on the QRPay Pro platform. This section includes:\",\"money_out_title\":\"Money Out Charges\",\"money_out_sub_title\":\"The \\\"Money Out Charges\\\" section specifies the fees and commissions associated with money out  transactions on the QRPay Pro platform. This section includes:\",\"money_in_title\":\"Money In Charges\",\"money_in_sub_title\":\"The \\\"Money In Charges\\\" section specifies the fees and commissions associated with money-in transactions on the QRPay Pro platform. This section includes:\",\"reload_card_title\":\"Reload Card Charges\",\"reload_card_sub_title\":\"The \\\"Reload Card Charges\\\" section specifies the fees and commissions associated with reload-card transactions on the QRPay Pro platform. This section includes:\",\"gift_card_title\":\"Gift Card Charges\",\"gift_card_sub_title\":\"The \\\"Gift Card Charges\\\" section specifies the fees and commissions associated withgift card transactions on the QRPay Pro platform. This section includes:\",\"money_exchange_title\":\"Money Exchange Charges\",\"money_exchange_sub_title\":\"The \\\"Money Exchange Charges\\\" section specifies the fees and commissions associated with money exchange transactions on the QRPay Pro platform. This section includes:\",\"trade_title\":\"Trade Interval Charge and Fees\",\"trade_sub_title\":\"The \\\"Trade Interval Charge and Fees\\\" section outlines the applicable charges and commissions for transactions conducted within specific trade intervals on the QRPay Pro platform. This section includes:\"},\"es\":{\"heading\":\"Gu\\u00eda completa sobre tarifas, cargos y ganancias de los agentes de QRPay Pro\",\"sub_heading\":\"Explora el desglose completo de las tarifas de transacci\\u00f3n, los cargos y las comisiones de los agentes en la plataforma QRPay Pro. Descubre c\\u00f3mo se aplican los cargos fijos y porcentuales a las transferencias, el pago de facturas y las recargas m\\u00f3viles. Esta gu\\u00eda te ayuda a comprender los rangos de costos y las ganancias de los agentes, y te brinda transparencia en todas tus transacciones.\",\"transfer_title\":\"Cargos por transferencia de dinero\",\"transfer_sub_title\":\"En la secci\\u00f3n \\\"Comisiones por transferencia de dinero\\\", los usuarios pueden ver y administrar las comisiones asociadas con la transferencia de dinero en la plataforma QRPay Pro. Esto incluye\",\"bill_pay_title\":\"Cargo por pago de facturas\",\"bill_pay_sub_title\":\"La secci\\u00f3n \\\"Cargos por pago de facturas\\\" describe las tarifas que se aplican cuando los usuarios realizan pagos de facturas a trav\\u00e9s de la plataforma QRPay Pro. Los componentes clave incluyen\",\"mobile_topup_title\":\"Cargos por recarga de m\\u00f3vil\",\"mobile_topup_sub_title\":\"La secci\\u00f3n \\\"Cargos por Recarga M\\u00f3vil\\\" especifica las tarifas y comisiones asociadas a las transacciones de recarga m\\u00f3vil en la plataforma QRPay Pro. Esta secci\\u00f3n incluye\",\"virtual_card_title\":\"Cargos de tarjeta virtual\",\"virtual_card_sub_title\":\"La secci\\u00f3n \\\"Cargos de la Tarjeta Virtual\\\" especifica las tarifas y comisiones asociadas a las recargas m\\u00f3viles en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"remittance_title\":\"Cargos por remesas\",\"remittance_sub_title\":\"La secci\\u00f3n \\\"Comisiones por Remesas\\\" describe las comisiones que se aplican al enviar remesas a trav\\u00e9s de la plataforma QRPay Pro. Los componentes clave incluyen:\",\"make_payment_title\":\"Realizar cargos de pago\",\"make_payment_sub_title\":\"La secci\\u00f3n \\\"Comisiones por Pago\\\" especifica las tarifas y comisiones asociadas a las transacciones de pago en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"request_money_title\":\"Solicitar cargos por dinero\",\"request_money_sub_title\":\"La secci\\u00f3n \\\"Comisiones por solicitud de dinero\\\" especifica las tarifas y comisiones asociadas a las transacciones de solicitud de dinero en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"pay_link_title\":\"Cargos por enlace de pago\",\"pay_link_sub_title\":\"La secci\\u00f3n \\\"Cargos por Enlace de Pago\\\" especifica las tarifas y comisiones asociadas a las transacciones con enlaces de pago en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"money_out_title\":\"Cargos por retiro de dinero\",\"money_out_sub_title\":\"La secci\\u00f3n \\\"Comisiones por Retiro de Dinero\\\" especifica las tarifas y comisiones asociadas a las transacciones de retiro de dinero en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"money_in_title\":\"Dinero en cargos\",\"money_in_sub_title\":\"La secci\\u00f3n \\\"Comisiones por Ingreso de Dinero\\\" especifica las tarifas y comisiones asociadas a las transacciones de ingreso de dinero en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"reload_card_title\":\"Cargos por recarga de tarjeta\",\"reload_card_sub_title\":\"La secci\\u00f3n \\\"Cargos por Recarga de Tarjeta\\\" especifica las tarifas y comisiones asociadas a las transacciones de recarga de tarjeta en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"gift_card_title\":\"Cargos de tarjetas de regalo\",\"gift_card_sub_title\":\"La secci\\u00f3n \\\"Cargos de la Tarjeta de Regalo\\\" especifica las tarifas y comisiones asociadas a las transacciones con tarjetas de regalo en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"money_exchange_title\":\"Cargos por cambio de moneda\",\"money_exchange_sub_title\":\"La secci\\u00f3n \\\"Comisiones por Cambio de Divisas\\\" especifica las tarifas y comisiones asociadas a las transacciones de cambio de divisas en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\",\"trade_title\":\"Cargos y tarifas por intervalo comercial\",\"trade_sub_title\":\"La secci\\u00f3n \\\"Cargos y comisiones por intervalo de negociaci\\u00f3n\\\" describe los cargos y comisiones aplicables a las transacciones realizadas dentro de intervalos de negociaci\\u00f3n espec\\u00edficos en la plataforma QRPay Pro. Esta secci\\u00f3n incluye:\"},\"ar\":{\"heading\":\"\\u062f\\u0644\\u064a\\u0644 \\u0634\\u0627\\u0645\\u0644 \\u0644\\u0631\\u0633\\u0648\\u0645 QRPay Pro \\u0648\\u0623\\u062c\\u0648\\u0631\\u0647 \\u0648\\u0623\\u0631\\u0628\\u0627\\u062d \\u0627\\u0644\\u0648\\u0643\\u064a\\u0644\",\"sub_heading\":\"\\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0643\\u0627\\u0645\\u0644\\u0629 \\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u060c \\u0648\\u0627\\u0644\\u0631\\u0633\\u0648\\u0645\\u060c \\u0648\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u062a\\u0639\\u0631\\u0651\\u0641 \\u0639\\u0644\\u0649 \\u0643\\u064a\\u0641\\u064a\\u0629 \\u062a\\u0637\\u0628\\u064a\\u0642 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062b\\u0627\\u0628\\u062a\\u0629 \\u0648\\u0627\\u0644\\u0646\\u0633\\u0628\\u064a\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a\\u060c \\u0648\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\u060c \\u0648\\u0634\\u062d\\u0646 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644. \\u064a\\u0633\\u0627\\u0639\\u062f\\u0643 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u062f\\u0644\\u064a\\u0644 \\u0639\\u0644\\u0649 \\u0641\\u0647\\u0645 \\u0646\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u062a\\u0643\\u0644\\u0641\\u0629\\u060c \\u0648\\u0623\\u0631\\u0628\\u0627\\u062d \\u0627\\u0644\\u0648\\u0643\\u0644\\u0627\\u0621\\u060c \\u0648\\u064a\\u0648\\u0641\\u0631 \\u0634\\u0641\\u0627\\u0641\\u064a\\u0629 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a\\u0643.\",\"transfer_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"transfer_sub_title\":\"\\u0641\\u064a \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\\"\\u060c \\u064a\\u064f\\u0645\\u0643\\u0646 \\u0644\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0639\\u0631\\u0636 \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u062a\\u062d\\u0648\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0628\\u0631 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0630\\u0644\\u0643:\",\"bill_pay_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"bill_pay_sub_title\":\"\\u064a\\u0648\\u0636\\u062d \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0637\\u0628\\u0642\\u0629 \\u0639\\u0646\\u062f \\u062f\\u0641\\u0639 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0644\\u0644\\u0641\\u0648\\u0627\\u062a\\u064a\\u0631 \\u0639\\u0628\\u0631 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u062a\\u0634\\u0645\\u0644 \\u0627\\u0644\\u0645\\u0643\\u0648\\u0646\\u0627\\u062a \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629:\",\"mobile_topup_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\",\"mobile_topup_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"virtual_card_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\",\"virtual_card_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0627\\u0641\\u062a\\u0631\\u0627\\u0636\\u064a\\u0629\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0634\\u062d\\u0646 \\u0631\\u0635\\u064a\\u062f \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641 \\u0627\\u0644\\u0645\\u062d\\u0645\\u0648\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"remittance_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\",\"remittance_sub_title\":\"\\u064a\\u0648\\u0636\\u062d \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0645\\u0637\\u0628\\u0642\\u0629 \\u0639\\u0646\\u062f \\u0625\\u0631\\u0633\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\\u064a\\u0646 \\u0644\\u0644\\u062a\\u062d\\u0648\\u064a\\u0644\\u0627\\u062a \\u0639\\u0628\\u0631 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u062a\\u0634\\u0645\\u0644 \\u0623\\u0647\\u0645 \\u0645\\u0643\\u0648\\u0646\\u0627\\u062a\\u0647\\u0627 \\u0645\\u0627 \\u064a\\u0644\\u064a:\",\"make_payment_title\":\"\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645\",\"make_payment_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"request_money_title\":\"\\u0637\\u0644\\u0628 \\u0631\\u0633\\u0648\\u0645 \\u0645\\u0627\\u0644\\u064a\\u0629\",\"request_money_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"pay_link_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"pay_link_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"money_out_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0633\\u062d\\u0628 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644\",\"money_out_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0633\\u062d\\u0628\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u0633\\u062d\\u0628 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"money_in_title\":\"\\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0641\\u064a \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645\",\"money_in_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0627\\u0644\\u0645\\u064f\\u0636\\u0627\\u0641\\u0629\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0625\\u064a\\u062f\\u0627\\u0639 \\u0627\\u0644\\u0623\\u0645\\u0648\\u0627\\u0644 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"reload_card_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629\",\"reload_card_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0625\\u0639\\u0627\\u062f\\u0629 \\u0634\\u062d\\u0646 \\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0629 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"gift_card_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0629 \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627\",\"gift_card_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0628\\u0637\\u0627\\u0642\\u0627\\u062a \\u0627\\u0644\\u0647\\u062f\\u0627\\u064a\\u0627 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"money_exchange_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\",\"money_exchange_sub_title\":\"\\u064a\\u064f\\u062d\\u062f\\u062f \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0631\\u062a\\u0628\\u0637\\u0629 \\u0628\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0635\\u0631\\u0641 \\u0627\\u0644\\u0639\\u0645\\u0644\\u0627\\u062a \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\",\"trade_title\":\"\\u0631\\u0633\\u0648\\u0645 \\u0648\\u062a\\u0643\\u0627\\u0644\\u064a\\u0641 \\u0641\\u062a\\u0631\\u0629 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644\",\"trade_sub_title\":\"\\u064a\\u0648\\u0636\\u062d \\u0642\\u0633\\u0645 \\\"\\u0631\\u0633\\u0648\\u0645 \\u0648\\u062a\\u0643\\u0627\\u0644\\u064a\\u0641 \\u0641\\u062a\\u0631\\u0629 \\u0627\\u0644\\u062a\\u062f\\u0627\\u0648\\u0644\\\" \\u0627\\u0644\\u0631\\u0633\\u0648\\u0645 \\u0648\\u0627\\u0644\\u0639\\u0645\\u0648\\u0644\\u0627\\u062a \\u0627\\u0644\\u0645\\u0637\\u0628\\u0642\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0627\\u062a \\u0627\\u0644\\u062a\\u064a \\u062a\\u064f\\u062c\\u0631\\u0649 \\u062e\\u0644\\u0627\\u0644 \\u0641\\u062a\\u0631\\u0627\\u062a \\u062a\\u062f\\u0627\\u0648\\u0644 \\u0645\\u062d\\u062f\\u062f\\u0629 \\u0639\\u0644\\u0649 \\u0645\\u0646\\u0635\\u0629 QRPay Pro. \\u0648\\u064a\\u0634\\u0645\\u0644 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0642\\u0633\\u0645:\"},\"fr\":{\"heading\":\"Guide complet sur les frais, charges et b\\u00e9n\\u00e9fices des agents de QRPay Pro\",\"sub_heading\":\"D\\u00e9couvrez la r\\u00e9partition compl\\u00e8te des frais de transaction, des charges et des commissions des agents sur la plateforme QRPay Pro. D\\u00e9couvrez comment les frais fixes et les frais en pourcentage s\'appliquent aux virements, aux paiements de factures et aux recharges mobiles. Ce guide vous aide \\u00e0 comprendre les fourchettes de co\\u00fbts, les b\\u00e9n\\u00e9fices des agents et assure la transparence de toutes vos transactions.\",\"transfer_title\":\"Frais de transfert d\'argent\",\"transfer_sub_title\":\"Dans la section \\u00ab\\u00a0Frais de transfert d\'argent\\u00a0\\u00bb, les utilisateurs peuvent consulter et g\\u00e9rer les frais associ\\u00e9s aux transferts d\'argent sur la plateforme QRPay Pro. Cela inclut\",\"bill_pay_title\":\"Frais de paiement de facture\",\"bill_pay_sub_title\":\"La section \\u00ab\\u00a0Frais de paiement de factures\\u00a0\\u00bb d\\u00e9crit les frais appliqu\\u00e9s aux utilisateurs effectuant des paiements de factures via la plateforme QRPay Pro. Les principaux \\u00e9l\\u00e9ments incluent\\u00a0:\",\"mobile_topup_title\":\"Frais de recharge mobile\",\"mobile_topup_sub_title\":\"La section \\u00ab\\u00a0Frais de recharge mobile\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux recharges mobiles sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"virtual_card_title\":\"Frais de carte virtuelle\",\"virtual_card_sub_title\":\"La section \\u00ab\\u00a0Frais de carte virtuelle\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux recharges mobiles sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"remittance_title\":\"Frais de transfert de fonds\",\"remittance_sub_title\":\"La section \\u00ab\\u00a0Frais de transfert\\u00a0\\u00bb d\\u00e9taille les frais appliqu\\u00e9s aux transferts d\'argent via la plateforme QRPay Pro. Les principaux \\u00e9l\\u00e9ments sont les suivants\\u00a0:\",\"make_payment_title\":\"Effectuer des frais de paiement\",\"make_payment_sub_title\":\"La section \\u00ab\\u00a0Frais de paiement\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux transactions de paiement sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"request_money_title\":\"Frais de demande d\'argent\",\"request_money_sub_title\":\"La section \\u00ab\\u00a0Frais de demande d\'argent\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux demandes d\'argent sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"pay_link_title\":\"Frais de lien de paiement\",\"pay_link_sub_title\":\"La section \\u00ab\\u00a0Frais de paiement\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux transactions de paiement sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"money_out_title\":\"Frais de retrait d\'argent\",\"money_out_sub_title\":\"La section \\u00ab\\u00a0Frais de retrait\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux retraits d\'argent sur la plateforme QRPay Pro. Elle comprend\\u00a0:\",\"money_in_title\":\"Argent en frais\",\"money_in_sub_title\":\"La section \\u00ab\\u00a0Frais de d\\u00e9p\\u00f4t\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux d\\u00e9p\\u00f4ts d\'argent sur la plateforme QRPay Pro. Elle comprend\\u00a0:\",\"reload_card_title\":\"Frais de rechargement de carte\",\"reload_card_sub_title\":\"La section \\u00ab\\u00a0Frais de rechargement\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux transactions de rechargement sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"gift_card_title\":\"Frais de carte-cadeau\",\"gift_card_sub_title\":\"La section \\u00ab\\u00a0Frais de carte-cadeau\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux transactions par carte-cadeau sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\",\"money_exchange_title\":\"Frais de change\",\"money_exchange_sub_title\":\"La section \\u00ab\\u00a0Frais de change\\u00a0\\u00bb d\\u00e9taille les frais et commissions associ\\u00e9s aux op\\u00e9rations de change sur la plateforme QRPay Pro. Elle comprend\\u00a0:\",\"trade_title\":\"Frais et commissions d\'intervalle de n\\u00e9gociation\",\"trade_sub_title\":\"La section \\u00ab\\u00a0Frais et commissions d\'intervalle de transaction\\u00a0\\u00bb d\\u00e9crit les frais et commissions applicables aux transactions effectu\\u00e9es \\u00e0 des intervalles de transaction sp\\u00e9cifiques sur la plateforme QRPay Pro. Cette section comprend\\u00a0:\"},\"hi\":{\"heading\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u0936\\u0941\\u0932\\u094d\\u0915, \\u092a\\u094d\\u0930\\u092d\\u093e\\u0930 \\u0914\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0932\\u093e\\u092d \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0935\\u094d\\u092f\\u093e\\u092a\\u0915 \\u0917\\u093e\\u0907\\u0921\",\"sub_heading\":\"\\u0915\\u094d\\u092f\\u0942\\u0906\\u0930\\u092a\\u0947 \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915, \\u092a\\u094d\\u0930\\u092d\\u093e\\u0930 \\u0914\\u0930 \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0915\\u093e \\u092a\\u0942\\u0930\\u093e \\u0935\\u093f\\u0935\\u0930\\u0923 \\u0926\\u0947\\u0916\\u0947\\u0902\\u0964 \\u091c\\u093e\\u0928\\u0947\\u0902 \\u0915\\u093f \\u091f\\u094d\\u0930\\u093e\\u0902\\u0938\\u092b\\u093c\\u0930, \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0914\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u092a\\u0930 \\u0928\\u093f\\u0936\\u094d\\u091a\\u093f\\u0924 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u0924\\u093f\\u0936\\u0924-\\u0906\\u0927\\u093e\\u0930\\u093f\\u0924 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u0948\\u0938\\u0947 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092f\\u0939 \\u092e\\u093e\\u0930\\u094d\\u0917\\u0926\\u0930\\u094d\\u0936\\u093f\\u0915\\u093e \\u0906\\u092a\\u0915\\u094b \\u0932\\u093e\\u0917\\u0924 \\u0938\\u0940\\u092e\\u093e, \\u090f\\u091c\\u0947\\u0902\\u091f \\u0915\\u0947 \\u0932\\u093e\\u092d \\u0915\\u094b \\u0938\\u092e\\u091d\\u0928\\u0947 \\u092e\\u0947\\u0902 \\u092e\\u0926\\u0926 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948 \\u0914\\u0930 \\u0906\\u092a\\u0915\\u0947 \\u0938\\u092d\\u0940 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u092e\\u0947\\u0902 \\u092a\\u093e\\u0930\\u0926\\u0930\\u094d\\u0936\\u093f\\u0924\\u093e \\u092a\\u094d\\u0930\\u0926\\u093e\\u0928 \\u0915\\u0930\\u0924\\u0940 \\u0939\\u0948\\u0964\",\"transfer_title\":\"\\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"transfer_sub_title\":\"\\\"\\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902, \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0927\\u0928 \\u0939\\u0938\\u094d\\u0924\\u093e\\u0902\\u0924\\u0930\\u0923 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0926\\u0947\\u0916 \\u0914\\u0930 \\u092a\\u094d\\u0930\\u092c\\u0902\\u0927\\u093f\\u0924 \\u0915\\u0930 \\u0938\\u0915\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u0907\\u0938\\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902\",\"bill_pay_title\":\"\\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"bill_pay_sub_title\":\"\\\"\\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0909\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915\\u094b\\u0902 \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0940 \\u0917\\u0908 \\u0939\\u0948 \\u091c\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u092c\\u093f\\u0932 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0915\\u0930\\u0928\\u0947 \\u092a\\u0930 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092a\\u094d\\u0930\\u092e\\u0941\\u0916 \\u0918\\u091f\\u0915\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902\",\"mobile_topup_title\":\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a\\u0905\\u092a \\u0936\\u0941\\u0932\\u094d\\u0915\",\"mobile_topup_sub_title\":\"\\\"\\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902\",\"virtual_card_title\":\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"virtual_card_sub_title\":\"\\\"\\u0935\\u0930\\u094d\\u091a\\u0941\\u0905\\u0932 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092e\\u094b\\u092c\\u093e\\u0907\\u0932 \\u091f\\u0949\\u092a-\\u0905\\u092a \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"remittance_title\":\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"remittance_sub_title\":\"\\\"\\u092a\\u094d\\u0930\\u0947\\u0937\\u0923 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0909\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915\\u094b\\u0902 \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0940 \\u0917\\u0908 \\u0939\\u0948 \\u091c\\u094b \\u0909\\u092a\\u092f\\u094b\\u0917\\u0915\\u0930\\u094d\\u0924\\u093e\\u0913\\u0902 \\u0926\\u094d\\u0935\\u093e\\u0930\\u093e QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u0915\\u0947 \\u092e\\u093e\\u0927\\u094d\\u092f\\u092e \\u0938\\u0947 \\u0927\\u0928 \\u092d\\u0947\\u091c\\u0928\\u0947 \\u092a\\u0930 \\u0932\\u093e\\u0917\\u0942 \\u0939\\u094b\\u0924\\u0947 \\u0939\\u0948\\u0902\\u0964 \\u092e\\u0941\\u0916\\u094d\\u092f \\u0918\\u091f\\u0915\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"make_payment_title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0932\\u0917\\u093e\\u090f\\u0902\",\"make_payment_sub_title\":\"\\\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"request_money_title\":\"\\u0927\\u0928 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0915\\u093e \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0915\\u0930\\u0947\\u0902\",\"request_money_sub_title\":\"\\\"\\u0927\\u0928 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0927\\u0928 \\u0905\\u0928\\u0941\\u0930\\u094b\\u0927 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"pay_link_title\":\"\\u092d\\u0941\\u0917\\u0924\\u093e\\u0928 \\u0932\\u093f\\u0902\\u0915 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"pay_link_sub_title\":\"\\\"\\u092a\\u0947-\\u0932\\u093f\\u0902\\u0915 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092a\\u0947-\\u0932\\u093f\\u0902\\u0915 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"money_out_title\":\"\\u092a\\u0948\\u0938\\u0947 \\u0928\\u093f\\u0915\\u093e\\u0932\\u0928\\u0947 \\u0915\\u093e \\u0936\\u0941\\u0932\\u094d\\u0915\",\"money_out_sub_title\":\"\\\"\\u092e\\u0928\\u0940 \\u0906\\u0909\\u091f \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092e\\u0928\\u0940 \\u0906\\u0909\\u091f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"money_in_title\":\"\\u0936\\u0941\\u0932\\u094d\\u0915 \\u092e\\u0947\\u0902 \\u092a\\u0948\\u0938\\u093e\",\"money_in_sub_title\":\"\\\"\\u092e\\u0928\\u0940 \\u0907\\u0928 \\u091a\\u093e\\u0930\\u094d\\u091c\\u0947\\u0938\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay \\u092a\\u094d\\u0930\\u094b \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092e\\u0928\\u0940-\\u0907\\u0928 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"reload_card_title\":\"\\u0915\\u093e\\u0930\\u094d\\u0921 \\u0930\\u0940\\u0932\\u094b\\u0921 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"reload_card_sub_title\":\"\\\"\\u0930\\u0940\\u0932\\u094b\\u0921 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0930\\u0940\\u0932\\u094b\\u0921-\\u0915\\u093e\\u0930\\u094d\\u0921 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"gift_card_title\":\"\\u0909\\u092a\\u0939\\u093e\\u0930 \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0936\\u0941\\u0932\\u094d\\u0915\",\"gift_card_sub_title\":\"\\\"\\u0917\\u093f\\u092b\\u094d\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0917\\u093f\\u092b\\u094d\\u091f \\u0915\\u093e\\u0930\\u094d\\u0921 \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"money_exchange_title\":\"\\u092e\\u0941\\u0926\\u094d\\u0930\\u093e \\u0935\\u093f\\u0928\\u093f\\u092e\\u092f \\u0936\\u0941\\u0932\\u094d\\u0915\",\"money_exchange_sub_title\":\"\\\"\\u092e\\u0928\\u0940 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0936\\u0941\\u0932\\u094d\\u0915\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u092e\\u0928\\u0940 \\u090f\\u0915\\u094d\\u0938\\u091a\\u0947\\u0902\\u091c \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0938\\u0947 \\u091c\\u0941\\u0921\\u093c\\u0947 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0928\\u093f\\u0930\\u094d\\u0926\\u093f\\u0937\\u094d\\u091f \\u0915\\u0930\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\",\"trade_title\":\"\\u0935\\u094d\\u092f\\u093e\\u092a\\u093e\\u0930 \\u0905\\u0902\\u0924\\u0930\\u093e\\u0932 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u092b\\u0940\\u0938\",\"trade_sub_title\":\"\\\"\\u091f\\u094d\\u0930\\u0947\\u0921 \\u0905\\u0902\\u0924\\u0930\\u093e\\u0932 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u092b\\u0940\\u0938\\\" \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 QRPay Pro \\u092a\\u094d\\u0932\\u0947\\u091f\\u092b\\u093c\\u0949\\u0930\\u094d\\u092e \\u092a\\u0930 \\u0935\\u093f\\u0936\\u093f\\u0937\\u094d\\u091f \\u091f\\u094d\\u0930\\u0947\\u0921 \\u0905\\u0902\\u0924\\u0930\\u093e\\u0932\\u094b\\u0902 \\u092e\\u0947\\u0902 \\u0915\\u093f\\u090f \\u0917\\u090f \\u0932\\u0947\\u0928\\u0926\\u0947\\u0928 \\u0915\\u0947 \\u0932\\u093f\\u090f \\u0932\\u093e\\u0917\\u0942 \\u0936\\u0941\\u0932\\u094d\\u0915 \\u0914\\u0930 \\u0915\\u092e\\u0940\\u0936\\u0928 \\u0915\\u0940 \\u091c\\u093e\\u0928\\u0915\\u093e\\u0930\\u0940 \\u0926\\u0947\\u0924\\u093e \\u0939\\u0948\\u0964 \\u0907\\u0938 \\u0905\\u0928\\u0941\\u092d\\u093e\\u0917 \\u092e\\u0947\\u0902 \\u0936\\u093e\\u092e\\u093f\\u0932 \\u0939\\u0948\\u0902:\"}}}', 1, NULL, '2024-11-12 17:46:08', '2025-09-15 22:28:25');

-- --------------------------------------------------------

--
-- Table structure for table `sms_templates`
--

CREATE TABLE `sms_templates` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `act` varchar(200) DEFAULT NULL,
  `name` varchar(200) DEFAULT NULL,
  `subj` varchar(255) DEFAULT NULL,
  `sms_body` text DEFAULT NULL,
  `shortcodes` text DEFAULT NULL,
  `sms_status` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sms_templates`
--

INSERT INTO `sms_templates` (`id`, `act`, `name`, `subj`, `sms_body`, `shortcodes`, `sms_status`, `created_at`, `updated_at`) VALUES
(1, 'PASS_RESET_CODE', 'Password Reset', 'Password Reset', 'Your account recovery code is: {{code}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(2, 'PASS_RESET_DONE', 'Password Reset Confirmation', 'You have Reset your password', 'Your password has been changed successfully', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(3, 'EVER_CODE', 'Email Verification', 'Please verify your email address', 'Your email verification code is: {{code}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(4, 'SVER_CODE', 'SMS Verification ', 'Please verify your phone', 'Your phone verification code is: {{code}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(5, 'ADD_MONEY_COMPLETE', 'Automated Add Money- Successful', 'Add money Completed Successfully', '{{amount}} {{currency}} Add Money successfully by {{gateway_name}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(6, 'ADD_MONEY_REQUEST', 'Manual Add Money- User Requested', 'Add money Request Submitted Successfully', '{{amount}} Add Money requested by {{method}}. Charge: {{charge}} . Trx: {{trx}}\r\n                                ', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(7, 'ADD_MONEY_APPROVE', 'Manual Add Money - Admin Approved', 'Your Add Money is Approved', 'Admin Approve Your {{amount}} add money request by {{gateway_name}} TrxId: {{trx}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(8, 'ADD_MONEY_REJECT', 'Manual Add Money- Admin Rejected', 'Your Add Money Request is Rejected', 'Admin Rejected Your {{amount}} add money request by {{gateway_name}},Rejection Reason: {{rejection_message}},TrxId: {{trx}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(9, 'WITHDRAW_REQUEST', 'Withdraw - User Requested', 'Withdraw Request Submitted Successfully', 'Withdraw Money: {{amount}} withdraw requested by {{method_name}}, Method Currency {{currency}}. You will get {{will_get}}. Trx {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(10, 'WITHDRAW_REJECT', 'Withdraw - Admin Rejected', 'Withdraw Request has been Rejected and your money is refunded to your account', 'Admin Rejected Your {{amount}} withdraw request by {{method}}. Transaction {{trx}},Rejection Reason: {{reject_reason}}, Rejected At: {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(11, 'WITHDRAW_APPROVE', 'Withdraw - Admin Approved', 'Withdraw Request has been Processed and your money is sent', 'Admin Approve Your {{amount}} withdraw request by {{method}}. Transaction {{trx}}, Approved At: {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(12, 'BAL_ADD', 'Balance Add by Admin', 'Your Account has been Credited', '{{amount}} {{currency}} credited in your account. Your Current Balance {{remaining_balance}} {{currency}} . Transaction: #{{trx}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(13, 'BAL_SUB', 'Balance Subtracted by Admin', 'Your Account has been Debited', '{{amount}} {{currency}} debited from your account. Your Current Balance {{remaining_balance}} {{currency}} . Transaction: #{{trx}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(14, 'MONEY_OUT', 'Money Out', 'Money Out', 'Money Out  {{amount}} to {{agent}} successful. Charge {{charge}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(15, 'MONEY_OUT_TO_AGENT', 'Money Out To Agent', 'Money Out', 'Money Out  {{amount}} from {{user}} successful.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(16, 'MAKE_PAYMENT', 'Make Payment', 'Make Payment', 'Make Payment To: {{to_user}}, Amount: {{amount}} Successful.Charge {{charge}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(17, 'MAKE_PAYMENT_MERCHANT', 'Make Payment', 'Make Payment', 'Make Payment From: {{from_user}}, Amount: {{amount}} Successful.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(18, 'EXCHANGE_MONEY', 'Exchange Money', 'Exchange Money', 'Exchanged {{from_wallet_amount}} {{from_wallet_curr}} from wallet ( {{from_wallet_curr}} ) To wallet ( {{to_wallet_curr}} ) successful.Exchanged amount : {{to_wallet_amount}} {{to_wallet_curr}}. Remaining balance of  ( {{from_wallet_curr}} ) is : {{from_balance}} {{from_wallet_curr}} New balance of  ( {{to_wallet_curr}} ) is : {{to_balance}}  {{to_wallet_curr}} TrxID : {{trx}}Time :  {{time}}', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(19, 'SEND_MONEY', 'Send Money', 'Send Money', 'Send Money {{amount}} to {{to_user}} successful.Charge {{charge}},Remaining Balance {{balance}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(20, 'SEND_MONEY_RECEIVE', 'Send Money From', 'Send Money From', 'Receive Money {{amount}} from {{from_user}} successful.Remaining Balance {{balance}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(21, 'RECEIVED_MONEY', 'Received Money', 'Received Money', 'Received Money {{amount}} from {{from_user}} successful.Remaining Balance {{balance}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(22, 'REQUEST_MONEY', 'Request Money', 'Request Money', 'Money Request {{amount}} to {{receiver}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(23, 'REQUEST_MONEY_RECEIVER', 'Request Money', 'Request Money', 'Money Request {{amount}} from {{requestor}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(24, 'MONEY_IN', 'Money In', 'Money In', 'Money In {{amount}} from {{agent}} Successful.Your New Balance {{balance}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(25, 'MONEY_IN_AGENT', 'Money In Agent', 'Money In', 'Money In {{amount}} To {{user}} Successful. Total Charge: {{charge}}, Payable: {{payable}}. Your New Balance Is {{balance}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(26, 'BILL_PAY', 'Bill Pay', 'Bill Pay Request Send Successful', 'Bill Pay: {{amount}},Pay Type: {{type}}, Bill Type: {{bill_type}}, Bill Number: {{bill_number}},Billing Month: {{month}} Successful.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(27, 'MOBILE_TOPUP', 'Mobile Top Up Request', 'Mobile Top Up Request Sent Successfully', 'Mobile TopUp: {{amount}}, Operator Name: {{name}}, Mobile Number: {{mobile_number}} Charge: {{charge}}, Payable: {{payable}} Successful. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(28, 'VIRTUAL_CARD_BUY', 'Virtual Card Buy', 'Virtual Card Buy Successfully', 'Virtual Card Buy Successfully, Request Amount: {{request_amount}}, Card Amount: {{card_amount}}, Card Pan: {{card_pan}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(29, 'VIRTUAL_CARD_FUND', 'Virtual Card Fund', 'Virtual Card Fund Successfully', 'Virtual Card Fund Successfully, Fund Amount: {{request_amount}}, Card Amount: {{card_amount}}, Card Pan: {{card_pan}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(30, 'SEND_REMITTANCE', 'Send Remittance', 'Send Remittance Successfully', 'Send Remittance: From Country: {{form_country}}, To Country: {{to_country}}, Transaction Type: {{transaction_type}}, Recipient: {{recipient}}, Send Amount: {{send_amount}},Recipient Get: {{recipient_amount}}  successful. Remaining Balance {{balance}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(31, 'SEND_REMITTANCE_AGENT', 'Send Remittance', 'Send Remittance Successfully', 'Send Remittance: From Country: {{form_country}}, To Country: {{to_country}}, Transaction Type: {{transaction_type}}, Sender Recipient: {{sender_recipient}}, Receiver Recipient: {{receiver_recipient}} Send Amount: {{send_amount}},Recipient Get: {{recipient_amount}}  successful. Remaining Balance {{balance}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(32, 'KYC_APPROVED', 'KYC Approved', 'KYC Approved Successfully', 'Your KYC verification request is approved by admin. Approved At {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(33, 'KYC_REJECTED', 'KYC Rejected', 'KYC Rejected Successfully', 'Your KYC verification request is rejected by admin. Rejection Reason {{reason}}, Rejected At {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(34, 'BILL_PAY_APPROVED', 'Bill Pay Approved', 'Bill Pay Approved Successfully', 'Bill Pay Approved Successfully. Amount: {{amount}},Pay Type: {{type}}, Bill Type: {{bill_type}}, Bill Number: {{bill_number}}, Billing Month: {{month}}.TrxID: {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(35, 'BILL_PAY_REJECTED', 'Bill Pay Rejected', 'Bill Pay Rejected Successfully', 'Bill Pay Rejected Amount: {{amount}},Pay Type: {{type}}, Bill Type: {{bill_type}}, Bill Number: {{bill_number}}, Billing Month: {{month}}.TrxID: {{trx}}, Rejected Reason: {{reason}}, at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(36, 'MOBILE_TOPUP_APPROVED', 'Mobile TopUp Approved', 'Mobile TopUp Approved Successfully', 'Mobile TopUp Approved  Amount:  {{amount}}, TopUp Type: {{topup_type}}, Mobile Number: {{mobile_number}}.TrxID {{trx}} at {{time}}.\r\n                      ', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(37, 'MOBILE_TOPUP_REJECTED', 'Mobile TopUp Rejected', 'Mobile TopUp Rejected Successfully', 'Mobile TopUp Rejected  Amount:  {{amount}}, TopUp Type: {{topup_type}}, Mobile Number: {{mobile_number}}, Remaining Balance: {{balance}}.TrxID {{trx}}, Rejected Reason:{{reason}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(38, 'REMITTANCE_APPROVED', 'Send Remittance Approved', 'Send Remittance Approved Successfully', 'Send Remittance Approved  From Country: {{form_country}}, To Country: {{to_country}}, Transaction Type: {{transaction_type}}, Recipient: {{recipient}}, Send Amount: {{send_amount}},Recipient Get: {{recipient_amount}} , TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(39, 'REMITTANCE_REJECTED', 'Send Remittance Rejected', 'Send Remittance Rejected Successfully', 'Send Remittance Rejected  From Country: {{form_country}}, To Country: {{to_country}}, Transaction Type: {{transaction_type}}, Recipient: {{recipient}}, Send Amount: {{send_amount}},Recipient Get: {{recipient_amount}}, Remaining Balance {{balance}}.TrxID: {{trx}},  Rejected  Reason: {{reason}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(40, 'GIFT_CARD', 'Gift Card Order', 'Gift Card', 'Gift Card Order Successful. Gift Card Title: {{title}} Card Unit Price:{{unit_price}} Card Quantity: {{qty}} Card Total Price:{{card_total_price}} Total Charge: {{charge}} Total Payable:{{payable}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(41, 'PAYMENT_LINK_USER', 'Payment Link', 'Payment Link Success', 'Payment Link Successfully. Request Amount: {{request_amount}}, Charge: {{total_charge}}, Will Get: {{will_pay}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(42, 'PAYMENT_LINK_BUYER', 'Payment Link', 'Payment Link Success', 'Payment Link Successfully. Request Amount: {{request_amount}}, TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(43, 'PAYMENT_LINK_SENDER', 'Payment Link', 'Payment Link Success', 'Payment Link Successfully. Request Amount: {{request_amount}}, Charge: {{total_charge}}, Payable: {{payable}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(44, 'REGISTRATION_BONUS', 'Registration Bonus', 'Registration Bonus', 'Congratulations! You got the registration bonus {{amount}} At {{time}}.Now you can deposit and earn more.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(45, 'MONEY_EXCHANGE', 'Money Exchange', 'Money Exchange', 'Congratulations! Your Money Exchange Request Successful. Exchange From: {{from_amount}} To {{to_amount}}. TRX ID {{trx}} At {{time}} .', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(46, 'TRADE', 'Trade from', 'Trade information', 'Trade Selling {{selling_amount}} Asking {{asking_amount}} From {{from_user}} Successful.Remaining Balance {{balance}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(47, 'TRADE-OFFER', 'Trade Offer from', 'Trade Offer', 'Trade Selling {{selling_amount}} Asking {{asking_amount}} From {{from_user}} Successful.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(48, 'MARKETPLACE-SENDER', 'Amount Purchased Successfully', 'Marketplace', 'Request Amount: {{request_amount}}, Receive Amount: {{received_amount}} From {{from_user}} Successful. Remaining Balance {{balance}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(49, 'MARKETPLACE-RECEIVER', 'Amount Purchased Successfully', 'Marketplace', 'Selling Amount: {{selling_amount}}, Asking Amount: {{asking_amount}} From {{from_user}} Successful. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(50, 'MARKETPLACE-ADMIN-SENDER', 'Your trade purchase request has been successfully approved by the admin', 'Marketplace', 'Request Amount: {{request_amount}}, Receive Amount: {{received_amount}} From {{from_user}} Successful. Remaining Balance {{balance}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(51, 'MARKETPLACE-ADMIN-RECEIVER', 'Your trade purchase request has been successfully approved by the admin', 'Marketplace', 'Selling Amount: {{selling_amount}}, Asking Amount: {{asking_amount}} From {{from_user}} Successful. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(52, 'MARKETPLACE-ADMIN-REJECT-SENDER', 'Your trade purchase request has been successfully Rejected by the admin', 'Marketplace', 'Request Amount: {{request_amount}}, Receive Amount: {{received_amount}} From {{from_user}} Successful. Remaining Balance {{balance}}. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(53, 'MARKETPLACE-ADMIN-REJECT-RECEIVER', 'Your trade purchase request has been successfully Rejected by the admin', 'Marketplace', 'Selling Amount: {{selling_amount}}, Asking Amount: {{asking_amount}} From {{from_user}} Successful. TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(54, 'REFUND', 'Refund Balance', 'Refund Balance', ' {{title}}, {{amount}}.Remaining Balance {{balance}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(55, 'NEW_USER_REGISTER', 'New User Registration', 'New User Registration', 'Your account has been successfully created at {{time}} on {{site_name}}. Email: {{email}}, Phone: {{phone}}, Password: {{password}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32'),
(56, 'VIRTUAL_CARD_WITHDRAW', 'Virtual Card Withdraw', 'Virtual Card Withdraw Successfully', 'Virtual Card Withdraw Successfully, Withdraw Amount: {{request_amount}}, Card Amount: {{card_amount}}, Card Pan: {{card_pan}}.TrxID {{trx}} at {{time}}.', NULL, '1', '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `stripe_virtual_cards`
--

CREATE TABLE `stripe_virtual_cards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `card_id` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `brand` varchar(191) DEFAULT NULL,
  `currency` varchar(191) DEFAULT NULL,
  `amount` varchar(28) NOT NULL DEFAULT '0',
  `charge` varchar(28) NOT NULL DEFAULT '0',
  `maskedPan` varchar(191) DEFAULT NULL,
  `last4` varchar(191) DEFAULT NULL,
  `expiryMonth` varchar(191) DEFAULT NULL,
  `expiryYear` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `isDeleted` tinyint(1) NOT NULL DEFAULT 1,
  `card_details` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `mode` enum('sandbox','live') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `strowallet_customer_kycs`
--

CREATE TABLE `strowallet_customer_kycs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `id_image` varchar(255) DEFAULT NULL,
  `face_image` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `strowallet_virtual_cards`
--

CREATE TABLE `strowallet_virtual_cards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name_on_card` varchar(191) NOT NULL,
  `card_id` varchar(191) NOT NULL,
  `card_created_date` varchar(191) NOT NULL,
  `card_type` varchar(191) NOT NULL,
  `card_brand` varchar(191) NOT NULL,
  `card_user_id` varchar(191) NOT NULL,
  `reference` varchar(191) NOT NULL,
  `card_status` varchar(191) NOT NULL,
  `customer_id` varchar(191) NOT NULL,
  `card_name` varchar(191) DEFAULT NULL,
  `card_number` varchar(191) DEFAULT NULL,
  `last4` varchar(191) DEFAULT NULL,
  `cvv` varchar(191) DEFAULT NULL,
  `expiry` varchar(191) DEFAULT NULL,
  `customer_email` varchar(191) DEFAULT NULL,
  `balance` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `currency` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `strowallet_webhook_data`
--

CREATE TABLE `strowallet_webhook_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transaction_id` varchar(191) DEFAULT NULL,
  `event` varchar(191) DEFAULT NULL,
  `cardId` varchar(191) DEFAULT NULL,
  `card_currency` varchar(191) DEFAULT NULL,
  `data` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `sudo_virtual_cards`
--

CREATE TABLE `sudo_virtual_cards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `card_id` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `business_id` varchar(191) DEFAULT NULL,
  `customer` text DEFAULT NULL,
  `account` text DEFAULT NULL,
  `fundingSource` text DEFAULT NULL,
  `type` varchar(191) DEFAULT NULL,
  `brand` varchar(191) DEFAULT NULL,
  `currency` varchar(191) DEFAULT NULL,
  `amount` varchar(28) NOT NULL DEFAULT '0',
  `charge` varchar(28) NOT NULL DEFAULT '0',
  `maskedPan` varchar(191) DEFAULT NULL,
  `last4` varchar(191) DEFAULT NULL,
  `expiryMonth` varchar(191) DEFAULT NULL,
  `expiryYear` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `isDeleted` tinyint(1) NOT NULL DEFAULT 1,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  `billingAddress` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `system_maintenances`
--

CREATE TABLE `system_maintenances` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(191) NOT NULL DEFAULT 'system-maintenance',
  `title` varchar(191) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `system_maintenances`
--

INSERT INTO `system_maintenances` (`id`, `slug`, `title`, `details`, `status`, `created_at`, `updated_at`) VALUES
(1, 'system-maintenance', 'Enhancing Your Experience – Site Under Maintenance', '<p>Our website is down for upgrades and will be back shortly. If you need assistance, please email us at <strong>support@qrpaypro.com</strong> or message us on WhatsApp at <strong>+1234567890</strong>. Thank you for your patience!</p>', 0, '2026-07-12 07:15:32', '2026-07-12 07:15:32');

-- --------------------------------------------------------

--
-- Table structure for table `temporary_datas`
--

CREATE TABLE `temporary_datas` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` text DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  `identifier` varchar(191) NOT NULL,
  `gateway_code` varchar(191) DEFAULT NULL,
  `currency_code` varchar(191) DEFAULT NULL,
  `data` mediumtext NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `topup_categories`
--

CREATE TABLE `topup_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `slug` varchar(200) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `topup_categories`
--

INSERT INTO `topup_categories` (`id`, `admin_id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 1, 'Airtel', 'airtel', 1, '2026-07-12 07:15:32', NULL),
(2, 1, 'AT&T Mobility', 'att-mobility', 1, '2026-07-12 07:15:32', NULL),
(3, 1, 'Mobile Place', 'mobile-place', 1, '2026-07-12 07:15:32', NULL),
(4, 1, 'Mobile Garage', 'mobile-garage', 1, '2026-07-12 07:15:32', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `trades`
--

CREATE TABLE `trades` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `amount` decimal(28,16) NOT NULL,
  `rate` decimal(28,16) NOT NULL,
  `rate_currency_id` bigint(20) UNSIGNED NOT NULL,
  `comment` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `trade_offers`
--

CREATE TABLE `trade_offers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `trade_id` bigint(20) UNSIGNED NOT NULL,
  `trade_user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `creator_id` bigint(20) UNSIGNED DEFAULT NULL,
  `receiver_id` bigint(20) UNSIGNED DEFAULT NULL,
  `amount` decimal(28,16) NOT NULL,
  `rate` decimal(28,16) NOT NULL,
  `sale_currency_id` bigint(20) UNSIGNED NOT NULL,
  `rate_currency_id` bigint(20) UNSIGNED NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `transactions`
--

CREATE TABLE `transactions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_wallet_id` bigint(20) UNSIGNED DEFAULT NULL,
  `merchant_id` bigint(20) UNSIGNED DEFAULT NULL,
  `merchant_wallet_id` bigint(20) UNSIGNED DEFAULT NULL,
  `agent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `agent_wallet_id` bigint(20) UNSIGNED DEFAULT NULL,
  `sandbox_wallet_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_gateway_currency_id` bigint(20) UNSIGNED DEFAULT NULL,
  `payment_link_id` bigint(20) UNSIGNED DEFAULT NULL,
  `trade_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  `trx_id` varchar(191) NOT NULL COMMENT 'Transaction ID',
  `request_amount` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `payable` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `available_balance` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `remark` varchar(191) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `reject_reason` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0: Default, 1: Success, 2: Pending, 3: Hold, 4: Rejected',
  `attribute` enum('SEND','RECEIVED') NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `callback_ref` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `transaction_charges`
--

CREATE TABLE `transaction_charges` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `transaction_id` bigint(20) UNSIGNED NOT NULL,
  `percent_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `fixed_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `total_charge` decimal(28,8) NOT NULL DEFAULT 0.00000000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `transaction_devices`
--

CREATE TABLE `transaction_devices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `transaction_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `mac` varchar(17) DEFAULT NULL,
  `city` varchar(30) DEFAULT NULL,
  `country` varchar(30) DEFAULT NULL,
  `longitude` varchar(50) DEFAULT NULL,
  `latitude` varchar(50) DEFAULT NULL,
  `browser` varchar(30) DEFAULT NULL,
  `os` varchar(30) DEFAULT NULL,
  `timezone` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `transaction_methods`
--

CREATE TABLE `transaction_methods` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `slug` varchar(191) NOT NULL,
  `last_edit_by` bigint(20) UNSIGNED DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `transaction_settings`
--

CREATE TABLE `transaction_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(191) NOT NULL,
  `title` varchar(100) DEFAULT NULL,
  `fixed_charge` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `percent_charge` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `min_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `max_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `monthly_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `daily_limit` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `intervals` text DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `agent_fixed_commissions` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `agent_percent_commissions` decimal(28,8) UNSIGNED NOT NULL DEFAULT 0.00000000,
  `agent_profit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `transaction_settings`
--

INSERT INTO `transaction_settings` (`id`, `admin_id`, `slug`, `title`, `fixed_charge`, `percent_charge`, `min_limit`, `max_limit`, `monthly_limit`, `daily_limit`, `intervals`, `status`, `created_at`, `updated_at`, `agent_fixed_commissions`, `agent_percent_commissions`, `agent_profit`) VALUES
(1, 1, 'transfer', 'Transfer Money Charges', 1.00000000, 1.00000000, 1.00000000, 1000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 1.00000000, 1.00000000, 1),
(2, 1, 'bill_pay', 'Bill Pay Charges', 1.00000000, 1.00000000, 1.00000000, 1000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 1.00000000, 1.00000000, 1),
(3, 1, 'mobile_topup', 'Mobile Topup Charges', 1.00000000, 1.00000000, 15.00000000, 1000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 1.00000000, 1.00000000, 1),
(4, 1, 'virtual_card', 'Virtual Card Charges', 1.00000000, 1.00000000, 100.00000000, 10000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(5, 1, 'remittance', 'Remittance Charge', 1.00000000, 1.00000000, 20.00000000, 15000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 1.00000000, 1.00000000, 1),
(6, 1, 'make-payment', 'Make Payment Charge', 1.00000000, 1.00000000, 1.00000000, 100.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(7, 1, 'request-money', 'Request Money Charge', 1.00000000, 1.00000000, 1.00000000, 100.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(8, 1, 'pay-link', 'Pay Link Charges', 0.00000000, 2.00000000, 0.00000000, 0.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(9, 1, 'money-out', 'Money Out Charges', 1.00000000, 2.00000000, 1.00000000, 1000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 1.00000000, 1.00000000, 1),
(10, 1, 'money-in', 'Money In Charges', 1.00000000, 2.00000000, 1.00000000, 1000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 1.00000000, 1.00000000, 1),
(11, 1, 'reload_card', 'Reload Card Charges', 1.00000000, 1.00000000, 2.00000000, 10000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(12, 1, 'gift_card', 'Gift Card Charges', 1.00000000, 1.00000000, 2.00000000, 10000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(13, 1, 'money_exchange', 'Money Exchange Charges', 1.00000000, 1.00000000, 1.00000000, 10000.00000000, 1000.00000000, 100.00000000, '[]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0),
(14, 1, 'trade', 'Trade Interval Charge and Fees', 0.00000000, 0.00000000, 0.00000000, 0.00000000, 50000.00000000, 5000.00000000, '[{\"min_limit\":\"1\",\"max_limit\":\"10000\",\"charge\":\"1\",\"percent\":\"2\"},{\"min_limit\":\"10001\",\"max_limit\":\"100000\",\"charge\":\"2\",\"percent\":\"1\"},{\"min_limit\":\"100001\",\"max_limit\":\"1000000\",\"charge\":\"3\",\"percent\":\"1\"},{\"min_limit\":\"1000001\",\"max_limit\":\"10000000\",\"charge\":\"4\",\"percent\":\"1\"},{\"min_limit\":\"10000001\",\"max_limit\":\"100000000\",\"charge\":\"5\",\"percent\":\"1\"},{\"min_limit\":\"100000001\",\"max_limit\":\"1000000000\",\"charge\":\"6\",\"percent\":\"1\"}]', 1, '2026-07-12 07:15:32', '2026-07-12 07:15:32', 0.00000000, 0.00000000, 0);

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `firstname` varchar(191) NOT NULL,
  `lastname` varchar(191) DEFAULT NULL,
  `username` varchar(191) NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `mobile_code` varchar(191) DEFAULT NULL,
  `mobile` varchar(191) DEFAULT NULL,
  `full_mobile` varchar(191) DEFAULT NULL,
  `password` varchar(191) NOT NULL,
  `pin_status` tinyint(1) NOT NULL DEFAULT 0,
  `pin_code` int(11) DEFAULT NULL,
  `referral_id` varchar(191) DEFAULT NULL,
  `current_referral_level_id` bigint(20) UNSIGNED DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1 COMMENT '1 = Active, 0 == Banned',
  `address` text DEFAULT NULL,
  `email_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 == verified, 0 == Not verified',
  `sms_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '1 == verified, 0 == Not verified',
  `kyc_verified` tinyint(1) NOT NULL DEFAULT 0 COMMENT '0: Default, 1: Approved, 2: Pending, 3:Rejected',
  `ver_code` int(11) DEFAULT NULL,
  `ver_code_send_at` timestamp NULL DEFAULT NULL,
  `two_factor_verified` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_status` tinyint(1) NOT NULL DEFAULT 0,
  `two_factor_secret` varchar(191) DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `sudo_customer` text DEFAULT NULL,
  `sudo_account` text DEFAULT NULL,
  `stripe_card_holders` text DEFAULT NULL,
  `stripe_test_card_holder` text DEFAULT NULL,
  `stripe_connected_account` text DEFAULT NULL,
  `stripe_financial_account` text DEFAULT NULL,
  `strowallet_customer` text DEFAULT NULL,
  `registered_by` enum('Email','Phone') NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_authorizations`
--

CREATE TABLE `user_authorizations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `code` int(11) NOT NULL,
  `token` text DEFAULT NULL,
  `temp_data` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_authorizations`
--

INSERT INTO `user_authorizations` (`id`, `user_id`, `email`, `phone`, `code`, `token`, `temp_data`, `created_at`, `updated_at`) VALUES
(1, 0, 'osarieme.omosumwen@gmail.com', NULL, 443836, 'ub9zwasouuZXaHRPnp6zDjQ29SRxKbNjMBxQHKas9qx72HoDUOc7vPmHFpctuwbDA73mMplFDX1wJpEKlXcAsVyWRjeBUaZE9BS9Qxd6zyJXKuZT7ahUWNzOjBNRXFmY8Ky7DzXBxxvZzF8vFWVAo3UM8dPJ13hJM4nZXQT2dmgBobifD1BgBJlZqCFNXUVl6yVVJHan', NULL, '2026-07-12 07:53:29', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `user_earn_referral_levels`
--

CREATE TABLE `user_earn_referral_levels` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `referral_level_package_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_kyc_data`
--

CREATE TABLE `user_kyc_data` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `data` text NOT NULL,
  `reject_reason` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_login_logs`
--

CREATE TABLE `user_login_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `mac` varchar(17) DEFAULT NULL,
  `city` varchar(30) DEFAULT NULL,
  `country` varchar(30) DEFAULT NULL,
  `longitude` varchar(50) DEFAULT NULL,
  `latitude` varchar(50) DEFAULT NULL,
  `browser` varchar(30) DEFAULT NULL,
  `os` varchar(30) DEFAULT NULL,
  `timezone` varchar(30) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_mail_logs`
--

CREATE TABLE `user_mail_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `method` varchar(191) DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_notifications`
--

CREATE TABLE `user_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `message` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_password_resets`
--

CREATE TABLE `user_password_resets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `code` bigint(20) UNSIGNED DEFAULT NULL,
  `token` varchar(191) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_profiles`
--

CREATE TABLE `user_profiles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `country` varchar(191) DEFAULT NULL,
  `city` varchar(191) DEFAULT NULL,
  `state` varchar(191) DEFAULT NULL,
  `zip_code` varchar(191) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `information` text DEFAULT NULL,
  `reject_reason` text DEFAULT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_qr_codes`
--

CREATE TABLE `user_qr_codes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `qr_code` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_support_chats`
--

CREATE TABLE `user_support_chats` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_support_ticket_id` bigint(20) UNSIGNED NOT NULL,
  `sender` bigint(20) UNSIGNED NOT NULL,
  `sender_type` varchar(191) NOT NULL,
  `receiver` bigint(20) UNSIGNED DEFAULT NULL,
  `receiver_type` varchar(191) DEFAULT NULL,
  `message` text NOT NULL,
  `seen` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_support_tickets`
--

CREATE TABLE `user_support_tickets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `admin_id` bigint(20) UNSIGNED DEFAULT NULL,
  `merchant_id` bigint(20) UNSIGNED DEFAULT NULL,
  `agent_id` bigint(20) UNSIGNED DEFAULT NULL,
  `token` varchar(120) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `desc` text DEFAULT NULL,
  `subject` varchar(255) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0: Default, 1: Solved, 2: Active, 3: Pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_support_ticket_attachments`
--

CREATE TABLE `user_support_ticket_attachments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_support_ticket_id` bigint(20) UNSIGNED NOT NULL,
  `attachment` varchar(191) DEFAULT NULL,
  `attachment_info` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `user_wallets`
--

CREATE TABLE `user_wallets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `balance` decimal(28,8) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `virtual_cards`
--

CREATE TABLE `virtual_cards` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `card_id` varchar(191) DEFAULT NULL,
  `name` varchar(191) DEFAULT NULL,
  `account_id` varchar(191) DEFAULT NULL,
  `card_hash` varchar(191) DEFAULT NULL,
  `card_pan` varchar(191) DEFAULT NULL,
  `masked_card` varchar(191) DEFAULT NULL,
  `cvv` varchar(191) DEFAULT NULL,
  `expiration` varchar(191) DEFAULT NULL,
  `card_type` varchar(191) DEFAULT NULL,
  `name_on_card` varchar(191) DEFAULT NULL,
  `callback` varchar(191) DEFAULT NULL,
  `ref_id` varchar(191) DEFAULT NULL,
  `secret` varchar(191) DEFAULT NULL,
  `city` varchar(191) DEFAULT NULL,
  `state` varchar(191) DEFAULT NULL,
  `zip_code` varchar(191) DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL,
  `amount` varchar(28) NOT NULL DEFAULT '0',
  `charge` varchar(28) NOT NULL DEFAULT '0',
  `currency` varchar(191) DEFAULT NULL,
  `bg` varchar(191) DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `funding` tinyint(1) NOT NULL DEFAULT 1,
  `terminate` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `virtual_card_apis`
--

CREATE TABLE `virtual_card_apis` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `admin_id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `card_details` text DEFAULT NULL,
  `config` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `card_limit` int(11) NOT NULL DEFAULT 3
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `virtual_card_apis`
--

INSERT INTO `virtual_card_apis` (`id`, `admin_id`, `image`, `card_details`, `config`, `created_at`, `updated_at`, `card_limit`) VALUES
(1, 1, 'seeder/virtual-card.png', 'This card is property of QRPay Pro, Wonderland. Misuse is criminal offence. If found, please return to QRPay Pro or to the nearest bank.', '{\"flutterwave_secret_key\":\"FLWSECK_TEST-SANDBOXDEMOKEY-X\",\"flutterwave_url\":\"https:\\/\\/api.flutterwave.com\\/v3\",\"sudo_api_key\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2NTY3MDBiYmQxNTQwNzYyMzA1ZWUyNjMiLCJlbWFpbEFkZHJlc3MiOiJ1c2VyM0BhcHBkZXZzLm5ldCIsImp0aSI6IjY1NjcwMTc3ZDE1NDA3NjIzMDVlZWIxNyIsIm1lbWJlcnNoaXAiOnsiX2lkIjoiNjU2NzAwYmJkMTU0MDc2MjMwNWVlMjY2IiwiYnVzaW5lc3MiOnsiX2lkIjoiNjU2NzAwYmJkMTU0MDc2MjMwNWVlMjYxIiwibmFtZSI6IkFwcERldnMiLCJpc0FwcHJvdmVkIjpmYWxzZX0sInVzZXIiOiI2NTY3MDBiYmQxNTQwNzYyMzA1ZWUyNjMiLCJyb2xlIjoiQVBJS2V5In0sImlhdCI6MTcwMTI0OTM5OSwiZXhwIjoxNzMyODA2OTk5fQ.oB0i1Hn_MMLM3tZpbAEqU6YlDIqtk_yJT25EGhE021E\",\"sudo_vault_id\":\"tntbuyt0v9u\",\"sudo_url\":\"https:\\/\\/api.sandbox.sudo.cards\",\"sudo_mode\":\"sandbox\",\"stripe_public_key\":\"pk_test_51NjGM4K6kUt0AggqD10PfWJcB8NxJmDhDptSqXPpX2d4Xcj7KtXxIrw1zRgK4jI5SIm9ZB7JIhmeYjcTkF7eL8pc00TgiPUGg5\",\"stripe_secret_key\":\"sk_test_51NjGM4K6kUt0Aggqfejd1Xiixa6HEjQXJNljEwt9QQPOTWoyylaIAhccSBGxWBnvDGw0fptTvGWXJ5kBO7tdpLNG00v5cWHt96\",\"stripe_url\":\"https:\\/\\/api.stripe.com\\/v1\",\"stripe_mode\":\"sandbox\",\"strowallet_public_key\":\"R67MNEPQV2ABQW9HDD7JQFXQ2AJMMY\",\"strowallet_secret_key\":\"AOC963E385FORPRRCXQJ698C1Q953B\",\"strowallet_url\":\"https:\\/\\/strowallet.com\\/api\\/bitvcard\\/\",\"strowallet_mode\":\"sandbox\",\"cardyfie_public_key\":\"pub_Gopvdi7FAYW61jXUdbS4P6hndXJdmdWtCW1WK2p68tgqZUwF8EiqE78SeikBp2HZG5mdpg761Vc5TOKq9Qfek9lgvwpr74TFTeFikmZMP8XJQwt2XJmD1AKi\",\"cardyfie_secret_key\":\"sec_ebscESGSjqMtE5x3jEpKFrMQntYY6v6lVdH7BSTzFpxAQkQKpTo5tJUUa47R5Mba6K3i2pu9UiRcTaXFmafHouP7QYNWuPsi1yrU7dRGj4TT6JZJZJ54oWOy\",\"cardyfie_sandbox_url\":\"https:\\/\\/core.cardyfie.com\\/api\\/sandbox\\/v1\",\"cardyfie_production_url\":\"https:\\/\\/core.cardyfie.com\\/api\\/production\\/v1\",\"cardyfie_webhook_secret\":\"w_sec_cbreNx14sqGAyWzajkKujmMNflkqd9ubw7fEAtdn2yEvEf8a5OkAV9zmrsnGPK3BFgVRKsqannj5czAN7H2TcOazjb7v218ukxHh2RNmNuQq8A8aqx4AJDSB\",\"cardyfie_universal_card_issues_fee\":\"3.0000\",\"cardyfie_platinum_card_issues_fee\":\"5.0000\",\"cardyfie_card_deposit_fixed_fee\":\"1.0000\",\"cardyfie_card_deposit_percent_fee\":\"1.0000\",\"cardyfie_card_withdraw_fixed_fee\":\"1.0000\",\"cardyfie_card_withdraw_percent_fee\":\"1.0000\",\"cardyfie_card_maintenance_fixed_fee\":\"0.0000\",\"cardyfie_min_limit\":\"5.0000\",\"cardyfie_max_limit\":\"500.0000\",\"cardyfie_daily_limit\":\"5000.0000\",\"cardyfie_monthly_limit\":\"10000.0000\",\"cardyfie_mode\":\"sandbox\",\"name\":\"cardyfie\"}', '2026-07-12 07:15:32', '2026-07-12 07:15:32', 3);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admins`
--
ALTER TABLE `admins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admins_image_unique` (`image`),
  ADD KEY `admins_username_index` (`username`),
  ADD KEY `admins_email_index` (`email`),
  ADD KEY `admins_phone_index` (`phone`),
  ADD KEY `admins_admin_role_id_foreign` (`admin_role_id`);

--
-- Indexes for table `admin_has_roles`
--
ALTER TABLE `admin_has_roles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_has_roles_admin_id_foreign` (`admin_id`),
  ADD KEY `admin_has_roles_admin_role_id_foreign` (`admin_role_id`),
  ADD KEY `admin_has_roles_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `admin_login_logs`
--
ALTER TABLE `admin_login_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_login_logs_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `admin_notifications`
--
ALTER TABLE `admin_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_notifications_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `admin_password_resets`
--
ALTER TABLE `admin_password_resets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_password_resets_email_index` (`email`);

--
-- Indexes for table `admin_roles`
--
ALTER TABLE `admin_roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_roles_name_unique` (`name`),
  ADD KEY `admin_roles_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `admin_role_has_permissions`
--
ALTER TABLE `admin_role_has_permissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_role_has_permissions_admin_role_permission_id_foreign` (`admin_role_permission_id`),
  ADD KEY `admin_role_has_permissions_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `admin_role_permissions`
--
ALTER TABLE `admin_role_permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_role_permissions_name_unique` (`name`),
  ADD UNIQUE KEY `admin_role_permissions_slug_unique` (`slug`),
  ADD KEY `admin_role_permissions_admin_role_id_foreign` (`admin_role_id`),
  ADD KEY `admin_role_permissions_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `agents`
--
ALTER TABLE `agents`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `agents_username_unique` (`username`),
  ADD UNIQUE KEY `agents_email_unique` (`email`),
  ADD UNIQUE KEY `agents_full_mobile_unique` (`full_mobile`),
  ADD KEY `agents_mobile_index` (`mobile`);

--
-- Indexes for table `agent_authorizations`
--
ALTER TABLE `agent_authorizations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `agent_kyc_data`
--
ALTER TABLE `agent_kyc_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_kyc_data_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_login_logs`
--
ALTER TABLE `agent_login_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_login_logs_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_mail_logs`
--
ALTER TABLE `agent_mail_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_mail_logs_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_notifications`
--
ALTER TABLE `agent_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_notifications_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_password_resets`
--
ALTER TABLE `agent_password_resets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `agent_password_resets_token_unique` (`token`),
  ADD UNIQUE KEY `agent_password_resets_code_unique` (`code`),
  ADD KEY `agent_password_resets_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_profits`
--
ALTER TABLE `agent_profits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_profits_agent_id_foreign` (`agent_id`),
  ADD KEY `agent_profits_transaction_id_foreign` (`transaction_id`);

--
-- Indexes for table `agent_qr_codes`
--
ALTER TABLE `agent_qr_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_qr_codes_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_recipients`
--
ALTER TABLE `agent_recipients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_recipients_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `agent_wallets`
--
ALTER TABLE `agent_wallets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `agent_wallets_currency_id_foreign` (`currency_id`),
  ADD KEY `agent_wallets_agent_id_foreign` (`agent_id`);

--
-- Indexes for table `app_onboard_screens`
--
ALTER TABLE `app_onboard_screens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `app_onboard_screens_image_unique` (`image`),
  ADD KEY `app_onboard_screens_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `app_settings`
--
ALTER TABLE `app_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `basic_settings`
--
ALTER TABLE `basic_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bill_pay_categories`
--
ALTER TABLE `bill_pay_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `bill_pay_categories_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `blogs`
--
ALTER TABLE `blogs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blogs_admin_id_foreign` (`admin_id`),
  ADD KEY `blogs_category_id_foreign` (`category_id`);

--
-- Indexes for table `blog_categories`
--
ALTER TABLE `blog_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `blog_categories_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `cardyfie_card_customers`
--
ALTER TABLE `cardyfie_card_customers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cardyfie_card_customers_email_unique` (`email`),
  ADD KEY `cardyfie_card_customers_user_id_foreign` (`user_id`);

--
-- Indexes for table `cardyfie_virtual_cards`
--
ALTER TABLE `cardyfie_virtual_cards`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cardyfie_virtual_cards_user_id_foreign` (`user_id`);

--
-- Indexes for table `chatboxes`
--
ALTER TABLE `chatboxes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `chatboxes_token_unique` (`token`),
  ADD KEY `chatboxes_sender_id_foreign` (`sender_id`),
  ADD KEY `chatboxes_receiver_id_foreign` (`receiver_id`);

--
-- Indexes for table `coinbase_webhook_calls`
--
ALTER TABLE `coinbase_webhook_calls`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `contacts`
--
ALTER TABLE `contacts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `conversations`
--
ALTER TABLE `conversations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `conversations_chatbox_id_foreign` (`chatbox_id`);

--
-- Indexes for table `conversation_attachments`
--
ALTER TABLE `conversation_attachments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `conversation_attachments_chatbox_id_foreign` (`chatbox_id`);

--
-- Indexes for table `country_restrictions`
--
ALTER TABLE `country_restrictions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `country_restrictions_slug_unique` (`slug`),
  ADD KEY `country_restrictions_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `crypto_assets`
--
ALTER TABLE `crypto_assets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `crypto_assets_payment_gateway_id_foreign` (`payment_gateway_id`);

--
-- Indexes for table `crypto_transactions`
--
ALTER TABLE `crypto_transactions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `currencies`
--
ALTER TABLE `currencies`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `currencies_country_unique` (`country`),
  ADD KEY `currencies_admin_id_foreign` (`admin_id`),
  ADD KEY `currencies_country_index` (`country`),
  ADD KEY `currencies_name_index` (`name`),
  ADD KEY `currencies_code_index` (`code`);

--
-- Indexes for table `developer_api_credentials`
--
ALTER TABLE `developer_api_credentials`
  ADD PRIMARY KEY (`id`),
  ADD KEY `developer_api_credentials_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `exchange_rates`
--
ALTER TABLE `exchange_rates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `extensions`
--
ALTER TABLE `extensions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `extensions_name_unique` (`name`);

--
-- Indexes for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Indexes for table `frontend_header_sections`
--
ALTER TABLE `frontend_header_sections`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `frontend_header_sections_slug_unique` (`slug`),
  ADD KEY `frontend_header_sections_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `frontend_header_section_faqs`
--
ALTER TABLE `frontend_header_section_faqs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `frontend_header_section_faqs_parent_id_foreign` (`parent_id`),
  ADD KEY `frontend_header_section_faqs_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `frontend_header_section_pages`
--
ALTER TABLE `frontend_header_section_pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `frontend_header_section_pages_parent_id_foreign` (`parent_id`),
  ADD KEY `frontend_header_section_pages_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `gateway_a_pis`
--
ALTER TABLE `gateway_a_pis`
  ADD PRIMARY KEY (`id`),
  ADD KEY `gateway_a_pis_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `gateway_settings`
--
ALTER TABLE `gateway_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `gateway_settings_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `gift_cards`
--
ALTER TABLE `gift_cards`
  ADD PRIMARY KEY (`id`),
  ADD KEY `gift_cards_user_id_foreign` (`user_id`);

--
-- Indexes for table `jobs`
--
ALTER TABLE `jobs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `jobs_queue_index` (`queue`);

--
-- Indexes for table `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `languages_name_unique` (`name`),
  ADD UNIQUE KEY `languages_code_unique` (`code`),
  ADD KEY `languages_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `live_exchange_rate_api_settings`
--
ALTER TABLE `live_exchange_rate_api_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `merchants`
--
ALTER TABLE `merchants`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `merchants_username_unique` (`username`),
  ADD UNIQUE KEY `merchants_email_unique` (`email`),
  ADD UNIQUE KEY `merchants_full_mobile_unique` (`full_mobile`),
  ADD KEY `merchants_mobile_index` (`mobile`);

--
-- Indexes for table `merchant_authorizations`
--
ALTER TABLE `merchant_authorizations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `merchant_configurations`
--
ALTER TABLE `merchant_configurations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `merchant_kyc_data`
--
ALTER TABLE `merchant_kyc_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `merchant_kyc_data_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `merchant_login_logs`
--
ALTER TABLE `merchant_login_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `merchant_login_logs_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `merchant_mail_logs`
--
ALTER TABLE `merchant_mail_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `merchant_mail_logs_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `merchant_notifications`
--
ALTER TABLE `merchant_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `merchant_notifications_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `merchant_password_resets`
--
ALTER TABLE `merchant_password_resets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `merchant_password_resets_token_unique` (`token`),
  ADD UNIQUE KEY `merchant_password_resets_code_unique` (`code`),
  ADD KEY `merchant_password_resets_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `merchant_qr_codes`
--
ALTER TABLE `merchant_qr_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `merchant_qr_codes_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `merchant_wallets`
--
ALTER TABLE `merchant_wallets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `merchant_wallets_currency_id_foreign` (`currency_id`),
  ADD KEY `merchant_wallets_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `module_settings`
--
ALTER TABLE `module_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `module_settings_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `newsletters`
--
ALTER TABLE `newsletters`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `newsletters_email_unique` (`email`);

--
-- Indexes for table `oauth_access_tokens`
--
ALTER TABLE `oauth_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_access_tokens_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_auth_codes`
--
ALTER TABLE `oauth_auth_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_auth_codes_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_clients_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_refresh_tokens`
--
ALTER TABLE `oauth_refresh_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`);

--
-- Indexes for table `payment_gateways`
--
ALTER TABLE `payment_gateways`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `payment_gateways_code_unique` (`code`),
  ADD KEY `payment_gateways_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `payment_gateway_currencies`
--
ALTER TABLE `payment_gateway_currencies`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `payment_gateway_currencies_alias_unique` (`alias`);

--
-- Indexes for table `payment_links`
--
ALTER TABLE `payment_links`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `payment_links_token_unique` (`token`),
  ADD KEY `payment_links_user_id_foreign` (`user_id`),
  ADD KEY `payment_links_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `payment_order_requests`
--
ALTER TABLE `payment_order_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `push_notification_records`
--
ALTER TABLE `push_notification_records`
  ADD PRIMARY KEY (`id`),
  ADD KEY `push_notification_records_send_by_foreign` (`send_by`);

--
-- Indexes for table `receipients`
--
ALTER TABLE `receipients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `receipients_user_id_foreign` (`user_id`);

--
-- Indexes for table `receiver_counties`
--
ALTER TABLE `receiver_counties`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `receiver_counties_flag_unique` (`flag`),
  ADD KEY `receiver_counties_admin_id_foreign` (`admin_id`),
  ADD KEY `receiver_counties_country_index` (`country`),
  ADD KEY `receiver_counties_name_index` (`name`),
  ADD KEY `receiver_counties_code_index` (`code`);

--
-- Indexes for table `referral_level_packages`
--
ALTER TABLE `referral_level_packages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `referral_level_packages_title_unique` (`title`);

--
-- Indexes for table `referral_settings`
--
ALTER TABLE `referral_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `referred_users`
--
ALTER TABLE `referred_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `referred_users_new_user_id_foreign` (`new_user_id`),
  ADD KEY `referred_users_refer_user_id_foreign` (`refer_user_id`);

--
-- Indexes for table `reloadly_apis`
--
ALTER TABLE `reloadly_apis`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `reloadly_apis_type_unique` (`type`);

--
-- Indexes for table `remitance_bank_deposits`
--
ALTER TABLE `remitance_bank_deposits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `remitance_bank_deposits_admin_id_foreign` (`admin_id`),
  ADD KEY `remitance_bank_deposits_name_index` (`name`),
  ADD KEY `remitance_bank_deposits_alias_index` (`alias`);

--
-- Indexes for table `remitance_cash_pickups`
--
ALTER TABLE `remitance_cash_pickups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `remitance_cash_pickups_admin_id_foreign` (`admin_id`),
  ADD KEY `remitance_cash_pickups_name_index` (`name`),
  ADD KEY `remitance_cash_pickups_alias_index` (`alias`);

--
-- Indexes for table `sandbox_wallets`
--
ALTER TABLE `sandbox_wallets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sandbox_wallets_currency_id_foreign` (`currency_id`),
  ADD KEY `sandbox_wallets_merchant_id_foreign` (`merchant_id`);

--
-- Indexes for table `script`
--
ALTER TABLE `script`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `setup_kycs`
--
ALTER TABLE `setup_kycs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `setup_kycs_slug_unique` (`slug`);

--
-- Indexes for table `setup_pages`
--
ALTER TABLE `setup_pages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `setup_pages_slug_unique` (`slug`),
  ADD KEY `setup_pages_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `setup_page_has_sections`
--
ALTER TABLE `setup_page_has_sections`
  ADD PRIMARY KEY (`id`),
  ADD KEY `setup_page_has_sections_setup_page_id_foreign` (`setup_page_id`),
  ADD KEY `setup_page_has_sections_site_section_id_foreign` (`site_section_id`);

--
-- Indexes for table `setup_seos`
--
ALTER TABLE `setup_seos`
  ADD PRIMARY KEY (`id`),
  ADD KEY `setup_seos_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `site_sections`
--
ALTER TABLE `site_sections`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sms_templates`
--
ALTER TABLE `sms_templates`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `sms_templates_act_unique` (`act`);

--
-- Indexes for table `stripe_virtual_cards`
--
ALTER TABLE `stripe_virtual_cards`
  ADD PRIMARY KEY (`id`),
  ADD KEY `stripe_virtual_cards_user_id_foreign` (`user_id`);

--
-- Indexes for table `strowallet_customer_kycs`
--
ALTER TABLE `strowallet_customer_kycs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `strowallet_customer_kycs_user_id_foreign` (`user_id`);

--
-- Indexes for table `strowallet_virtual_cards`
--
ALTER TABLE `strowallet_virtual_cards`
  ADD PRIMARY KEY (`id`),
  ADD KEY `strowallet_virtual_cards_user_id_foreign` (`user_id`);

--
-- Indexes for table `strowallet_webhook_data`
--
ALTER TABLE `strowallet_webhook_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `strowallet_webhook_data_user_id_foreign` (`user_id`),
  ADD KEY `strowallet_webhook_data_parent_id_foreign` (`parent_id`);

--
-- Indexes for table `sudo_virtual_cards`
--
ALTER TABLE `sudo_virtual_cards`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sudo_virtual_cards_user_id_foreign` (`user_id`);

--
-- Indexes for table `system_maintenances`
--
ALTER TABLE `system_maintenances`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `system_maintenances_slug_unique` (`slug`);

--
-- Indexes for table `temporary_datas`
--
ALTER TABLE `temporary_datas`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `topup_categories`
--
ALTER TABLE `topup_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `topup_categories_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `trades`
--
ALTER TABLE `trades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `trades_user_id_foreign` (`user_id`),
  ADD KEY `trades_currency_id_foreign` (`currency_id`),
  ADD KEY `trades_rate_currency_id_foreign` (`rate_currency_id`);

--
-- Indexes for table `trade_offers`
--
ALTER TABLE `trade_offers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `trade_offers_trade_id_foreign` (`trade_id`),
  ADD KEY `trade_offers_trade_user_id_foreign` (`trade_user_id`),
  ADD KEY `trade_offers_creator_id_foreign` (`creator_id`),
  ADD KEY `trade_offers_sale_currency_id_foreign` (`sale_currency_id`),
  ADD KEY `trade_offers_rate_currency_id_foreign` (`rate_currency_id`);

--
-- Indexes for table `transactions`
--
ALTER TABLE `transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `transactions_admin_id_foreign` (`admin_id`),
  ADD KEY `transactions_user_id_foreign` (`user_id`),
  ADD KEY `transactions_user_wallet_id_foreign` (`user_wallet_id`),
  ADD KEY `transactions_merchant_id_foreign` (`merchant_id`),
  ADD KEY `transactions_merchant_wallet_id_foreign` (`merchant_wallet_id`),
  ADD KEY `transactions_payment_gateway_currency_id_foreign` (`payment_gateway_currency_id`),
  ADD KEY `transactions_payment_link_id_foreign` (`payment_link_id`),
  ADD KEY `transactions_agent_id_foreign` (`agent_id`),
  ADD KEY `transactions_agent_wallet_id_foreign` (`agent_wallet_id`),
  ADD KEY `transactions_trade_id_foreign` (`trade_id`);

--
-- Indexes for table `transaction_charges`
--
ALTER TABLE `transaction_charges`
  ADD PRIMARY KEY (`id`),
  ADD KEY `transaction_charges_transaction_id_foreign` (`transaction_id`);

--
-- Indexes for table `transaction_devices`
--
ALTER TABLE `transaction_devices`
  ADD PRIMARY KEY (`id`),
  ADD KEY `transaction_devices_transaction_id_foreign` (`transaction_id`);

--
-- Indexes for table `transaction_methods`
--
ALTER TABLE `transaction_methods`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `transaction_methods_name_unique` (`name`),
  ADD UNIQUE KEY `transaction_methods_slug_unique` (`slug`),
  ADD KEY `transaction_methods_last_edit_by_foreign` (`last_edit_by`);

--
-- Indexes for table `transaction_settings`
--
ALTER TABLE `transaction_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `transaction_settings_slug_unique` (`slug`),
  ADD KEY `transaction_settings_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_username_unique` (`username`),
  ADD UNIQUE KEY `users_email_unique` (`email`),
  ADD UNIQUE KEY `users_full_mobile_unique` (`full_mobile`),
  ADD KEY `users_mobile_index` (`mobile`);

--
-- Indexes for table `user_authorizations`
--
ALTER TABLE `user_authorizations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `user_earn_referral_levels`
--
ALTER TABLE `user_earn_referral_levels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_earn_referral_levels_user_id_foreign` (`user_id`),
  ADD KEY `user_earn_referral_levels_referral_level_package_id_foreign` (`referral_level_package_id`);

--
-- Indexes for table `user_kyc_data`
--
ALTER TABLE `user_kyc_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_kyc_data_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_login_logs`
--
ALTER TABLE `user_login_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_login_logs_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_mail_logs`
--
ALTER TABLE `user_mail_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_mail_logs_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_notifications`
--
ALTER TABLE `user_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_notifications_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_password_resets`
--
ALTER TABLE `user_password_resets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_password_resets_token_unique` (`token`),
  ADD UNIQUE KEY `user_password_resets_code_unique` (`code`),
  ADD KEY `user_password_resets_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_profiles`
--
ALTER TABLE `user_profiles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_profiles_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_qr_codes`
--
ALTER TABLE `user_qr_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_qr_codes_user_id_foreign` (`user_id`);

--
-- Indexes for table `user_support_chats`
--
ALTER TABLE `user_support_chats`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_support_chats_user_support_ticket_id_foreign` (`user_support_ticket_id`);

--
-- Indexes for table `user_support_tickets`
--
ALTER TABLE `user_support_tickets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_support_tickets_token_unique` (`token`),
  ADD KEY `user_support_tickets_user_id_foreign` (`user_id`),
  ADD KEY `user_support_tickets_merchant_id_foreign` (`merchant_id`),
  ADD KEY `user_support_tickets_agent_id_foreign` (`agent_id`),
  ADD KEY `user_support_tickets_admin_id_foreign` (`admin_id`);

--
-- Indexes for table `user_support_ticket_attachments`
--
ALTER TABLE `user_support_ticket_attachments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_support_ticket_attachments_user_support_ticket_id_foreign` (`user_support_ticket_id`);

--
-- Indexes for table `user_wallets`
--
ALTER TABLE `user_wallets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_wallets_currency_id_foreign` (`currency_id`),
  ADD KEY `user_wallets_user_id_foreign` (`user_id`);

--
-- Indexes for table `virtual_cards`
--
ALTER TABLE `virtual_cards`
  ADD PRIMARY KEY (`id`),
  ADD KEY `virtual_cards_user_id_foreign` (`user_id`);

--
-- Indexes for table `virtual_card_apis`
--
ALTER TABLE `virtual_card_apis`
  ADD PRIMARY KEY (`id`),
  ADD KEY `virtual_card_apis_admin_id_foreign` (`admin_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admins`
--
ALTER TABLE `admins`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admin_has_roles`
--
ALTER TABLE `admin_has_roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `admin_login_logs`
--
ALTER TABLE `admin_login_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `admin_notifications`
--
ALTER TABLE `admin_notifications`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `admin_password_resets`
--
ALTER TABLE `admin_password_resets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `admin_roles`
--
ALTER TABLE `admin_roles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `admin_role_has_permissions`
--
ALTER TABLE `admin_role_has_permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `admin_role_permissions`
--
ALTER TABLE `admin_role_permissions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agents`
--
ALTER TABLE `agents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_authorizations`
--
ALTER TABLE `agent_authorizations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_kyc_data`
--
ALTER TABLE `agent_kyc_data`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_login_logs`
--
ALTER TABLE `agent_login_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_mail_logs`
--
ALTER TABLE `agent_mail_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_notifications`
--
ALTER TABLE `agent_notifications`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_password_resets`
--
ALTER TABLE `agent_password_resets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_profits`
--
ALTER TABLE `agent_profits`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_qr_codes`
--
ALTER TABLE `agent_qr_codes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_recipients`
--
ALTER TABLE `agent_recipients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_wallets`
--
ALTER TABLE `agent_wallets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `app_onboard_screens`
--
ALTER TABLE `app_onboard_screens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `app_settings`
--
ALTER TABLE `app_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `basic_settings`
--
ALTER TABLE `basic_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `bill_pay_categories`
--
ALTER TABLE `bill_pay_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `blogs`
--
ALTER TABLE `blogs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `blog_categories`
--
ALTER TABLE `blog_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `cardyfie_card_customers`
--
ALTER TABLE `cardyfie_card_customers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `cardyfie_virtual_cards`
--
ALTER TABLE `cardyfie_virtual_cards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `chatboxes`
--
ALTER TABLE `chatboxes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `coinbase_webhook_calls`
--
ALTER TABLE `coinbase_webhook_calls`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `contacts`
--
ALTER TABLE `contacts`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `conversations`
--
ALTER TABLE `conversations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `conversation_attachments`
--
ALTER TABLE `conversation_attachments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `country_restrictions`
--
ALTER TABLE `country_restrictions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `crypto_assets`
--
ALTER TABLE `crypto_assets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `crypto_transactions`
--
ALTER TABLE `crypto_transactions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `currencies`
--
ALTER TABLE `currencies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=151;

--
-- AUTO_INCREMENT for table `developer_api_credentials`
--
ALTER TABLE `developer_api_credentials`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `exchange_rates`
--
ALTER TABLE `exchange_rates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `extensions`
--
ALTER TABLE `extensions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `frontend_header_sections`
--
ALTER TABLE `frontend_header_sections`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `frontend_header_section_faqs`
--
ALTER TABLE `frontend_header_section_faqs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `frontend_header_section_pages`
--
ALTER TABLE `frontend_header_section_pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=36;

--
-- AUTO_INCREMENT for table `gateway_a_pis`
--
ALTER TABLE `gateway_a_pis`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `gateway_settings`
--
ALTER TABLE `gateway_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `gift_cards`
--
ALTER TABLE `gift_cards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `jobs`
--
ALTER TABLE `jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `languages`
--
ALTER TABLE `languages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `live_exchange_rate_api_settings`
--
ALTER TABLE `live_exchange_rate_api_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `merchants`
--
ALTER TABLE `merchants`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `merchant_authorizations`
--
ALTER TABLE `merchant_authorizations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_configurations`
--
ALTER TABLE `merchant_configurations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `merchant_kyc_data`
--
ALTER TABLE `merchant_kyc_data`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_login_logs`
--
ALTER TABLE `merchant_login_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_mail_logs`
--
ALTER TABLE `merchant_mail_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_notifications`
--
ALTER TABLE `merchant_notifications`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_password_resets`
--
ALTER TABLE `merchant_password_resets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_qr_codes`
--
ALTER TABLE `merchant_qr_codes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `merchant_wallets`
--
ALTER TABLE `merchant_wallets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=151;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=174;

--
-- AUTO_INCREMENT for table `module_settings`
--
ALTER TABLE `module_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `newsletters`
--
ALTER TABLE `newsletters`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `payment_gateways`
--
ALTER TABLE `payment_gateways`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `payment_gateway_currencies`
--
ALTER TABLE `payment_gateway_currencies`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=56;

--
-- AUTO_INCREMENT for table `payment_links`
--
ALTER TABLE `payment_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `payment_order_requests`
--
ALTER TABLE `payment_order_requests`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `push_notification_records`
--
ALTER TABLE `push_notification_records`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `receipients`
--
ALTER TABLE `receipients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `receiver_counties`
--
ALTER TABLE `receiver_counties`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `referral_level_packages`
--
ALTER TABLE `referral_level_packages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `referral_settings`
--
ALTER TABLE `referral_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `referred_users`
--
ALTER TABLE `referred_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `reloadly_apis`
--
ALTER TABLE `reloadly_apis`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `remitance_bank_deposits`
--
ALTER TABLE `remitance_bank_deposits`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `remitance_cash_pickups`
--
ALTER TABLE `remitance_cash_pickups`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `sandbox_wallets`
--
ALTER TABLE `sandbox_wallets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=151;

--
-- AUTO_INCREMENT for table `script`
--
ALTER TABLE `script`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `setup_kycs`
--
ALTER TABLE `setup_kycs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `setup_pages`
--
ALTER TABLE `setup_pages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT for table `setup_page_has_sections`
--
ALTER TABLE `setup_page_has_sections`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT for table `setup_seos`
--
ALTER TABLE `setup_seos`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `site_sections`
--
ALTER TABLE `site_sections`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT for table `sms_templates`
--
ALTER TABLE `sms_templates`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;

--
-- AUTO_INCREMENT for table `stripe_virtual_cards`
--
ALTER TABLE `stripe_virtual_cards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `strowallet_customer_kycs`
--
ALTER TABLE `strowallet_customer_kycs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `strowallet_virtual_cards`
--
ALTER TABLE `strowallet_virtual_cards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `strowallet_webhook_data`
--
ALTER TABLE `strowallet_webhook_data`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sudo_virtual_cards`
--
ALTER TABLE `sudo_virtual_cards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `system_maintenances`
--
ALTER TABLE `system_maintenances`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `temporary_datas`
--
ALTER TABLE `temporary_datas`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `topup_categories`
--
ALTER TABLE `topup_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `trades`
--
ALTER TABLE `trades`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `trade_offers`
--
ALTER TABLE `trade_offers`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transactions`
--
ALTER TABLE `transactions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transaction_charges`
--
ALTER TABLE `transaction_charges`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transaction_devices`
--
ALTER TABLE `transaction_devices`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transaction_methods`
--
ALTER TABLE `transaction_methods`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transaction_settings`
--
ALTER TABLE `transaction_settings`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_authorizations`
--
ALTER TABLE `user_authorizations`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `user_earn_referral_levels`
--
ALTER TABLE `user_earn_referral_levels`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_kyc_data`
--
ALTER TABLE `user_kyc_data`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_login_logs`
--
ALTER TABLE `user_login_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_mail_logs`
--
ALTER TABLE `user_mail_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_notifications`
--
ALTER TABLE `user_notifications`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_password_resets`
--
ALTER TABLE `user_password_resets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_profiles`
--
ALTER TABLE `user_profiles`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_qr_codes`
--
ALTER TABLE `user_qr_codes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_support_chats`
--
ALTER TABLE `user_support_chats`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_support_tickets`
--
ALTER TABLE `user_support_tickets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_support_ticket_attachments`
--
ALTER TABLE `user_support_ticket_attachments`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `user_wallets`
--
ALTER TABLE `user_wallets`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `virtual_cards`
--
ALTER TABLE `virtual_cards`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `virtual_card_apis`
--
ALTER TABLE `virtual_card_apis`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `admins`
--
ALTER TABLE `admins`
  ADD CONSTRAINT `admins_admin_role_id_foreign` FOREIGN KEY (`admin_role_id`) REFERENCES `admin_roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `admin_has_roles`
--
ALTER TABLE `admin_has_roles`
  ADD CONSTRAINT `admin_has_roles_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `admin_has_roles_admin_role_id_foreign` FOREIGN KEY (`admin_role_id`) REFERENCES `admin_roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `admin_has_roles_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `admin_login_logs`
--
ALTER TABLE `admin_login_logs`
  ADD CONSTRAINT `admin_login_logs_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `admin_notifications`
--
ALTER TABLE `admin_notifications`
  ADD CONSTRAINT `admin_notifications_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `admin_roles`
--
ALTER TABLE `admin_roles`
  ADD CONSTRAINT `admin_roles_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `admin_role_has_permissions`
--
ALTER TABLE `admin_role_has_permissions`
  ADD CONSTRAINT `admin_role_has_permissions_admin_role_permission_id_foreign` FOREIGN KEY (`admin_role_permission_id`) REFERENCES `admin_role_permissions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `admin_role_has_permissions_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `admin_role_permissions`
--
ALTER TABLE `admin_role_permissions`
  ADD CONSTRAINT `admin_role_permissions_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `admin_role_permissions_admin_role_id_foreign` FOREIGN KEY (`admin_role_id`) REFERENCES `admin_roles` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_kyc_data`
--
ALTER TABLE `agent_kyc_data`
  ADD CONSTRAINT `agent_kyc_data_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_login_logs`
--
ALTER TABLE `agent_login_logs`
  ADD CONSTRAINT `agent_login_logs_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_mail_logs`
--
ALTER TABLE `agent_mail_logs`
  ADD CONSTRAINT `agent_mail_logs_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_notifications`
--
ALTER TABLE `agent_notifications`
  ADD CONSTRAINT `agent_notifications_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_password_resets`
--
ALTER TABLE `agent_password_resets`
  ADD CONSTRAINT `agent_password_resets_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_profits`
--
ALTER TABLE `agent_profits`
  ADD CONSTRAINT `agent_profits_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `agent_profits_transaction_id_foreign` FOREIGN KEY (`transaction_id`) REFERENCES `transactions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_qr_codes`
--
ALTER TABLE `agent_qr_codes`
  ADD CONSTRAINT `agent_qr_codes_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_recipients`
--
ALTER TABLE `agent_recipients`
  ADD CONSTRAINT `agent_recipients_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `agent_wallets`
--
ALTER TABLE `agent_wallets`
  ADD CONSTRAINT `agent_wallets_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `agent_wallets_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `app_onboard_screens`
--
ALTER TABLE `app_onboard_screens`
  ADD CONSTRAINT `app_onboard_screens_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `bill_pay_categories`
--
ALTER TABLE `bill_pay_categories`
  ADD CONSTRAINT `bill_pay_categories_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `blogs`
--
ALTER TABLE `blogs`
  ADD CONSTRAINT `blogs_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `blogs_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `blog_categories` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `blog_categories`
--
ALTER TABLE `blog_categories`
  ADD CONSTRAINT `blog_categories_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `cardyfie_card_customers`
--
ALTER TABLE `cardyfie_card_customers`
  ADD CONSTRAINT `cardyfie_card_customers_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `cardyfie_virtual_cards`
--
ALTER TABLE `cardyfie_virtual_cards`
  ADD CONSTRAINT `cardyfie_virtual_cards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `chatboxes`
--
ALTER TABLE `chatboxes`
  ADD CONSTRAINT `chatboxes_receiver_id_foreign` FOREIGN KEY (`receiver_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `chatboxes_sender_id_foreign` FOREIGN KEY (`sender_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `conversations`
--
ALTER TABLE `conversations`
  ADD CONSTRAINT `conversations_chatbox_id_foreign` FOREIGN KEY (`chatbox_id`) REFERENCES `chatboxes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `conversation_attachments`
--
ALTER TABLE `conversation_attachments`
  ADD CONSTRAINT `conversation_attachments_chatbox_id_foreign` FOREIGN KEY (`chatbox_id`) REFERENCES `chatboxes` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `country_restrictions`
--
ALTER TABLE `country_restrictions`
  ADD CONSTRAINT `country_restrictions_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `crypto_assets`
--
ALTER TABLE `crypto_assets`
  ADD CONSTRAINT `crypto_assets_payment_gateway_id_foreign` FOREIGN KEY (`payment_gateway_id`) REFERENCES `payment_gateways` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `currencies`
--
ALTER TABLE `currencies`
  ADD CONSTRAINT `currencies_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `developer_api_credentials`
--
ALTER TABLE `developer_api_credentials`
  ADD CONSTRAINT `developer_api_credentials_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `frontend_header_sections`
--
ALTER TABLE `frontend_header_sections`
  ADD CONSTRAINT `frontend_header_sections_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `frontend_header_section_faqs`
--
ALTER TABLE `frontend_header_section_faqs`
  ADD CONSTRAINT `frontend_header_section_faqs_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `frontend_header_section_faqs_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `frontend_header_sections` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `frontend_header_section_pages`
--
ALTER TABLE `frontend_header_section_pages`
  ADD CONSTRAINT `frontend_header_section_pages_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `frontend_header_section_pages_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `frontend_header_sections` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `gateway_a_pis`
--
ALTER TABLE `gateway_a_pis`
  ADD CONSTRAINT `gateway_a_pis_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `gateway_settings`
--
ALTER TABLE `gateway_settings`
  ADD CONSTRAINT `gateway_settings_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `gift_cards`
--
ALTER TABLE `gift_cards`
  ADD CONSTRAINT `gift_cards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `languages`
--
ALTER TABLE `languages`
  ADD CONSTRAINT `languages_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_kyc_data`
--
ALTER TABLE `merchant_kyc_data`
  ADD CONSTRAINT `merchant_kyc_data_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_login_logs`
--
ALTER TABLE `merchant_login_logs`
  ADD CONSTRAINT `merchant_login_logs_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_mail_logs`
--
ALTER TABLE `merchant_mail_logs`
  ADD CONSTRAINT `merchant_mail_logs_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_notifications`
--
ALTER TABLE `merchant_notifications`
  ADD CONSTRAINT `merchant_notifications_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_password_resets`
--
ALTER TABLE `merchant_password_resets`
  ADD CONSTRAINT `merchant_password_resets_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_qr_codes`
--
ALTER TABLE `merchant_qr_codes`
  ADD CONSTRAINT `merchant_qr_codes_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `merchant_wallets`
--
ALTER TABLE `merchant_wallets`
  ADD CONSTRAINT `merchant_wallets_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `merchant_wallets_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `module_settings`
--
ALTER TABLE `module_settings`
  ADD CONSTRAINT `module_settings_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON UPDATE CASCADE;

--
-- Constraints for table `payment_gateways`
--
ALTER TABLE `payment_gateways`
  ADD CONSTRAINT `payment_gateways_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `payment_links`
--
ALTER TABLE `payment_links`
  ADD CONSTRAINT `payment_links_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `payment_links_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `push_notification_records`
--
ALTER TABLE `push_notification_records`
  ADD CONSTRAINT `push_notification_records_send_by_foreign` FOREIGN KEY (`send_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `receipients`
--
ALTER TABLE `receipients`
  ADD CONSTRAINT `receipients_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `receiver_counties`
--
ALTER TABLE `receiver_counties`
  ADD CONSTRAINT `receiver_counties_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `referred_users`
--
ALTER TABLE `referred_users`
  ADD CONSTRAINT `referred_users_new_user_id_foreign` FOREIGN KEY (`new_user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `referred_users_refer_user_id_foreign` FOREIGN KEY (`refer_user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `remitance_bank_deposits`
--
ALTER TABLE `remitance_bank_deposits`
  ADD CONSTRAINT `remitance_bank_deposits_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `remitance_cash_pickups`
--
ALTER TABLE `remitance_cash_pickups`
  ADD CONSTRAINT `remitance_cash_pickups_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `sandbox_wallets`
--
ALTER TABLE `sandbox_wallets`
  ADD CONSTRAINT `sandbox_wallets_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `sandbox_wallets_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `setup_pages`
--
ALTER TABLE `setup_pages`
  ADD CONSTRAINT `setup_pages_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `setup_page_has_sections`
--
ALTER TABLE `setup_page_has_sections`
  ADD CONSTRAINT `setup_page_has_sections_setup_page_id_foreign` FOREIGN KEY (`setup_page_id`) REFERENCES `setup_pages` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `setup_page_has_sections_site_section_id_foreign` FOREIGN KEY (`site_section_id`) REFERENCES `site_sections` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `setup_seos`
--
ALTER TABLE `setup_seos`
  ADD CONSTRAINT `setup_seos_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `stripe_virtual_cards`
--
ALTER TABLE `stripe_virtual_cards`
  ADD CONSTRAINT `stripe_virtual_cards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `strowallet_customer_kycs`
--
ALTER TABLE `strowallet_customer_kycs`
  ADD CONSTRAINT `strowallet_customer_kycs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `strowallet_virtual_cards`
--
ALTER TABLE `strowallet_virtual_cards`
  ADD CONSTRAINT `strowallet_virtual_cards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `strowallet_webhook_data`
--
ALTER TABLE `strowallet_webhook_data`
  ADD CONSTRAINT `strowallet_webhook_data_parent_id_foreign` FOREIGN KEY (`parent_id`) REFERENCES `strowallet_virtual_cards` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `strowallet_webhook_data_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `sudo_virtual_cards`
--
ALTER TABLE `sudo_virtual_cards`
  ADD CONSTRAINT `sudo_virtual_cards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `topup_categories`
--
ALTER TABLE `topup_categories`
  ADD CONSTRAINT `topup_categories_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `trades`
--
ALTER TABLE `trades`
  ADD CONSTRAINT `trades_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `trades_rate_currency_id_foreign` FOREIGN KEY (`rate_currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `trades_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `trade_offers`
--
ALTER TABLE `trade_offers`
  ADD CONSTRAINT `trade_offers_creator_id_foreign` FOREIGN KEY (`creator_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `trade_offers_rate_currency_id_foreign` FOREIGN KEY (`rate_currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `trade_offers_sale_currency_id_foreign` FOREIGN KEY (`sale_currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `trade_offers_trade_id_foreign` FOREIGN KEY (`trade_id`) REFERENCES `trades` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `trade_offers_trade_user_id_foreign` FOREIGN KEY (`trade_user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `transactions`
--
ALTER TABLE `transactions`
  ADD CONSTRAINT `transactions_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_agent_wallet_id_foreign` FOREIGN KEY (`agent_wallet_id`) REFERENCES `agent_wallets` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_merchant_wallet_id_foreign` FOREIGN KEY (`merchant_wallet_id`) REFERENCES `merchant_wallets` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_payment_gateway_currency_id_foreign` FOREIGN KEY (`payment_gateway_currency_id`) REFERENCES `payment_gateway_currencies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_payment_link_id_foreign` FOREIGN KEY (`payment_link_id`) REFERENCES `payment_links` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_trade_id_foreign` FOREIGN KEY (`trade_id`) REFERENCES `trades` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `transactions_user_wallet_id_foreign` FOREIGN KEY (`user_wallet_id`) REFERENCES `user_wallets` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `transaction_charges`
--
ALTER TABLE `transaction_charges`
  ADD CONSTRAINT `transaction_charges_transaction_id_foreign` FOREIGN KEY (`transaction_id`) REFERENCES `transactions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `transaction_devices`
--
ALTER TABLE `transaction_devices`
  ADD CONSTRAINT `transaction_devices_transaction_id_foreign` FOREIGN KEY (`transaction_id`) REFERENCES `transactions` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `transaction_methods`
--
ALTER TABLE `transaction_methods`
  ADD CONSTRAINT `transaction_methods_last_edit_by_foreign` FOREIGN KEY (`last_edit_by`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `transaction_settings`
--
ALTER TABLE `transaction_settings`
  ADD CONSTRAINT `transaction_settings_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_earn_referral_levels`
--
ALTER TABLE `user_earn_referral_levels`
  ADD CONSTRAINT `user_earn_referral_levels_referral_level_package_id_foreign` FOREIGN KEY (`referral_level_package_id`) REFERENCES `referral_level_packages` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `user_earn_referral_levels_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_kyc_data`
--
ALTER TABLE `user_kyc_data`
  ADD CONSTRAINT `user_kyc_data_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_login_logs`
--
ALTER TABLE `user_login_logs`
  ADD CONSTRAINT `user_login_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_mail_logs`
--
ALTER TABLE `user_mail_logs`
  ADD CONSTRAINT `user_mail_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_notifications`
--
ALTER TABLE `user_notifications`
  ADD CONSTRAINT `user_notifications_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_password_resets`
--
ALTER TABLE `user_password_resets`
  ADD CONSTRAINT `user_password_resets_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_profiles`
--
ALTER TABLE `user_profiles`
  ADD CONSTRAINT `user_profiles_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_qr_codes`
--
ALTER TABLE `user_qr_codes`
  ADD CONSTRAINT `user_qr_codes_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_support_chats`
--
ALTER TABLE `user_support_chats`
  ADD CONSTRAINT `user_support_chats_user_support_ticket_id_foreign` FOREIGN KEY (`user_support_ticket_id`) REFERENCES `user_support_tickets` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_support_tickets`
--
ALTER TABLE `user_support_tickets`
  ADD CONSTRAINT `user_support_tickets_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `user_support_tickets_agent_id_foreign` FOREIGN KEY (`agent_id`) REFERENCES `agents` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `user_support_tickets_merchant_id_foreign` FOREIGN KEY (`merchant_id`) REFERENCES `merchants` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `user_support_tickets_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_support_ticket_attachments`
--
ALTER TABLE `user_support_ticket_attachments`
  ADD CONSTRAINT `user_support_ticket_attachments_user_support_ticket_id_foreign` FOREIGN KEY (`user_support_ticket_id`) REFERENCES `user_support_tickets` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `user_wallets`
--
ALTER TABLE `user_wallets`
  ADD CONSTRAINT `user_wallets_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`) ON DELETE CASCADE ON UPDATE CASCADE,
  ADD CONSTRAINT `user_wallets_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `virtual_cards`
--
ALTER TABLE `virtual_cards`
  ADD CONSTRAINT `virtual_cards_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;

--
-- Constraints for table `virtual_card_apis`
--
ALTER TABLE `virtual_card_apis`
  ADD CONSTRAINT `virtual_card_apis_admin_id_foreign` FOREIGN KEY (`admin_id`) REFERENCES `admins` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
