One Hat Cyber Team
Your IP :
3.136.17.118
Server IP :
104.21.7.16
Server :
Linux server3.shared.spaceship.host 4.18.0-372.9.1.1.lve.el8.x86_64 #1 SMP Tue May 24 07:49:22 EDT 2022 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
rlcugxuggt
/
web.dafriappsdev.com
/
database
/
Edit File:
database.sql
-- phpMyAdmin SQL Dump -- version 5.1.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost:8889 -- Generation Time: Jul 09, 2024 at 04:13 PM -- Server version: 5.7.34 -- PHP Version: 8.1.0 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: `businesso_3.4_without_installer` -- -- -------------------------------------------------------- -- -- Table structure for table `admins` -- CREATE TABLE `admins` ( `id` bigint(20) UNSIGNED NOT NULL, `role_id` int(11) DEFAULT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `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 `admins` -- INSERT INTO `admins` (`id`, `role_id`, `username`, `email`, `first_name`, `last_name`, `image`, `password`, `status`, `created_at`, `updated_at`) VALUES (1, NULL, 'admin', 'admin@example.com', 'Justin', 'Langer', '5f5797dbc520b.png', '$2y$10$UmZ3nP0JIUOI0CxLG/175efcigYJDbfg45Ga4cYz/YdZOshZ0GPMm', 1, NULL, '2023-09-17 06:08:29'); -- -------------------------------------------------------- -- -- Table structure for table `basic_extendeds` -- CREATE TABLE `basic_extendeds` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `cookie_alert_status` tinyint(4) NOT NULL DEFAULT '1', `cookie_alert_text` blob, `cookie_alert_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `to_mail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `default_language_direction` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'ltr' COMMENT 'ltr / rtl', `from_mail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `from_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_smtp` tinyint(4) NOT NULL DEFAULT '0', `smtp_host` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `smtp_port` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `encryption` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `smtp_username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `smtp_password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `base_currency_symbol` blob, `base_currency_symbol_position` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'left', `base_currency_text` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `base_currency_text_position` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'right', `base_currency_rate` decimal(8,2) NOT NULL DEFAULT '0.00', `hero_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_button_text` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_button_url` text COLLATE utf8mb4_unicode_ci, `hero_section_video_url` text COLLATE utf8mb4_unicode_ci, `hero_img` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timezone` text COLLATE utf8mb4_unicode_ci, `contact_addresses` text COLLATE utf8mb4_unicode_ci, `contact_numbers` text COLLATE utf8mb4_unicode_ci, `contact_mails` text COLLATE utf8mb4_unicode_ci, `is_whatsapp` tinyint(4) NOT NULL DEFAULT '1', `whatsapp_number` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_header_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_popup_message` text COLLATE utf8mb4_unicode_ci, `whatsapp_popup` tinyint(4) NOT NULL DEFAULT '1', `domain_request_success_message` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cname_record_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cname_record_section_text` text COLLATE utf8mb4_unicode_ci, `package_features` text COLLATE utf8mb4_unicode_ci, `expiration_reminder` int(11) NOT NULL DEFAULT '3', `custom_css` longtext COLLATE utf8mb4_unicode_ci, `custom_js` longtext COLLATE utf8mb4_unicode_ci, `hero_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_secound_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_secound_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_img2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_img3` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_img4` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_img5` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `basic_extendeds` -- INSERT INTO `basic_extendeds` (`id`, `language_id`, `cookie_alert_status`, `cookie_alert_text`, `cookie_alert_button_text`, `to_mail`, `default_language_direction`, `from_mail`, `from_name`, `is_smtp`, `smtp_host`, `smtp_port`, `encryption`, `smtp_username`, `smtp_password`, `base_currency_symbol`, `base_currency_symbol_position`, `base_currency_text`, `base_currency_text_position`, `base_currency_rate`, `hero_section_title`, `hero_section_text`, `hero_section_button_text`, `hero_section_button_url`, `hero_section_video_url`, `hero_img`, `timezone`, `contact_addresses`, `contact_numbers`, `contact_mails`, `is_whatsapp`, `whatsapp_number`, `whatsapp_header_title`, `whatsapp_popup_message`, `whatsapp_popup`, `domain_request_success_message`, `cname_record_section_title`, `cname_record_section_text`, `package_features`, `expiration_reminder`, `custom_css`, `custom_js`, `hero_section_subtitle`, `hero_section_secound_button_text`, `hero_section_secound_button_url`, `hero_img2`, `hero_img3`, `hero_img4`, `hero_img5`) VALUES (147, 176, 1, 0x596f757220657870657269656e6365206f6e207468697320736974652077696c6c20626520696d70726f76656420627920616c6c6f77696e6720636f6f6b6965732e, 'Allow Cookies', 'faltusthree@gmail.com', 'ltr', 'geniustest11@gmail.com', 'Businesso', 1, 'smtp.gmail.com', '587', 'TLS', 'geniustest11@gmail.com', 'jvpdiafcjhrznkbm', 0x24, 'left', 'TRY', 'right', '1.00', 'No #01 Digital Services Website', 'We are elite author at envato, We help you to build your own booking website easy way', 'Build Your Website', 'https://businesso.xyz/pricing', 'https://www.youtube.com/watch?v=6KJqEPVfoDs', '65069944ddcf5.png', 'Asia/Dhaka', 'House - 44, Road - 03, Sector - 11, Uttara, Dhaka\r\nDhanmondi, Dhaka\r\nMohammadpur, Dhaka', '237237237,72372332', 'contact@example.com,support@example.com,query@example.com', 1, NULL, NULL, NULL, 1, 'We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.', 'Read Before Sending Custom Domain Request', '<ul><li><font color=\"#575962\"><span style=\"font-weight:600;\"> Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).</span></font></li><li><font color=\"#575962\"><span style=\"font-weight:600;\"> CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain</span></font></li><li><font color=\"#575962\"><span style=\"font-weight:600;\"> Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain</span></font></li></ul>', '[\"Custom Domain\",\"Subdomain\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\"]', 3, NULL, NULL, 'Build Your Dream Website With Businesso', 'View Demo', 'https://businesso.xyz/templates', '65069944de45c.jpg', '64bb637f2f4b0.jpg', '64e9b4e9aa0bc.jpg', '64bb637f2fc2a.jpg'), (148, 177, 1, 0xd8b3d98ad8aad98520d8aad8add8b3d98ad98620d8aad8acd8b1d8a8d8aad98320d8b9d984d98920d987d8b0d8a720d8a7d984d985d988d982d8b920d985d98620d8aed984d8a7d98420d8a7d984d8b3d985d8a7d8ad20d8a8d985d984d981d8a7d8aa20d8aad8b9d8b1d98ad98120d8a7d984d8a7d8b1d8aad8a8d8a7d8b7, 'السماح للكوكيز', 'faltusthree@gmail.com', 'ltr', 'geniustest11@gmail.com', 'Businesso', 1, 'smtp.gmail.com', '587', 'TLS', 'geniustest11@gmail.com', 'jvpdiafcjhrznkbm', 0x24, 'left', 'TRY', 'right', '1.00', 'منصتنا ، نجاحك', 'نحن نخبة المؤلفين في إنفاتو، نحن نساعدك على بناء موقع الحجز الخاص بك بطريقة سهلة', 'اكتشف الخطط', 'https://businesso.xyz/pricing', 'https://www.youtube.com/watch?v=6KJqEPVfoDs', '6506a55aec04f.png', 'Asia/Dhaka', 'منزل - 44 ، طريق - 03 ، قطاع - 11 ، أوتارا ، دكا\r\nدهانوندي ، دكا\r\nمحمدبور ، دكا', '237237237,72372332', 'contact@example.com,support@example.com,query@example.com', 1, NULL, NULL, NULL, 1, NULL, NULL, NULL, '[\"Custom Domain\",\"Subdomain\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\"]', 3, NULL, NULL, 'قم ببناء موقع أحلامك مع الأعمال', 'عرض تجريبي', 'https://businesso.xyz/templates', '6506a6796911f.jpg', '6506a67969694.jpg', '6506a67969af2.jpg', '6506a67969de0.jpg'); -- -------------------------------------------------------- -- -- Table structure for table `basic_settings` -- CREATE TABLE `basic_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `favicon` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `logo` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `preloader_status` tinyint(4) NOT NULL DEFAULT '1', `preloader` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `website_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `base_color` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `breadcrumb` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `footer_logo` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `footer_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copyright_text` blob, `intro_subtitle` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_text` text COLLATE utf8mb4_unicode_ci, `intro_main_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tawk_to_script` text COLLATE utf8mb4_unicode_ci, `is_recaptcha` tinyint(4) NOT NULL DEFAULT '0', `google_recaptcha_site_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `google_recaptcha_secret_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_tawkto` tinyint(4) NOT NULL DEFAULT '1', `tawkto_property_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_disqus` tinyint(4) NOT NULL DEFAULT '1', `is_user_disqus` tinyint(4) NOT NULL DEFAULT '1', `disqus_shortname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `disqus_script` text COLLATE utf8mb4_unicode_ci, `maintainance_mode` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - active, 0 - deactive', `maintainance_text` text COLLATE utf8mb4_unicode_ci, `maintenance_img` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `maintenance_status` tinyint(4) NOT NULL DEFAULT '0', `secret_path` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `feature_section` tinyint(4) NOT NULL DEFAULT '1', `process_section` tinyint(4) NOT NULL DEFAULT '1', `featured_users_section` tinyint(4) NOT NULL DEFAULT '1', `pricing_section` tinyint(4) NOT NULL DEFAULT '1', `partners_section` tinyint(4) NOT NULL DEFAULT '1', `intro_section` tinyint(4) NOT NULL DEFAULT '1', `testimonial_section` tinyint(4) NOT NULL DEFAULT '1', `feature_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured_users_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured_users_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pricing_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pricing_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `testimonial_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `testimonial_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `news_section` tinyint(4) NOT NULL DEFAULT '1', `top_footer_section` tinyint(4) NOT NULL DEFAULT '1', `copyright_section` tinyint(4) NOT NULL DEFAULT '1', `blog_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `useful_links_title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_whatsapp` tinyint(4) NOT NULL DEFAULT '1', `whatsapp_number` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_header_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_popup_message` text COLLATE utf8mb4_unicode_ci, `whatsapp_popup` tinyint(4) NOT NULL DEFAULT '1', `templates_section` tinyint(4) NOT NULL DEFAULT '1', `preview_templates_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `preview_templates_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timezone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `testimonial_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `partners_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `partners_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pricing_text` text COLLATE utf8mb4_unicode_ci, `vcard_section` tinyint(4) NOT NULL DEFAULT '1', `vcard_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vcard_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_button_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `adsense_publisher_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_verification_status` tinyint(4) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `basic_settings` -- INSERT INTO `basic_settings` (`id`, `language_id`, `favicon`, `logo`, `preloader_status`, `preloader`, `website_title`, `base_color`, `breadcrumb`, `footer_logo`, `footer_text`, `newsletter_text`, `copyright_text`, `intro_subtitle`, `intro_title`, `intro_text`, `intro_main_image`, `tawk_to_script`, `is_recaptcha`, `google_recaptcha_site_key`, `google_recaptcha_secret_key`, `is_tawkto`, `tawkto_property_id`, `is_disqus`, `is_user_disqus`, `disqus_shortname`, `disqus_script`, `maintainance_mode`, `maintainance_text`, `maintenance_img`, `maintenance_status`, `secret_path`, `feature_section`, `process_section`, `featured_users_section`, `pricing_section`, `partners_section`, `intro_section`, `testimonial_section`, `feature_title`, `work_process_title`, `work_process_subtitle`, `featured_users_title`, `featured_users_subtitle`, `pricing_title`, `pricing_subtitle`, `testimonial_title`, `testimonial_subtitle`, `news_section`, `top_footer_section`, `copyright_section`, `blog_title`, `blog_subtitle`, `useful_links_title`, `newsletter_title`, `newsletter_subtitle`, `is_whatsapp`, `whatsapp_number`, `whatsapp_header_title`, `whatsapp_popup_message`, `whatsapp_popup`, `templates_section`, `preview_templates_title`, `preview_templates_subtitle`, `timezone`, `testimonial_image`, `partners_section_title`, `partners_section_subtitle`, `pricing_text`, `vcard_section`, `vcard_section_title`, `vcard_section_subtitle`, `intro_button_name`, `intro_button_url`, `adsense_publisher_id`, `email_verification_status`) VALUES (153, 176, '650698c2ec1d6.png', '6506953ba3468.png', 1, '619f909c67793.png', 'Businesso', 'FF6B6B', '60ea8dcf724d7.jpg', '619f8fed9ba13.png', 'We are a awward winning multinaitonal Company. We Believe quality and standard worlwidex Consider.', 'Subscribe to gate Latest News, Offer and connect With Us.', 0x436f7079726967687420c2a920323032332e20416c6c2072696768747320726573657276656420627920427573696e6573736f2e, 'Bring More Profits With More Valuable Features', 'Why You Choose Our Template', 'It is a long established fact that a reader will be choose by the readable content of a page when looking at.\r\nWe completed 500+ client’s projects\r\nWe have 10+ multiple developer\r\n100+ active client’s working with us\r\nYour trusted business partner', '6195e99bbff6b.png', '<!--Start of Tawk.to Script-->\r\n<script type=\"text/javascript\">\r\nvar Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();\r\n(function(){\r\nvar s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];\r\ns1.async=true;\r\ns1.src=\'https://embed.tawk.to/5f5e445f4704467e89ee918d/default\';\r\ns1.charset=\'UTF-8\';\r\ns1.setAttribute(\'crossorigin\',\'*\');\r\ns0.parentNode.insertBefore(s1,s0);\r\n})();\r\n</script>\r\n<!--End of Tawk.to Script-->', 0, '6LeicUEdAAAAAAMtLSkdpal8CvsUDLzRbwv0G04P', '6LeicUEdAAAAADZw2Fe_LQAmzi3cWI9ZBkgFVWgV', 1, 'https://tawk.to/chat/623891851ffac05b1d7fac3b/1fumfgsmj', 1, 1, 'plusagency-2-5', '<script>\r\n\r\n/**\r\n* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.\r\n* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/\r\n/*\r\nvar disqus_config = function () {\r\nthis.page.url = PAGE_URL; // Replace PAGE_URL with your page\'s canonical URL variable\r\nthis.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page\'s unique identifier variable\r\n};\r\n*/\r\n(function() { // DON\'T EDIT BELOW THIS LINE\r\nvar d = document, s = d.createElement(\'script\');\r\ns.src = \'https://plusagency.disqus.com/embed.js\';\r\ns.setAttribute(\'data-timestamp\', +new Date());\r\n(d.head || d.body).appendChild(s);\r\n})();\r\n</script>', 0, 'We are upgrading our site. We will come back soon. \r\nPlease stay with us.\r\nThank you....', '6506d04f14dac.png', 0, 'businesso', 1, 1, 1, 1, 1, 1, 1, 'Features', 'How To Setup Website', 'How It Works', 'Our Featured Users', 'Take a Look at The Featured Users', 'Build Your Relationship With Us', 'Choose Our Pricing Plan', 'Our Client’s Testimonial', 'What Our Cliets Say', 1, 1, 1, 'Our Latest Blog', 'Our Latest Blogs', 'Useful Links', 'Newsletter', 'Get latest updates first', 0, '2367327069', 'Hi, There!', 'How can I help you?\r\ngreat', 0, 1, 'Creative & User Friendly Design', 'See Our Modern Template', 'Asia/Dhaka', '64b22adcb7c22.png', 'Our Great Achievement Proved Us!', 'We Completed 500+ Projects With Clints Satisfiction', 'Curabitur non nulla sit amet nisl tempus lectus Nulla porttitor accumsan tincidunt.', 1, 'Digital Business Id Card For Your Excellent Business', 'It is a long established fact that a reader will be choose by the readable content of a page when looking at.', 'Purchase Now', 'https://example.com', NULL, 1), (154, 177, '650698c2ec1d6.png', '6506953ba3468.png', 1, '619f909c67793.png', 'Businesso', 'FF6B6B', '60ea8dcf724d7.jpg', '619f8fffba64b.png', 'نحن شركة متعددة الأطراف فائزة بشكل كبير. نحن نؤمن بالجودة والمعايير التي نأخذها بعين الاعتبار.', 'Subscribe to gate Latest News, Offer and connect With Us.', 0xd8acd985d98ad8b920d8a7d984d8add982d988d98220d985d8add981d988d8b8d8a920c2a920323032332e, 'قصتنا', 'لدينا 20 عاما من الخبرة العملية في مقهى.', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. ولذلك يتم استخدام', '6195e994095b0.png', '<!--Start of Tawk.to Script-->\r\n<script type=\"text/javascript\">\r\nvar Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();\r\n(function(){\r\nvar s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];\r\ns1.async=true;\r\ns1.src=\'https://embed.tawk.to/5f5e445f4704467e89ee918d/default\';\r\ns1.charset=\'UTF-8\';\r\ns1.setAttribute(\'crossorigin\',\'*\');\r\ns0.parentNode.insertBefore(s1,s0);\r\n})();\r\n</script>\r\n<!--End of Tawk.to Script-->', 0, '6LeicUEdAAAAAAMtLSkdpal8CvsUDLzRbwv0G04P', '6LeicUEdAAAAADZw2Fe_LQAmzi3cWI9ZBkgFVWgV', 1, 'https://tawk.to/chat/623891851ffac05b1d7fac3b/1fumfgsmj', 1, 1, 'plusagency-2-5', '<script>\r\n\r\n/**\r\n* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.\r\n* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/\r\n/*\r\nvar disqus_config = function () {\r\nthis.page.url = PAGE_URL; // Replace PAGE_URL with your page\'s canonical URL variable\r\nthis.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page\'s unique identifier variable\r\n};\r\n*/\r\n(function() { // DON\'T EDIT BELOW THIS LINE\r\nvar d = document, s = d.createElement(\'script\');\r\ns.src = \'https://plusagency.disqus.com/embed.js\';\r\ns.setAttribute(\'data-timestamp\', +new Date());\r\n(d.head || d.body).appendChild(s);\r\n})();\r\n</script>', 0, 'We are upgrading our site. We will come back soon. \r\nPlease stay with us.\r\nThank you....', NULL, 0, NULL, 1, 1, 1, 1, 1, 1, 1, 'متميز', 'آلية العمل', 'آلية العمل', 'مستخدم مميز', 'مستخدم مميز', 'التسعير', 'التسعير', 'شهادة', 'شهادة', 1, 1, 1, 'أحدث مدونة لدينا', NULL, 'روابط مفيدة', 'النشرة الإخبارية', 'احصل على آخر التحديثات أولاً', 0, '2367327069', 'Hi, There!', 'How can I help you?\r\ngreat', 0, 1, 'تصميم إبداعي وسهل الاستخدام', 'نظر نموذجنا الحديث', 'Asia/Dhaka', '64b22adcb7c22.png', 'لقد أثبت إنجازنا العظيم أننا!', 'أكملنا أكثر من 500 مشروع بإرضاء العملاء', 'قم ببناء الوعي بالعلامة التجارية وتعظيم إمكانات عملك عند الانضمام إلى معرض 365 كعارض والاستفادة من حلول الإعلانات الخاصة بنا', 1, 'بطاقة هوية العمل الرقمية لعملك الممتاز', 'إنها حقيقة مثبتة منذ زمن طويل أن القارئ سيتم اختياره من خلال المحتوى المقروء للصفحة عند النظر إليها.', NULL, NULL, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `bcategories` -- CREATE TABLE `bcategories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `serial_number` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `bcategories` -- INSERT INTO `bcategories` (`id`, `language_id`, `name`, `slug`, `status`, `serial_number`) VALUES (13, 176, 'International', NULL, 1, 1), (14, 176, 'Tech', NULL, 1, 2), (15, 176, 'Miscellaneous', NULL, 1, 3), (16, 176, 'Lifestyle', NULL, 1, 4), (17, 177, 'دولي', NULL, 1, 1), (18, 177, 'تقنية', NULL, 1, 2), (19, 177, 'متفرقات', NULL, 1, 3), (20, 177, 'أسلوب الحياة', NULL, 1, 4); -- -------------------------------------------------------- -- -- Table structure for table `blogs` -- CREATE TABLE `blogs` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `bcategory_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `main_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` blob, `tags` text COLLATE utf8mb4_unicode_ci, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) 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 `blogs` -- INSERT INTO `blogs` (`id`, `language_id`, `bcategory_id`, `title`, `slug`, `main_image`, `content`, `tags`, `meta_keywords`, `meta_description`, `serial_number`, `created_at`, `updated_at`) VALUES (86, 176, 13, 'It has survived not only five centuries', 'it-has-survived-not-only-five-centuries', '1637216440.png', 0x3c756c3e3c6c693e3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313470783b223e3c623e3c7370616e207374796c653d22666f6e742d73697a653a323470783b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e73656374657475722061646970697363696e6720656c69743c2f7370616e3e2c203c2f623e73656420646f20656975736d6f642074656d706f7220696e6369646964756e74207574206c61626f726520657420646f6c6f7265206d61676e6120616c697175612e20557420656e696d206164206d696e696d2076656e69616d2c2071756973206e6f737472756420657865726369746174696f6e20756c6c616d636f206c61626f726973206e69736920757420616c697175697020657820656120636f6d6d6f646f20636f6e7365717561742e2044756973206175746520697275726520646f6c6f7220696e20726570726568656e646572697420696e20766f6c7570746174652076656c697420657373652063696c6c756d20646f6c6f726520657520667567696174206e756c6c6120706172696174753c666f6e7420636f6c6f723d2223366261353461223e722e204578636570746575722073696e74206f6363616563617420637570696461746174206e6f6e2070726f6964656e742c2073756e7420696e2063756c706120717569206f666669636961206465736572756e74206d6f6c6c697420616e696d20696420657374206c61626f72756d3c2f666f6e743e3c2f7370616e3e3c2f703e3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313470783b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e73656374657475722061646970697363696e6720656c69742c2073656420646f20656975736d6f642074656d706f7220696e6369646964756e74207574206c61626f726520657420646f6c6f7265206d61676e6120616c697175612e20557420656e696d206164206d696e696d2076656e69616d2c2071756973206e6f737472756420657865726369746174696f6e20756c6c616d636f206c61626f726973206e69736920757420616c697175697020657820656120636f6d6d6f646f20636f6e7365717561742e2044756973206175746520697275726520646f6c6f7220696e20726570726568656e646572697420696e20766f6c7570746174652076656c697420657373652063696c6c756d20646f6c6f726520657520667567696174206e756c6c612070617269617475722e204578636570746575722073696e74206f6363616563617420637570696461746174206e6f6e2070726f6964656e742c2073756e7420696e2063756c706120717569206f666669636961206465736572756e74206d6f6c6c697420616e696d20696420657374206c61626f72756d3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e66617268613c756c3e3c6c693e6d6173646c66676a6e616e7364c2a03c2f6c693e3c6c693e616a73646667613c2f6c693e3c2f756c3e3c2f6c693e3c2f756c3e, NULL, NULL, NULL, 1, '2021-07-24 22:44:48', '2023-08-21 03:25:55'), (87, 176, 14, 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem', 'sed-ut-perspiciatis-unde-omnis-iste-natus-error-sit-voluptatem', '1637216446.png', 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313470783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e204e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c6272202f3e3c2f703e, NULL, NULL, NULL, 2, '2021-07-24 22:46:20', '2021-11-18 00:20:46'), (88, 176, 15, 'expound the actual teachings of the great explorer of the truth', 'expound-the-actual-teachings-of-the-great-explorer-of-the-truth', '1637216452.png', 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e4275742049206d757374206578706c61696e20746f20796f7520686f7720616c6c2074686973206d697374616b656e2069646561206f662064656e6f756e63696e6720706c65617375726520616e64207072616973696e67207061696e2077617320626f726e20616e6420492077696c6c206769766520796f75206120636f6d706c657465206163636f756e74206f66207468652073797374656d2c20616e64206578706f756e64207468652061637475616c207465616368696e6773206f6620746865206772656174206578706c6f726572206f66207468652074727574682c20746865206d61737465722d6275696c646572206f662068756d616e2068617070696e6573732e204e6f206f6e652072656a656374732c206469736c696b65732c206f722061766f69647320706c65617375726520697473656c662c206265636175736520697420697320706c6561737572652c2062757420626563617573652074686f73652077686f20646f206e6f74206b6e6f7720686f7720746f2070757273756520706c65617375726520726174696f6e616c6c7920656e636f756e74657220636f6e73657175656e6365732074686174206172652065787472656d656c79207061696e66756c2e204e6f7220616761696e20697320746865726520616e796f6e652077686f206c6f766573206f722070757273756573206f72206465736972657320746f206f627461696e207061696e206f6620697473656c662c2062656361757365206974206973207061696e2c206275742062656361757365206f63636173696f6e616c6c792063697263756d7374616e636573206f6363757220696e20776869636820746f696c20616e64207061696e2063616e2070726f637572652068696d20736f6d6520677265617420706c6561737572652e20546f2074616b652061207472697669616c206578616d706c652c207768696368206f66207573206576657220756e64657274616b6573206c61626f72696f757320706879736963616c2065786572636973652c2065786365707420746f206f627461696e20736f6d6520616476616e746167652066726f6d2069743f204275742077686f2068617320616e7920726967687420746f2066696e64206661756c7420776974682061206d616e2077686f2063686f6f73657320746f20656e6a6f79206120706c656173757265207468617420686173206e6f20616e6e6f79696e6720636f6e73657175656e6365732c206f72206f6e652077686f2061766f6964732061207061696e20746861742070726f6475636573206e6f20726573756c74616e7420706c6561737572653c2f7370616e3e3c6272202f3e3c2f703e, NULL, NULL, NULL, 3, '2021-07-24 22:47:18', '2021-11-18 00:20:52'), (89, 176, 16, 'At vero eos et accusamus et iusto odio dignissimos ducimus', 'at-vero-eos-et-accusamus-et-iusto-odio-dignissimos-ducimus', '1637216459.png', 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e4174207665726f20656f73206574206163637573616d757320657420697573746f206f64696f206469676e697373696d6f7320647563696d75732071756920626c616e646974696973207072616573656e7469756d20766f6c7570746174756d2064656c656e69746920617471756520636f7272757074692071756f7320646f6c6f7265732065742071756173206d6f6c657374696173206578636570747572692073696e74206f63636165636174692063757069646974617465206e6f6e2070726f766964656e742c2073696d696c697175652073756e7420696e2063756c706120717569206f666669636961206465736572756e74206d6f6c6c6974696120616e696d692c20696420657374206c61626f72756d20657420646f6c6f72756d20667567612e20457420686172756d2071756964656d20726572756d20666163696c6973206573742065742065787065646974612064697374696e6374696f2e204e616d206c696265726f2074656d706f72652c2063756d20736f6c757461206e6f6269732065737420656c6967656e6469206f7074696f2063756d717565206e6968696c20696d70656469742071756f206d696e75732069642071756f64206d6178696d6520706c61636561742066616365726520706f7373696d75732c206f6d6e697320766f6c757074617320617373756d656e6461206573742c206f6d6e697320646f6c6f7220726570656c6c656e6475732e2054656d706f726962757320617574656d2071756962757364616d20657420617574206f6666696369697320646562697469732061757420726572756d206e65636573736974617469627573207361657065206576656e69657420757420657420766f6c7570746174657320726570756469616e6461652073696e74206574206d6f6c657374696165206e6f6e207265637573616e6461652e2049746171756520656172756d20726572756d206869632074656e6574757220612073617069656e74652064656c65637475732c20757420617574207265696369656e64697320766f6c757074617469627573206d61696f72657320616c69617320636f6e73657175617475722061757420706572666572656e64697320646f6c6f7269627573206173706572696f72657320726570656c6c61743c2f7370616e3e3c6272202f3e3c2f703e, NULL, NULL, NULL, 4, '2021-07-24 22:48:00', '2021-11-18 00:20:59'), (90, 176, 13, 'On the other hand, we denounce with righteous indignation', 'on-the-other-hand,-we-denounce-with-righteous-indignation', '1637216476.png', 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e4f6e20746865206f746865722068616e642c2077652064656e6f756e63652077697468207269676874656f757320696e6469676e6174696f6e20616e64206469736c696b65206d656e2077686f2061726520736f2062656775696c656420616e642064656d6f72616c697a65642062792074686520636861726d73206f6620706c656173757265206f6620746865206d6f6d656e742c20736f20626c696e646564206279206465736972652c207468617420746865792063616e6e6f7420666f726573656520746865207061696e20616e642074726f75626c6520746861742061726520626f756e6420746f20656e7375653b20616e6420657175616c20626c616d652062656c6f6e677320746f2074686f73652077686f206661696c20696e2074686569722064757479207468726f756768207765616b6e657373206f662077696c6c2c207768696368206973207468652073616d6520617320736179696e67207468726f75676820736872696e6b696e672066726f6d20746f696c20616e64207061696e2e2054686573652063617365732061726520706572666563746c792073696d706c6520616e64206561737920746f2064697374696e67756973682e20496e2061206672656520686f75722c207768656e206f757220706f776572206f662063686f69636520697320756e7472616d6d656c6c656420616e64207768656e206e6f7468696e672070726576656e7473206f7572206265696e672061626c6520746f20646f2077686174207765206c696b6520626573742c20657665727920706c65617375726520697320746f2062652077656c636f6d656420616e64206576657279207061696e2061766f696465642e2042757420696e206365727461696e2063697263756d7374616e63657320616e64206f77696e6720746f2074686520636c61696d73206f662064757479206f7220746865206f626c69676174696f6e73206f6620627573696e6573732069742077696c6c206672657175656e746c79206f63637572207468617420706c65617375726573206861766520746f206265207265707564696174656420616e6420616e6e6f79616e6365732061636365707465642e205468652077697365206d616e207468657265666f726520616c7761797320686f6c647320696e207468657365206d61747465727320746f2074686973207072696e6369706c65206f662073656c656374696f6e3a2068652072656a6563747320706c6561737572657320746f20736563757265206f74686572206772656174657220706c656173757265732c206f7220656c736520686520656e6475726573207061696e7320746f2061766f696420776f727365207061696e733c2f7370616e3e3c6272202f3e3c2f703e, NULL, NULL, NULL, 5, '2023-07-24 22:49:03', '2021-11-18 00:21:16'), (91, 176, 14, 'consectetur, adipisci velit, sed quia non numquam eius', 'consectetur,-adipisci-velit,-sed-quia-non-numquam-eius', '1694416087.png', 0x3c626c6f636b71756f74653e3c703e3c7370616e207374796c653d22666f6e742d73697a653a313470783b666f6e742d66616d696c793a27436f6d69632053616e73204d53273b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f7370616e3e3c2f703e3c2f626c6f636b71756f74653e3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a56657264616e613b746578742d616c69676e3a6a7573746966793b223e436f6e747261727920746f20706f70756c61722062656c6965662c204c6f72656d20497073756d206973206e6f742073696d706c792072616e646f6d20746578742e2049742068617320726f6f747320696e2061207069656365206f6620636c6173736963616c204c6174696e206c6974657261747572652066726f6d2034352042432c206d616b696e67206974206f7665722032303030207965617273206f6c642e2052696368617264204d63436c696e746f636b2c2061204c6174696e2070726f666573736f722061742048616d7064656e2d5379646e657920436f6c6c65676520696e2056697267696e69612c206c6f6f6b6564207570206f6e65206f6620746865206d6f7265206f627363757265204c6174696e20776f7264732c20636f6e73656374657475722c2066726f6d2061204c6f72656d20497073756d20706173736167652c20616e6420676f696e67207468726f75676820746865206369746573206f662074686520776f726420696e20636c6173736963616c206c6974657261747572653c2f7370616e3e3c6272202f3e3c2f703e, NULL, NULL, NULL, 6, '2021-07-24 22:50:07', '2023-09-11 01:08:07'), (92, 177, 17, 'وقد نجا خمسة قرون فحسب', 'وقد-نجا-خمسة-قرون-فحسب', '1637216494.png', 0xd987d986d8a7d984d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a3d986d988d8a7d8b920d8a7d984d985d8aad988d981d8b1d8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d985d88c20d988d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad98520d8aad8b9d8afd98ad984d987d8a720d8a8d8b4d983d98420d985d8a720d8b9d8a8d8b120d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d986d988d8a7d8afd8b120d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a5d984d98920d8a7d984d986d8b52e20d8a5d98620d983d986d8aa20d8aad8b1d98ad8af20d8a3d98620d8aad8b3d8aad8aed8afd98520d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d985d8a7d88c20d8b9d984d98ad98320d8a3d98620d8aad8aad8add982d98220d8a3d988d984d8a7d98b20d8a3d98620d984d98ad8b320d987d986d8a7d98320d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d985d8add8b1d8acd8a920d8a3d98820d8bad98ad8b120d984d8a7d8a6d982d8a920d985d8aed8a8d8a3d8a920d981d98a20d987d8b0d8a720d8a7d984d986d8b52e20d8a8d98ad986d985d8a720d8aad8b9d985d98420d8acd985d98ad8b920d985d988d984d991d8afd8a7d8aa20d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8b9d984d98920d8a5d8b9d8a7d8afd8a920d8aad983d8b1d8a7d8b120d985d982d8a7d8b7d8b920d985d98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d986d981d8b3d98720d8b9d8afd8a920d985d8b1d8a7d8aa20d8a8d985d8a720d8aad8aad8b7d984d8a8d98720d8a7d984d8add8a7d8acd8a9d88c20d98ad982d988d98520d985d988d984d991d8afd986d8a720d987d8b0d8a720d8a8d8a7d8b3d8aad8aed8afd8a7d98520d983d984d985d8a7d8aa20d985d98620d982d8a7d985d988d8b320d98ad8add988d98a20d8b9d984d98920d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a720d8aad98ad986d98ad8a9d88c20d985d8b6d8a7d98120d8a5d984d98ad987d8a720d985d8acd985d988d8b9d8a920d985d98620d8a7d984d8acd985d98420d8a7d984d986d985d988d8b0d8acd98ad8a9d88c20d984d8aad983d988d98ad98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b0d98820d8b4d983d98420d985d986d8b7d982d98a20d982d8b1d98ad8a820d8a5d984d98920d8a7d984d986d8b520d8a7d984d8add982d98ad982d98a2e20d988d8a8d8a7d984d8aad8a7d984d98a20d98ad983d988d98620d8a7d984d986d8b520d8a7d984d986d8a7d8aad8ad20d8aed8a7d984d98a20d985d98620d8a7d984d8aad983d8b1d8a7d8b1d88c20d8a3d98820d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d8bad98ad8b120d984d8a7d8a6d982d8a920d8a3d98820d985d8a720d8b4d8a7d8a8d9872e20d988d987d8b0d8a720d985d8a720d98ad8acd8b9d984d98720d8a3d988d98420d985d988d984d991d8af20d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e, NULL, NULL, NULL, 1, '2021-07-24 22:44:48', '2021-11-18 00:21:34'), (93, 177, 18, 'لكن يجب أن أشرح لكم كيف كل هذه الفكرة الخاطئة عن المتعة', 'لكن-يجب-أن-أشرح-لكم-كيف-كل-هذه-الفكرة-الخاطئة-عن-المتعة', '1637216502.png', 0xd987d986d8a7d984d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a3d986d988d8a7d8b920d8a7d984d985d8aad988d981d8b1d8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d985d88c20d988d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad98520d8aad8b9d8afd98ad984d987d8a720d8a8d8b4d983d98420d985d8a720d8b9d8a8d8b120d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d986d988d8a7d8afd8b120d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a5d984d98920d8a7d984d986d8b52e20d8a5d98620d983d986d8aa20d8aad8b1d98ad8af20d8a3d98620d8aad8b3d8aad8aed8afd98520d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d985d8a7d88c20d8b9d984d98ad98320d8a3d98620d8aad8aad8add982d98220d8a3d988d984d8a7d98b20d8a3d98620d984d98ad8b320d987d986d8a7d98320d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d985d8add8b1d8acd8a920d8a3d98820d8bad98ad8b120d984d8a7d8a6d982d8a920d985d8aed8a8d8a3d8a920d981d98a20d987d8b0d8a720d8a7d984d986d8b52e20d8a8d98ad986d985d8a720d8aad8b9d985d98420d8acd985d98ad8b920d985d988d984d991d8afd8a7d8aa20d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8b9d984d98920d8a5d8b9d8a7d8afd8a920d8aad983d8b1d8a7d8b120d985d982d8a7d8b7d8b920d985d98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d986d981d8b3d98720d8b9d8afd8a920d985d8b1d8a7d8aa20d8a8d985d8a720d8aad8aad8b7d984d8a8d98720d8a7d984d8add8a7d8acd8a9d88c20d98ad982d988d98520d985d988d984d991d8afd986d8a720d987d8b0d8a720d8a8d8a7d8b3d8aad8aed8afd8a7d98520d983d984d985d8a7d8aa20d985d98620d982d8a7d985d988d8b320d98ad8add988d98a20d8b9d984d98920d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a720d8aad98ad986d98ad8a9d88c20d985d8b6d8a7d98120d8a5d984d98ad987d8a720d985d8acd985d988d8b9d8a920d985d98620d8a7d984d8acd985d98420d8a7d984d986d985d988d8b0d8acd98ad8a9d88c20d984d8aad983d988d98ad98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b0d98820d8b4d983d98420d985d986d8b7d982d98a20d982d8b1d98ad8a820d8a5d984d98920d8a7d984d986d8b520d8a7d984d8add982d98ad982d98a2e20d988d8a8d8a7d984d8aad8a7d984d98a20d98ad983d988d98620d8a7d984d986d8b520d8a7d984d986d8a7d8aad8ad20d8aed8a7d984d98a20d985d98620d8a7d984d8aad983d8b1d8a7d8b1d88c20d8a3d98820d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d8bad98ad8b120d984d8a7d8a6d982d8a920d8a3d98820d985d8a720d8b4d8a7d8a8d9872e20d988d987d8b0d8a720d985d8a720d98ad8acd8b9d984d98720d8a3d988d98420d985d988d984d991d8af20d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e, NULL, NULL, NULL, 2, '2021-07-24 22:46:20', '2021-11-18 00:21:42'), (94, 177, 19, 'شرح التعاليم الفعلية للمستكشف العظيم للحقيقة', 'شرح-التعاليم-الفعلية-للمستكشف-العظيم-للحقيقة', '1637216509.png', 0xd987d986d8a7d984d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a3d986d988d8a7d8b920d8a7d984d985d8aad988d981d8b1d8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d985d88c20d988d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad98520d8aad8b9d8afd98ad984d987d8a720d8a8d8b4d983d98420d985d8a720d8b9d8a8d8b120d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d986d988d8a7d8afd8b120d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a5d984d98920d8a7d984d986d8b52e20d8a5d98620d983d986d8aa20d8aad8b1d98ad8af20d8a3d98620d8aad8b3d8aad8aed8afd98520d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d985d8a7d88c20d8b9d984d98ad98320d8a3d98620d8aad8aad8add982d98220d8a3d988d984d8a7d98b20d8a3d98620d984d98ad8b320d987d986d8a7d98320d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d985d8add8b1d8acd8a920d8a3d98820d8bad98ad8b120d984d8a7d8a6d982d8a920d985d8aed8a8d8a3d8a920d981d98a20d987d8b0d8a720d8a7d984d986d8b52e20d8a8d98ad986d985d8a720d8aad8b9d985d98420d8acd985d98ad8b920d985d988d984d991d8afd8a7d8aa20d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8b9d984d98920d8a5d8b9d8a7d8afd8a920d8aad983d8b1d8a7d8b120d985d982d8a7d8b7d8b920d985d98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d986d981d8b3d98720d8b9d8afd8a920d985d8b1d8a7d8aa20d8a8d985d8a720d8aad8aad8b7d984d8a8d98720d8a7d984d8add8a7d8acd8a9d88c20d98ad982d988d98520d985d988d984d991d8afd986d8a720d987d8b0d8a720d8a8d8a7d8b3d8aad8aed8afd8a7d98520d983d984d985d8a7d8aa20d985d98620d982d8a7d985d988d8b320d98ad8add988d98a20d8b9d984d98920d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a720d8aad98ad986d98ad8a9d88c20d985d8b6d8a7d98120d8a5d984d98ad987d8a720d985d8acd985d988d8b9d8a920d985d98620d8a7d984d8acd985d98420d8a7d984d986d985d988d8b0d8acd98ad8a9d88c20d984d8aad983d988d98ad98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b0d98820d8b4d983d98420d985d986d8b7d982d98a20d982d8b1d98ad8a820d8a5d984d98920d8a7d984d986d8b520d8a7d984d8add982d98ad982d98a2e20d988d8a8d8a7d984d8aad8a7d984d98a20d98ad983d988d98620d8a7d984d986d8b520d8a7d984d986d8a7d8aad8ad20d8aed8a7d984d98a20d985d98620d8a7d984d8aad983d8b1d8a7d8b1d88c20d8a3d98820d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d8bad98ad8b120d984d8a7d8a6d982d8a920d8a3d98820d985d8a720d8b4d8a7d8a8d9872e20d988d987d8b0d8a720d985d8a720d98ad8acd8b9d984d98720d8a3d988d98420d985d988d984d991d8af20d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e, NULL, NULL, NULL, 3, '2021-07-24 22:47:18', '2021-11-18 00:21:49'), (95, 177, 20, 'شرح التعاليم الفعلية للمستكشف العظيم للحقيقة', 'شرح-التعاليم-الفعلية-للمستكشف-العظيم-للحقيقة', '1637216516.png', 0xd987d986d8a7d984d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a3d986d988d8a7d8b920d8a7d984d985d8aad988d981d8b1d8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d985d88c20d988d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad98520d8aad8b9d8afd98ad984d987d8a720d8a8d8b4d983d98420d985d8a720d8b9d8a8d8b120d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d986d988d8a7d8afd8b120d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a5d984d98920d8a7d984d986d8b52e20d8a5d98620d983d986d8aa20d8aad8b1d98ad8af20d8a3d98620d8aad8b3d8aad8aed8afd98520d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d985d8a7d88c20d8b9d984d98ad98320d8a3d98620d8aad8aad8add982d98220d8a3d988d984d8a7d98b20d8a3d98620d984d98ad8b320d987d986d8a7d98320d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d985d8add8b1d8acd8a920d8a3d98820d8bad98ad8b120d984d8a7d8a6d982d8a920d985d8aed8a8d8a3d8a920d981d98a20d987d8b0d8a720d8a7d984d986d8b52e20d8a8d98ad986d985d8a720d8aad8b9d985d98420d8acd985d98ad8b920d985d988d984d991d8afd8a7d8aa20d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8b9d984d98920d8a5d8b9d8a7d8afd8a920d8aad983d8b1d8a7d8b120d985d982d8a7d8b7d8b920d985d98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d986d981d8b3d98720d8b9d8afd8a920d985d8b1d8a7d8aa20d8a8d985d8a720d8aad8aad8b7d984d8a8d98720d8a7d984d8add8a7d8acd8a9d88c20d98ad982d988d98520d985d988d984d991d8afd986d8a720d987d8b0d8a720d8a8d8a7d8b3d8aad8aed8afd8a7d98520d983d984d985d8a7d8aa20d985d98620d982d8a7d985d988d8b320d98ad8add988d98a20d8b9d984d98920d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a720d8aad98ad986d98ad8a9d88c20d985d8b6d8a7d98120d8a5d984d98ad987d8a720d985d8acd985d988d8b9d8a920d985d98620d8a7d984d8acd985d98420d8a7d984d986d985d988d8b0d8acd98ad8a9d88c20d984d8aad983d988d98ad98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b0d98820d8b4d983d98420d985d986d8b7d982d98a20d982d8b1d98ad8a820d8a5d984d98920d8a7d984d986d8b520d8a7d984d8add982d98ad982d98a2e20d988d8a8d8a7d984d8aad8a7d984d98a20d98ad983d988d98620d8a7d984d986d8b520d8a7d984d986d8a7d8aad8ad20d8aed8a7d984d98a20d985d98620d8a7d984d8aad983d8b1d8a7d8b1d88c20d8a3d98820d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d8bad98ad8b120d984d8a7d8a6d982d8a920d8a3d98820d985d8a720d8b4d8a7d8a8d9872e20d988d987d8b0d8a720d985d8a720d98ad8acd8b9d984d98720d8a3d988d98420d985d988d984d991d8af20d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e, NULL, NULL, NULL, 4, '2021-07-24 22:48:00', '2021-11-18 00:21:56'), (96, 177, 17, 'من ناحية أخرى ، نشجب بسخط مستقيم', 'من-ناحية-أخرى-،-نشجب-بسخط-مستقيم', '1637216524.png', 0xd987d986d8a7d984d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a3d986d988d8a7d8b920d8a7d984d985d8aad988d981d8b1d8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d985d88c20d988d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad98520d8aad8b9d8afd98ad984d987d8a720d8a8d8b4d983d98420d985d8a720d8b9d8a8d8b120d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d986d988d8a7d8afd8b120d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a5d984d98920d8a7d984d986d8b52e20d8a5d98620d983d986d8aa20d8aad8b1d98ad8af20d8a3d98620d8aad8b3d8aad8aed8afd98520d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d985d8a7d88c20d8b9d984d98ad98320d8a3d98620d8aad8aad8add982d98220d8a3d988d984d8a7d98b20d8a3d98620d984d98ad8b320d987d986d8a7d98320d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d985d8add8b1d8acd8a920d8a3d98820d8bad98ad8b120d984d8a7d8a6d982d8a920d985d8aed8a8d8a3d8a920d981d98a20d987d8b0d8a720d8a7d984d986d8b52e20d8a8d98ad986d985d8a720d8aad8b9d985d98420d8acd985d98ad8b920d985d988d984d991d8afd8a7d8aa20d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8b9d984d98920d8a5d8b9d8a7d8afd8a920d8aad983d8b1d8a7d8b120d985d982d8a7d8b7d8b920d985d98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d986d981d8b3d98720d8b9d8afd8a920d985d8b1d8a7d8aa20d8a8d985d8a720d8aad8aad8b7d984d8a8d98720d8a7d984d8add8a7d8acd8a9d88c20d98ad982d988d98520d985d988d984d991d8afd986d8a720d987d8b0d8a720d8a8d8a7d8b3d8aad8aed8afd8a7d98520d983d984d985d8a7d8aa20d985d98620d982d8a7d985d988d8b320d98ad8add988d98a20d8b9d984d98920d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a720d8aad98ad986d98ad8a9d88c20d985d8b6d8a7d98120d8a5d984d98ad987d8a720d985d8acd985d988d8b9d8a920d985d98620d8a7d984d8acd985d98420d8a7d984d986d985d988d8b0d8acd98ad8a9d88c20d984d8aad983d988d98ad98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b0d98820d8b4d983d98420d985d986d8b7d982d98a20d982d8b1d98ad8a820d8a5d984d98920d8a7d984d986d8b520d8a7d984d8add982d98ad982d98a2e20d988d8a8d8a7d984d8aad8a7d984d98a20d98ad983d988d98620d8a7d984d986d8b520d8a7d984d986d8a7d8aad8ad20d8aed8a7d984d98a20d985d98620d8a7d984d8aad983d8b1d8a7d8b1d88c20d8a3d98820d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d8bad98ad8b120d984d8a7d8a6d982d8a920d8a3d98820d985d8a720d8b4d8a7d8a8d9872e20d988d987d8b0d8a720d985d8a720d98ad8acd8b9d984d98720d8a3d988d98420d985d988d984d991d8af20d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e, NULL, NULL, NULL, 5, '2021-07-24 22:49:03', '2021-11-18 00:22:04'), (97, 177, 18, 'إنه يرغب في الحصول على الاحتياطي الفيدرالي ، ولكن أيضًا لأنه لا يمكن إلحاقه أبدًا', 'إنه-يرغب-في-الحصول-على-الاحتياطي-الفيدرالي-،-ولكن-أيضًا-لأنه-لا-يمكن-إلحاقه-أبدًا', '1637216530.png', 0xd987d986d8a7d984d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a3d986d988d8a7d8b920d8a7d984d985d8aad988d981d8b1d8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d985d88c20d988d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad98520d8aad8b9d8afd98ad984d987d8a720d8a8d8b4d983d98420d985d8a720d8b9d8a8d8b120d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d986d988d8a7d8afd8b120d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a5d984d98920d8a7d984d986d8b52e20d8a5d98620d983d986d8aa20d8aad8b1d98ad8af20d8a3d98620d8aad8b3d8aad8aed8afd98520d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d985d8a7d88c20d8b9d984d98ad98320d8a3d98620d8aad8aad8add982d98220d8a3d988d984d8a7d98b20d8a3d98620d984d98ad8b320d987d986d8a7d98320d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d985d8add8b1d8acd8a920d8a3d98820d8bad98ad8b120d984d8a7d8a6d982d8a920d985d8aed8a8d8a3d8a920d981d98a20d987d8b0d8a720d8a7d984d986d8b52e20d8a8d98ad986d985d8a720d8aad8b9d985d98420d8acd985d98ad8b920d985d988d984d991d8afd8a7d8aa20d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8b9d984d98920d8a5d8b9d8a7d8afd8a920d8aad983d8b1d8a7d8b120d985d982d8a7d8b7d8b920d985d98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d986d981d8b3d98720d8b9d8afd8a920d985d8b1d8a7d8aa20d8a8d985d8a720d8aad8aad8b7d984d8a8d98720d8a7d984d8add8a7d8acd8a9d88c20d98ad982d988d98520d985d988d984d991d8afd986d8a720d987d8b0d8a720d8a8d8a7d8b3d8aad8aed8afd8a7d98520d983d984d985d8a7d8aa20d985d98620d982d8a7d985d988d8b320d98ad8add988d98a20d8b9d984d98920d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a720d8aad98ad986d98ad8a9d88c20d985d8b6d8a7d98120d8a5d984d98ad987d8a720d985d8acd985d988d8b9d8a920d985d98620d8a7d984d8acd985d98420d8a7d984d986d985d988d8b0d8acd98ad8a9d88c20d984d8aad983d988d98ad98620d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8b0d98820d8b4d983d98420d985d986d8b7d982d98a20d982d8b1d98ad8a820d8a5d984d98920d8a7d984d986d8b520d8a7d984d8add982d98ad982d98a2e20d988d8a8d8a7d984d8aad8a7d984d98a20d98ad983d988d98620d8a7d984d986d8b520d8a7d984d986d8a7d8aad8ad20d8aed8a7d984d98a20d985d98620d8a7d984d8aad983d8b1d8a7d8b1d88c20d8a3d98820d8a3d98a20d983d984d985d8a7d8aa20d8a3d98820d8b9d8a8d8a7d8b1d8a7d8aa20d8bad98ad8b120d984d8a7d8a6d982d8a920d8a3d98820d985d8a720d8b4d8a7d8a8d9872e20d988d987d8b0d8a720d985d8a720d98ad8acd8b9d984d98720d8a3d988d98420d985d988d984d991d8af20d986d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e, NULL, NULL, NULL, 6, '2021-07-24 22:50:07', '2021-11-18 00:22:10'); -- -------------------------------------------------------- -- -- Table structure for table `coupons` -- CREATE TABLE `coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` decimal(11,2) DEFAULT NULL, `start_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `packages` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `maximum_uses_limit` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `total_uses` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `coupons` -- INSERT INTO `coupons` (`id`, `name`, `code`, `type`, `value`, `start_date`, `end_date`, `packages`, `created_at`, `updated_at`, `maximum_uses_limit`, `total_uses`) VALUES (1, 'hp5', 'HN100', 'percentage', '10.00', '2022-04-01', '2023-09-23', '[\"10\",\"13\",\"15\",\"21\"]', '2022-04-28 05:57:13', '2023-07-12 03:01:18', '50', '1'), (3, 'Shop Manager', '12345', 'fixed', '10.00', '2023-12-21', '2024-01-19', '[\"11\",\"13\",\"15\",\"16\",\"21\"]', '2023-12-06 00:44:52', '2023-12-06 00:45:20', '10', NULL), (4, 'Solomon Dudley', 'Desirae Villarreal', 'fixed', '1.00', '2023-12-25', '2023-12-06', '[\"19\"]', '2023-12-06 00:45:54', '2023-12-06 01:09:28', '63', NULL), (5, 'Dustin Campbell', 'Hermione Carpenter', 'fixed', '10.00', '2023-11-27', '2023-12-26', '[\"13\",\"14\",\"16\",\"17\",\"21\"]', '2023-12-06 01:03:23', '2023-12-06 01:08:48', '65', NULL), (6, 'Julie Fuller', 'Isadora Flynn', 'percentage', '22.00', '2023-12-06', '2023-12-22', '[\"17\"]', '2023-12-06 01:08:32', '2023-12-06 01:08:32', '8', NULL), (7, 'Delilah Price', 'Theodore Everett', 'percentage', '10.00', '2023-12-20', '2023-12-29', '[\"14\",\"16\"]', '2023-12-06 01:09:47', '2023-12-06 01:09:47', '4', NULL), (8, 'Cora Pierce', 'Kerry Meyer', 'fixed', '10.00', '2023-12-24', '2023-12-28', '[\"21\"]', '2023-12-07 00:40:28', '2023-12-07 00:40:28', '13', NULL); -- -------------------------------------------------------- -- -- Table structure for table `customers` -- CREATE TABLE `customers` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) DEFAULT NULL, `verification_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `verification_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `shpping_fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `customers` -- INSERT INTO `customers` (`id`, `user_id`, `first_name`, `last_name`, `image`, `username`, `email`, `email_verified_at`, `password`, `contact_number`, `address`, `status`, `verification_token`, `verification_link`, `created_at`, `updated_at`, `shpping_fname`, `shpping_lname`, `shpping_email`, `shpping_number`, `shpping_city`, `shpping_state`, `shpping_address`, `shpping_country`, `billing_fname`, `billing_lname`, `billing_email`, `billing_number`, `billing_city`, `billing_state`, `billing_address`, `billing_country`) VALUES (1, 169, NULL, NULL, NULL, 'faltusones', 'lopezmlg22@axie.ml', '2022-04-10 07:46:22', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', NULL, NULL, 1, 'e60dee6f1dd7e7ad5f5b85df5daf0781', NULL, '2022-04-10 06:59:08', '2022-12-06 00:55:33', 'Mayeen', 'Shohag', 'faltusone@gmail.com', '01699886585', 'Dhaka', 'dhaka', 'sector #11; House 3', 'Bangladesh', 'Mayeen', 'shohag', 'faltusone@gmail.com', '013665589878', 'dhaka', 'dhaka', 'dhajk', 'bangladsh'), (15, 214, NULL, NULL, NULL, 'poydotapsi', 'poydotapsi@vusra.com', '2022-06-19 11:26:26', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', NULL, NULL, 1, '8835a3bc3f6cb263689da4d612681a8a', NULL, '2022-06-19 11:19:55', '2022-06-19 11:26:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (18, 169, 'vasilisal', 'vasilisal', '1655716600.jpg', 'vasilisal', 'vasilisal@cashbackr.com', '2022-06-20 06:22:22', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', '013697988987', 'dhaka', 1, '51ff116b3b60b956a7865614241ebf0d', NULL, '2022-06-20 06:21:31', '2022-06-20 09:16:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'faltu', 'three', 'faltuthree@gmail.com', '9860596932', 'Dhaka city', 'UTTARA', 'sector 11. road 5/c.', 'bangladesh'), (30, 230, 'yash', 'nakayos', '1672810975.jpg', 'nakayos', 'nakayos292@prolug.com', '2023-01-03 23:02:04', '$2a$12$VyNq8LWsWhVSfsynGXH7RusHeSWyXGNq4o5zHb/4Ax3YX/GjLliTu', '+1 202-918-2132', '4496 Berkshire Circle, Knoxville, Tennessee, US', 1, NULL, NULL, '2023-01-03 22:59:21', '2023-01-03 23:49:57', 'yash', 'nakayos', 'nakayos292@prolug.com', '+1 202-918-2132', 'Knoxville', '4496 Berkshire Circle', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'US', 'yash', 'nakayos', 'nakayos292@prolug.com', '+1 202-918-2132', 'Knoxville', '4496 Berkshire Circle', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'US'), (31, 230, 'andy', 'cartoutz', '1672814446.jpg', 'andy3743', 'andy3743@cartoutz.com', '2023-01-04 00:37:38', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', '+1 202-918-2133', '4496 Berkshire Circle, Knoxville, Tennessee, US', 1, '2670a345588d31d097982995a5fa7f10', NULL, '2023-01-04 00:36:44', '2023-01-04 00:41:21', 'andy', 'cartoutz', 'andy3743@cartoutz.com', '+1 202-918-2133', 'Knoxville', '4496 Berkshire Circle', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'US', 'andy', 'cartoutz', 'andy3743@cartoutz.com', '+1 202-918-2133', 'Knoxville', '4496 Berkshire Circle', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'US'), (32, 230, NULL, NULL, NULL, 'Joseph', 'malulekethaboj@gmail.com', '2023-01-13 18:37:17', '$2y$10$g.zx1y3muoRjmeHHcSq7h.6RuXPpl9n7yF8tRbkyniVXbZbFCnoFC', NULL, NULL, 1, NULL, NULL, '2023-01-13 07:49:40', '2023-01-13 18:37:17', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (33, 169, NULL, NULL, NULL, 'zubayer', 'zubayer2693@gmail.com', NULL, '$2y$10$Bx4aEgg33ZyuOuD7xg.eT.SSQmhuJVcuXn1EbzPf4VycYL8Z.DVGS', NULL, NULL, NULL, 'a28ca4d8896d4892956308bb66dbb71c', NULL, '2023-01-13 17:51:36', '2023-01-13 17:51:36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (34, 172, NULL, NULL, NULL, 'teste1@gmail.com', 'teste1@gmail.com', NULL, '$2y$10$.GOGaUnhXIU7Qn96LokVue2F3DtTZLn4pTgwKCDJl.i1RdOgWZZ7.', NULL, NULL, NULL, 'bc08c731add8b5322c4527a83c0d1cf5', NULL, '2023-01-14 00:59:16', '2023-01-14 00:59:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (35, 169, NULL, NULL, NULL, 'zubayertalukder', 'dealfinal.org@gmail.com', '2023-01-14 07:36:18', '$2y$10$zLuBcfD8mGrxJaAqQTOWjegiX4O.b2yrQ.Lh2qFd0qA4rqnimtbkO', NULL, NULL, 1, NULL, NULL, '2023-01-14 05:04:06', '2023-01-14 07:36:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (36, 169, NULL, NULL, NULL, 'deneterekdene', 'deneterekdene@gmail.com', NULL, '$2y$10$StWmaZWPj0e1EDWFBVBWTeL8OF6R9K7ARf41xUi0AexVsLiNQv9hm', NULL, NULL, NULL, 'a152de05416c7f2e212932913fdd929f', NULL, '2023-01-16 11:56:37', '2023-01-16 11:56:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (37, 171, NULL, NULL, NULL, 'admin', 'admin@webdoost.net', NULL, '$2y$10$CFOpUGq6qsOrZfePwI9b/e.OdrsPuFxV.mKeJn/eZ/X18Y1VMPoZC', NULL, NULL, NULL, 'eda314cdaaa4d3ebbc23304dcab64ae3', NULL, '2023-01-19 17:44:31', '2023-01-19 17:44:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (38, 175, NULL, NULL, NULL, 'AVIJIT99', 'avijitaddhya99@gmail.com', NULL, '$2y$10$Atneoc4kW86WSN8.ZaRFkOhQ6me92c72ISGNFG8XXU4hcEjFAkSbe', NULL, NULL, NULL, '174b409faf263bc773c0f574bac1c4a8', NULL, '2023-01-22 13:57:33', '2023-01-22 13:57:33', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (39, 175, NULL, NULL, NULL, 'yamankh2', 'yamankh2@gmail.com', '2023-01-26 16:15:20', '$2y$10$pnnXUjUB9e.7RyFENoobRusVHaKHv9sp6PkJ6fThiLksp6RKzVa1.', NULL, NULL, 1, NULL, NULL, '2023-01-26 16:14:24', '2023-01-26 16:15:20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (40, 169, NULL, NULL, NULL, 'sasa76', 'sasagavric76@gmail.com', '2023-02-03 09:45:39', '$2y$10$1S0/ux1cIVb0.xjmI5ly4O7xdveD4AkdPVVU8nl4el4dlCC4yzl.q', NULL, NULL, 1, NULL, NULL, '2023-02-03 09:44:41', '2023-02-03 09:45:39', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (41, 230, NULL, NULL, NULL, '4ordables', '4ordables@gmail.com', '2023-02-06 02:15:36', '$2y$10$ACsIXD.Tzuxfr.mLQds/gOhqkU1EfeLfmOo3GPV1npXw32ViRHMGe', NULL, NULL, 1, NULL, NULL, '2023-02-06 02:15:04', '2023-02-06 02:15:36', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (42, 171, NULL, NULL, NULL, 'edivarnogueira', 'edivarnogueira@gmail.com', NULL, '$2y$10$PbyIRfHogtZrgb6kzlBla.csSxH9n2Zin5z2wR4/tHrOVVkh5i6Zy', NULL, NULL, NULL, '101c7ac7bc7cdfc65c9df0866a28fb7b', NULL, '2023-02-08 09:39:49', '2023-02-08 09:39:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (43, 172, NULL, NULL, NULL, 'RAMESH', 'RAMESH@GMAIL.COM', NULL, '$2y$10$KXFP8tkh0UFC8MoAT0mL/eF4Mja.slctI8xGDNKuYjROsAMa1DLUu', NULL, NULL, NULL, 'a04d61c0ac35eae9787e51cc6cc31a1d', NULL, '2023-02-10 11:43:14', '2023-02-10 11:43:14', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (44, 175, NULL, NULL, NULL, 'rayhan55m', 'rayhan55m@gmail.com', '2023-02-21 16:24:37', '$2y$10$HvPjlh.PozPnlvMbx9nSUeH/n2fBowbbhwvpBJGCDSUpoUIaepHLC', NULL, NULL, 1, NULL, NULL, '2023-02-21 16:24:14', '2023-02-21 16:24:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (45, 176, NULL, NULL, NULL, 'josue', 'josue@josuefuentes.com', NULL, '$2y$10$.pI8.AjWuOwhaENGEuMEC.INFvX0WJcFNR/MgzbGm27osVyDKkedW', NULL, NULL, NULL, '6f035e073e4dc4e759b5e87dfb985c8a', NULL, '2023-02-21 19:33:12', '2023-02-21 19:33:12', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (46, 174, NULL, NULL, NULL, 'marokdigital@gmail.com', 'marokdigital@gmail.com', NULL, '$2y$10$UVerL4xOBHlDYgkbz1HQP..pA5EZBLCHApoFVpEERFhONA.7MHt.G', NULL, NULL, NULL, 'd845ce09f30dbdf8ac403442ed99bbdb', NULL, '2023-02-22 19:40:51', '2023-02-22 19:40:51', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (47, 230, NULL, NULL, NULL, 'smit72', 'smit72@gmail.com', '2023-02-25 00:46:46', '$2y$10$UnHpgSxsPlABqVIj4IHRvudVJz0yCc1PGQ0uyF1Imd5ziwLusncwW', NULL, NULL, 1, NULL, NULL, '2023-02-25 00:44:44', '2023-02-25 00:46:46', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (48, 170, NULL, NULL, NULL, 'teste123321', 'test@demo.com', NULL, '$2y$10$4QpKChjIw5ueYRRNuy1GmOtcISpX1/Hqg.niLg7Ar/REqXvbMgO7e', NULL, NULL, NULL, '87f5d49c17748a8292a21ec908ecac1e', NULL, '2023-02-28 19:15:50', '2023-02-28 19:15:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (49, 170, NULL, NULL, NULL, 'honega4750', 'honega4750@v2ssr.com', '2023-02-28 19:19:04', '$2y$10$9Yngm/pJOrPRR9BW6TkNEu/gXIzl/k0KRUcBH.kCw/22GmHsbALeu', NULL, NULL, 1, NULL, NULL, '2023-02-28 19:18:26', '2023-02-28 19:19:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (50, 176, NULL, NULL, NULL, 'honega4750', 'honega4750@v2ssr.com', '2023-02-28 19:24:31', '$2y$10$eYvjDraeuXHFlKZK0OUPtOe36LQlz61j5muzObgkPqDWHS4JX/8Qi', NULL, NULL, 1, NULL, NULL, '2023-02-28 19:21:55', '2023-02-28 19:24:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (51, 172, NULL, NULL, NULL, 'ifnix', 'ifnix.siyam@gmail.com', NULL, '$2y$10$H9Y.UIBSx.5jgnT2hgZI0OZ3WoyGAotlrDFjbsjdHsJ97Zy.sxxva', NULL, NULL, NULL, '6b12773bde12d85e86806b5eb792b160', NULL, '2023-03-03 17:30:18', '2023-03-03 17:30:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (52, 230, NULL, NULL, NULL, 'ewsoares', 'esoares9483@gmail.com', '2023-03-08 05:29:00', '$2y$10$EHjUeMsigGOdMJ9SYDz7zOimmWCuZtRxnpPr1.hfdW.PbmChf86xW', NULL, NULL, 1, NULL, NULL, '2023-03-08 05:28:40', '2023-03-08 05:29:00', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (53, 230, NULL, NULL, NULL, 'salfahmi', 'owner@email.com', NULL, '$2y$10$rkW5cGxrZNwSwGJgYkwdgOnwclwy3GprQk2cTB4NWzwGwbNUc5ZX6', NULL, NULL, NULL, '2830eaf7c3170de916fce510762e4753', NULL, '2023-03-08 23:23:26', '2023-03-08 23:23:26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (54, 230, NULL, NULL, NULL, 'cufagu', 'eyk36492@zslsz.com', '2023-03-11 10:16:53', '$2y$10$SOS0nbNOCRXNTQgWCOunK.vE36A56zEaxNfnzOlNd8rgoRIGV.qZK', NULL, NULL, 1, NULL, NULL, '2023-03-11 10:15:08', '2023-03-11 10:16:53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (55, 169, NULL, NULL, NULL, 'heheh', 'hello@hdhdh.com', NULL, '$2y$10$slS.LNBLDGx8ZJcueNglue.fS5Il8Ro7IwYbNEp38f61IIrvRvCyC', NULL, NULL, NULL, '2a77c026f29686af7584ee678addbbdc', NULL, '2023-03-15 05:08:02', '2023-03-15 05:08:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (56, 169, NULL, NULL, NULL, 'vikalps167', 'vikalps167@gmail.com', NULL, '$2y$10$28usG9zPtjb5jxsvXLlTLO8ZViIYf7PWyvXy9vnxrFFWNCI.pj/uu', NULL, NULL, NULL, '11180f19b805d8e9467a7a4d99da7f5a', NULL, '2023-03-15 05:08:29', '2023-03-15 05:08:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (57, 171, NULL, NULL, NULL, 'khaled mks', 'contactus991@gmail.com', '2023-03-19 17:44:15', '$2y$10$S21hEfsAOZ0aqDSOGOSEWu4AyjwNQOu2QoWE3vUsIjdCib7rcXx3i', NULL, NULL, 1, NULL, NULL, '2023-03-16 16:26:44', '2023-03-19 17:44:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (58, 230, NULL, NULL, NULL, 'budu', 'budu@gmail.com', NULL, '$2y$10$sTtDAr044NuONMetz1qCrurDq2D/aBaFbpzCezOA..ye9.hNg919.', NULL, NULL, NULL, 'ec33488f939ed240bdb9f47023e90ca0', NULL, '2023-03-23 13:01:27', '2023-03-23 13:01:27', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (59, 230, NULL, NULL, NULL, 'Kaola', 'kaolafantagussi2015@gmail.com', '2023-03-24 13:00:46', '$2y$10$N3a5vprLVGA/iAzQisoCc.tdVlBGg7wwwLDFWO4go7Fyi50f8OFI.', NULL, NULL, 1, NULL, NULL, '2023-03-24 12:56:02', '2023-03-24 13:00:46', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (60, 230, NULL, NULL, NULL, 'demo@cronetic.com', 'demo@cronetic.com', NULL, '$2y$10$.yKrly.AtD5OjriVgkFZ0uWqHk4wSeapj3hMtsJoxGwCKcdah5fuG', NULL, NULL, NULL, 'a4a98ee9c625ca7191cf394800357026', NULL, '2023-03-26 12:00:16', '2023-03-26 12:00:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (61, 169, NULL, NULL, NULL, 'AhmedMostafa', 'ahmed.zd21@icloud.com', '2023-04-03 22:10:45', '$2y$10$WZ/mEijV3kAbmODkhA9MVOnq3FI2bvcW13x53DhOoOLmJ2NAfQqUe', NULL, NULL, 1, NULL, NULL, '2023-04-03 22:05:35', '2023-04-03 22:10:45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (62, 170, NULL, NULL, NULL, 'netta004', 'hicanes435@mitigado.com', '2023-04-07 07:14:18', '$2y$10$FqSMc1EYZkT4kR9GCWX4fe3ls1HJd9Kh1QgXP6hZCn0BReMYDQT8a', NULL, NULL, 1, NULL, NULL, '2023-04-07 07:14:04', '2023-04-07 07:14:18', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (63, 230, NULL, NULL, NULL, 'syedalikazmi1214', 'syedalikazmi1214@gmail.com', NULL, '$2y$10$0fvZC.t/fI2b79pNjHl1U.jedCaWo2VBmLhm6i4qO7KtdbpnH8LRa', NULL, NULL, NULL, '3c58e3a8637604fca94199865953244d', NULL, '2023-04-16 17:12:42', '2023-04-16 17:12:42', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (64, 169, NULL, NULL, NULL, 'ZAP', 'zaproxy@example.com', NULL, '$2y$10$JgexKQCmDFy3o0p6Mja1jOC/gj4AsDqv97ac.wkwkvZa.mvEhkr3a', NULL, NULL, NULL, '5446ef2da01da6157e5fe88073752684', NULL, '2023-04-22 08:12:48', '2023-04-22 08:12:48', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (65, 170, NULL, NULL, NULL, 'ZAP', 'zaproxy@example.com', NULL, '$2y$10$Vk8Obv1rvv.J2wYJNb79QOqx4txse/s2jUoTGbj6sIR8PVIDX89Qa', NULL, NULL, NULL, '1ff182159af508f30c5879961858ce53', NULL, '2023-04-22 08:12:50', '2023-04-22 08:12:50', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (66, 172, NULL, NULL, NULL, 'ZAP', 'zaproxy@example.com', NULL, '$2y$10$qyPL2cxxHXlS0LuCdBoi4.PxjkuaOGhRbRP6iLDfRcgNW3OBIp6My', NULL, NULL, NULL, 'ae66e615ea4d370dd6b2379a5618ae89', NULL, '2023-04-22 08:12:58', '2023-04-22 08:12:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (67, 230, NULL, NULL, NULL, 'ZAP', 'zaproxy@example.com', NULL, '$2y$10$jNdhsBMFwu9daxA25vZZ6u7IOxfkmW/LK4lVFKoneNlfwBdR25rky', NULL, NULL, NULL, '4470a5798322c20bd5ee8a5c9e671444', NULL, '2023-04-22 08:13:04', '2023-04-22 08:13:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (68, 169, NULL, NULL, NULL, 'kashyard', 'kashyard@gmail.com', NULL, '$2y$10$o.CaMXGtrF7/qRVEKtKDrev8MquU8wvslUyNYeJTTFP9mouZrftxm', NULL, NULL, NULL, '428c217019af9f4a76fd034065b39965', NULL, '2023-04-24 12:22:45', '2023-04-24 12:22:45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (69, 171, NULL, NULL, NULL, 'kashyard', 'kashyard@gmail.com', NULL, '$2y$10$7qPAOOf.YNFGsiXA9wPvUOY6gjT.DIlRXMSgO1W6x6Z2/rgmK4kye', NULL, NULL, NULL, 'd64aebc3fd04deb91ba76f13e8ec4176', NULL, '2023-04-24 12:36:52', '2023-04-24 12:36:52', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (70, 169, NULL, NULL, NULL, 'marsyemi', 'olayemey@gmail.com', NULL, '$2y$10$MumizPlVo.chH6NqO9ytruOLvRlvTcRJY/wDLVJ8ZzD4TSLRU1lga', NULL, NULL, NULL, 'e22ce2bb75c79b78af089a6fa663d764', NULL, '2023-04-24 13:06:32', '2023-04-24 13:06:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (71, 230, NULL, NULL, NULL, 'kirantobecaught', 'kirantobecaught@gmail.com', NULL, '$2y$10$SgG4yFIkbYOB3krNewXg3.0n6CuU/OojZQtXjn3/WeKPZRqpFG/fG', NULL, NULL, NULL, '8b8499c24e53e1a05c0b3f11c8ef8b23', NULL, '2023-05-06 15:32:04', '2023-05-06 15:32:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (72, 169, NULL, NULL, NULL, 'moatazradwan', 'Moatazradwan@gmail.com', NULL, '$2y$10$lpZ9xfbepmfWL1Y8rboFDeJO.d6SO4E.qCyOBhv9yLazQZk6QaCM.', NULL, NULL, NULL, 'bbf69edbaca7dfd17e9c7a1910d34fb3', NULL, '2023-05-07 06:09:29', '2023-05-07 06:09:29', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (73, 174, NULL, NULL, NULL, 'wassetdz', 'technostardz@gmail.com', NULL, '$2y$10$BGX3tY2uvrZqt2F4RPYx5e8HDPg/vT0MMbMgqzCU7xjgSEiWXM7kK', NULL, NULL, NULL, '9f3cf0dccffcbfbfba782c6958dfb554', NULL, '2023-05-11 17:17:53', '2023-05-11 17:17:53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (74, 176, NULL, NULL, NULL, 's3lman', 'selman@jooyoda.com', NULL, '$2y$10$7i9rzD9GJNHRbx7oWwvJbuadtGZVd53qGOD5zWnPgkSqcg.vRRcUa', NULL, NULL, NULL, '3fbce947eed43ce0bf1c43eac26a7443', NULL, '2023-05-17 07:09:44', '2023-05-17 07:09:44', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (75, 230, NULL, NULL, NULL, 'carlitosmachine', 'media@carlitosmachine.com', NULL, '$2y$10$h3V2r9Q49YAtC4TEEqPfCuMkTOG8cvqF2cVes8mcNwIpPchBWL6O6', NULL, NULL, NULL, 'e1dda392b01512020fbff30f5b614af3', NULL, '2023-05-17 23:07:04', '2023-05-17 23:07:04', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (76, 170, NULL, NULL, NULL, 'dzalev@hotmail.com', 'dzalev@hotmail.com', NULL, '$2y$10$axfHnWkSkUtx26Iwcpu5Nea.tf8k2tSgXi/CPEH10fj6ER2hl6SSi', NULL, NULL, NULL, 'ba785e82194de58aab4f4e06b0353f9b', NULL, '2023-05-19 08:05:40', '2023-05-19 08:05:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (77, 175, NULL, NULL, NULL, 'test', 'test@wereno.com', NULL, '$2y$10$4o6k/.WDZEanjaPml8xZJuUHvokfZO/tfTrQFOfPXQw5egRpOEgW6', NULL, NULL, NULL, 'f652013883d86a0892b9c2a38b51ed5a', NULL, '2023-05-30 04:42:09', '2023-05-30 04:42:09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (78, 175, NULL, NULL, NULL, 'JennieeKim', 'ducksick.daisy@gmail.com', NULL, '$2y$10$jJu3/6yfpaMa3DUAjPdmque2bDegRG50KduPMLgCzml9yQDxGz20e', NULL, NULL, NULL, 'c864c84e9faafb9dccccae3638430e23', NULL, '2023-05-31 06:06:16', '2023-05-31 06:06:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (79, 172, NULL, NULL, NULL, 'ccgtycc', 'c@h.com', NULL, '$2y$10$XgfuTiiZ5bjt6nUuAe2oIOPEB3efM0RLy1ewd.ibsqIW2zVTOAZoi', NULL, NULL, NULL, 'd0d0746c3b5a865feb8f7a27bef8c52c', NULL, '2023-05-31 22:50:31', '2023-05-31 22:50:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (80, 233, 'Mr.', 'Haris', NULL, 'haris', 'haris@gmail.com', '2023-06-19 07:29:01', '$2y$10$ndKN4feIZjAwZLYj2Lt99uiVAOuRiCw8S4qtPsP15jlek4kMiZ9iW', '124548447641', NULL, 1, 'dbef57b401bb66f64962b1671628226e', NULL, '2023-06-19 07:26:56', '2023-06-19 07:37:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (81, 232, NULL, NULL, NULL, 'hasan', 'hasan@gmail.com', '2023-07-17 20:56:30', '$2y$10$HwtlBXR9/8VVTc8GPc1EXOKaJ7DPS/IEc2La3C42Zd.7AwMWikBGe', NULL, NULL, 1, '4e582c14203a1f4cc89cab3fb42ca101', NULL, '2023-07-17 20:56:09', '2023-07-17 20:56:31', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (82, 231, NULL, NULL, NULL, 'hasan', 'hasan@gmail.com', '2023-07-17 21:35:11', '$2y$10$gphdIEEZFK/g7LMVlXJrU.IaXZlL5/FveMzOwRQpPHkF4ADDRbQPG', NULL, NULL, 1, 'c6b2136e967e7315a9507f60226c59b2', NULL, '2023-07-17 21:35:02', '2023-07-17 21:38:09', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Abu', 'Farhan', 'farhanbokkor@gmail.com', '01868362878', 'Demra, Dhaka.', 'Dhaka', '11/64 Dogair Bazar', 'Bangladesh'), (84, 230, NULL, NULL, NULL, 'fahadahmadshemul', 'fahadahmadshemul@gmail.com', '2024-01-10 23:35:00', '$2y$10$AzwpDMmCkIw2p/95MFSw4eKKMeJcjpBLP.b57R7zaD6kqzfRsXKXy', NULL, NULL, 1, '5a7e53e3efae52e2571b9d2287c7594b', NULL, '2024-01-10 23:34:49', '2024-01-10 23:35:02', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (85, 231, NULL, NULL, NULL, 'fahadahmadshemul', 'fahadahmadshemul@gmail.com', '2024-01-11 00:36:26', '$2y$10$pKRb.U8motxI15wbPhBZJO6waJaUfNgPHeyOnqnpxmhskjNg8bnZS', NULL, NULL, 1, 'e1efd3e280b87b05837d2b7ff00c1287', NULL, '2024-01-11 00:34:26', '2024-01-11 00:37:40', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Fahad', 'Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 'Dhaka', 'North Carolina', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Bangladesh'); -- -------------------------------------------------------- -- -- Table structure for table `customer_wish_lists` -- CREATE TABLE `customer_wish_lists` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` int(11) DEFAULT NULL, `item_id` 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 `customer_wish_lists` -- INSERT INTO `customer_wish_lists` (`id`, `customer_id`, `item_id`, `created_at`, `updated_at`) VALUES (31, 4, 8, '2022-06-18 11:08:34', '2022-06-18 11:08:34'), (32, 4, 9, '2022-06-18 11:08:33', '2022-06-18 11:08:33'), (71, 20, 26, '2022-09-11 12:17:29', '2022-09-11 12:17:29'), (72, 20, 25, '2022-09-12 11:17:50', '2022-09-12 11:17:50'), (96, 21, 51, '2022-10-13 12:04:09', '2022-10-13 12:04:09'), (100, 21, 36, '2022-10-23 05:57:23', '2022-10-23 05:57:23'), (103, 21, 49, '2022-10-25 07:02:07', '2022-10-25 07:02:07'), (104, 21, 43, '2022-10-25 07:03:56', '2022-10-25 07:03:56'), (111, 21, 47, '2022-10-25 07:25:17', '2022-10-25 07:25:17'), (112, 21, 46, '2022-10-25 08:29:16', '2022-10-25 08:29:16'), (118, 31, 69, '2023-01-04 00:41:42', '2023-01-04 00:41:42'), (119, 31, 60, '2023-01-04 00:42:21', '2023-01-04 00:42:21'), (120, 31, 77, '2023-01-04 01:18:47', '2023-01-04 01:18:47'), (140, 30, 68, '2023-09-21 03:53:28', '2023-09-21 03:53:28'), (141, 30, 61, '2023-10-05 08:03:52', '2023-10-05 08:03:52'), (142, 84, 78, '2024-01-10 23:35:13', '2024-01-10 23:35:13'); -- -------------------------------------------------------- -- -- Table structure for table `email_templates` -- CREATE TABLE `email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `email_type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_subject` text COLLATE utf8mb4_unicode_ci, `email_body` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `email_templates` -- INSERT INTO `email_templates` (`id`, `email_type`, `email_subject`, `email_body`) VALUES (2, 'email_verification', 'Verify Your Email', '<p style=\"line-height: 1.6;\">Hello<b> {customer_name}</b>,</p><p style=\"line-height: 1.6;\"><br>Please click the link below to verify your email.</p><p>{verification_link}</p><p><br></p><p>Best Regards,</p><p>{website_title}</p>'), (12, 'custom_domain_connected', 'Custom Domain is Connected with Our Server', 'Hi {username},<br><br>\n\nThanks for your custom domain request.<br>\nYour requested domain {requested_domain} has been connected to your server.<br>\nPlease <strong>clear your browser cache</strong> & visit {requested_domain} to see your portfolio website.<br>\n\nYour current domain: {requested_domain}.<br>\nYour previous domain: {previous_domain}.<br><br>\n\nBest Regards,<br>\n{website_title}.<br>'), (13, 'custom_domain_rejected', 'Custom Domain Request is Rejected', 'Hi {username},<br><br>\r\n\r\nThanks for your custom domain request.<br>\r\nUnfortunately, we have rejected your custom domain request<br>\r\n\r\nYour requested domain: {requested_domain}.<br>\r\nYour current domain: {current_domain}.<br><br>\r\n\r\nBest Regards,<br>\r\n{website_title}.<br>'), (16, 'registration_with_premium_package', 'You have registered successfully', '<p>Hi {username},<br /><br />\r\n\r\nThis is a confirmation mail from us</p><p><b><span style=\"font-size:18px;\">Membership Information:</span></b><br />\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\r\nThank you for your purchase.</p><p><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (17, 'registration_with_trial_package', 'You have registered successfully', 'Hi {username},<br /><br />\r\n\r\nThis is a confirmation mail from us.<br />\r\nYou have purchased a trial package<br /><br />\r\n\r\n<h4>Membership Information:</h4>\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}<br /><br />\r\n\r\nWe have attached an invoice in this mail<br />\r\nThank you for your purchase.<br /><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br />'), (18, 'registration_with_free_package', 'You have registered successfully', 'Hi {username},<br /><br />\r\n\r\nThis is a confirmation mail from us.<br />\r\nYou have purchased a free package<br /><br />\r\n\r\n<h4>Membership Information:</h4>\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}<br /><br />\r\n\r\nWe have attached an invoice in this mail<br />\r\nThank you for your purchase.<br /><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br />'), (19, 'membership_expiry_reminder', 'Your membership will be expired soon', 'Hi {username},<br /><br />\r\n\r\nYour membership will be expired soon.<br />\r\nYour membership is valid till <strong>{last_day_of_membership}</strong><br />\r\nPlease click here - {login_link} to log into the dashboard to purchase a new package / extend the current package to extend your membership.<br /><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.'), (20, 'membership_expired', 'Your membership is expired', 'Hi {username},<br><br>\r\n\r\nYour membership is expired.<br>\r\nPlease click here - {login_link} to log into the dashboard to purchase a new package / extend the current package to continue the membership.<br><br>\r\n\r\nBest Regards,<br>\r\n{website_title}.'), (21, 'membership_extend', 'Your membership is extended', '<p>Hi {username},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYou have extended your membership.<br />\n\n<strong>Package Title:</strong> {package_title}<br />\n<strong>Package Price:</strong> {package_price}<br />\n<strong>Activation Date:</strong> {activation_date}<br />\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\nThank you for your purchase.</p><p><br />\n\nBest Regards,<br />\n{website_title}.<br /></p>'), (22, 'payment_accepted_for_membership_extension_offline_gateway', 'Your payment for membership extension is accepted', '<p>Hi {username},<br /><br />\r\n\r\nThis is a confirmation mail from us.<br />\r\nYour payment has been accepted & your membership is extended.<br />\r\n\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\r\nThank you for your purchase.</p><p><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (23, 'payment_accepted_for_registration_offline_gateway', 'Your payment for registration is approved', '<p>Hi {username},<br /><br />\r\n\r\nThis is a confirmation mail from us.<br />\r\nYour payment has been accepted & now you can login to your user dashboard to build your portfolio website.<br />\r\n\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\r\nThank you for your purchase.</p><p><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (24, 'payment_rejected_for_membership_extension_offline_gateway', 'Your payment for membership extension is rejected', '<p>Hi {username},<br /><br />\r\n\r\nWe are sorry to inform you that your payment has been rejected<br />\r\n\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (25, 'payment_rejected_for_registration_offline_gateway', 'Your payment for registration is rejected', '<p>Hi {username},<br /><br />\r\n\r\nWe are sorry to inform you that your payment has been rejected<br>\r\n\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (26, 'admin_changed_current_package', 'Admin has changed your current package', '<p>Hi {username},<br /><br />\n\nAdmin has changed your current package <b>({replaced_package})</b></p>\n<p><b>New Package Information:</b></p>\n<p>\n<strong>Package:</strong> {package_title}<br />\n<strong>Package Price:</strong> {package_price}<br />\n<strong>Activation Date:</strong> {activation_date}<br />\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\nThank you for your purchase.</p><p><br />\n\nBest Regards,<br />\n{website_title}.<br /></p>'), (27, 'admin_added_current_package', 'Admin has added current package for you', '<p>Hi {username},<br /><br />\r\n\r\nAdmin has added current package for you</p><p><b><span style=\"font-size:18px;\">Current Membership Information:</span></b><br />\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\r\nThank you for your purchase.</p><p><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (28, 'admin_changed_next_package', 'Admin has changed your next package', '<p>Hi {username},<br /><br />\n\nAdmin has changed your next package <b>({replaced_package})</b></p><p><b><span style=\"font-size:18px;\">Next Membership Information:</span></b><br />\n<strong>Package Title:</strong> {package_title}<br />\n<strong>Package Price:</strong> {package_price}<br />\n<strong>Activation Date:</strong> {activation_date}<br />\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\nThank you for your purchase.</p><p><br />\n\nBest Regards,<br />\n{website_title}.<br /></p>'), (29, 'admin_added_next_package', 'Admin has added next package for you', '<p>Hi {username},<br /><br />\r\n\r\nAdmin has added next package for you</p><p><b><span style=\"font-size:18px;\">Next Membership Information:</span></b><br />\r\n<strong>Package Title:</strong> {package_title}<br />\r\n<strong>Package Price:</strong> {package_price}<br />\r\n<strong>Activation Date:</strong> {activation_date}<br />\r\n<strong>Expire Date:</strong> {expire_date}</p><p><br /></p><p>We have attached an invoice with this mail.<br />\r\nThank you for your purchase.</p><p><br />\r\n\r\nBest Regards,<br />\r\n{website_title}.<br /></p>'), (30, 'admin_removed_current_package', 'Admin has removed current package for you', '<p>Hi {username},<br /><br />\n\nAdmin has removed current package - <strong>{removed_package_title}</strong><br>\n\nBest Regards,<br />\n{website_title}.<br />'), (31, 'admin_removed_next_package', 'Admin has removed next package for you', '<p>Hi {username},<br /><br />\r\n\r\nAdmin has removed next package - <strong>{removed_package_title}</strong><br>\r\n\r\nBest Regards,<br />\r\n{website_title}.<br />'); -- -------------------------------------------------------- -- -- Table structure for table `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `faqs` -- CREATE TABLE `faqs` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `question` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `answer` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `faqs` -- INSERT INTO `faqs` (`id`, `language_id`, `question`, `answer`, `serial_number`) VALUES (20, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 1), (21, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 2), (22, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 3), (23, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 4), (24, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 5), (25, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 6), (26, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 7), (27, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 8), (28, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 9), (29, 176, 'Why this app is so awesome', 'Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod.', 10), (50, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 1), (51, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 2), (52, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 3), (53, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 4), (54, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 5), (55, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 6), (56, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 7), (57, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 8), (58, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 9), (59, 177, 'لماذا هذا التطبيق رائع جدا', 'الرسوم المتحركة pariatur كليشيه reprehenderit ، enim eiusmod حياة عالية accusamus تيري ريتشاردسون الإعلانية الحبار. 3 الذئب القمر officia aute ، غير cupidatat غداء دولر لوح التزلج. شاحنة الغذاء الكينوا nesciunt labum eiusmod.', 10); -- -------------------------------------------------------- -- -- Table structure for table `features` -- CREATE TABLE `features` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `features` -- INSERT INTO `features` (`id`, `language_id`, `icon`, `title`, `text`, `serial_number`, `image`) VALUES (63, 176, 'fab fa-internet-explorer', 'Custom Domain', 'It is a long established fact that a reader will be distracted by the readable content of a page', 1, '1689239406.png'), (64, 176, 'fas fa-globe-americas', 'Unlimited Language', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum', 2, '1689239390.png'), (65, 176, 'far fa-object-group', 'Attactive Themes', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 3, '1689239418.png'), (70, 176, 'fas fa-align-left', 'Form Builder', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum', 4, '1689239286.png'), (71, 176, 'fas fa-qrcode', 'QR Builder', 'It is a long established fact that a reader will be distracted by the readable content of a page', 5, '1689239266.png'), (72, 176, 'far fa-address-card', 'vCard', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 6, '1689238354.png'), (73, 177, 'fab fa-internet-explorer', 'مجال مخصص', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على القراءة', 1, NULL), (74, 177, 'fas fa-globe-americas', 'لغة غير محدودة', 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. لوريم إيبسوم', 2, NULL), (75, 177, 'far fa-object-group', 'ثيمات اتاكتيف', 'هناك العديد من الاختلافات المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية عانت منها', 3, NULL), (76, 177, 'fas fa-align-left', 'منشئ النموذج', 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. لوريم إيبسوم', 4, NULL), (77, 177, 'fas fa-qrcode', 'منشئ QR', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على القراءة', 5, NULL), (78, 177, 'far fa-address-card', 'vCard', 'هناك العديد من الاختلافات المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية عانت منها', 6, NULL); -- -------------------------------------------------------- -- -- Table structure for table `followers` -- CREATE TABLE `followers` ( `id` bigint(20) UNSIGNED NOT NULL, `follower_id` int(11) NOT NULL, `following_id` int(11) 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 `followers` -- INSERT INTO `followers` (`id`, `follower_id`, `following_id`, `created_at`, `updated_at`) VALUES (3, 37, 43, '2021-01-25 07:39:24', '2021-01-25 07:39:24'), (4, 22, 21, '2021-07-06 05:56:14', '2021-07-06 05:56:14'), (5, 22, 20, '2021-07-06 05:56:20', '2021-07-06 05:56:20'), (7, 22, 24, '2021-07-06 05:56:34', '2021-07-06 05:56:34'), (17, 38, 22, '2021-07-07 00:21:18', '2021-07-07 00:21:18'), (19, 22, 38, '2021-07-07 04:24:45', '2021-07-07 04:24:45'), (23, 153, 67, '2021-10-25 02:32:27', '2021-10-25 02:32:27'), (25, 76, 153, '2021-10-25 02:35:53', '2021-10-25 02:35:53'), (28, 63, 161, '2021-11-10 05:27:19', '2021-11-10 05:27:19'), (47, 230, 174, '2023-07-22 22:58:35', '2023-07-22 22:58:35'), (48, 230, 175, '2023-07-22 22:59:05', '2023-07-22 22:59:05'), (50, 230, 234, '2023-09-20 04:11:47', '2023-09-20 04:11:47'); -- -------------------------------------------------------- -- -- Table structure for table `item_contents` -- CREATE TABLE `item_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `item_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '0', `category_id` int(11) DEFAULT NULL, `subcategory_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `summary` text COLLATE utf8mb4_unicode_ci, `description` text COLLATE utf8mb4_unicode_ci, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `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 `item_images` -- CREATE TABLE `item_images` ( `id` bigint(20) UNSIGNED NOT NULL, `item_id` int(11) DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci 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 `item_reviews` -- CREATE TABLE `item_reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `customer_id` int(11) DEFAULT NULL, `item_id` int(11) DEFAULT NULL, `review` int(11) DEFAULT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `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 `item_reviews` -- INSERT INTO `item_reviews` (`id`, `customer_id`, `item_id`, `review`, `comment`, `created_at`, `updated_at`) VALUES (1, 18, 1, 3, 'sdfsdfsdf', '2022-06-20 09:10:35', '2022-06-20 09:45:00'), (2, 1, 1, 5, 'r', '2022-06-20 09:47:00', '2022-06-20 09:51:34'), (3, 1, 9, 3, 'asasasa', '2022-06-22 05:24:26', '2022-06-22 05:24:26'), (4, 1, 11, 3, 'sadas', '2022-08-14 05:41:16', '2022-08-14 05:41:16'), (5, 20, 26, 5, 'xcvgdfgdfgdfgdfg', '2022-09-12 11:26:37', '2022-09-12 11:27:02'), (6, 1, 16, 4, 'dfdfdfg', '2022-09-17 05:16:58', '2022-09-17 12:15:52'), (7, 21, 52, 5, 'azsaDXAS ASAs', '2022-10-31 22:44:40', '2022-10-31 22:44:40'), (8, 21, 58, 2, 'asd', '2022-12-31 04:24:28', '2022-12-31 04:24:28'), (9, 30, 69, 4, 'lorem ipsum ghg lorem ipsum, or lipsum as it is sometimes known search from over 2000+ active.', '2023-01-04 00:17:57', '2023-01-04 00:17:57'), (10, 30, 75, 5, 'Orginal leather product. I\'m satisfied.', '2023-01-04 00:18:53', '2023-01-04 00:18:53'), (11, 30, 76, 5, 'comfortable footwear.', '2023-01-04 00:19:47', '2023-01-04 00:19:47'), (12, 31, 66, 4, 'Awesome camera', '2023-01-04 00:44:10', '2023-01-04 00:44:10'), (13, 31, 76, 5, 'nice shoes', '2023-01-04 00:44:42', '2023-01-04 00:44:42'), (14, 31, 63, 4, 'accurecy is too good', '2023-01-04 00:45:37', '2023-01-04 00:45:37'); -- -------------------------------------------------------- -- -- Table structure for table `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `queue` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci 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(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint(4) NOT NULL DEFAULT '1', `rtl` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - LTR, 1- RTL', `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 `languages` -- INSERT INTO `languages` (`id`, `name`, `code`, `is_default`, `rtl`, `created_at`, `updated_at`) VALUES (176, 'English', 'en', 1, 0, '2020-08-07 04:43:05', '2021-01-07 11:43:05'), (177, 'عربى', 'ar', 0, 1, '2020-08-07 04:51:17', '2021-01-07 11:43:05'); -- -------------------------------------------------------- -- -- Table structure for table `memberships` -- CREATE TABLE `memberships` ( `id` bigint(20) UNSIGNED NOT NULL, `package_price` double NOT NULL DEFAULT '0', `discount` double NOT NULL DEFAULT '0', `coupon_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `price` double NOT NULL DEFAULT '0', `currency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_symbol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` int(11) NOT NULL DEFAULT '0' COMMENT '0 - pending, 1 - success, 2 - rejected / removed', `is_trial` tinyint(1) NOT NULL DEFAULT '0', `trial_days` int(11) NOT NULL DEFAULT '0', `receipt` longtext COLLATE utf8mb4_unicode_ci, `transaction_details` longtext COLLATE utf8mb4_unicode_ci, `settings` longtext COLLATE utf8mb4_unicode_ci, `package_id` int(11) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `start_date` date DEFAULT NULL, `expire_date` date DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `modified` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - modified by Admin, 0 - not modified by Admin', `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `memberships` -- INSERT INTO `memberships` (`id`, `package_price`, `discount`, `coupon_code`, `price`, `currency`, `currency_symbol`, `payment_method`, `transaction_id`, `status`, `is_trial`, `trial_days`, `receipt`, `transaction_details`, `settings`, `package_id`, `user_id`, `start_date`, `expire_date`, `created_at`, `updated_at`, `modified`, `conversation_id`) VALUES (265, 0, 0, NULL, 999, 'USD', '$', 'Paypal', '336d81c0', 1, 0, 0, NULL, '{\n \"id\": \"PAYID-MGI7XEQ0D013742XV9951526\",\n \"intent\": \"sale\",\n \"state\": \"approved\",\n \"cart\": \"3NB247263F385534J\",\n \"payer\": {\n \"payment_method\": \"paypal\",\n \"status\": \"VERIFIED\",\n \"payer_info\": {\n \"email\": \"megasoft.envato@gmail.com\",\n \"first_name\": \"Samiul Alim\",\n \"last_name\": \"Pratik\",\n \"payer_id\": \"8C5NYJ7EZ7QSS\",\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n },\n \"country_code\": \"US\"\n }\n },\n \"transactions\": [\n {\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payee\": {\n \"merchant_id\": \"BKNWZYE3MAUNU\",\n \"email\": \"megasoft.envato-facilitator@gmail.com\"\n },\n \"description\": \"You are purchasing a membership Via Paypal\",\n \"item_list\": {\n \"items\": [\n {\n \"name\": \"You are purchasing a membership\",\n \"price\": \"999.00\",\n \"currency\": \"USD\",\n \"tax\": \"0.00\",\n \"quantity\": 1\n }\n ],\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n }\n },\n \"related_resources\": [\n {\n \"sale\": {\n \"id\": \"69X840112U808174L\",\n \"state\": \"completed\",\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payment_mode\": \"INSTANT_TRANSFER\",\n \"protection_eligibility\": \"ELIGIBLE\",\n \"protection_eligibility_type\": \"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\n \"transaction_fee\": {\n \"value\": \"35.36\",\n \"currency\": \"USD\"\n },\n \"parent_payment\": \"PAYID-MGI7XEQ0D013742XV9951526\",\n \"create_time\": \"2021-11-15T06:18:26Z\",\n \"update_time\": \"2021-11-15T06:18:26Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/69X840112U808174L\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/69X840112U808174L/refund\",\n \"rel\": \"refund\",\n \"method\": \"POST\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MGI7XEQ0D013742XV9951526\",\n \"rel\": \"parent_payment\",\n \"method\": \"GET\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"redirect_urls\": {\n \"return_url\": \"http://businesso.test/membership/paypal/success?paymentId=PAYID-MGI7XEQ0D013742XV9951526\",\n \"cancel_url\": \"http://businesso.test/membership/paypal/cancel\"\n },\n \"create_time\": \"2021-11-15T06:17:54Z\",\n \"update_time\": \"2021-11-15T06:18:26Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MGI7XEQ0D013742XV9951526\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n }\n ],\n \"failed_transactions\": []\n}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"60f55aec0aba4.png\",\"timezone\":\"America\\/Maceio\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\"]\",\"expiration_reminder\":3}', 21, 169, '2021-11-15', '2023-12-02', '2021-11-14 21:18:35', '2023-12-03 04:51:54', 1, NULL), (266, 0, 0, NULL, 999, 'USD', '$', 'Paypal', 'f47c1f71', 1, 0, 0, NULL, '{\n \"id\": \"PAYID-MGJ2O4I65A4410041886852B\",\n \"intent\": \"sale\",\n \"state\": \"approved\",\n \"cart\": \"3D816892LK622893A\",\n \"payer\": {\n \"payment_method\": \"paypal\",\n \"status\": \"VERIFIED\",\n \"payer_info\": {\n \"email\": \"megasoft.envato@gmail.com\",\n \"first_name\": \"Samiul Alim\",\n \"last_name\": \"Pratik\",\n \"payer_id\": \"8C5NYJ7EZ7QSS\",\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n },\n \"country_code\": \"US\"\n }\n },\n \"transactions\": [\n {\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payee\": {\n \"merchant_id\": \"BKNWZYE3MAUNU\",\n \"email\": \"megasoft.envato-facilitator@gmail.com\"\n },\n \"description\": \"You are purchasing a membership Via Paypal\",\n \"item_list\": {\n \"items\": [\n {\n \"name\": \"You are purchasing a membership\",\n \"price\": \"999.00\",\n \"currency\": \"USD\",\n \"tax\": \"0.00\",\n \"quantity\": 1\n }\n ],\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n }\n },\n \"related_resources\": [\n {\n \"sale\": {\n \"id\": \"3DH45811PL4049123\",\n \"state\": \"completed\",\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payment_mode\": \"INSTANT_TRANSFER\",\n \"protection_eligibility\": \"ELIGIBLE\",\n \"protection_eligibility_type\": \"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\n \"transaction_fee\": {\n \"value\": \"35.36\",\n \"currency\": \"USD\"\n },\n \"parent_payment\": \"PAYID-MGJ2O4I65A4410041886852B\",\n \"create_time\": \"2021-11-16T12:47:44Z\",\n \"update_time\": \"2021-11-16T12:47:44Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/3DH45811PL4049123\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/3DH45811PL4049123/refund\",\n \"rel\": \"refund\",\n \"method\": \"POST\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MGJ2O4I65A4410041886852B\",\n \"rel\": \"parent_payment\",\n \"method\": \"GET\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"redirect_urls\": {\n \"return_url\": \"http://businesso.test/membership/paypal/success?paymentId=PAYID-MGJ2O4I65A4410041886852B\",\n \"cancel_url\": \"http://businesso.test/membership/paypal/cancel\"\n },\n \"create_time\": \"2021-11-16T12:43:28Z\",\n \"update_time\": \"2021-11-16T12:47:44Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MGJ2O4I65A4410041886852B\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n }\n ],\n \"failed_transactions\": []\n}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"60f55aec0aba4.png\",\"timezone\":\"America\\/Maceio\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\"]\",\"expiration_reminder\":3}', 21, 170, '2021-11-16', '9999-12-31', '2021-11-16 06:47:51', '2021-11-16 06:47:51', 0, NULL), (267, 0, 0, NULL, 999, 'USD', '$', 'Stripe', '36a4b710', 1, 0, 0, NULL, '{\"id\":\"ch_3JwlPJJlIV5dN9n702ujmOUE\",\"object\":\"charge\",\"amount\":99900,\"amount_captured\":99900,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3JwlPJJlIV5dN9n70a6Tnrnh\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1637145025,\"currency\":\"usd\",\"customer\":null,\"description\":\"You are purchasing a membership\",\"destination\":null,\"dispute\":null,\"disputed\":false,\"failure_code\":null,\"failure_message\":null,\"fraud_details\":[],\"invoice\":null,\"livemode\":false,\"metadata\":[],\"on_behalf_of\":null,\"order\":null,\"outcome\":{\"network_status\":\"approved_by_network\",\"reason\":null,\"risk_level\":\"normal\",\"risk_score\":58,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1JwlPIJlIV5dN9n7Z7aUtVQb\",\"payment_method_details\":{\"card\":{\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":null,\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"installments\":null,\"last4\":\"4242\",\"network\":\"visa\",\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1Azeo3JlIV5dN9n7\\/ch_3JwlPJJlIV5dN9n702ujmOUE\\/rcpt_KbzOAZ04fOq7oNUMYMBqpq0NZM5KxWo\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3JwlPJJlIV5dN9n702ujmOUE\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1JwlPIJlIV5dN9n7Z7aUtVQb\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":null,\"address_zip_check\":null,\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"last4\":\"4242\",\"metadata\":[],\"name\":null,\"tokenization_method\":null},\"source_transfer\":null,\"statement_descriptor\":null,\"statement_descriptor_suffix\":null,\"status\":\"succeeded\",\"transfer_data\":null,\"transfer_group\":null}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"60f55aec0aba4.png\",\"timezone\":\"America\\/Maceio\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\"]\",\"expiration_reminder\":3}', 21, 171, '2021-11-17', '9999-12-31', '2021-11-17 04:30:33', '2021-11-17 04:30:33', 0, NULL), (268, 999, 0, NULL, 999, 'USD', '$', 'Stripe', '86ce3b5a', 1, 0, 0, NULL, '{\"id\":\"ch_3KcRhRJlIV5dN9n70VwGPAkE\",\"object\":\"charge\",\"amount\":99900,\"amount_captured\":99900,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3KcRhRJlIV5dN9n70KVOXTlH\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1647079045,\"currency\":\"usd\",\"customer\":null,\"description\":\"You are purchasing a membership\",\"destination\":null,\"dispute\":null,\"disputed\":false,\"failure_code\":null,\"failure_message\":null,\"fraud_details\":[],\"invoice\":null,\"livemode\":false,\"metadata\":[],\"on_behalf_of\":null,\"order\":null,\"outcome\":{\"network_status\":\"approved_by_network\",\"reason\":null,\"risk_level\":\"normal\",\"risk_score\":48,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1KcRhQJlIV5dN9n7Zyx5Vaea\",\"payment_method_details\":{\"card\":{\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":null,\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"installments\":null,\"last4\":\"4242\",\"mandate\":null,\"network\":\"visa\",\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1Azeo3JlIV5dN9n7\\/ch_3KcRhRJlIV5dN9n70VwGPAkE\\/rcpt_LJ3pun2oyLrwoggvd2F6rL6ZXui9OAg\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3KcRhRJlIV5dN9n70VwGPAkE\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1KcRhQJlIV5dN9n7Zyx5Vaea\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":null,\"address_zip_check\":null,\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"last4\":\"4242\",\"metadata\":[],\"name\":null,\"tokenization_method\":null},\"source_transfer\":null,\"statement_descriptor\":null,\"statement_descriptor_suffix\":null,\"status\":\"succeeded\",\"transfer_data\":null,\"transfer_group\":null}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">Before sending request for your custom domain, You need to add CNAME records (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME records are needed to point your custom domain to our domain ( sassotest.xyz ), so that our website can show your website on your custom domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME records. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain. They can also help you with adding CNAME record for you.<\\/span><\\/font><\\/li><\\/ul><p><span style=\\\"font-weight:600;color:rgb(87,89,98);\\\">Add CNAME records (take data from below table) in your custom domain from your domain registrar panel:<\\/span><\\/p><table class=\\\"table table-bordered\\\" style=\\\"width:726px;\\\"><tbody><tr><td>Type<\\/td><td>Host<\\/td><td>Value<\\/td><td>TTL<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>www<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>@<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><\\/tbody><\\/table><p><span style=\\\"color:rgb(87,89,98);\\\"><span style=\\\"font-weight:600;\\\">Screenshots for Example Purpose:<\\/span><br \\/><\\/span><img src=\\\"http:\\/\\/profilex.test:8888\\/assets\\/front\\/img\\/summernote\\/61e53921d754e.png\\\" alt=\\\"61e53921d754e.png\\\" style=\\\"width:726px;\\\" \\/><\\/p>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":\"\",\"custom_js\":\"\"}', 21, 172, '2022-03-12', '9999-12-31', '2022-03-12 03:57:35', '2022-03-12 03:57:35', 0, NULL), (270, 999, 0, NULL, 999, 'USD', '$', 'Stripe', '62a89f0a', 1, 0, 0, NULL, '{\"id\":\"ch_3Kcnb5JlIV5dN9n70MuobqcW\",\"object\":\"charge\",\"amount\":99900,\"amount_captured\":99900,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3Kcnb5JlIV5dN9n70EkdjvXS\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1647163219,\"currency\":\"usd\",\"customer\":null,\"description\":\"You are purchasing a membership\",\"destination\":null,\"dispute\":null,\"disputed\":false,\"failure_code\":null,\"failure_message\":null,\"fraud_details\":[],\"invoice\":null,\"livemode\":false,\"metadata\":[],\"on_behalf_of\":null,\"order\":null,\"outcome\":{\"network_status\":\"approved_by_network\",\"reason\":null,\"risk_level\":\"normal\",\"risk_score\":35,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1Kcnb4JlIV5dN9n72BgrIcZr\",\"payment_method_details\":{\"card\":{\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":null,\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"installments\":null,\"last4\":\"4242\",\"mandate\":null,\"network\":\"visa\",\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1Azeo3JlIV5dN9n7\\/ch_3Kcnb5JlIV5dN9n70MuobqcW\\/rcpt_LJQRvS62WBFqXzDWqVexh9uPHEiZWSu\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3Kcnb5JlIV5dN9n70MuobqcW\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1Kcnb4JlIV5dN9n72BgrIcZr\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":null,\"address_zip_check\":null,\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"last4\":\"4242\",\"metadata\":[],\"name\":null,\"tokenization_method\":null},\"source_transfer\":null,\"statement_descriptor\":null,\"statement_descriptor_suffix\":null,\"status\":\"succeeded\",\"transfer_data\":null,\"transfer_group\":null}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">Before sending request for your custom domain, You need to add CNAME records (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME records are needed to point your custom domain to our domain ( sassotest.xyz ), so that our website can show your website on your custom domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME records. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain. They can also help you with adding CNAME record for you.<\\/span><\\/font><\\/li><\\/ul><p><span style=\\\"font-weight:600;color:rgb(87,89,98);\\\">Add CNAME records (take data from below table) in your custom domain from your domain registrar panel:<\\/span><\\/p><table class=\\\"table table-bordered\\\" style=\\\"width:726px;\\\"><tbody><tr><td>Type<\\/td><td>Host<\\/td><td>Value<\\/td><td>TTL<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>www<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>@<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><\\/tbody><\\/table><p><span style=\\\"color:rgb(87,89,98);\\\"><span style=\\\"font-weight:600;\\\">Screenshots for Example Purpose:<\\/span><br \\/><\\/span><img src=\\\"http:\\/\\/profilex.test:8888\\/assets\\/front\\/img\\/summernote\\/61e53921d754e.png\\\" alt=\\\"61e53921d754e.png\\\" style=\\\"width:726px;\\\" \\/><\\/p>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":\"\",\"custom_js\":\"\"}', 21, 174, '2022-03-13', '9999-12-31', '2022-03-13 03:20:28', '2022-03-13 03:20:28', 0, NULL), (271, 999, 0, NULL, 999, 'USD', '$', 'Stripe', '3d34b7d0', 1, 0, 0, NULL, '{\"id\":\"ch_3KdD8GJlIV5dN9n70AtZNm0c\",\"object\":\"charge\",\"amount\":99900,\"amount_captured\":99900,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3KdD8GJlIV5dN9n70GJCIK8n\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1647261376,\"currency\":\"usd\",\"customer\":null,\"description\":\"You are purchasing a membership\",\"destination\":null,\"dispute\":null,\"disputed\":false,\"failure_code\":null,\"failure_message\":null,\"fraud_details\":[],\"invoice\":null,\"livemode\":false,\"metadata\":[],\"on_behalf_of\":null,\"order\":null,\"outcome\":{\"network_status\":\"approved_by_network\",\"reason\":null,\"risk_level\":\"normal\",\"risk_score\":19,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1KdD8FJlIV5dN9n7KIdA6Btf\",\"payment_method_details\":{\"card\":{\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":null,\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"installments\":null,\"last4\":\"4242\",\"mandate\":null,\"network\":\"visa\",\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1Azeo3JlIV5dN9n7\\/ch_3KdD8GJlIV5dN9n70AtZNm0c\\/rcpt_LJqpMEAhLNXafYFPvFLSx9HYX7rFu6z\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3KdD8GJlIV5dN9n70AtZNm0c\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1KdD8FJlIV5dN9n7KIdA6Btf\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":null,\"address_zip_check\":null,\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"last4\":\"4242\",\"metadata\":[],\"name\":null,\"tokenization_method\":null},\"source_transfer\":null,\"statement_descriptor\":null,\"statement_descriptor_suffix\":null,\"status\":\"succeeded\",\"transfer_data\":null,\"transfer_group\":null}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">Before sending request for your custom domain, You need to add CNAME records (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME records are needed to point your custom domain to our domain ( sassotest.xyz ), so that our website can show your website on your custom domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME records. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain. They can also help you with adding CNAME record for you.<\\/span><\\/font><\\/li><\\/ul><p><span style=\\\"font-weight:600;color:rgb(87,89,98);\\\">Add CNAME records (take data from below table) in your custom domain from your domain registrar panel:<\\/span><\\/p><table class=\\\"table table-bordered\\\" style=\\\"width:726px;\\\"><tbody><tr><td>Type<\\/td><td>Host<\\/td><td>Value<\\/td><td>TTL<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>www<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>@<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><\\/tbody><\\/table><p><span style=\\\"color:rgb(87,89,98);\\\"><span style=\\\"font-weight:600;\\\">Screenshots for Example Purpose:<\\/span><br \\/><\\/span><img src=\\\"http:\\/\\/profilex.test:8888\\/assets\\/front\\/img\\/summernote\\/61e53921d754e.png\\\" alt=\\\"61e53921d754e.png\\\" style=\\\"width:726px;\\\" \\/><\\/p>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":\"\",\"custom_js\":\"\"}', 21, 175, '2022-03-14', '2023-12-02', '2022-03-14 06:36:27', '2023-12-03 02:58:13', 1, NULL); INSERT INTO `memberships` (`id`, `package_price`, `discount`, `coupon_code`, `price`, `currency`, `currency_symbol`, `payment_method`, `transaction_id`, `status`, `is_trial`, `trial_days`, `receipt`, `transaction_details`, `settings`, `package_id`, `user_id`, `start_date`, `expire_date`, `created_at`, `updated_at`, `modified`, `conversation_id`) VALUES (272, 999, 0, NULL, 999, 'USD', '$', 'Stripe', 'c6c955e9', 1, 0, 0, NULL, '{\"id\":\"ch_3KdVAKJlIV5dN9n70tki7bQB\",\"object\":\"charge\",\"amount\":99900,\"amount_captured\":99900,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3KdVAKJlIV5dN9n70im2OGVW\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1647330696,\"currency\":\"usd\",\"customer\":null,\"description\":\"You are purchasing a membership\",\"destination\":null,\"dispute\":null,\"disputed\":false,\"failure_code\":null,\"failure_message\":null,\"fraud_details\":[],\"invoice\":null,\"livemode\":false,\"metadata\":[],\"on_behalf_of\":null,\"order\":null,\"outcome\":{\"network_status\":\"approved_by_network\",\"reason\":null,\"risk_level\":\"normal\",\"risk_score\":34,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1KdVAJJlIV5dN9n7nlgq7sKA\",\"payment_method_details\":{\"card\":{\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":null,\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"installments\":null,\"last4\":\"4242\",\"mandate\":null,\"network\":\"visa\",\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1Azeo3JlIV5dN9n7\\/ch_3KdVAKJlIV5dN9n70tki7bQB\\/rcpt_LK9Tro1RlMN1Plg9ySasgltD4DuwLz1\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3KdVAKJlIV5dN9n70tki7bQB\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1KdVAJJlIV5dN9n7nlgq7sKA\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":null,\"address_zip_check\":null,\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":12,\"exp_year\":2023,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"last4\":\"4242\",\"metadata\":[],\"name\":null,\"tokenization_method\":null},\"source_transfer\":null,\"statement_descriptor\":null,\"statement_descriptor_suffix\":null,\"status\":\"succeeded\",\"transfer_data\":null,\"transfer_group\":null}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"do-not-reply@example.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"az1-ts2.a2hosting.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"ZAOP!~rSk~gb\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">Before sending request for your custom domain, You need to add CNAME records (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME records are needed to point your custom domain to our domain ( sassotest.xyz ), so that our website can show your website on your custom domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME records. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain. They can also help you with adding CNAME record for you.<\\/span><\\/font><\\/li><\\/ul><p><span style=\\\"font-weight:600;color:rgb(87,89,98);\\\">Add CNAME records (take data from below table) in your custom domain from your domain registrar panel:<\\/span><\\/p><table class=\\\"table table-bordered\\\" style=\\\"width:726px;\\\"><tbody><tr><td>Type<\\/td><td>Host<\\/td><td>Value<\\/td><td>TTL<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>www<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><tr><td>CNAME Record<\\/td><td>@<\\/td><td>sassotest.xyz.<\\/td><td>Automatic<\\/td><\\/tr><\\/tbody><\\/table><p><span style=\\\"color:rgb(87,89,98);\\\"><span style=\\\"font-weight:600;\\\">Screenshots for Example Purpose:<\\/span><br \\/><\\/span><img src=\\\"http:\\/\\/profilex.test:8888\\/assets\\/front\\/img\\/summernote\\/61e53921d754e.png\\\" alt=\\\"61e53921d754e.png\\\" style=\\\"width:726px;\\\" \\/><\\/p>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":\"\",\"custom_js\":\"\"}', 21, 176, '2022-03-15', '2023-12-02', '2022-03-15 01:51:45', '2023-12-03 03:02:04', 1, NULL), (288, 999, 0, NULL, 999, 'USD', '$', 'Paypal', 'ae67a296', 1, 0, 0, NULL, '{\n \"id\": \"PAYID-MOX4PNQ1J6343578X149442U\",\n \"intent\": \"sale\",\n \"state\": \"approved\",\n \"cart\": \"2WY45231X9224005B\",\n \"payer\": {\n \"payment_method\": \"paypal\",\n \"status\": \"VERIFIED\",\n \"payer_info\": {\n \"email\": \"megasoft.envato@gmail.com\",\n \"first_name\": \"Samiul Alim\",\n \"last_name\": \"Pratik\",\n \"payer_id\": \"8C5NYJ7EZ7QSS\",\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n },\n \"country_code\": \"US\"\n }\n },\n \"transactions\": [\n {\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payee\": {\n \"merchant_id\": \"BKNWZYE3MAUNU\",\n \"email\": \"megasoft.envato-facilitator@gmail.com\"\n },\n \"description\": \"You are purchasing a membership Via Paypal\",\n \"item_list\": {\n \"items\": [\n {\n \"name\": \"You are purchasing a membership\",\n \"price\": \"999.00\",\n \"currency\": \"USD\",\n \"tax\": \"0.00\",\n \"quantity\": 1,\n \"image_url\": \"\"\n }\n ],\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n }\n },\n \"related_resources\": [\n {\n \"sale\": {\n \"id\": \"959070598W9774912\",\n \"state\": \"completed\",\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payment_mode\": \"INSTANT_TRANSFER\",\n \"protection_eligibility\": \"ELIGIBLE\",\n \"protection_eligibility_type\": \"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\n \"transaction_fee\": {\n \"value\": \"35.36\",\n \"currency\": \"USD\"\n },\n \"parent_payment\": \"PAYID-MOX4PNQ1J6343578X149442U\",\n \"create_time\": \"2022-12-31T05:25:31Z\",\n \"update_time\": \"2022-12-31T05:25:31Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/959070598W9774912\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/959070598W9774912/refund\",\n \"rel\": \"refund\",\n \"method\": \"POST\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MOX4PNQ1J6343578X149442U\",\n \"rel\": \"parent_payment\",\n \"method\": \"GET\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"redirect_urls\": {\n \"return_url\": \"http://businesso.test/membership/paypal/success?paymentId=PAYID-MOX4PNQ1J6343578X149442U\",\n \"cancel_url\": \"http://businesso.test/membership/paypal/cancel\"\n },\n \"create_time\": \"2022-12-31T05:25:10Z\",\n \"update_time\": \"2022-12-31T05:25:31Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MOX4PNQ1J6343578X149442U\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n }\n ],\n \"failed_transactions\": []\n}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"nl1-sr12.supercp.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"8D[J.qkmzH,y\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\",\\\"Ecommerce\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null}', 21, 230, '2022-12-10', '2023-12-02', '2022-12-30 23:25:39', '2023-12-03 03:00:32', 1, NULL), (289, 999, 0, NULL, 999, 'USD', '$', 'Paypal', '23446747', 1, 0, 0, NULL, '{\n \"id\": \"PAYID-MSHKDKY4J934790A76976446\",\n \"intent\": \"sale\",\n \"state\": \"approved\",\n \"cart\": \"55X77037H0869292G\",\n \"payer\": {\n \"payment_method\": \"paypal\",\n \"status\": \"VERIFIED\",\n \"payer_info\": {\n \"email\": \"megasoft.envato@gmail.com\",\n \"first_name\": \"Samiul Alim\",\n \"last_name\": \"Pratik\",\n \"payer_id\": \"8C5NYJ7EZ7QSS\",\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n },\n \"country_code\": \"US\"\n }\n },\n \"transactions\": [\n {\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payee\": {\n \"merchant_id\": \"BKNWZYE3MAUNU\",\n \"email\": \"megasoft.envato-facilitator@gmail.com\"\n },\n \"description\": \"You are purchasing a membership Via Paypal\",\n \"item_list\": {\n \"items\": [\n {\n \"name\": \"You are purchasing a membership\",\n \"price\": \"999.00\",\n \"currency\": \"USD\",\n \"tax\": \"0.00\",\n \"quantity\": 1,\n \"image_url\": \"\"\n }\n ],\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n }\n },\n \"related_resources\": [\n {\n \"sale\": {\n \"id\": \"1YT63934H63039139\",\n \"state\": \"completed\",\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payment_mode\": \"INSTANT_TRANSFER\",\n \"protection_eligibility\": \"ELIGIBLE\",\n \"protection_eligibility_type\": \"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\n \"transaction_fee\": {\n \"value\": \"35.36\",\n \"currency\": \"USD\"\n },\n \"parent_payment\": \"PAYID-MSHKDKY4J934790A76976446\",\n \"create_time\": \"2023-06-18T06:18:42Z\",\n \"update_time\": \"2023-06-18T06:18:42Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/1YT63934H63039139\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/1YT63934H63039139/refund\",\n \"rel\": \"refund\",\n \"method\": \"POST\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MSHKDKY4J934790A76976446\",\n \"rel\": \"parent_payment\",\n \"method\": \"GET\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"redirect_urls\": {\n \"return_url\": \"http://businesso.test/membership/paypal/success?paymentId=PAYID-MSHKDKY4J934790A76976446\",\n \"cancel_url\": \"http://businesso.test/membership/paypal/cancel\"\n },\n \"create_time\": \"2023-06-18T06:18:19Z\",\n \"update_time\": \"2023-06-18T06:18:42Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MSHKDKY4J934790A76976446\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n }\n ],\n \"failed_transactions\": []\n}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"nl1-sr12.supercp.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"8D[J.qkmzH,y\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null}', 21, 231, '2023-06-18', '9999-12-31', '2023-06-18 00:18:47', '2023-06-18 00:18:47', 0, NULL), (290, 0, 0, NULL, 999, 'USD', '$', 'Paypal', '51c3be63', 1, 0, 0, NULL, NULL, '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"nl1-sr12.supercp.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"8D[J.qkmzH,y\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null}', 21, 232, '2023-06-19', '2023-12-11', '2023-06-18 23:12:07', '2023-12-11 23:42:54', 1, NULL), (291, 999, 0, NULL, 999, 'USD', '$', 'Paypal', '8b8d6912', 1, 0, 0, NULL, '{\n \"id\": \"PAYID-MSIDVGA5VS23555NT687424H\",\n \"intent\": \"sale\",\n \"state\": \"approved\",\n \"cart\": \"08G3440062163144R\",\n \"payer\": {\n \"payment_method\": \"paypal\",\n \"status\": \"VERIFIED\",\n \"payer_info\": {\n \"email\": \"megasoft.envato@gmail.com\",\n \"first_name\": \"Samiul Alim\",\n \"last_name\": \"Pratik\",\n \"payer_id\": \"8C5NYJ7EZ7QSS\",\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n },\n \"country_code\": \"US\"\n }\n },\n \"transactions\": [\n {\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payee\": {\n \"merchant_id\": \"BKNWZYE3MAUNU\",\n \"email\": \"megasoft.envato-facilitator@gmail.com\"\n },\n \"description\": \"You are purchasing a membership Via Paypal\",\n \"item_list\": {\n \"items\": [\n {\n \"name\": \"You are purchasing a membership\",\n \"price\": \"999.00\",\n \"currency\": \"USD\",\n \"tax\": \"0.00\",\n \"quantity\": 1,\n \"image_url\": \"\"\n }\n ],\n \"shipping_address\": {\n \"recipient_name\": \"Samiul Alim Pratik\",\n \"line1\": \"1 Main St\",\n \"city\": \"San Jose\",\n \"state\": \"CA\",\n \"postal_code\": \"95131\",\n \"country_code\": \"US\"\n }\n },\n \"related_resources\": [\n {\n \"sale\": {\n \"id\": \"8A0171374H366890J\",\n \"state\": \"completed\",\n \"amount\": {\n \"total\": \"999.00\",\n \"currency\": \"USD\",\n \"details\": {\n \"subtotal\": \"999.00\",\n \"shipping\": \"0.00\",\n \"insurance\": \"0.00\",\n \"handling_fee\": \"0.00\",\n \"shipping_discount\": \"0.00\",\n \"discount\": \"0.00\"\n }\n },\n \"payment_mode\": \"INSTANT_TRANSFER\",\n \"protection_eligibility\": \"ELIGIBLE\",\n \"protection_eligibility_type\": \"ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE\",\n \"transaction_fee\": {\n \"value\": \"35.36\",\n \"currency\": \"USD\"\n },\n \"parent_payment\": \"PAYID-MSIDVGA5VS23555NT687424H\",\n \"create_time\": \"2023-06-19T11:23:21Z\",\n \"update_time\": \"2023-06-19T11:23:21Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/8A0171374H366890J\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/sale/8A0171374H366890J/refund\",\n \"rel\": \"refund\",\n \"method\": \"POST\"\n },\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MSIDVGA5VS23555NT687424H\",\n \"rel\": \"parent_payment\",\n \"method\": \"GET\"\n }\n ]\n }\n }\n ]\n }\n ],\n \"redirect_urls\": {\n \"return_url\": \"http://businesso.test/membership/paypal/success?paymentId=PAYID-MSIDVGA5VS23555NT687424H\",\n \"cancel_url\": \"http://businesso.test/membership/paypal/cancel\"\n },\n \"create_time\": \"2023-06-19T11:23:03Z\",\n \"update_time\": \"2023-06-19T11:23:21Z\",\n \"links\": [\n {\n \"href\": \"https://api.sandbox.paypal.com/v1/payments/payment/PAYID-MSIDVGA5VS23555NT687424H\",\n \"rel\": \"self\",\n \"method\": \"GET\"\n }\n ],\n \"failed_transactions\": []\n}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"nl1-sr12.supercp.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"8D[J.qkmzH,y\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null}', 21, 233, '2023-06-19', '9999-12-31', '2023-06-19 05:23:27', '2023-06-19 05:23:27', 0, NULL), (292, 999, 0, NULL, 999, 'USD', '$', 'Stripe', '27e4735b', 1, 0, 0, NULL, '{\"id\":\"ch_3NKiNQJlIV5dN9n71YmZXvmR\",\"object\":\"charge\",\"amount\":99900,\"amount_captured\":99900,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3NKiNQJlIV5dN9n71bIpKF1Z\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1687182256,\"currency\":\"usd\",\"customer\":null,\"description\":\"You are purchasing a membership\",\"destination\":null,\"dispute\":null,\"disputed\":false,\"failure_balance_transaction\":null,\"failure_code\":null,\"failure_message\":null,\"fraud_details\":[],\"invoice\":null,\"livemode\":false,\"metadata\":[],\"on_behalf_of\":null,\"order\":null,\"outcome\":{\"network_status\":\"approved_by_network\",\"reason\":null,\"risk_level\":\"normal\",\"risk_score\":16,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1NKiNQJlIV5dN9n7Ik4HaI6V\",\"payment_method_details\":{\"card\":{\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":null,\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":4,\"exp_year\":2026,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"installments\":null,\"last4\":\"4242\",\"mandate\":null,\"network\":\"visa\",\"network_token\":{\"used\":false},\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/payment\\/CAcaFwoVYWNjdF8xQXplbzNKbElWNWROOW43KLG3waQGMgbV12JZEx06LBa6pr3UuBRbRBOXCYiaDPCkXGYhDOnjXTolTGwg-YIm_7DW9aIBCzuDQ0GE\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3NKiNQJlIV5dN9n71YmZXvmR\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1NKiNQJlIV5dN9n7Ik4HaI6V\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":null,\"address_zip_check\":null,\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":4,\"exp_year\":2026,\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"last4\":\"4242\",\"metadata\":[],\"name\":null,\"tokenization_method\":null,\"wallet\":null},\"source_transfer\":null,\"statement_descriptor\":null,\"statement_descriptor_suffix\":null,\"status\":\"succeeded\",\"transfer_data\":null,\"transfer_group\":null}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"admin@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"nl1-sr12.supercp.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"admin@kreativdev.com\",\"smtp_password\":\"8D[J.qkmzH,y\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"Our Platform, Your Success\",\"hero_section_text\":\"Minimize the time, it takes to initiate a relationship between you and the customer.\",\"hero_section_button_text\":\"Explore Plans\",\"hero_section_button_url\":\"http:\\/\\/example.com\\/\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"6195e9abdafa7.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null}', 21, 234, '2023-06-19', '2023-12-02', '2023-06-19 07:44:21', '2023-12-03 02:57:34', 1, NULL), (299, 0, 0, NULL, 999, 'USD', '$', 'Flutterwave', '656c4624a9742', 1, 0, 0, NULL, NULL, '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"customization@kreativdev.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"nl1-sr12.supercp.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"customization@kreativdev.com\",\"smtp_password\":\"Y[B.V13SZg#7\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"No #01 Digital Services Website\",\"hero_section_text\":\"We are elite author at envato, We help you to build your own booking website easy way\",\"hero_section_button_text\":\"Build Your Website\",\"hero_section_button_url\":\"https:\\/\\/businesso.xyz\\/pricing\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"65069944ddcf5.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null,\"hero_section_subtitle\":\"Build Your Dream Website With Businesso\",\"hero_section_secound_button_text\":\"View Demo\",\"hero_section_secound_button_url\":\"https:\\/\\/businesso.xyz\\/templates\",\"hero_img2\":\"65069944de45c.jpg\",\"hero_img3\":\"64bb637f2f4b0.jpg\",\"hero_img4\":\"64e9b4e9aa0bc.jpg\",\"hero_img5\":\"64bb637f2fc2a.jpg\"}', 21, 230, '2023-12-03', '9999-12-31', '2023-12-03 03:11:00', '2023-12-03 03:11:00', 0, NULL); INSERT INTO `memberships` (`id`, `package_price`, `discount`, `coupon_code`, `price`, `currency`, `currency_symbol`, `payment_method`, `transaction_id`, `status`, `is_trial`, `trial_days`, `receipt`, `transaction_details`, `settings`, `package_id`, `user_id`, `start_date`, `expire_date`, `created_at`, `updated_at`, `modified`, `conversation_id`) VALUES (306, 0, 0, NULL, 999, 'INR', '$', 'PhonePe', 'ec6adb97', 1, 0, 0, NULL, '{\"code\":\"PAYMENT_SUCCESS\",\"merchantId\":\"PGTESTPAYUAT\",\"transactionId\":\"659d22098ed60\",\"amount\":\"99900\",\"providerReferenceId\":\"T2401091608055615477716\",\"param1\":\"na\",\"param2\":\"na\",\"param3\":\"na\",\"param4\":\"na\",\"param5\":\"na\",\"param6\":\"na\",\"param7\":\"na\",\"param8\":\"na\",\"param9\":\"na\",\"param10\":\"na\",\"param11\":\"na\",\"param12\":\"na\",\"param13\":\"na\",\"param14\":\"na\",\"param15\":\"na\",\"param16\":\"na\",\"param17\":\"na\",\"param18\":\"na\",\"param19\":\"na\",\"param20\":\"na\",\"checksum\":\"2ec420101ce340d500564d384adb5625accf5354bedcfa4588a9a4d915c2dbd0###1\"}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"geniustest11@gmail.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"smtp.gmail.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"geniustest11@gmail.com\",\"smtp_password\":\"jvpdiafcjhrznkbm\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"INR\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"No #01 Digital Services Website\",\"hero_section_text\":\"We are elite author at envato, We help you to build your own booking website easy way\",\"hero_section_button_text\":\"Build Your Website\",\"hero_section_button_url\":\"https:\\/\\/businesso.xyz\\/pricing\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"65069944ddcf5.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null,\"hero_section_subtitle\":\"Build Your Dream Website With Businesso\",\"hero_section_secound_button_text\":\"View Demo\",\"hero_section_secound_button_url\":\"https:\\/\\/businesso.xyz\\/templates\",\"hero_img2\":\"65069944de45c.jpg\",\"hero_img3\":\"64bb637f2f4b0.jpg\",\"hero_img4\":\"64e9b4e9aa0bc.jpg\",\"hero_img5\":\"64bb637f2fc2a.jpg\"}', 21, 169, '2024-01-09', '9999-12-31', '2024-01-09 04:38:22', '2024-01-09 04:38:22', 0, NULL), (307, 0, 0, NULL, 999, 'INR', '$', 'PhonePe', '4d9c0374', 1, 0, 0, NULL, '{\"code\":\"PAYMENT_SUCCESS\",\"merchantId\":\"PGTESTPAYUAT\",\"transactionId\":\"659d339b1db8e\",\"amount\":\"99900\",\"providerReferenceId\":\"T2401091723021895477483\",\"param1\":\"na\",\"param2\":\"na\",\"param3\":\"na\",\"param4\":\"na\",\"param5\":\"na\",\"param6\":\"na\",\"param7\":\"na\",\"param8\":\"na\",\"param9\":\"na\",\"param10\":\"na\",\"param11\":\"na\",\"param12\":\"na\",\"param13\":\"na\",\"param14\":\"na\",\"param15\":\"na\",\"param16\":\"na\",\"param17\":\"na\",\"param18\":\"na\",\"param19\":\"na\",\"param20\":\"na\",\"checksum\":\"2ec420101ce340d500564d384adb5625accf5354bedcfa4588a9a4d915c2dbd0###1\"}', '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"geniustest11@gmail.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"smtp.gmail.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"geniustest11@gmail.com\",\"smtp_password\":\"jvpdiafcjhrznkbm\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"INR\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"No #01 Digital Services Website\",\"hero_section_text\":\"We are elite author at envato, We help you to build your own booking website easy way\",\"hero_section_button_text\":\"Build Your Website\",\"hero_section_button_url\":\"https:\\/\\/businesso.xyz\\/pricing\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"65069944ddcf5.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null,\"hero_section_subtitle\":\"Build Your Dream Website With Businesso\",\"hero_section_secound_button_text\":\"View Demo\",\"hero_section_secound_button_url\":\"https:\\/\\/businesso.xyz\\/templates\",\"hero_img2\":\"65069944de45c.jpg\",\"hero_img3\":\"64bb637f2f4b0.jpg\",\"hero_img4\":\"64e9b4e9aa0bc.jpg\",\"hero_img5\":\"64bb637f2fc2a.jpg\"}', 21, 232, '2024-01-09', '9999-12-31', '2024-01-09 05:53:18', '2024-01-09 05:53:18', 0, NULL), (367, 0, 0, NULL, 999, 'TRY', '$', 'Paypal', '665c37585adda', 1, 0, 0, NULL, NULL, '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"geniustest11@gmail.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"smtp.gmail.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"geniustest11@gmail.com\",\"smtp_password\":\"jvpdiafcjhrznkbm\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"TRY\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"No #01 Digital Services Website\",\"hero_section_text\":\"We are elite author at envato, We help you to build your own booking website easy way\",\"hero_section_button_text\":\"Build Your Website\",\"hero_section_button_url\":\"https:\\/\\/businesso.xyz\\/pricing\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"65069944ddcf5.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null,\"hero_section_subtitle\":\"Build Your Dream Website With Businesso\",\"hero_section_secound_button_text\":\"View Demo\",\"hero_section_secound_button_url\":\"https:\\/\\/businesso.xyz\\/templates\",\"hero_img2\":\"65069944de45c.jpg\",\"hero_img3\":\"64bb637f2f4b0.jpg\",\"hero_img4\":\"64e9b4e9aa0bc.jpg\",\"hero_img5\":\"64bb637f2fc2a.jpg\"}', 21, 176, '2024-06-02', '9999-12-31', '2024-06-02 03:11:52', '2024-06-02 03:11:52', 0, NULL), (368, 0, 0, NULL, 999, 'TRY', '$', 'Paypal', '665c376ec3e1e', 1, 0, 0, NULL, NULL, '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"geniustest11@gmail.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"smtp.gmail.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"geniustest11@gmail.com\",\"smtp_password\":\"jvpdiafcjhrznkbm\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"TRY\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"No #01 Digital Services Website\",\"hero_section_text\":\"We are elite author at envato, We help you to build your own booking website easy way\",\"hero_section_button_text\":\"Build Your Website\",\"hero_section_button_url\":\"https:\\/\\/businesso.xyz\\/pricing\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"65069944ddcf5.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null,\"hero_section_subtitle\":\"Build Your Dream Website With Businesso\",\"hero_section_secound_button_text\":\"View Demo\",\"hero_section_secound_button_url\":\"https:\\/\\/businesso.xyz\\/templates\",\"hero_img2\":\"65069944de45c.jpg\",\"hero_img3\":\"64bb637f2f4b0.jpg\",\"hero_img4\":\"64e9b4e9aa0bc.jpg\",\"hero_img5\":\"64bb637f2fc2a.jpg\"}', 21, 175, '2024-06-02', '9999-12-31', '2024-06-02 03:12:14', '2024-06-02 03:12:14', 0, NULL), (369, 0, 0, NULL, 999, 'TRY', '$', 'Paypal', '665c37800576b', 1, 0, 0, NULL, NULL, '{\"id\":147,\"language_id\":176,\"cookie_alert_status\":1,\"cookie_alert_text\":\"Your experience on this site will be improved by allowing cookies.\",\"cookie_alert_button_text\":\"Allow Cookies\",\"to_mail\":\"faltusthree@gmail.com\",\"default_language_direction\":\"ltr\",\"from_mail\":\"geniustest11@gmail.com\",\"from_name\":\"Businesso\",\"is_smtp\":1,\"smtp_host\":\"smtp.gmail.com\",\"smtp_port\":\"587\",\"encryption\":\"TLS\",\"smtp_username\":\"geniustest11@gmail.com\",\"smtp_password\":\"jvpdiafcjhrznkbm\",\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"TRY\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"hero_section_title\":\"No #01 Digital Services Website\",\"hero_section_text\":\"We are elite author at envato, We help you to build your own booking website easy way\",\"hero_section_button_text\":\"Build Your Website\",\"hero_section_button_url\":\"https:\\/\\/businesso.xyz\\/pricing\",\"hero_section_video_url\":\"https:\\/\\/www.youtube.com\\/watch?v=6KJqEPVfoDs\",\"hero_img\":\"65069944ddcf5.png\",\"timezone\":\"Asia\\/Dhaka\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"237237237,72372332\",\"contact_mails\":\"contact@example.com,support@example.com,query@example.com\",\"is_whatsapp\":1,\"whatsapp_number\":null,\"whatsapp_header_title\":null,\"whatsapp_popup_message\":null,\"whatsapp_popup\":1,\"domain_request_success_message\":\"We have received your custom domain request. Please allow us 2 business days to connect the domain with our server.\",\"cname_record_section_title\":\"Read Before Sending Custom Domain Request\",\"cname_record_section_text\":\"<ul><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Before sending request for your custom domain, You need to add a CNAME record (given in below table) in your custom domain from your domain registrar account (like - namecheap, godaddy etc...).<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0CNAME record is needed to point your custom domain to our domain ( profilo.xyz ), so that our website can show your portfolio on your domain<\\/span><\\/font><\\/li><li><font color=\\\"#575962\\\"><span style=\\\"font-weight:600;\\\">\\u00a0Different domain registrar (like - godaddy, namecheap etc...) has different interface for adding CNAME record. If you cannot find the place to add CNAME record in your domain registrar account, then please contact your domain registrar support, they will show you the place to add CNAME record for your custom domain<\\/span><\\/font><\\/li><\\/ul>\",\"package_features\":\"[\\\"Custom Domain\\\",\\\"Subdomain\\\",\\\"Ecommerce\\\",\\\"Hotel Booking\\\",\\\"Course Management\\\",\\\"Donation Management\\\",\\\"vCard\\\",\\\"QR Builder\\\",\\\"Follow\\\\\\/Unfollow\\\",\\\"Request a Quote\\\",\\\"Blog\\\",\\\"Portfolio\\\",\\\"Custom Page\\\",\\\"Counter Information\\\",\\\"Skill\\\",\\\"Service\\\",\\\"Testimonial\\\",\\\"Career\\\",\\\"Team\\\",\\\"Plugins\\\"]\",\"expiration_reminder\":3,\"custom_css\":null,\"custom_js\":null,\"hero_section_subtitle\":\"Build Your Dream Website With Businesso\",\"hero_section_secound_button_text\":\"View Demo\",\"hero_section_secound_button_url\":\"https:\\/\\/businesso.xyz\\/templates\",\"hero_img2\":\"65069944de45c.jpg\",\"hero_img3\":\"64bb637f2f4b0.jpg\",\"hero_img4\":\"64e9b4e9aa0bc.jpg\",\"hero_img5\":\"64bb637f2fc2a.jpg\"}', 21, 234, '2024-06-02', '9999-12-31', '2024-06-02 03:12:32', '2024-06-02 03:12:32', 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `menus` -- CREATE TABLE `menus` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `menus` text COLLATE utf8mb4_unicode_ci, `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 `menus` -- INSERT INTO `menus` (`id`, `language_id`, `menus`, `created_at`, `updated_at`) VALUES (148, 177, '[{\"text\":\"منزل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"القوائم\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"listings\"},{\"text\":\"التسعير\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"pricing\"},{\"text\":\"الصفحات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"معلومات عنا\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"12\"},{\"text\":\"البنود و الظروف\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"13\"}]},{\"text\":\"المدونات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blogs\"},{\"text\":\"أسئلة وأجوبة\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"},{\"type\":\"custom\",\"text\":\"القوالب\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"type\":\"templates\",\"text\":\"قوالب الموقع\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"vcards\",\"text\":\"قوالب فيكارد\",\"href\":\"\",\"target\":\"_self\"}]},{\"text\":\"اتصال\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2023-08-22 03:21:29', '2023-08-22 03:21:29'), (150, 176, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"Templates\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Website Templates\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"templates\"},{\"text\":\"Vcards Templates\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"vcards\"}]},{\"text\":\"Listings\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"listings\"},{\"text\":\"Pricing\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"pricing\"},{\"text\":\"Pages\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"About Us\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"10\"},{\"text\":\"Terms & Conditions\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"11\"}]},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2023-09-09 04:35:02', '2023-09-09 04:35:02'); -- -------------------------------------------------------- -- -- Table structure for table `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci 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, '2022_01_27_122704_add_modified_to_memberships', 1), (2, '2022_01_29_062112_add_comment_in_status_col_of_memberships_table', 1), (3, '2022_02_06_093603_make_payment_method_nullable', 1), (4, '2022_02_17_103906_add_summary_background_color_to_user_vcards', 1), (5, '2022_02_22_085732_add_plugin_cols_to_user_basic_settings', 1), (6, '2022_02_23_064420_add_pixel_cols_to_user_basic_settings', 1), (7, '2022_02_23_073025_add_tawk_to_cols_in_user_basic_settings', 1), (8, '2022_02_23_085908_add_preview_template_cols_to_users', 1), (9, '2022_02_23_090926_add_templates_cols_in_basic_settings', 1), (10, '2022_02_23_120856_add_custom_css_to_user_basic_settings', 1), (11, '2022_02_24_083458_add_custom_css_js_in_basic_extendeds', 1), (12, '2022_02_26_063414_create_coupon_table', 1), (13, '2022_02_27_035801_add_coupon_cols_in_memberships', 1), (14, '2022_03_06_151600_add_icon_to_user_services', 1), (15, '2022_03_07_111042_add_counter_section_image_to_user_home_page_texts', 1), (16, '2022_03_07_124046_add_hero_text_to_user_hero_statics', 1), (17, '2022_03_07_131409_add_button_info_to_user_home_page_texts', 1), (18, '2022_03_07_133854_add_is_featured_to_user_portfolio_categories', 1), (19, '2022_03_07_154656_add_contact_section_image_to_user_home_page_texts', 1), (20, '2022_03_08_135256_add_newsletter_text_to_user_footer_texts', 1), (21, '2022_03_16_124555_add_contact_section_title_to_user_home_page_texts', 1), (22, '2022_03_16_161152_add_bg_image_to_user_footer_texts', 1), (23, '2022_03_17_124119_newsletter_section_to_user_home_sections', 1), (29, '2022_03_28_182943_create_user_item_categories_table', 2), (35, '2022_03_29_132053_create_user_items_table', 3), (36, '2022_03_29_132105_create_user_item_contents_table', 3), (37, '2022_03_29_132830_create_user_item_images_table', 3), (38, '2022_03_29_163042_create_user_item_sub_categories_table', 3), (40, '2022_04_05_112659_create_user_shop_settings_table', 5), (42, '2022_04_05_125916_create_user_shipping_charges_table', 6), (43, '2022_04_05_131617_create_user_coupons_table', 7), (45, '2022_04_06_152654_add_general_informations_to_user_basic_settings_table', 8), (46, '2022_04_06_154320_add_base_currency_text_position_to_user_basic_settings_table', 8), (49, '2022_04_07_152706_create_user_offline_gateways_table', 9), (50, '2022_04_10_111154_create_customers_table', 10), (51, '2022_04_10_153513_add_billing_and_shipping_details_to_customers_table', 11), (53, '2022_04_10_163543_create_user_order_items_table', 12), (55, '2022_04_11_160331_create_user_email_templates_table', 13), (56, '2022_04_13_124159_add_variations_to_user_order_items_table', 14), (58, '2022_04_18_103639_create_customer_wish_lists_table', 15), (60, '2022_04_19_151558_create_user_advertisements_table', 17), (61, '2022_04_21_124657_add_flashsale_info_to_user_items_table', 18), (62, '2022_04_23_102603_create_user_features_table', 19), (63, '2022_04_23_130603_add_featured_to_user_home_sections_table', 20), (65, '2022_04_23_133710_create_user_offer_banners_table', 21), (66, '2022_04_23_154135_add_offer_banner_to_user_home_sections_table', 22), (67, '2022_04_25_101429_special_offer_to_user_items', 23), (68, '2022_04_24_103847_maximum_uses_limit_to_coupon', 24), (69, '2022_04_25_121100_position_to_user_offer_banners', 24), (71, '2022_04_27_151455_number_of_vcards_to_packages', 25), (72, '2019_05_03_000001_create_customer_columns', 26), (73, '2019_05_03_000002_create_subscriptions_table', 26), (74, '2019_05_03_000003_create_subscription_items_table', 26), (75, '2022_06_11_131148_add_stripe_to_users_table', 27), (76, '2022_06_11_131619_create_subscriptions_table', 27), (77, '2022_06_16_165307_add_secondary_color_to_user_basic_settings_table', 28), (78, '2022_06_20_115341_create_item_reviews_table', 29), (79, '2022_06_21_103220_add_ecommerce_to_user_seos_table', 30), (80, '2022_04_10_163522_create_user_orders_table', 31), (81, '2022_04_04_121206_create_user_item_variations_table', 32), (83, '2022_08_30_132652_add_flash_percentage_to_user_items_table', 33), (84, '2022_09_01_180401_remove_unnecessary_column_admin_contact', 34), (85, '2022_09_05_104417_add_recaptchato_user_baic_setting', 35), (86, '2022_10_26_123352_add_ecommerce_sections_to_user_home_sections', 36), (87, '2022_10_26_152655_add_ecommerce_sections_to_user_home_page_texts', 37), (88, '2022_10_26_164319_add_userloginsignuppage_to_user_seos', 38), (91, '2022_10_29_124400_add_timezone_to_basic_settings', 39), (92, '2022_10_29_094616_add_timezone_to_user_basic_settings', 40), (93, '2022_12_06_052001_add_stardatetime_enddatetime_in_user_items_table', 41), (94, '2023_01_01_070920_add_topratedsection_in_user_home_page_texts_table', 42), (95, '2023_03_07_065134_create_user_rooms', 43), (96, '2023_03_07_080611_create_user_room_settings', 43), (97, '2023_03_07_092230_create_user_room_amenities', 43), (98, '2023_03_07_092542_create_user_room_bookings', 43), (99, '2023_03_07_095757_create_user_room_categories', 43), (100, '2023_03_07_100438_create_user_room_contents', 43), (101, '2023_03_07_101333_create_user_room_coupons', 43), (102, '2023_03_07_101804_create_user_room_reviews', 43), (103, '2023_03_07_103019_create_user_choose_us_items', 43), (104, '2023_03_11_055635_create_user_course_categories', 43), (105, '2023_03_11_073026_create_user__course_coupons', 43), (106, '2023_03_11_073721_create_user_courses', 43), (107, '2023_03_11_084217_create_user_course_informations', 43), (108, '2023_03_11_095445_create_user_course_instructors', 43), (109, '2023_03_11_104459_create_user_course_instructor_social_links', 43), (110, '2023_03_12_055112_create_user_course_modules', 43), (111, '2023_03_12_060302_create_user_course_faqs', 43), (112, '2023_03_12_091819_create_user_lessons', 43), (113, '2023_03_12_092158_create_user_lesson_contents', 43), (114, '2023_03_13_051540_add_video_and_file_size_in_packages_table', 43), (115, '2023_03_13_103537_create_user_lesson_quizzes', 43), (116, '2023_03_14_073008_create_add_field_in_hero_static_table', 43), (117, '2023_03_14_104258_add_category_section_title_in_home_page_texts', 43), (118, '2023_03_14_111240_add_call_to_action_section_status_in_user_home_sections', 43), (119, '2023_03_15_043751_create_action_sections_table', 43), (120, '2023_03_15_090247_add_feature_course_title_column_in_user_home_page_texts', 43), (121, '2023_03_15_094606_add_features_section_image_colum_in_user_basic_settings', 43), (122, '2023_03_16_103320_create_user_course_enrolments', 43), (123, '2023_03_19_095940_create_user_course_reviews_table', 43), (124, '2023_03_20_061415_create_user_lesson_complete_table', 43), (125, '2023_03_20_084259_create_user_quiz_scores_table', 43), (126, '2023_03_20_084639_create_user_lesson_content_complete_table', 43), (127, '2023_03_21_085906_add_clumn_in_user_seos_tabel', 43), (128, '2023_03_22_084050_change_user_testimonials_table_image_column_nullable', 43), (129, '2023_03_22_095923_change_user_services_table_image_column_nullable', 43), (130, '2023_03_25_042239_create_user_donatoins', 43), (131, '2023_03_25_043134_create_user_donation_details', 43), (132, '2023_03_25_052549_create_user_donation_settings', 43), (133, '2023_03_25_061139_create_user_donation_contents', 43), (134, '2023_03_26_085447_add_featured_title_and_subtitle_in_user_home_page_texts', 43), (135, '2023_04_02_052500_create_user_donation_categories', 43), (136, '2023_04_09_044123_add_column_in_user_home_page_texts_table', 43), (137, '2023_04_10_055322_add_designation_column_in_user_hero_statics_table', 43), (138, '2023_04_11_064233_add_job_education_section_column_in_user_sections', 43), (139, '2023_04_11_080313_create_user_educations', 43), (140, '2023_04_11_080658_create_user_job_experiences', 43), (141, '2023_05_23_033703_add_color_column_in_users_features_table', 43), (142, '2023_05_23_093819_add_is_featured_in_donation_categories_table', 43), (143, '2023_05_29_081150_add_footer_color_in_user_footer_texts', 43), (144, '2023_05_29_093734_add_newsletter_snd_image_column_in_user_home_page_texts_table', 43), (145, '2023_05_30_113246_add_cv_cloumn_in_user_basic_settings_table', 43), (146, '2023_06_12_085741_add_donor_title_column_in_user_home_page_texts_table', 43), (147, '2023_07_13_053116_add_rating_in_testimonials_tabel', 44), (148, '2023_07_13_065359_add_image_in_features_tabel', 45), (149, '2023_07_15_033830_add_column_in_basic_settings_table', 46), (151, '2023_07_22_040635_add_columns_basic_extendeds_table', 47), (152, '2023_07_22_052550_add_columns_in_basic_settings_table', 48), (153, '2023_07_22_055511_add_column_in_processes_table', 49), (154, '2023_07_22_064020_add_column_in_packages_table', 50), (155, '2023_07_23_040029_add_column_in_user_vcards_table', 51), (156, '2023_08_20_082935_add_column_in_users_table', 52), (157, '2023_08_20_103951_add_column_in_basic_settings_table', 53), (158, '2023_08_21_023519_add_column_in_user_vcards_table', 54), (159, '2023_08_21_043831_add_column_in_packages-table', 55), (160, '2023_08_21_064854_add_column_in_seos_table', 56), (162, '2023_08_26_094912_add_column_in_user_vcards', 57), (163, '2023_09_27_095920_add_column_adsense_publisher_id', 58), (164, '2023_09_30_051935_add_column_adsense_publisher_id_to_user_basic_settings', 58), (165, '2023_10_15_093206_modify_column_type_in_user_home_page_texts', 58), (166, '2023_10_16_044957_add_column_in_user_basic_settings_table', 58), (167, '2023_10_16_061639_add_column_in_basic_settings_table', 58), (168, '2023_10_18_081126_add_column_in_users_basic_settings_table', 58), (169, '2024_01_09_070808_add_phonepe_row_in_payment_gateways_table', 59), (171, '2024_02_27_083230_add_perfect_money_payment_gateway_into_online_gateways_table', 60), (172, '2024_02_28_102522_add_xendit_payment_method_into_payment_gateways', 61), (173, '2024_02_29_113200_add_myfatoorah_yoco_toyyibpay_paytabs_iyzico_midtrans_payment_gateway_into_payment_gateways', 62), (175, '2024_03_05_045516_add_conversation_id_column_into_memberships_user_orders_user_room_bookings_user_course_enrolments_user_donations_table', 63); -- -------------------------------------------------------- -- -- Table structure for table `offline_gateways` -- CREATE TABLE `offline_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_description` text COLLATE utf8mb4_unicode_ci, `instructions` blob, `status` tinyint(4) NOT NULL DEFAULT '1', `serial_number` int(11) NOT NULL DEFAULT '0', `is_receipt` tinyint(4) NOT NULL DEFAULT '1', `receipt` varchar(100) COLLATE utf8mb4_unicode_ci 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 `offline_gateways` -- INSERT INTO `offline_gateways` (`id`, `name`, `short_description`, `instructions`, `status`, `serial_number`, `is_receipt`, `receipt`, `created_at`, `updated_at`) VALUES (1, 'JPMorgan Chase & Co.', 'Please send your payment to the following account.\r\nBank Name: Lorem Ipsum.\r\nBeneficiary Name: John Doe.\r\nAccount Number/IBAN: 12345678', 0x3c70207374796c653d226c696e652d6865696768743a20312e383b223e3c666f6e7420666163653d2243697263756c61725374642d426f6f6b2c20417269616c2c2073616e732d7365726966223e43686173652042616e6b2069732074686520636f6e73756d65722062616e6b696e67206469766973696f6e206f66204a504d6f7267616e2043686173652e20556e6c696b652069747320636f6d70657469746f72732c2043686173652069732074616b696e6720737465707320746f20657870616e6420697473206272616e6368206e6574776f726b20696e206b6579206d61726b6574732e205468652062616e6b2063757272656e746c7920686173206e6561726c7920352c303030206272616e6368657320616e642031362c3030302041544d732e204163636f7264696e6720746f207468652062616e6b2c206e6561726c792068616c66206f662074686520636f756e747279e280997320686f757365686f6c64732061726520436861736520637573746f6d6572732e3c2f666f6e743e3c62723e3c2f703e, 1, 1, 1, NULL, '2020-09-17 01:06:39', '2023-07-12 02:51:41'), (2, 'Bank of America Corp.', 'Please send your payment to the following account.\r\nBank Name: Lorem Ipsum.\r\nBeneficiary Name: John Doe.\r\nAccount Number/IBAN: 12345678', 0x3c70207374796c653d226c696e652d6865696768743a20312e383b223e3c7370616e207374796c653d22666f6e742d66616d696c793a2043697263756c61725374642d426f6f6b2c20417269616c2c2073616e732d73657269663b20666f6e742d73697a653a20313470783b223e42616e6b206f6620416d6572696361207365727665732061626f7574203636206d696c6c696f6e20636f6e73756d65727320616e6420736d616c6c20627573696e65737320636c69656e747320776f726c64776964652e204c696b65206d616e79206f662074686520626967676573742062616e6b732c2042616e6b206f6620416d6572696361206973206b6e6f776e20666f7220697473206469676974616c20696e6e6f766174696f6e2e20497420686173206d6f7265207468616e203337206d696c6c696f6e206469676974616c20636c69656e747320616e6420697320657870657269656e63696e67207375636365737320616674657220696e74726f647563696e6720697473207669727475616c20617373697374616e742c2045726963612c20746861742061737369737473206163636f756e7420686f6c64657273207769746820766172696f7573207461736b733c2f7370616e3e3c62723e3c2f703e, 1, 2, 0, NULL, '2020-09-17 01:07:37', '2020-09-17 01:15:31'); -- -------------------------------------------------------- -- -- Table structure for table `packages` -- CREATE TABLE `packages` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `price` double NOT NULL DEFAULT '0', `term` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `is_trial` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `trial_days` int(11) DEFAULT NULL, `status` enum('0','1') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `features` text COLLATE utf8mb4_unicode_ci, `meta_keywords` longtext COLLATE utf8mb4_unicode_ci, `meta_description` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `number_of_vcards` int(11) DEFAULT NULL, `video_size_limit` double(8,2) DEFAULT NULL, `file_size_limit` double(8,2) DEFAULT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subtitle` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `packages` -- INSERT INTO `packages` (`id`, `title`, `slug`, `price`, `term`, `featured`, `is_trial`, `trial_days`, `status`, `features`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `number_of_vcards`, `video_size_limit`, `file_size_limit`, `icon`, `subtitle`, `serial_number`) VALUES (10, 'Startup', 'startup', 99, 'yearly', '1', '1', 14, '1', '[\"Follow\\/Unfollow\",\"Portfolio\",\"Skill\",\"Team\"]', NULL, NULL, '2021-07-24 23:27:38', '2024-06-02 23:12:35', NULL, NULL, NULL, 'fas fa-layer-group', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 2), (11, 'Startup', 'startup', 9.99, 'monthly', '1', '1', 14, '1', '[\"Follow\\/Unfollow\",\"Portfolio\",\"Skill\",\"Team\"]', NULL, NULL, '2021-07-24 23:27:38', '2024-06-02 02:41:13', NULL, NULL, NULL, 'fas fa-layer-group', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 1), (13, 'Growth', 'growth', 12.99, 'monthly', '1', '1', 14, '1', '[\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\"]', NULL, NULL, '2021-07-25 01:14:40', '2023-08-20 22:55:48', 10, NULL, NULL, 'fas fa-check-circle', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 2), (14, 'Growth', 'growth', 129, 'yearly', '1', '1', 21, '1', '[\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\"]', NULL, NULL, '2021-07-25 01:14:40', '2024-06-02 23:13:25', 30, NULL, NULL, 'fas fa-check-circle', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 1), (15, 'Maturity', 'maturity', 199, 'yearly', '1', '1', 30, '1', '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\"]', NULL, NULL, '2021-07-25 01:17:33', '2024-06-02 23:16:31', 5, 50.00, 20.00, 'fas fa-cube', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 3), (16, 'Maturity', 'maturity', 19.99, 'monthly', '1', '1', 14, '1', '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\"]', NULL, NULL, '2021-07-25 01:17:33', '2024-06-02 02:43:33', 30, 50.00, 20.00, 'fas fa-cube', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 3), (17, 'Free', 'free', 0, 'lifetime', '1', '0', NULL, '1', '[\"Follow\\/Unfollow\",\"Portfolio\",\"Skill\",\"Team\"]', 'onetime,package', 'lorem ipsum', '2021-10-04 21:14:12', '2023-08-20 22:56:14', NULL, NULL, NULL, 'fas fa-layer-group', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 1), (19, 'Golden', 'golden', 499, 'lifetime', '1', '0', 132315, '1', '[\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\"]', NULL, NULL, '2021-10-21 02:35:39', '2023-08-20 22:56:21', 30, NULL, NULL, 'fas fa-check-circle', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 2), (21, 'Plutinum', 'plutinum', 999, 'lifetime', '1', '0', NULL, '1', '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\"]', NULL, NULL, '2021-11-14 19:56:53', '2024-01-11 00:17:23', 100, 50.00, 20.00, 'fas fa-cube', 'Lorem Ipsum is simply dummy of the printing and typesetting industry.', 3); -- -------------------------------------------------------- -- -- Table structure for table `pages` -- CREATE TABLE `pages` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `body` blob, `status` tinyint(4) NOT NULL DEFAULT '1', `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `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 `pages` -- INSERT INTO `pages` (`id`, `language_id`, `name`, `title`, `slug`, `body`, `status`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (10, 176, 'About Us', 'About Us', 'about-us', 0x3c70207374796c653d22746578742d616c69676e3a63656e7465723b223e3c696d67207372633d22687474703a2f2f627573696e6573736f2e746573742f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363066653439363063393834392e6a706722207374796c653d2277696474683a313030253b2220616c743d22363066653439363063393834392e6a706722202f3e3c6272202f3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e353b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313470783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e383b223e3c7370616e207374796c653d22666f6e742d66616d696c793a56657264616e613b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313470783b223e4275742049206d757374206578706c61696e20746f20796f7520686f7720616c6c2074686973206d697374616b656e2069646561206f662064656e6f756e63696e6720706c65617375726520616e64207072616973696e67207061696e2077617320626f726e20616e6420492077696c6c206769766520796f75206120636f6d706c657465206163636f756e74206f66207468652073797374656d2c20616e64206578706f756e64207468652061637475616c207465616368696e6773206f6620746865206772656174206578706c6f726572206f66207468652074727574682c20746865206d61737465722d6275696c646572206f662068756d616e2068617070696e6573732e204e6f206f6e652072656a656374732c206469736c696b65732c206f722061766f69647320706c65617375726520697473656c662c206265636175736520697420697320706c6561737572652c2062757420626563617573652074686f73652077686f20646f206e6f74206b6e6f7720686f7720746f2070757273756520706c65617375726520726174696f6e616c6c7920656e636f756e74657220636f6e73657175656e6365732074686174206172652065787472656d656c79207061696e66756c2e204e6f7220616761696e20697320746865726520616e796f6e652077686f206c6f766573206f722070757273756573206f72206465736972657320746f206f627461696e207061696e206f6620697473656c662c2062656361757365206974206973207061696e2c206275742062656361757365206f63636173696f6e616c6c792063697263756d7374616e636573206f6363757220696e20776869636820746f696c20616e64207061696e2063616e2070726f637572652068696d20736f6d6520677265617420706c6561737572652e20546f2074616b652061207472697669616c206578616d706c652c207768696368206f66207573206576657220756e64657274616b6573206c61626f72696f757320706879736963616c2065786572636973652c2065786365707420746f206f627461696e20736f6d6520616476616e746167652066726f6d2069743f204275742077686f2068617320616e7920726967687420746f2066696e64206661756c7420776974682061206d616e2077686f2063686f6f73657320746f20656e6a6f79206120706c656173757265207468617420686173206e6f20616e6e6f79696e6720636f6e73657175656e6365732c206f72206f6e652077686f2061766f6964732061207061696e20746861742070726f6475636573206e6f20726573756c74616e7420706c6561737572653c2f7370616e3e3c2f703e3c703e3c6272202f3e3c2f703e3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a56657264616e613b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313470783b223e4275742049206d757374206578706c61696e20746f20796f7520686f7720616c6c2074686973206d697374616b656e2069646561206f662064656e6f756e63696e6720706c65617375726520616e64207072616973696e67207061696e2077617320626f726e20616e6420492077696c6c206769766520796f75206120636f6d706c657465206163636f756e74206f66207468652073797374656d2c20616e64206578706f756e64207468652061637475616c207465616368696e6773206f6620746865206772656174206578706c6f726572206f66207468652074727574682c20746865206d61737465722d6275696c646572206f662068756d616e2068617070696e6573732e204e6f206f6e652072656a656374732c206469736c696b65732c206f722061766f69647320706c65617375726520697473656c662c206265636175736520697420697320706c6561737572652c2062757420626563617573652074686f73652077686f20646f206e6f74206b6e6f7720686f7720746f2070757273756520706c65617375726520726174696f6e616c6c7920656e636f756e74657220636f6e73657175656e6365732074686174206172652065787472656d656c79207061696e66756c2e204e6f7220616761696e20697320746865726520616e796f6e652077686f206c6f766573206f722070757273756573206f72206465736972657320746f206f627461696e207061696e206f6620697473656c662c2062656361757365206974206973207061696e2c206275742062656361757365206f63636173696f6e616c6c792063697263756d7374616e636573206f6363757220696e20776869636820746f696c20616e64207061696e2063616e2070726f637572652068696d20736f6d6520677265617420706c6561737572652e20546f2074616b652061207472697669616c206578616d706c652c207768696368206f66207573206576657220756e64657274616b6573206c61626f72696f757320706879736963616c2065786572636973652c2065786365707420746f206f627461696e20736f6d6520616476616e746167652066726f6d2069743f204275742077686f2068617320616e7920726967687420746f2066696e64206661756c7420776974682061206d616e2077686f2063686f6f73657320746f20656e6a6f79206120706c656173757265207468617420686173206e6f20616e6e6f79696e6720636f6e73657175656e6365732c206f72206f6e652077686f2061766f6964732061207061696e20746861742070726f6475636573206e6f20726573756c74616e7420706c6561737572653c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c6272202f3e3c2f703e, 1, NULL, NULL, '2021-07-25 01:22:57', '2021-11-07 00:18:01'), (11, 176, 'Terms & Conditions', 'Terms & Conditions', 'terms-&-conditions', 0x3c68323e5465726d732026616d703b20436f6e646974696f6e733a3c2f68323e3c756c3e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e43726173206f726e6172652074726973746971756520656c69742e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e5072616573656e7420706c61636572617420726973757320717569732065726f732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e46757363652070656c6c656e746573717565207375736369706974206e6962682e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e496e7465676572207669746165206c696265726f206163207269737573206567657374617320706c6163657261742e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e566573746962756c756d20636f6d6d6f646f2066656c6973207175697320746f72746f722e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e557420616c697175616d20736f6c6c696369747564696e206c656f2e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e4372617320696163756c697320756c74726963696573206e756c6c612e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d226c696e652d6865696768743a333b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e446f6e656320717569732064756920617420646f6c6f722074656d706f7220696e74657264756d3c2f7370616e3e3c2f6c693e3c2f756c3e, 1, NULL, NULL, '2021-07-25 01:25:50', '2021-07-25 20:35:45'), (12, 177, 'معلومات عنا', 'معلومات عنا', 'معلومات-عنا', 0x3c703e3c696d67207372633d22687474703a2f2f6c6f63616c686f73742f736173736f2f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363066653533646438363934312e6a706722207374796c653d2277696474683a313030253b2220616c743d22363066653533646438363934312e6a706722202f3e3c7370616e3e3c6272202f3e3c2f7370616e3e3c2f703e3c703e3c7370616e3ed988d984d983d98620d98ad8acd8a820d8a3d98620d8a3d8b4d8b1d8ad20d984d98320d983d98ad98120d983d98420d987d8b0d98720d8a7d984d981d983d8b1d8a920d8a7d984d8aed8a7d8b7d8a6d8a920d984d984d8aad986d8afd98ad8af20d984d982d8af20d988d984d8afd8aa20d8a7d984d984d8b0d8a920d988d8a7d984d8abd986d8a7d8a120d88c20d988d8b3d8a3d982d8afd98520d984d98320d988d8b5d981d98bd8a720d983d8a7d985d984d8a7d98b20d984d984d986d8b8d8a7d98520d88c20d988d8a3d8b4d8b1d8ad20d8a7d984d8aad8b9d8a7d984d98ad98520d8a7d984d981d8b9d984d98ad8a920d984d984d985d8b3d8aad983d8b4d98120d8a7d984d8b9d8b8d98ad98520d984d984d8add982d98ad982d8a920d88c20d8a7d984d8a8d8a7d986d98a20d8a7d984d8b1d8a6d98ad8b3d98a20d984d984d8b3d8b9d8a7d8afd8a920d8a7d984d8a8d8b4d8b1d98ad8a92e20d984d8a720d8a3d8add8af20d98ad8b1d981d8b620d8a3d98820d98ad983d8b1d98720d8a3d98820d98ad8aad8acd986d8a820d8a7d984d985d8aad8b9d8a920d986d981d8b3d987d8a720d88c20d984d8a3d986d987d8a720d985d8aad8b9d8a920d88c20d988d984d983d98620d984d8a3d98620d8a3d988d984d8a6d98320d8a7d984d8b0d98ad98620d984d8a720d98ad8b9d8b1d981d988d98620d983d98ad981d98ad8a920d8a7d984d8b3d8b9d98a20d988d8b1d8a7d8a120d8a7d984d985d8aad8b9d8a920d98ad988d8a7d8acd987d988d98620d8b9d988d8a7d982d8a820d985d8a4d984d985d8a920d984d984d8bad8a7d98ad8a92e20d988d984d8a720d98ad988d8acd8af20d8a3d98ad8b6d98bd8a720d8a3d98a20d8b4d8aed8b520d98ad8add8a820d8a3d98820d98ad8b3d8b9d98920d8a3d98820d98ad8b1d8bad8a820d981d98a20d8a7d984d8add8b5d988d98420d8b9d984d98920d8a7d984d8a3d984d98520d985d98620d986d981d8b3d98720d88c20d984d8a3d986d98720d8a3d984d98520d88c20d988d984d983d98620d984d8a3d986d98720d98ad8add8afd8ab20d8a3d8add98ad8a7d986d98bd8a720d8b8d8b1d988d98120d98ad985d983d98620d8a3d98620d98ad985d986d8add98720d981d98ad987d8a720d8a7d984d983d8afd8ad20d988d8a7d984d8a3d984d98520d8a8d8b9d8b620d8a7d984d985d8aad8b9d8a920d8a7d984d8b9d8b8d98ad985d8a92e20d984d986d8a3d8aed8b020d985d8abd8a7d984d8a720d8aad8a7d981d987d8a720d88c20d8a3d98a20d985d986d8a720d98ad982d988d98520d8a8d8aad985d8a7d8b1d98ad98620d8a8d8afd986d98ad8a920d8b4d8a7d982d8a920d88c20d8a5d984d8a720d984d984d8add8b5d988d98420d8b9d984d98920d8a8d8b9d8b620d8a7d984d985d8b2d8a7d98ad8a720d985d986d987d8a7d89f20d984d983d98620d985d98620d984d98720d8a7d984d8add98220d981d98a20d8a7d984d8b9d8abd988d8b120d8b9d984d98920d8aed8b7d8a320d985d8b920d8b1d8acd98420d98ad8aed8aad8a7d8b120d8a7d984d8a7d8b3d8aad985d8aad8a7d8b920d8a8d8b3d8b1d988d8b120d984d98ad8b320d984d98720d8b9d988d8a7d982d8a820d985d8b2d8b9d8acd8a920d88c20d8a3d98820d985d98620d98ad8aad8acd986d8a820d8a7d984d8a3d984d98520d8a7d984d8b0d98a20d984d8a720d98ad986d8aad8ac20d8b9d986d98720d985d8aad8b9d8a920203c2f7370616e3e3c2f703e203c703e203c6272202f3e20203c2f703e3c703e203c7370616e3e20d988d984d983d98620d98ad8acd8a820d8a3d98620d8a3d8b4d8b1d8ad20d984d98320d983d98ad98120d983d98420d987d8b0d98720d8a7d984d981d983d8b1d8a920d8a7d984d8aed8a7d8b7d8a6d8a920d985d98620d8a5d8afd8a7d986d8a920d8a7d984d984d8b0d8a920d988d8aad985d8acd98ad8af20d8a7d984d8a3d984d98520d988d984d8afd8aa20d988d8b3d8a3d982d8afd98520d984d98320d988d8b5d981d98bd8a720d983d8a7d985d984d8a7d98b20d984d984d986d8b8d8a7d98520d88c20d988d8a3d8b4d8b1d8ad20d8a7d984d8aad8b9d8a7d984d98ad98520d8a7d984d981d8b9d984d98ad8a920d984d984d985d8b3d8aad983d8b4d98120d8a7d984d8b9d8b8d98ad98520d984d984d8add982d98ad982d8a920d88c20d8a7d984d8a8d8a7d986d98a20d8a7d984d8a8d8a7d8b1d8b920d984d984d8b3d8b9d8a7d8afd8a920d8a7d984d8a8d8b4d8b1d98ad8a92e20d984d8a720d8a3d8add8af20d98ad8b1d981d8b620d8a3d98820d98ad983d8b1d98720d8a3d98820d98ad8aad8acd986d8a820d8a7d984d985d8aad8b9d8a920d986d981d8b3d987d8a720d88c20d984d8a3d986d987d8a720d985d8aad8b9d8a920d88c20d988d984d983d98620d984d8a3d98620d8a3d988d984d8a6d98320d8a7d984d8b0d98ad98620d984d8a720d98ad8b9d8b1d981d988d98620d983d98ad981d98ad8a920d8a7d984d8b3d8b9d98a20d988d8b1d8a7d8a120d8a7d984d985d8aad8b9d8a920d98ad988d8a7d8acd987d988d98620d8b9d988d8a7d982d8a820d985d8a4d984d985d8a920d984d984d8bad8a7d98ad8a92e20d988d984d8a720d98ad988d8acd8af20d8a3d98ad8b6d98bd8a720d8a3d98a20d8b4d8aed8b520d98ad8add8a820d8a3d98820d98ad8b3d8b9d98920d8a3d98820d98ad8b1d8bad8a820d981d98a20d8a7d984d8add8b5d988d98420d8b9d984d98920d8a7d984d8a3d984d98520d985d98620d986d981d8b3d98720d88c20d984d8a3d986d98720d8a3d984d98520d88c20d988d984d983d98620d984d8a3d986d98720d98ad8add8afd8ab20d8a3d8add98ad8a7d986d98bd8a720d8b8d8b1d988d98120d98ad985d983d98620d8a3d98620d98ad985d986d8add98720d981d98ad987d8a720d8a7d984d983d8afd8ad20d988d8a7d984d8a3d984d98520d8a8d8b9d8b620d8a7d984d985d8aad8b9d8a920d8a7d984d8b9d8b8d98ad985d8a92e20d984d986d8a3d8aed8b020d985d8abd8a7d984d8a720d8aad8a7d981d987d8a720d88c20d8a3d98a20d985d986d8a720d98ad982d988d98520d8a8d8aad985d8a7d8b1d98ad98620d8a8d8afd986d98ad8a920d8b4d8a7d982d8a920d88c20d8a5d984d8a720d984d984d8add8b5d988d98420d8b9d984d98920d8a8d8b9d8b620d8a7d984d985d8b2d8a7d98ad8a720d985d986d987d8a7d89f20d988d984d983d98620d985d98620d984d98720d8a7d984d8add98220d981d98a20d8a7d984d8b9d8abd988d8b120d8b9d984d98920d8aed8b7d8a320d985d8b920d8b1d8acd98420d98ad8aed8aad8a7d8b120d8a7d984d8a7d8b3d8aad985d8aad8a7d8b920d8a8d8b3d8b1d988d8b120d984d98ad8b320d984d98720d8b9d988d8a7d982d8a820d985d8b2d8b9d8acd8a920d88c20d8a3d98820d985d98620d98ad8aad8acd986d8a820d8a7d984d8a3d984d98520d8a7d984d8b0d98a20d984d8a720d98ad986d8aad8ac20d8b9d986d98720d985d8aad8b9d8a920203c7370616e3e203c6272202f3e203c2f7370616e3e203c6272202f3e203c2f7370616e3e3c2f703e, 1, NULL, NULL, '2021-07-25 01:22:57', '2021-07-25 21:19:15'), (13, 177, 'البنود و الظروف', 'البنود و الظروف', 'البنود-و-الظروف', 0x3c68323ed8b4d8b1d988d8b720d988d8a3d985d8a8d98ad8b12e20d8a7d984d8b4d8b1d988d8b7203c2f68323e3c756c3e203c6c69207374796c653d226c696e652d6865696768743a333b223e203c7370616e3e206c6f72656d20697073756d20636172726f747320d88c20d8aad8add8b3d98ad98620d8a7d984d8a8d98ad8a6d8a920d8a7d984d8a8d98ad8a6d98ad8a92e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8a3d8add8afd8ab20d985d8b7d988d991d8b1d98a20d8a7d984d8a8d8b1d8a7d985d8ac20d985d988d8b1d98ad8b320d98ad8b6d8add983d988d9862e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e2066656c69732070726f7465696e206f722e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8a7d984d8a2d98620d8b6d8add98320d983d8b1d8a920d8a7d984d982d8afd98520d984d984d8aed988d9812e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d985d8b7d988d8b120d983d8b1d8a920d8a7d984d982d8afd98520d8a7d984d8add8b2d98ad98620d8bad8afd98bd8a72e2020266c743b202f206c692667743b203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8a7d984d8b1d987d8a7d98620d8a7d984d985d8a8d8a7d8b4d8b1206e74756c6c6120d984d98ad8b320d982d8a8d98420d8b0d984d9832e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d985d988d8acd988d8af20d8a5d98ad8b1d988d8b320d8a7d984d8b9d982d8a7d8b1d98ad8a920d8a7d984d8b6d8add9832e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20436c696e6963616c2070726f6d6f206e6962682e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8b9d8afd8af20d8b5d8add98ad8ad20d8bad98ad8b120d985d8b9d988d98220d988d8a7d8b3d8aad8abd985d8a7d8b120d8a7d984d8b6d8add9832e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8b2d8b120d8a7d984d8afd987d984d98ad8b220d8b9d984d98920d8afd8b1d8acd8a920d8a7d984d8add8b1d8a7d8b1d8a92e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8a5d984d98920d8a8d8b9d8b620d8a3d8b3d8af20d8a7d984d8b1d8b9d8a7d98ad8a92e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8aad8b3d8aad987d8afd98120d8a7d984d8bad8af20d8a7d984d985d8aad8b7d8b1d981d98ad98620d8b5d981d8b12e2020203c2f7370616e3e3c2f6c693e3c6c693e203c7370616e3e20d8add8aad9892064756920d981d98a20d8a3d98a20d988d982d8aa20d988d984d983d98620d8a3d8add98ad8a7d986d98bd8a720d98ad983d988d98620d8a7d984d8a3d984d9852e2020203c2f7370616e3e3c2f6c693e3c2f756c3e, 1, NULL, NULL, '2021-07-25 01:25:50', '2021-07-25 21:19:59'); -- -------------------------------------------------------- -- -- Table structure for table `partners` -- CREATE TABLE `partners` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) 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 `partners` -- INSERT INTO `partners` (`id`, `language_id`, `image`, `url`, `serial_number`, `created_at`, `updated_at`) VALUES (71, 177, '1636898123p.jpg', 'http://example.com/', 1, NULL, NULL), (72, 177, '1636898136p.jpg', 'http://example.com/', 2, NULL, NULL), (73, 177, '1636898150p.jpg', 'http://example.com/', 3, NULL, NULL), (75, 177, '1636898171p.jpg', 'http://example.com/', 5, NULL, NULL), (76, 176, '1694931378.png', 'http://example.com', 1, NULL, NULL), (77, 176, '1694931390.png', 'http://example.com/', 2, NULL, NULL), (78, 176, '1694931401.png', 'http://example.com/', 3, NULL, NULL), (79, 176, '1694931413.png', 'http://example.com/', 4, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `password_resets` -- INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES ('farhanbokkor@gmail.com', '$2y$10$aLmWkr7qCwx52YeS6A0oAecKyRUlUKFYipCrTQCrcHZC6KNrrQ4zu', '2023-07-11 23:51:09'), ('boutique@example.com', '$2y$10$PZ37TqpxvOtdaTHk3ztShuyYCiS12uah2YUHjn0ZlhddZZpPHJy7m', '2023-12-07 03:19:31'); -- -------------------------------------------------------- -- -- Table structure for table `payment_gateways` -- CREATE TABLE `payment_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `details` text COLLATE utf8mb4_unicode_ci, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'manual', `information` mediumtext COLLATE utf8mb4_unicode_ci, `keyword` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `payment_gateways` -- INSERT INTO `payment_gateways` (`id`, `subtitle`, `title`, `details`, `name`, `type`, `information`, `keyword`, `status`) VALUES (6, NULL, NULL, NULL, 'Flutterwave', 'automatic', '{\"public_key\":\"FLWPUBK_TEST-93972d50b7b24582a2050de2803799c0-X\",\"secret_key\":\"FLWSECK_TEST-3c9d39d4b16e9011bc4b9893f882f71e-X\",\"text\":\"Pay via your Flutterwave account.\"}', 'flutterwave', 1), (9, NULL, NULL, NULL, 'Razorpay', 'automatic', '{\"key\":\"rzp_test_fV9dM9URYbqjm7\",\"secret\":\"nickxZ1du2ojPYVVRTDif2Xr\",\"text\":\"Pay via your Razorpay account.\"}', 'razorpay', 1), (11, NULL, NULL, NULL, 'Paytm', 'automatic', '{\"environment\":\"local\",\"merchant\":\"tkogux49985047638244\",\"secret\":\"LhNGUUKE9xCQ9xY8\",\"website\":\"WEBSTAGING\",\"industry\":\"Retail\",\"text\":\"Pay via your paytm account.\"}', 'paytm', 1), (12, NULL, NULL, NULL, 'Paystack', 'automatic', '{\"key\":\"sk_test_4ac9f2c43514e3cc08ab68f922201549ebda1bfd\",\"email\":null,\"text\":\"Pay via your Paystack account.\"}', 'paystack', 1), (13, NULL, NULL, NULL, 'Instamojo', 'automatic', '{\"key\":\"test_172371aa837ae5cad6047dc3052\",\"token\":\"test_4ac5a785e25fc596b67dbc5c267\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Instamojo account.\"}', 'instamojo', 1), (14, NULL, NULL, NULL, 'Stripe', 'automatic', '{\"key\":\"pk_test_UnU1Coi1p5qFGwtpjZMRMgJM\",\"secret\":\"sk_test_QQcg3vGsKRPlW6T3dXcNJsor\",\"text\":\"Pay via your Credit account.\"}', 'stripe', 1), (15, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"AVYKFEw63FtDt9aeYOe9biyifNI56s2Hc2F1Us11hWoY5GMuegipJRQBfWLiIKNbwQ5tmqKSrQTU3zB3\",\"client_secret\":\"EJY0qOKliVg7wKsR3uPN7lngr9rL1N7q4WV0FulT1h4Fw3_e5Itv1mxSdbtSUwAaQoXQFgq-RLlk_sQu\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1), (17, NULL, NULL, NULL, 'Mollie Payment', 'automatic', '{\"key\":\"test_kKT2J9nRMHH9cN6acf2CTruN3t5CC6\",\"text\":\"Pay via your Mollie Payment account.\"}', 'mollie', 1), (19, NULL, NULL, NULL, 'Mercado Pago', 'automatic', '{\"token\":\"TEST-705032440135962-041006-ad2e021853f22338fe1a4db9f64d1491-421886156\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Mercado Pago account.\"}', 'mercadopago', 1), (20, NULL, NULL, NULL, 'Authorize.net', 'automatic', '{\"login_id\":\"3Ca5hYQ6h\",\"transaction_key\":\"8bt8Kr5gPZ3ZE23C\",\"public_key\":\"7m38JBnNjStNFq58BA6Wrr852ahtT533cGKavWwu6Fge28RDc5wC7wTL8Vsb35B3\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Authorize.net account.\"}', 'authorize.net', 1), (21, NULL, NULL, NULL, 'PhonePe', 'automatic', '{\"merchant_id\":\"PGTESTPAYUAT\",\"salt_key\":\"099eb0cd-02cf-4e2a-8aca-3e6c6aff0399\",\"salt_index\":\"1\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PhonePe account.\"}', 'phonepe', 1), (23, NULL, NULL, NULL, 'Perfect Money', 'automatic', '{\"perfect_money_wallet_id\":\"U45424907\"}', 'perfect_money', 1), (24, NULL, NULL, NULL, 'Xendit', 'automatic', '{\"secret_key\":\"xnd_development_xJnvoJSaiPLhSzwB23Xmzu6Fcayjou9e8qpaoExzfj3UWfmM4GvaY1eBgzcABxyr\"}', 'xendit', 1), (25, NULL, NULL, NULL, 'Myfatoorah', 'automatic', '{\"token\":\"rLtt6JWvbUHDDhsZnfpAhpYk4dxYDQkbcPTyGaKp2TYqQgG7FGZ5Th_WD53Oq8Ebz6A53njUoo1w3pjU1D4vs_ZMqFiz_j0urb_BH9Oq9VZoKFoJEDAbRZepGcQanImyYrry7Kt6MnMdgfG5jn4HngWoRdKduNNyP4kzcp3mRv7x00ahkm9LAK7ZRieg7k1PDAnBIOG3EyVSJ5kK4WLMvYr7sCwHbHcu4A5WwelxYK0GMJy37bNAarSJDFQsJ2ZvJjvMDmfWwDVFEVe_5tOomfVNt6bOg9mexbGjMrnHBnKnZR1vQbBtQieDlQepzTZMuQrSuKn-t5XZM7V6fCW7oP-uXGX-sMOajeX65JOf6XVpk29DP6ro8WTAflCDANC193yof8-f5_EYY-3hXhJj7RBXmizDpneEQDSaSz5sFk0sV5qPcARJ9zGG73vuGFyenjPPmtDtXtpx35A-BVcOSBYVIWe9kndG3nclfefjKEuZ3m4jL9Gg1h2JBvmXSMYiZtp9MR5I6pvbvylU_PP5xJFSjVTIz7IQSjcVGO41npnwIxRXNRxFOdIUHn0tjQ-7LwvEcTXyPsHXcMD8WtgBh-wxR8aKX7WPSsT1O8d8reb2aR7K3rkV3K82K_0OgawImEpwSvp9MNKynEAJQS6ZHe_J_l77652xwPNxMRTMASk1ZsJL\",\"sandbox_status\":\"1\"}', 'myfatoorah', 1), (26, NULL, NULL, NULL, 'Yoco', 'automatic', '{\"secret_key\":\"sk_test_960bfde0VBrLlpK098e4ffeb53e1\"}', 'yoco', 1), (27, NULL, NULL, NULL, 'Toyyibpay', 'automatic', '{\"sandbox_status\":\"1\",\"secret_key\":\"5zcr9cl4-3aak-8vzl-5ahm-6f1k6z1lvjw3\",\"category_code\":\"m1plpg99\"}', 'toyyibpay', 1), (28, NULL, NULL, NULL, 'Paytabs', 'automatic', '{\"server_key\":\"SKJ9LL6R92-J6NRR9LDNM-J9JHHMDHMR\",\"profile_id\":\"125178\",\"country\":\"global\",\"api_endpoint\":\"https:\\/\\/secure-global.paytabs.com\\/payment\\/request\"}', 'paytabs', 1), (29, NULL, NULL, NULL, 'Iyzico', 'automatic', '{\"sandbox_status\":\"1\",\"api_key\":\"sandbox-nhwvNYFN8EdyUm0MXVon9u9wNt6HTKrl\",\"secret_key\":\"sandbox-nZ69wQYaUbxqKbOoHJmc9CjQZtgcSloC\"}', 'iyzico', 1), (30, NULL, NULL, NULL, 'Midtrans', 'automatic', '{\"is_production\":\"1\",\"server_key\":\"SB-Mid-server-w4Ihfmt0iPijcKkEfa8X2e-9\"}', 'midtrans', 1); -- -------------------------------------------------------- -- -- Table structure for table `popups` -- CREATE TABLE `popups` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_color` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_opacity` decimal(8,2) NOT NULL DEFAULT '1.00', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text` text COLLATE utf8mb4_unicode_ci, `button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `button_url` text COLLATE utf8mb4_unicode_ci, `button_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `delay` int(11) NOT NULL DEFAULT '1000' COMMENT 'in milisconds', `serial_number` int(11) NOT NULL DEFAULT '0', `type` tinyint(4) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `popups` -- INSERT INTO `popups` (`id`, `language_id`, `name`, `image`, `background_image`, `background_color`, `background_opacity`, `title`, `text`, `button_text`, `button_url`, `button_color`, `end_date`, `end_time`, `delay`, `serial_number`, `type`, `created_at`, `updated_at`, `status`) VALUES (2, 177, 'Wynne Stafford', NULL, '657039af21db0.png', '451D53', '1.00', 'Candice Jarvis', 'Suscipit voluptas in', 'Hunter Bray', 'Dennis Jordan', '451D53', NULL, NULL, 2000, 303, 2, '2023-12-06 03:06:55', '2023-12-06 03:06:55', 1), (9, 177, 'Beau Patterson', '6571b3427b32b.png', NULL, NULL, '1.00', 'Dahlia Davidson', 'Voluptate accusantiu', 'Alexis Duffy', NULL, '451D53', NULL, NULL, 838, 138, 5, '2023-12-07 05:57:54', '2023-12-07 05:57:54', 1), (10, 177, 'Axel Boyer', NULL, '6571b36cee448.png', NULL, '1.00', 'Jerry Howell', 'Aliquam quae iste ve', 'Charlotte Joyner', 'Chiquita Hyde', '451D53', '2023-11-30', '04:00 AM', 427, 763, 6, '2023-12-07 05:58:36', '2023-12-07 05:58:36', 1), (12, 176, 'Shop Manager', NULL, '6577f0b3b7afc.png', 'FF6B6B', '0.80', 'Subscribe For Update', 'The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from', 'Subscribe', NULL, 'FF6B6B', NULL, NULL, 2, 1, 3, '2023-12-11 06:19:16', '2023-12-11 23:33:39', 1); -- -------------------------------------------------------- -- -- Table structure for table `processes` -- CREATE TABLE `processes` ( `id` int(11) NOT NULL, `language_id` int(11) DEFAULT NULL, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `processes` -- INSERT INTO `processes` (`id`, `language_id`, `image`, `title`, `serial_number`, `subtitle`) VALUES (7, 176, '1690004558.png', 'Purchase Template', 1, 'We provide graphics and visual identity design services.'), (8, 176, '1690004588.png', 'Add Services', 2, 'We provide graphics and visual identity design services.'), (9, 176, '1690004614.png', 'Setup Website', 3, 'We provide graphics and visual identity design services.'), (10, 176, '1690004634.png', 'Launch Website', 4, 'We provide graphics and visual identity design services.'), (13, 177, '1694935679.png', 'إطلاق الموقع', 4, 'نحن نقدم خدمات تصميم الرسومات والهوية البصرية.'), (14, 177, '1694935625.png', 'موقع الإعداد', 3, 'نحن نقدم خدمات تصميم الرسومات والهوية البصرية'), (15, 177, '1694935556.png', 'أضف الخدمات', 2, 'نحن نقدم خدمات تصميم الرسومات والهوية البصرية.'), (16, 177, '1694935495.png', 'قالب الشراء', 1, 'نحن نقدم خدمات تصميم الرسومات والهوية البصرية.'); -- -------------------------------------------------------- -- -- Table structure for table `roles` -- CREATE TABLE `roles` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permissions` text COLLATE utf8mb4_unicode_ci, `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 `roles` -- INSERT INTO `roles` (`id`, `name`, `permissions`, `created_at`, `updated_at`) VALUES (9, 'Editor', '[\"Dashboard\",\"Packages\",\"Menu Builder\",\"Home Page\",\"Footer\",\"Pages\",\"Blogs\",\"FAQ Management\",\"Contact Page\",\"Announcement Popup\",\"Language Management\"]', '2021-07-18 19:17:38', '2021-07-18 19:47:57'), (10, 'Manager', '[\"Dashboard\",\"Packages\",\"Payment Log\",\"Menu Builder\",\"Home Page\",\"Footer\",\"Pages\",\"Blogs\",\"FAQ Management\",\"Contact Page\",\"Announcement Popup\",\"Registered Users\",\"Subscribers\",\"Settings\",\"Language Management\",\"Role Management\",\"Admins Management\"]', '2021-07-18 19:17:48', '2021-07-18 19:51:10'); -- -------------------------------------------------------- -- -- Table structure for table `seos` -- CREATE TABLE `seos` ( `id` int(11) NOT NULL, `language_id` int(11) DEFAULT NULL, `home_meta_keywords` text COLLATE utf8mb4_unicode_ci, `home_meta_description` text COLLATE utf8mb4_unicode_ci, `profiles_meta_keywords` text COLLATE utf8mb4_unicode_ci, `profiles_meta_description` text COLLATE utf8mb4_unicode_ci, `pricing_meta_keywords` text COLLATE utf8mb4_unicode_ci, `pricing_meta_description` text COLLATE utf8mb4_unicode_ci, `blogs_meta_keywords` text COLLATE utf8mb4_unicode_ci, `blogs_meta_description` text COLLATE utf8mb4_unicode_ci, `faqs_meta_keywords` text COLLATE utf8mb4_unicode_ci, `faqs_meta_description` text COLLATE utf8mb4_unicode_ci, `contact_meta_keywords` text COLLATE utf8mb4_unicode_ci, `contact_meta_description` text COLLATE utf8mb4_unicode_ci, `login_meta_keywords` text COLLATE utf8mb4_unicode_ci, `login_meta_description` text COLLATE utf8mb4_unicode_ci, `forget_password_meta_keywords` text COLLATE utf8mb4_unicode_ci, `forget_password_meta_description` text COLLATE utf8mb4_unicode_ci, `checkout_meta_keywords` text COLLATE utf8mb4_unicode_ci, `checkout_meta_description` text COLLATE utf8mb4_unicode_ci, `website_template_keywords` text COLLATE utf8mb4_unicode_ci, `website_template_description` text COLLATE utf8mb4_unicode_ci, `vcard_template_keywords` text COLLATE utf8mb4_unicode_ci, `vcard_template_description` text COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `seos` -- INSERT INTO `seos` (`id`, `language_id`, `home_meta_keywords`, `home_meta_description`, `profiles_meta_keywords`, `profiles_meta_description`, `pricing_meta_keywords`, `pricing_meta_description`, `blogs_meta_keywords`, `blogs_meta_description`, `faqs_meta_keywords`, `faqs_meta_description`, `contact_meta_keywords`, `contact_meta_description`, `login_meta_keywords`, `login_meta_description`, `forget_password_meta_keywords`, `forget_password_meta_description`, `checkout_meta_keywords`, `checkout_meta_description`, `website_template_keywords`, `website_template_description`, `vcard_template_keywords`, `vcard_template_description`) VALUES (7, 177, 'home,page', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'profiles,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'pricing,packages', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'blogs,page', 'Content here, content here\', making it look like readable English. Many desktop publishing packages', 'faq,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'contact,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (8, 176, 'home,page', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 'profiles,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'pricing,packages', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'blogs,page', 'Content here, content here\', making it look like readable English. Many desktop publishing packages', 'faq,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'contact,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'login,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'forget,password', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'checkout,page', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'website', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered', 'vcards', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered'); -- -------------------------------------------------------- -- -- Table structure for table `sitemaps` -- CREATE TABLE `sitemaps` ( `id` bigint(20) UNSIGNED NOT NULL, `sitemap_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `filename` varchar(255) COLLATE utf8mb4_unicode_ci 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 `sitemaps` -- INSERT INTO `sitemaps` (`id`, `sitemap_url`, `filename`, `created_at`, `updated_at`) VALUES (2, 'http://localhost/superv/without_license/superv-1.2/', 'sitemap5f5e377957033.xml', '2020-09-13 09:15:26', '2020-09-13 09:15:26'); -- -------------------------------------------------------- -- -- Table structure for table `socials` -- CREATE TABLE `socials` ( `id` bigint(20) UNSIGNED NOT NULL, `icon` text COLLATE utf8mb4_unicode_ci, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `socials` -- INSERT INTO `socials` (`id`, `icon`, `url`, `serial_number`) VALUES (1, 'fab fa-facebook-f', 'https://www.facebook.com/', 1), (2, 'fab fa-twitter', 'https://twitter.com/', 2), (3, 'fab fa-linkedin-in', 'https://bd.linkedin.com/', 3), (4, 'fab fa-instagram', 'https://www.instagram.com/', 4), (5, 'fab fa-dribbble', 'https://dribbble.com/', 5); -- -------------------------------------------------------- -- -- Table structure for table `subscribers` -- CREATE TABLE `subscribers` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci 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 `subscribers` -- INSERT INTO `subscribers` (`id`, `email`, `created_at`, `updated_at`) VALUES (13, 'subscriber1@example.com', NULL, NULL), (15, 'subscriber2@example.com', NULL, NULL), (18, 'subscriber3@example.com', NULL, NULL), (19, 'test@email.com', NULL, NULL), (20, 'test@fgfdgdfgfdgfdg.net', NULL, NULL), (21, 'guide4mobile@gmail.com', NULL, NULL), (22, 'rGId_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (23, 'Fuli_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (24, 'mtAV_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (25, 'JIOF_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (26, 'mailforte4@gmail.com', NULL, NULL), (27, 'laineracom@gmail.com', NULL, NULL), (28, 'ETaN_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (29, 'zaproxy@example.com', NULL, NULL), (30, 'admin@eaccount.xyz', NULL, NULL), (31, 'wesleymacente@gmail.com', NULL, NULL), (32, 'NHjF_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (33, 'yLMm_generic_b18a5b28_businesso.xyz@data-backup-store.com', NULL, NULL), (34, 'oyehamza120@icloud.com', NULL, NULL), (35, 'farhanbokkor@gmail.com', NULL, NULL), (36, 'farha22nbokkor@gmail.com', NULL, NULL), (37, 'gdfhhshghdkhgk@na.cc', NULL, NULL), (38, 'jkkjhjk@ghghg.gg', NULL, NULL), (39, 'peter@gmail.com.com33dd', NULL, NULL), (40, 'saifislamfci33@gmail.com33', NULL, NULL), (41, 'dd@EXMAPLE.COM', NULL, NULL), (42, 'aaaaaaaaaee@gmail.com', NULL, NULL), (43, 'peter@example.com', NULL, NULL), (44, 'peterss@example.com', NULL, NULL), (45, 'ddd@gmail.com', NULL, NULL), (46, 'saifislamfci33@gmail.com', NULL, NULL), (47, 'pet22er@example.com', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `subscription_items` -- CREATE TABLE `subscription_items` ( `id` int(10) UNSIGNED NOT NULL, `subscription_id` int(10) UNSIGNED NOT NULL, `stripe_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `stripe_product` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `stripe_price` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `quantity` 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; -- -------------------------------------------------------- -- -- Table structure for table `testimonials` -- CREATE TABLE `testimonials` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rank` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `rating` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `testimonials` -- INSERT INTO `testimonials` (`id`, `language_id`, `image`, `comment`, `name`, `rank`, `serial_number`, `created_at`, `updated_at`, `rating`) VALUES (36, 176, '1637215604.png', 'At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum', 'Barella', 'Bank Manager', 1, NULL, NULL, 3), (37, 176, '1637215610.png', 'avoids pleasure itself, because it is pleasure, but because those who do not know how', 'Jorginho', 'CEO, Malao', 2, NULL, NULL, 5), (38, 176, '1637215617.png', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium', 'Insigne', 'Coach, Raoland', 3, NULL, NULL, 3), (39, 176, '1637215625.png', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', 'Banega', 'Chef, Jastiford', 4, NULL, NULL, 0), (40, 177, '1637215634.png', 'يتجنب اللذة نفسها ، لأنها لذة ، ولكن لأن أولئك الذين لا يعرفون كيف', 'نقالة', 'مدير بنك', 1, NULL, NULL, 4), (41, 177, '1637215640.png', 'يتجنب اللذة نفسها ، لأنها لذة ، ولكن لأن أولئك الذين لا يعرفون كيف', 'جورجينيو', 'الرئيس التنفيذي ، ملالا', 2, NULL, NULL, NULL), (42, 177, '1637215645.png', 'إلا أن أشرح لكم كيف كل هذه الفكرة الخاطئة من استنكار اللذة وتمجيد الألم', 'شارة', 'المدرب ، راولاند', 3, NULL, NULL, NULL), (43, 177, '1637215651.png', 'جزر لوريم إيبسوم ، مطور جامعي محسّن ، لكنها تحبس الوقت والحيوية', 'بانيجا', 'الشيف ، جستيفورد', 4, NULL, NULL, 5); -- -------------------------------------------------------- -- -- Table structure for table `timezones` -- CREATE TABLE `timezones` ( `id` bigint(20) UNSIGNED NOT NULL, `country_code` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `timezone` varchar(125) COLLATE utf8mb4_unicode_ci NOT NULL, `gmt_offset` decimal(10,2) NOT NULL, `dst_offset` decimal(10,2) NOT NULL, `raw_offset` decimal(10,2) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `timezones` -- INSERT INTO `timezones` (`id`, `country_code`, `timezone`, `gmt_offset`, `dst_offset`, `raw_offset`) VALUES (1, 'AD', 'Europe/Andorra', '1.00', '2.00', '1.00'), (2, 'AE', 'Asia/Dubai', '4.00', '4.00', '4.00'), (3, 'AF', 'Asia/Kabul', '4.50', '4.50', '4.50'), (4, 'AG', 'America/Antigua', '-4.00', '-4.00', '-4.00'), (5, 'AI', 'America/Anguilla', '-4.00', '-4.00', '-4.00'), (6, 'AL', 'Europe/Tirane', '1.00', '2.00', '1.00'), (7, 'AM', 'Asia/Yerevan', '4.00', '4.00', '4.00'), (8, 'AO', 'Africa/Luanda', '1.00', '1.00', '1.00'), (9, 'AQ', 'Antarctica/Casey', '8.00', '8.00', '8.00'), (10, 'AQ', 'Antarctica/Davis', '7.00', '7.00', '7.00'), (11, 'AQ', 'Antarctica/DumontDUrville', '10.00', '10.00', '10.00'), (12, 'AQ', 'Antarctica/Mawson', '5.00', '5.00', '5.00'), (13, 'AQ', 'Antarctica/McMurdo', '13.00', '12.00', '12.00'), (14, 'AQ', 'Antarctica/Palmer', '-3.00', '-4.00', '-4.00'), (15, 'AQ', 'Antarctica/Rothera', '-3.00', '-3.00', '-3.00'), (16, 'AQ', 'Antarctica/South_Pole', '13.00', '12.00', '12.00'), (17, 'AQ', 'Antarctica/Syowa', '3.00', '3.00', '3.00'), (18, 'AQ', 'Antarctica/Vostok', '6.00', '6.00', '6.00'), (19, 'AR', 'America/Argentina/Buenos_Aires', '-3.00', '-3.00', '-3.00'), (20, 'AR', 'America/Argentina/Catamarca', '-3.00', '-3.00', '-3.00'), (21, 'AR', 'America/Argentina/Cordoba', '-3.00', '-3.00', '-3.00'), (22, 'AR', 'America/Argentina/Jujuy', '-3.00', '-3.00', '-3.00'), (23, 'AR', 'America/Argentina/La_Rioja', '-3.00', '-3.00', '-3.00'), (24, 'AR', 'America/Argentina/Mendoza', '-3.00', '-3.00', '-3.00'), (25, 'AR', 'America/Argentina/Rio_Gallegos', '-3.00', '-3.00', '-3.00'), (26, 'AR', 'America/Argentina/Salta', '-3.00', '-3.00', '-3.00'), (27, 'AR', 'America/Argentina/San_Juan', '-3.00', '-3.00', '-3.00'), (28, 'AR', 'America/Argentina/San_Luis', '-3.00', '-3.00', '-3.00'), (29, 'AR', 'America/Argentina/Tucuman', '-3.00', '-3.00', '-3.00'), (30, 'AR', 'America/Argentina/Ushuaia', '-3.00', '-3.00', '-3.00'), (31, 'AS', 'Pacific/Pago_Pago', '-11.00', '-11.00', '-11.00'), (32, 'AT', 'Europe/Vienna', '1.00', '2.00', '1.00'), (33, 'AU', 'Antarctica/Macquarie', '11.00', '11.00', '11.00'), (34, 'AU', 'Australia/Adelaide', '10.50', '9.50', '9.50'), (35, 'AU', 'Australia/Brisbane', '10.00', '10.00', '10.00'), (36, 'AU', 'Australia/Broken_Hill', '10.50', '9.50', '9.50'), (37, 'AU', 'Australia/Currie', '11.00', '10.00', '10.00'), (38, 'AU', 'Australia/Darwin', '9.50', '9.50', '9.50'), (39, 'AU', 'Australia/Eucla', '8.75', '8.75', '8.75'), (40, 'AU', 'Australia/Hobart', '11.00', '10.00', '10.00'), (41, 'AU', 'Australia/Lindeman', '10.00', '10.00', '10.00'), (42, 'AU', 'Australia/Lord_Howe', '11.00', '10.50', '10.50'), (43, 'AU', 'Australia/Melbourne', '11.00', '10.00', '10.00'), (44, 'AU', 'Australia/Perth', '8.00', '8.00', '8.00'), (45, 'AU', 'Australia/Sydney', '11.00', '10.00', '10.00'), (46, 'AW', 'America/Aruba', '-4.00', '-4.00', '-4.00'), (47, 'AX', 'Europe/Mariehamn', '2.00', '3.00', '2.00'), (48, 'AZ', 'Asia/Baku', '4.00', '5.00', '4.00'), (49, 'BA', 'Europe/Sarajevo', '1.00', '2.00', '1.00'), (50, 'BB', 'America/Barbados', '-4.00', '-4.00', '-4.00'), (51, 'BD', 'Asia/Dhaka', '6.00', '6.00', '6.00'), (52, 'BE', 'Europe/Brussels', '1.00', '2.00', '1.00'), (53, 'BF', 'Africa/Ouagadougou', '0.00', '0.00', '0.00'), (54, 'BG', 'Europe/Sofia', '2.00', '3.00', '2.00'), (55, 'BH', 'Asia/Bahrain', '3.00', '3.00', '3.00'), (56, 'BI', 'Africa/Bujumbura', '2.00', '2.00', '2.00'), (57, 'BJ', 'Africa/Porto-Novo', '1.00', '1.00', '1.00'), (58, 'BL', 'America/St_Barthelemy', '-4.00', '-4.00', '-4.00'), (59, 'BM', 'Atlantic/Bermuda', '-4.00', '-3.00', '-4.00'), (60, 'BN', 'Asia/Brunei', '8.00', '8.00', '8.00'), (61, 'BO', 'America/La_Paz', '-4.00', '-4.00', '-4.00'), (62, 'BQ', 'America/Kralendijk', '-4.00', '-4.00', '-4.00'), (63, 'BR', 'America/Araguaina', '-3.00', '-3.00', '-3.00'), (64, 'BR', 'America/Bahia', '-3.00', '-3.00', '-3.00'), (65, 'BR', 'America/Belem', '-3.00', '-3.00', '-3.00'), (66, 'BR', 'America/Boa_Vista', '-4.00', '-4.00', '-4.00'), (67, 'BR', 'America/Campo_Grande', '-3.00', '-4.00', '-4.00'), (68, 'BR', 'America/Cuiaba', '-3.00', '-4.00', '-4.00'), (69, 'BR', 'America/Eirunepe', '-5.00', '-5.00', '-5.00'), (70, 'BR', 'America/Fortaleza', '-3.00', '-3.00', '-3.00'), (71, 'BR', 'America/Maceio', '-3.00', '-3.00', '-3.00'), (72, 'BR', 'America/Manaus', '-4.00', '-4.00', '-4.00'), (73, 'BR', 'America/Noronha', '-2.00', '-2.00', '-2.00'), (74, 'BR', 'America/Porto_Velho', '-4.00', '-4.00', '-4.00'), (75, 'BR', 'America/Recife', '-3.00', '-3.00', '-3.00'), (76, 'BR', 'America/Rio_Branco', '-5.00', '-5.00', '-5.00'), (77, 'BR', 'America/Santarem', '-3.00', '-3.00', '-3.00'), (78, 'BR', 'America/Sao_Paulo', '-2.00', '-3.00', '-3.00'), (79, 'BS', 'America/Nassau', '-5.00', '-4.00', '-5.00'), (80, 'BT', 'Asia/Thimphu', '6.00', '6.00', '6.00'), (81, 'BW', 'Africa/Gaborone', '2.00', '2.00', '2.00'), (82, 'BY', 'Europe/Minsk', '3.00', '3.00', '3.00'), (83, 'BZ', 'America/Belize', '-6.00', '-6.00', '-6.00'), (84, 'CA', 'America/Atikokan', '-5.00', '-5.00', '-5.00'), (85, 'CA', 'America/Blanc-Sablon', '-4.00', '-4.00', '-4.00'), (86, 'CA', 'America/Cambridge_Bay', '-7.00', '-6.00', '-7.00'), (87, 'CA', 'America/Creston', '-7.00', '-7.00', '-7.00'), (88, 'CA', 'America/Dawson', '-8.00', '-7.00', '-8.00'), (89, 'CA', 'America/Dawson_Creek', '-7.00', '-7.00', '-7.00'), (90, 'CA', 'America/Edmonton', '-7.00', '-6.00', '-7.00'), (91, 'CA', 'America/Glace_Bay', '-4.00', '-3.00', '-4.00'), (92, 'CA', 'America/Goose_Bay', '-4.00', '-3.00', '-4.00'), (93, 'CA', 'America/Halifax', '-4.00', '-3.00', '-4.00'), (94, 'CA', 'America/Inuvik', '-7.00', '-6.00', '-7.00'), (95, 'CA', 'America/Iqaluit', '-5.00', '-4.00', '-5.00'), (96, 'CA', 'America/Moncton', '-4.00', '-3.00', '-4.00'), (97, 'CA', 'America/Montreal', '-5.00', '-4.00', '-5.00'), (98, 'CA', 'America/Nipigon', '-5.00', '-4.00', '-5.00'), (99, 'CA', 'America/Pangnirtung', '-5.00', '-4.00', '-5.00'), (100, 'CA', 'America/Rainy_River', '-6.00', '-5.00', '-6.00'), (101, 'CA', 'America/Rankin_Inlet', '-6.00', '-5.00', '-6.00'), (102, 'CA', 'America/Regina', '-6.00', '-6.00', '-6.00'), (103, 'CA', 'America/Resolute', '-6.00', '-5.00', '-6.00'), (104, 'CA', 'America/St_Johns', '-3.50', '-2.50', '-3.50'), (105, 'CA', 'America/Swift_Current', '-6.00', '-6.00', '-6.00'), (106, 'CA', 'America/Thunder_Bay', '-5.00', '-4.00', '-5.00'), (107, 'CA', 'America/Toronto', '-5.00', '-4.00', '-5.00'), (108, 'CA', 'America/Vancouver', '-8.00', '-7.00', '-8.00'), (109, 'CA', 'America/Whitehorse', '-8.00', '-7.00', '-8.00'), (110, 'CA', 'America/Winnipeg', '-6.00', '-5.00', '-6.00'), (111, 'CA', 'America/Yellowknife', '-7.00', '-6.00', '-7.00'), (112, 'CC', 'Indian/Cocos', '6.50', '6.50', '6.50'), (113, 'CD', 'Africa/Kinshasa', '1.00', '1.00', '1.00'), (114, 'CD', 'Africa/Lubumbashi', '2.00', '2.00', '2.00'), (115, 'CF', 'Africa/Bangui', '1.00', '1.00', '1.00'), (116, 'CG', 'Africa/Brazzaville', '1.00', '1.00', '1.00'), (117, 'CH', 'Europe/Zurich', '1.00', '2.00', '1.00'), (118, 'CI', 'Africa/Abidjan', '0.00', '0.00', '0.00'), (119, 'CK', 'Pacific/Rarotonga', '-10.00', '-10.00', '-10.00'), (120, 'CL', 'America/Santiago', '-3.00', '-4.00', '-4.00'), (121, 'CL', 'Pacific/Easter', '-5.00', '-6.00', '-6.00'), (122, 'CM', 'Africa/Douala', '1.00', '1.00', '1.00'), (123, 'CN', 'Asia/Chongqing', '8.00', '8.00', '8.00'), (124, 'CN', 'Asia/Harbin', '8.00', '8.00', '8.00'), (125, 'CN', 'Asia/Kashgar', '8.00', '8.00', '8.00'), (126, 'CN', 'Asia/Shanghai', '8.00', '8.00', '8.00'), (127, 'CN', 'Asia/Urumqi', '8.00', '8.00', '8.00'), (128, 'CO', 'America/Bogota', '-5.00', '-5.00', '-5.00'), (129, 'CR', 'America/Costa_Rica', '-6.00', '-6.00', '-6.00'), (130, 'CU', 'America/Havana', '-5.00', '-4.00', '-5.00'), (131, 'CV', 'Atlantic/Cape_Verde', '-1.00', '-1.00', '-1.00'), (132, 'CW', 'America/Curacao', '-4.00', '-4.00', '-4.00'), (133, 'CX', 'Indian/Christmas', '7.00', '7.00', '7.00'), (134, 'CY', 'Asia/Nicosia', '2.00', '3.00', '2.00'), (135, 'CZ', 'Europe/Prague', '1.00', '2.00', '1.00'), (136, 'DE', 'Europe/Berlin', '1.00', '2.00', '1.00'), (137, 'DE', 'Europe/Busingen', '1.00', '2.00', '1.00'), (138, 'DJ', 'Africa/Djibouti', '3.00', '3.00', '3.00'), (139, 'DK', 'Europe/Copenhagen', '1.00', '2.00', '1.00'), (140, 'DM', 'America/Dominica', '-4.00', '-4.00', '-4.00'), (141, 'DO', 'America/Santo_Domingo', '-4.00', '-4.00', '-4.00'), (142, 'DZ', 'Africa/Algiers', '1.00', '1.00', '1.00'), (143, 'EC', 'America/Guayaquil', '-5.00', '-5.00', '-5.00'), (144, 'EC', 'Pacific/Galapagos', '-6.00', '-6.00', '-6.00'), (145, 'EE', 'Europe/Tallinn', '2.00', '3.00', '2.00'), (146, 'EG', 'Africa/Cairo', '2.00', '2.00', '2.00'), (147, 'EH', 'Africa/El_Aaiun', '0.00', '0.00', '0.00'), (148, 'ER', 'Africa/Asmara', '3.00', '3.00', '3.00'), (149, 'ES', 'Africa/Ceuta', '1.00', '2.00', '1.00'), (150, 'ES', 'Atlantic/Canary', '0.00', '1.00', '0.00'), (151, 'ES', 'Europe/Madrid', '1.00', '2.00', '1.00'), (152, 'ET', 'Africa/Addis_Ababa', '3.00', '3.00', '3.00'), (153, 'FI', 'Europe/Helsinki', '2.00', '3.00', '2.00'), (154, 'FJ', 'Pacific/Fiji', '13.00', '12.00', '12.00'), (155, 'FK', 'Atlantic/Stanley', '-3.00', '-3.00', '-3.00'), (156, 'FM', 'Pacific/Chuuk', '10.00', '10.00', '10.00'), (157, 'FM', 'Pacific/Kosrae', '11.00', '11.00', '11.00'), (158, 'FM', 'Pacific/Pohnpei', '11.00', '11.00', '11.00'), (159, 'FO', 'Atlantic/Faroe', '0.00', '1.00', '0.00'), (160, 'FR', 'Europe/Paris', '1.00', '2.00', '1.00'), (161, 'GA', 'Africa/Libreville', '1.00', '1.00', '1.00'), (162, 'GB', 'Europe/London', '0.00', '1.00', '0.00'), (163, 'GD', 'America/Grenada', '-4.00', '-4.00', '-4.00'), (164, 'GE', 'Asia/Tbilisi', '4.00', '4.00', '4.00'), (165, 'GF', 'America/Cayenne', '-3.00', '-3.00', '-3.00'), (166, 'GG', 'Europe/Guernsey', '0.00', '1.00', '0.00'), (167, 'GH', 'Africa/Accra', '0.00', '0.00', '0.00'), (168, 'GI', 'Europe/Gibraltar', '1.00', '2.00', '1.00'), (169, 'GL', 'America/Danmarkshavn', '0.00', '0.00', '0.00'), (170, 'GL', 'America/Godthab', '-3.00', '-2.00', '-3.00'), (171, 'GL', 'America/Scoresbysund', '-1.00', '0.00', '-1.00'), (172, 'GL', 'America/Thule', '-4.00', '-3.00', '-4.00'), (173, 'GM', 'Africa/Banjul', '0.00', '0.00', '0.00'), (174, 'GN', 'Africa/Conakry', '0.00', '0.00', '0.00'), (175, 'GP', 'America/Guadeloupe', '-4.00', '-4.00', '-4.00'), (176, 'GQ', 'Africa/Malabo', '1.00', '1.00', '1.00'), (177, 'GR', 'Europe/Athens', '2.00', '3.00', '2.00'), (178, 'GS', 'Atlantic/South_Georgia', '-2.00', '-2.00', '-2.00'), (179, 'GT', 'America/Guatemala', '-6.00', '-6.00', '-6.00'), (180, 'GU', 'Pacific/Guam', '10.00', '10.00', '10.00'), (181, 'GW', 'Africa/Bissau', '0.00', '0.00', '0.00'), (182, 'GY', 'America/Guyana', '-4.00', '-4.00', '-4.00'), (183, 'HK', 'Asia/Hong_Kong', '8.00', '8.00', '8.00'), (184, 'HN', 'America/Tegucigalpa', '-6.00', '-6.00', '-6.00'), (185, 'HR', 'Europe/Zagreb', '1.00', '2.00', '1.00'), (186, 'HT', 'America/Port-au-Prince', '-5.00', '-4.00', '-5.00'), (187, 'HU', 'Europe/Budapest', '1.00', '2.00', '1.00'), (188, 'ID', 'Asia/Jakarta', '7.00', '7.00', '7.00'), (189, 'ID', 'Asia/Jayapura', '9.00', '9.00', '9.00'), (190, 'ID', 'Asia/Makassar', '8.00', '8.00', '8.00'), (191, 'ID', 'Asia/Pontianak', '7.00', '7.00', '7.00'), (192, 'IE', 'Europe/Dublin', '0.00', '1.00', '0.00'), (193, 'IL', 'Asia/Jerusalem', '2.00', '3.00', '2.00'), (194, 'IM', 'Europe/Isle_of_Man', '0.00', '1.00', '0.00'), (195, 'IN', 'Asia/Kolkata', '5.50', '5.50', '5.50'), (196, 'IO', 'Indian/Chagos', '6.00', '6.00', '6.00'), (197, 'IQ', 'Asia/Baghdad', '3.00', '3.00', '3.00'), (198, 'IR', 'Asia/Tehran', '3.50', '4.50', '3.50'), (199, 'IS', 'Atlantic/Reykjavik', '0.00', '0.00', '0.00'), (200, 'IT', 'Europe/Rome', '1.00', '2.00', '1.00'), (201, 'JE', 'Europe/Jersey', '0.00', '1.00', '0.00'), (202, 'JM', 'America/Jamaica', '-5.00', '-5.00', '-5.00'), (203, 'JO', 'Asia/Amman', '2.00', '3.00', '2.00'), (204, 'JP', 'Asia/Tokyo', '9.00', '9.00', '9.00'), (205, 'KE', 'Africa/Nairobi', '3.00', '3.00', '3.00'), (206, 'KG', 'Asia/Bishkek', '6.00', '6.00', '6.00'), (207, 'KH', 'Asia/Phnom_Penh', '7.00', '7.00', '7.00'), (208, 'KI', 'Pacific/Enderbury', '13.00', '13.00', '13.00'), (209, 'KI', 'Pacific/Kiritimati', '14.00', '14.00', '14.00'), (210, 'KI', 'Pacific/Tarawa', '12.00', '12.00', '12.00'), (211, 'KM', 'Indian/Comoro', '3.00', '3.00', '3.00'), (212, 'KN', 'America/St_Kitts', '-4.00', '-4.00', '-4.00'), (213, 'KP', 'Asia/Pyongyang', '9.00', '9.00', '9.00'), (214, 'KR', 'Asia/Seoul', '9.00', '9.00', '9.00'), (215, 'KW', 'Asia/Kuwait', '3.00', '3.00', '3.00'), (216, 'KY', 'America/Cayman', '-5.00', '-5.00', '-5.00'), (217, 'KZ', 'Asia/Almaty', '6.00', '6.00', '6.00'), (218, 'KZ', 'Asia/Aqtau', '5.00', '5.00', '5.00'), (219, 'KZ', 'Asia/Aqtobe', '5.00', '5.00', '5.00'), (220, 'KZ', 'Asia/Oral', '5.00', '5.00', '5.00'), (221, 'KZ', 'Asia/Qyzylorda', '6.00', '6.00', '6.00'), (222, 'LA', 'Asia/Vientiane', '7.00', '7.00', '7.00'), (223, 'LB', 'Asia/Beirut', '2.00', '3.00', '2.00'), (224, 'LC', 'America/St_Lucia', '-4.00', '-4.00', '-4.00'), (225, 'LI', 'Europe/Vaduz', '1.00', '2.00', '1.00'), (226, 'LK', 'Asia/Colombo', '5.50', '5.50', '5.50'), (227, 'LR', 'Africa/Monrovia', '0.00', '0.00', '0.00'), (228, 'LS', 'Africa/Maseru', '2.00', '2.00', '2.00'), (229, 'LT', 'Europe/Vilnius', '2.00', '3.00', '2.00'), (230, 'LU', 'Europe/Luxembourg', '1.00', '2.00', '1.00'), (231, 'LV', 'Europe/Riga', '2.00', '3.00', '2.00'), (232, 'LY', 'Africa/Tripoli', '2.00', '2.00', '2.00'), (233, 'MA', 'Africa/Casablanca', '0.00', '0.00', '0.00'), (234, 'MC', 'Europe/Monaco', '1.00', '2.00', '1.00'), (235, 'MD', 'Europe/Chisinau', '2.00', '3.00', '2.00'), (236, 'ME', 'Europe/Podgorica', '1.00', '2.00', '1.00'), (237, 'MF', 'America/Marigot', '-4.00', '-4.00', '-4.00'), (238, 'MG', 'Indian/Antananarivo', '3.00', '3.00', '3.00'), (239, 'MH', 'Pacific/Kwajalein', '12.00', '12.00', '12.00'), (240, 'MH', 'Pacific/Majuro', '12.00', '12.00', '12.00'), (241, 'MK', 'Europe/Skopje', '1.00', '2.00', '1.00'), (242, 'ML', 'Africa/Bamako', '0.00', '0.00', '0.00'), (243, 'MM', 'Asia/Rangoon', '6.50', '6.50', '6.50'), (244, 'MN', 'Asia/Choibalsan', '8.00', '8.00', '8.00'), (245, 'MN', 'Asia/Hovd', '7.00', '7.00', '7.00'), (246, 'MN', 'Asia/Ulaanbaatar', '8.00', '8.00', '8.00'), (247, 'MO', 'Asia/Macau', '8.00', '8.00', '8.00'), (248, 'MP', 'Pacific/Saipan', '10.00', '10.00', '10.00'), (249, 'MQ', 'America/Martinique', '-4.00', '-4.00', '-4.00'), (250, 'MR', 'Africa/Nouakchott', '0.00', '0.00', '0.00'), (251, 'MS', 'America/Montserrat', '-4.00', '-4.00', '-4.00'), (252, 'MT', 'Europe/Malta', '1.00', '2.00', '1.00'), (253, 'MU', 'Indian/Mauritius', '4.00', '4.00', '4.00'), (254, 'MV', 'Indian/Maldives', '5.00', '5.00', '5.00'), (255, 'MW', 'Africa/Blantyre', '2.00', '2.00', '2.00'), (256, 'MX', 'America/Bahia_Banderas', '-6.00', '-5.00', '-6.00'), (257, 'MX', 'America/Cancun', '-6.00', '-5.00', '-6.00'), (258, 'MX', 'America/Chihuahua', '-7.00', '-6.00', '-7.00'), (259, 'MX', 'America/Hermosillo', '-7.00', '-7.00', '-7.00'), (260, 'MX', 'America/Matamoros', '-6.00', '-5.00', '-6.00'), (261, 'MX', 'America/Mazatlan', '-7.00', '-6.00', '-7.00'), (262, 'MX', 'America/Merida', '-6.00', '-5.00', '-6.00'), (263, 'MX', 'America/Mexico_City', '-6.00', '-5.00', '-6.00'), (264, 'MX', 'America/Monterrey', '-6.00', '-5.00', '-6.00'), (265, 'MX', 'America/Ojinaga', '-7.00', '-6.00', '-7.00'), (266, 'MX', 'America/Santa_Isabel', '-8.00', '-7.00', '-8.00'), (267, 'MX', 'America/Tijuana', '-8.00', '-7.00', '-8.00'), (268, 'MY', 'Asia/Kuala_Lumpur', '8.00', '8.00', '8.00'), (269, 'MY', 'Asia/Kuching', '8.00', '8.00', '8.00'), (270, 'MZ', 'Africa/Maputo', '2.00', '2.00', '2.00'), (271, 'NA', 'Africa/Windhoek', '2.00', '1.00', '1.00'), (272, 'NC', 'Pacific/Noumea', '11.00', '11.00', '11.00'), (273, 'NE', 'Africa/Niamey', '1.00', '1.00', '1.00'), (274, 'NF', 'Pacific/Norfolk', '11.50', '11.50', '11.50'), (275, 'NG', 'Africa/Lagos', '1.00', '1.00', '1.00'), (276, 'NI', 'America/Managua', '-6.00', '-6.00', '-6.00'), (277, 'NL', 'Europe/Amsterdam', '1.00', '2.00', '1.00'), (278, 'NO', 'Europe/Oslo', '1.00', '2.00', '1.00'), (279, 'NP', 'Asia/Kathmandu', '5.75', '5.75', '5.75'), (280, 'NR', 'Pacific/Nauru', '12.00', '12.00', '12.00'), (281, 'NU', 'Pacific/Niue', '-11.00', '-11.00', '-11.00'), (282, 'NZ', 'Pacific/Auckland', '13.00', '12.00', '12.00'), (283, 'NZ', 'Pacific/Chatham', '13.75', '12.75', '12.75'), (284, 'OM', 'Asia/Muscat', '4.00', '4.00', '4.00'), (285, 'PA', 'America/Panama', '-5.00', '-5.00', '-5.00'), (286, 'PE', 'America/Lima', '-5.00', '-5.00', '-5.00'), (287, 'PF', 'Pacific/Gambier', '-9.00', '-9.00', '-9.00'), (288, 'PF', 'Pacific/Marquesas', '-9.50', '-9.50', '-9.50'), (289, 'PF', 'Pacific/Tahiti', '-10.00', '-10.00', '-10.00'), (290, 'PG', 'Pacific/Port_Moresby', '10.00', '10.00', '10.00'), (291, 'PH', 'Asia/Manila', '8.00', '8.00', '8.00'), (292, 'PK', 'Asia/Karachi', '5.00', '5.00', '5.00'), (293, 'PL', 'Europe/Warsaw', '1.00', '2.00', '1.00'), (294, 'PM', 'America/Miquelon', '-3.00', '-2.00', '-3.00'), (295, 'PN', 'Pacific/Pitcairn', '-8.00', '-8.00', '-8.00'), (296, 'PR', 'America/Puerto_Rico', '-4.00', '-4.00', '-4.00'), (297, 'PS', 'Asia/Gaza', '2.00', '3.00', '2.00'), (298, 'PS', 'Asia/Hebron', '2.00', '3.00', '2.00'), (299, 'PT', 'Atlantic/Azores', '-1.00', '0.00', '-1.00'), (300, 'PT', 'Atlantic/Madeira', '0.00', '1.00', '0.00'), (301, 'PT', 'Europe/Lisbon', '0.00', '1.00', '0.00'), (302, 'PW', 'Pacific/Palau', '9.00', '9.00', '9.00'), (303, 'PY', 'America/Asuncion', '-3.00', '-4.00', '-4.00'), (304, 'QA', 'Asia/Qatar', '3.00', '3.00', '3.00'), (305, 'RE', 'Indian/Reunion', '4.00', '4.00', '4.00'), (306, 'RO', 'Europe/Bucharest', '2.00', '3.00', '2.00'), (307, 'RS', 'Europe/Belgrade', '1.00', '2.00', '1.00'), (308, 'RU', 'Asia/Anadyr', '12.00', '12.00', '12.00'), (309, 'RU', 'Asia/Irkutsk', '9.00', '9.00', '9.00'), (310, 'RU', 'Asia/Kamchatka', '12.00', '12.00', '12.00'), (311, 'RU', 'Asia/Khandyga', '10.00', '10.00', '10.00'), (312, 'RU', 'Asia/Krasnoyarsk', '8.00', '8.00', '8.00'), (313, 'RU', 'Asia/Magadan', '12.00', '12.00', '12.00'), (314, 'RU', 'Asia/Novokuznetsk', '7.00', '7.00', '7.00'), (315, 'RU', 'Asia/Novosibirsk', '7.00', '7.00', '7.00'), (316, 'RU', 'Asia/Omsk', '7.00', '7.00', '7.00'), (317, 'RU', 'Asia/Sakhalin', '11.00', '11.00', '11.00'), (318, 'RU', 'Asia/Ust-Nera', '11.00', '11.00', '11.00'), (319, 'RU', 'Asia/Vladivostok', '11.00', '11.00', '11.00'), (320, 'RU', 'Asia/Yakutsk', '10.00', '10.00', '10.00'), (321, 'RU', 'Asia/Yekaterinburg', '6.00', '6.00', '6.00'), (322, 'RU', 'Europe/Kaliningrad', '3.00', '3.00', '3.00'), (323, 'RU', 'Europe/Moscow', '4.00', '4.00', '4.00'), (324, 'RU', 'Europe/Samara', '4.00', '4.00', '4.00'), (325, 'RU', 'Europe/Volgograd', '4.00', '4.00', '4.00'), (326, 'RW', 'Africa/Kigali', '2.00', '2.00', '2.00'), (327, 'SA', 'Asia/Riyadh', '3.00', '3.00', '3.00'), (328, 'SB', 'Pacific/Guadalcanal', '11.00', '11.00', '11.00'), (329, 'SC', 'Indian/Mahe', '4.00', '4.00', '4.00'), (330, 'SD', 'Africa/Khartoum', '3.00', '3.00', '3.00'), (331, 'SE', 'Europe/Stockholm', '1.00', '2.00', '1.00'), (332, 'SG', 'Asia/Singapore', '8.00', '8.00', '8.00'), (333, 'SH', 'Atlantic/St_Helena', '0.00', '0.00', '0.00'), (334, 'SI', 'Europe/Ljubljana', '1.00', '2.00', '1.00'), (335, 'SJ', 'Arctic/Longyearbyen', '1.00', '2.00', '1.00'), (336, 'SK', 'Europe/Bratislava', '1.00', '2.00', '1.00'), (337, 'SL', 'Africa/Freetown', '0.00', '0.00', '0.00'), (338, 'SM', 'Europe/San_Marino', '1.00', '2.00', '1.00'), (339, 'SN', 'Africa/Dakar', '0.00', '0.00', '0.00'), (340, 'SO', 'Africa/Mogadishu', '3.00', '3.00', '3.00'), (341, 'SR', 'America/Paramaribo', '-3.00', '-3.00', '-3.00'), (342, 'SS', 'Africa/Juba', '3.00', '3.00', '3.00'), (343, 'ST', 'Africa/Sao_Tome', '0.00', '0.00', '0.00'), (344, 'SV', 'America/El_Salvador', '-6.00', '-6.00', '-6.00'), (345, 'SX', 'America/Lower_Princes', '-4.00', '-4.00', '-4.00'), (346, 'SY', 'Asia/Damascus', '2.00', '3.00', '2.00'), (347, 'SZ', 'Africa/Mbabane', '2.00', '2.00', '2.00'), (348, 'TC', 'America/Grand_Turk', '-5.00', '-4.00', '-5.00'), (349, 'TD', 'Africa/Ndjamena', '1.00', '1.00', '1.00'), (350, 'TF', 'Indian/Kerguelen', '5.00', '5.00', '5.00'), (351, 'TG', 'Africa/Lome', '0.00', '0.00', '0.00'), (352, 'TH', 'Asia/Bangkok', '7.00', '7.00', '7.00'), (353, 'TJ', 'Asia/Dushanbe', '5.00', '5.00', '5.00'), (354, 'TK', 'Pacific/Fakaofo', '13.00', '13.00', '13.00'), (355, 'TL', 'Asia/Dili', '9.00', '9.00', '9.00'), (356, 'TM', 'Asia/Ashgabat', '5.00', '5.00', '5.00'), (357, 'TN', 'Africa/Tunis', '1.00', '1.00', '1.00'), (358, 'TO', 'Pacific/Tongatapu', '13.00', '13.00', '13.00'), (359, 'TR', 'Europe/Istanbul', '2.00', '3.00', '2.00'), (360, 'TT', 'America/Port_of_Spain', '-4.00', '-4.00', '-4.00'), (361, 'TV', 'Pacific/Funafuti', '12.00', '12.00', '12.00'), (362, 'TW', 'Asia/Taipei', '8.00', '8.00', '8.00'), (363, 'TZ', 'Africa/Dar_es_Salaam', '3.00', '3.00', '3.00'), (364, 'UA', 'Europe/Kiev', '2.00', '3.00', '2.00'), (365, 'UA', 'Europe/Simferopol', '2.00', '4.00', '4.00'), (366, 'UA', 'Europe/Uzhgorod', '2.00', '3.00', '2.00'), (367, 'UA', 'Europe/Zaporozhye', '2.00', '3.00', '2.00'), (368, 'UG', 'Africa/Kampala', '3.00', '3.00', '3.00'), (369, 'UM', 'Pacific/Johnston', '-10.00', '-10.00', '-10.00'), (370, 'UM', 'Pacific/Midway', '-11.00', '-11.00', '-11.00'), (371, 'UM', 'Pacific/Wake', '12.00', '12.00', '12.00'), (372, 'US', 'America/Adak', '-10.00', '-9.00', '-10.00'), (373, 'US', 'America/Anchorage', '-9.00', '-8.00', '-9.00'), (374, 'US', 'America/Boise', '-7.00', '-6.00', '-7.00'), (375, 'US', 'America/Chicago', '-6.00', '-5.00', '-6.00'), (376, 'US', 'America/Denver', '-7.00', '-6.00', '-7.00'), (377, 'US', 'America/Detroit', '-5.00', '-4.00', '-5.00'), (378, 'US', 'America/Indiana/Indianapolis', '-5.00', '-4.00', '-5.00'), (379, 'US', 'America/Indiana/Knox', '-6.00', '-5.00', '-6.00'), (380, 'US', 'America/Indiana/Marengo', '-5.00', '-4.00', '-5.00'), (381, 'US', 'America/Indiana/Petersburg', '-5.00', '-4.00', '-5.00'), (382, 'US', 'America/Indiana/Tell_City', '-6.00', '-5.00', '-6.00'), (383, 'US', 'America/Indiana/Vevay', '-5.00', '-4.00', '-5.00'), (384, 'US', 'America/Indiana/Vincennes', '-5.00', '-4.00', '-5.00'), (385, 'US', 'America/Indiana/Winamac', '-5.00', '-4.00', '-5.00'), (386, 'US', 'America/Juneau', '-9.00', '-8.00', '-9.00'), (387, 'US', 'America/Kentucky/Louisville', '-5.00', '-4.00', '-5.00'), (388, 'US', 'America/Kentucky/Monticello', '-5.00', '-4.00', '-5.00'), (389, 'US', 'America/Los_Angeles', '-8.00', '-7.00', '-8.00'), (390, 'US', 'America/Menominee', '-6.00', '-5.00', '-6.00'), (391, 'US', 'America/Metlakatla', '-8.00', '-8.00', '-8.00'), (392, 'US', 'America/New_York', '-5.00', '-4.00', '-5.00'), (393, 'US', 'America/Nome', '-9.00', '-8.00', '-9.00'), (394, 'US', 'America/North_Dakota/Beulah', '-6.00', '-5.00', '-6.00'), (395, 'US', 'America/North_Dakota/Center', '-6.00', '-5.00', '-6.00'), (396, 'US', 'America/North_Dakota/New_Salem', '-6.00', '-5.00', '-6.00'), (397, 'US', 'America/Phoenix', '-7.00', '-7.00', '-7.00'), (398, 'US', 'America/Shiprock', '-7.00', '-6.00', '-7.00'), (399, 'US', 'America/Sitka', '-9.00', '-8.00', '-9.00'), (400, 'US', 'America/Yakutat', '-9.00', '-8.00', '-9.00'), (401, 'US', 'Pacific/Honolulu', '-10.00', '-10.00', '-10.00'), (402, 'UY', 'America/Montevideo', '-2.00', '-3.00', '-3.00'), (403, 'UZ', 'Asia/Samarkand', '5.00', '5.00', '5.00'), (404, 'UZ', 'Asia/Tashkent', '5.00', '5.00', '5.00'), (405, 'VA', 'Europe/Vatican', '1.00', '2.00', '1.00'), (406, 'VC', 'America/St_Vincent', '-4.00', '-4.00', '-4.00'), (407, 'VE', 'America/Caracas', '-4.50', '-4.50', '-4.50'), (408, 'VG', 'America/Tortola', '-4.00', '-4.00', '-4.00'), (409, 'VI', 'America/St_Thomas', '-4.00', '-4.00', '-4.00'), (410, 'VN', 'Asia/Ho_Chi_Minh', '7.00', '7.00', '7.00'), (411, 'VU', 'Pacific/Efate', '11.00', '11.00', '11.00'), (412, 'WF', 'Pacific/Wallis', '12.00', '12.00', '12.00'), (413, 'WS', 'Pacific/Apia', '14.00', '13.00', '13.00'), (414, 'YE', 'Asia/Aden', '3.00', '3.00', '3.00'), (415, 'YT', 'Indian/Mayotte', '3.00', '3.00', '3.00'), (416, 'ZA', 'Africa/Johannesburg', '2.00', '2.00', '2.00'), (417, 'ZM', 'Africa/Lusaka', '2.00', '2.00', '2.00'), (418, 'ZW', 'Africa/Harare', '2.00', '2.00', '2.00'); -- -------------------------------------------------------- -- -- Table structure for table `ulinks` -- CREATE TABLE `ulinks` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci 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 `ulinks` -- INSERT INTO `ulinks` (`id`, `language_id`, `name`, `url`, `created_at`, `updated_at`) VALUES (42, 176, 'About Us', 'http://example.com/', NULL, NULL), (43, 176, 'Terms & Conditions', 'http://example.com/', NULL, NULL), (44, 176, 'Privacy Policy', 'http://example.com/', NULL, NULL), (45, 176, 'Contact Us', 'http://example.com/', NULL, NULL), (46, 176, 'Our Blogs', 'http://example.com/', NULL, NULL), (47, 177, 'معلومات عنا', 'http://example.com/', NULL, NULL), (48, 177, 'البنود و الظروف', 'http://example.com/', NULL, NULL), (49, 177, 'سياسة الخصوصية', 'http://example.com/', NULL, NULL), (50, 177, 'اتصل بنا', 'http://example.com/', NULL, NULL), (51, 177, 'مدوناتنا', 'http://example.com/', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `photo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured` int(11) NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT '0', `online_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 = Active ,0 = offline', `verification_link` text COLLATE utf8mb4_unicode_ci, `email_verified` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - verified, 0 - not verified', `subdomain_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - pending, 1 - connected', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `preview_template` tinyint(4) NOT NULL DEFAULT '0', `template_img` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `template_serial_number` int(11) NOT NULL DEFAULT '0', `pm_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pm_last_four` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `trial_ends_at` timestamp NULL DEFAULT NULL, `template_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `show_home` tinyint(4) DEFAULT NULL COMMENT '0 = no, 1 = yes' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `first_name`, `last_name`, `photo`, `username`, `email`, `password`, `company_name`, `phone`, `city`, `state`, `address`, `country`, `remember_token`, `featured`, `status`, `online_status`, `verification_link`, `email_verified`, `subdomain_status`, `created_at`, `updated_at`, `preview_template`, `template_img`, `template_serial_number`, `pm_type`, `pm_last_four`, `trial_ends_at`, `template_name`, `show_home`) VALUES (169, 'Marcus', 'Olmo', '1672817847Screenshot_6.png', 'EastTex', 'easttex@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'EastTex', '47347348', 'NIVERVILLE', 'New York', '4820 Providence Lane', 'United States', 'rhfAMhcDInU7XISGAyzKI4Tp34Uorunm752yoBzvCarKXYavzG5CED0KKZbE', 1, 1, 1, 'd58f7731b0a963a93e02adcc85230289', 1, 0, '2021-11-14 21:18:27', '2024-06-04 00:33:59', 1, '64be4816e70ca.png', 1, NULL, NULL, NULL, 'Corporate', 0), (170, 'Xavier', 'Hernandez', '1637068581job-7.png', 'Kreton', 'kreton@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'Kreton', '347347834', 'Portland', 'Washington', '2507 Mutton Town Road', 'United States', '9o87bVHYK4fZmlAYLQ7Rr13Mdn8fa1hXkewDbkX7j72x9pnIP3sgNhaB8l1z', 1, 1, 1, '15bcece35c70b6e6c761163069fc26c7', 1, 0, '2021-11-16 06:47:45', '2024-06-04 00:34:04', 1, '64be489fa0d8a.png', 2, NULL, NULL, NULL, 'Business', 0), (171, 'John', 'Obey', '1637145226job-8.png', 'MJSoft', 'mjsoft@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'MJSoft', '2362375970', 'Haughton', 'Louisiana', '3265 Tecumsah Lane', 'Canada', 'Znj7FBRG3BsRyKOQ9NDpHAcMlOYaWiFWar7H84xUN5EqNQb6v3mfck0FEL84', 1, 1, 1, 'c756fa90f911ab6b306c4a082012b1f7', 1, 0, '2021-11-17 04:30:27', '2023-09-17 06:26:21', 1, '64be49268bc02.png', 3, NULL, NULL, NULL, 'Agency', 1), (172, 'Jackob', 'Oram', '1647260171job-4.png', 'Synopharm', 'synopharm@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'Synopharm', '348489659', 'Houston', 'Texas', '2057 Willow Oaks Lane', 'United States', '5VIyburdIAuGLzwyb5sjWPLy61DFtRLdYuDyk2Mvqr3onpGB0rcOTedbJGiN', 1, 1, 1, '69cbccfa2578aa1d779eeb5ba032e955', 1, 0, '2022-03-12 03:57:26', '2024-06-04 00:33:49', 1, '64be497b738dc.png', 4, NULL, NULL, NULL, 'IT (Light)', 0), (174, 'Manuel', 'Neuer', '1647260221job-9.png', 'rangs', 'rangs@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'Rangs', '987438533', 'Delta Junction', 'Alaska', '2336 Jack Warren Rd', 'USA', 's9gotdX1ZhUBH2hA14AnthT8gAyct8RId3eePWnfvmwjPVq0KRdeMFQbPh53', 1, 1, 1, 'beaa23b7399b252dcdc3615df546ebd7', 1, 0, '2022-03-13 03:20:20', '2024-06-04 00:33:44', 1, '64be49d615d0f.png', 5, NULL, NULL, NULL, 'Lawer', 0), (175, 'Nicolo', 'Zaniolo', '1647268191job-10.png', 'Genex', 'genex@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'Genex', '326038892', 'Bristol', 'CT', '4128 Hart Street', 'United States', 'hv5gRMkrM0o7AM5jhB8ZrNF3KlQCb1VMs2k2aa81diCgAUhTrNUpBwOXg9fs', 1, 1, 1, '13f4837fdbefcab3cc0652eadfab3d67', 1, 0, '2022-03-14 06:36:17', '2023-09-17 06:27:02', 1, '64be4a0ea4828.png', 6, NULL, NULL, NULL, 'IT (Dark)', 1), (176, 'Ben', 'Stokes', NULL, 'Lexus', 'lexus@example.com', '$2a$12$freaRNxnOOEQPYlPfzNabudygMzF2sFTD5H.zGd3Aq093dgM82HFy', 'Lexus', '03589219657', 'Milwaukee', 'WI', '2808 Lynch Street', 'USA', 'nK82FfTP71x27BFkY9ckCzQiOlTnaY3j5qG0WHcML32zNxYWdTqo8qUdWwGC', 1, 1, 1, '27f48557480355a0fbcbc0eb969fa223', 1, 0, '2022-03-15 01:51:37', '2024-06-04 00:33:36', 1, '64be4a9108649.png', 7, NULL, NULL, NULL, 'Industry', 0), (230, 'John', 'Doe', '1672809188online-shop.png', 'Boutique', 'boutique@example.com', '$2y$10$tJYWpB8w1zeeOiPZaXEFsuUZ3nftwH9G0ADJcUPhX6KE4rmcnkLAy', 'Boutique', '+12014222730', 'Mountain Grove', 'VA', '4624 Hurry Street', 'USA', 'Zvj0OcGprTb5NRgxmkOmdNLmyg3YKSvSlZJSWn6L9zr9ecCzGxBGN0EZBZ5b', 1, 1, 1, '6d56308652f01f342afae056ac249c13', 1, 0, '2022-12-30 23:25:32', '2023-12-12 00:00:50', 1, '64be4acee5d00.png', 8, NULL, NULL, NULL, 'Ecommerce', 1), (231, 'Mr.', 'James', NULL, 'James', 'james@example.com', '$2y$10$iZOTaDMXgXbWYzmhRb3bY.o3hv.BCQdsEXVo9TL8iS3MJYBuNmXJq', 'James', '1578745128', 'Cambridge', 'Nebraska', '1094 Rollins Road', 'United States', 'i560vsOvI4iSdu1y1qWMgrlLIWw0jTuwWvWyjrj96YM5WVFIJ8h2BJr2lrae', 1, 1, 1, '9aca6002b9a1ab12ae31de05622742c2', 1, 0, '2023-06-18 00:18:43', '2023-09-17 06:14:52', 1, '64be4c4396ddf.png', 9, NULL, NULL, NULL, 'Course', 1), (232, 'Karla', 'Landeros', '168715188864759f1e298b4.png', 'hotelia', 'hotel@gmail.com', '$2y$10$ShKnfX74ZoEOWmil0rt2GO.FY0fxzVvHex7NtMJbT6r060zhmotZu', 'Hotelia', '334-991-4605', 'Montgomery', 'Reston', '33 Robin Covington Road, Rockingham,nc, 28339 United States', 'United States', 'dfQ72C8ZOXn9622ViCFMizW1gVKbJOS73ooSMASiplvmBF7RuCBzUsW1aqI7', 1, 1, 1, NULL, 1, 0, '2023-06-18 23:12:06', '2023-11-03 04:31:26', 1, '6544cbfe1890c.png', 10, NULL, NULL, NULL, 'Hotel', 1), (233, 'David', 'Nusifar', NULL, 'nusifar', 'nusifar@example.com', '$2y$10$aHU1yyR8nYI2/km./4LqTuIocdp0jCz2mrkge/dzr79NtJISxWs3O', 'Nusifar', '152486578', 'Englewood', 'Colorado', '2 Lick Road', 'United States', 'K2TZoFxzJIo5pesDkw7664J19YB2wvwRIzGBaXlxwNWmkXTTmPdUbPGyD7Js', 1, 1, 1, 'ddef3050b8c17868e61f0326909ba4f1', 1, 0, '2023-06-19 05:23:22', '2023-11-03 04:31:38', 1, '6544cc0a61622.png', 11, NULL, NULL, NULL, 'Charity', 1), (234, 'Jonson', 'Roy', '17173257941687185171user-img (1).jpg', 'Jonson', 'johson@example.com', '$2y$10$Zu4SDs6di6E1fy7RhbhnMufe05DcaobAaWde..3oXElT2VAbA5GcW', 'Jonsons', '0156875367', 'Dunn', 'North Carolina', 'Clarence Court', 'United States', 'r632YKMU9e3JF1VnJClNNpcDJr867RQ6XbYc3BUf2HbpAh5MgwgMc0d8UL3P', 1, 1, 1, 'ef229078d987f2dd4556991c7c8116d4', 1, 0, '2023-06-19 07:44:17', '2024-06-04 00:33:25', 1, '6544cc151b3b0.png', 12, NULL, NULL, NULL, 'Portfolio', 0); -- -------------------------------------------------------- -- -- Table structure for table `user_action_sections` -- CREATE TABLE `user_action_sections` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `background_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `first_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `second_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_button` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `second_button` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `second_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci 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_action_sections` -- INSERT INTO `user_action_sections` (`id`, `user_id`, `language_id`, `background_image`, `first_title`, `second_title`, `first_button`, `first_button_url`, `second_button`, `second_button_url`, `image`, `created_at`, `updated_at`) VALUES (1, 231, 256, 'a906768c0726d32f711986b0815d84ef0155510c.jpg', 'Are You Ready for This Offer?', '50% Offer for Very First 50 Students and Mentors.', 'Become A Student', 'example.com', 'All Courses', 'example.com', NULL, '2023-06-18 00:48:21', '2023-06-18 00:55:11'); -- -------------------------------------------------------- -- -- Table structure for table `user_basic_settings` -- CREATE TABLE `user_basic_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `favicon` text COLLATE utf8mb4_unicode_ci, `breadcrumb` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `logo` text COLLATE utf8mb4_unicode_ci, `preloader` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `base_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'ff4a17', `theme` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'home_one' COMMENT 'home_one, home_two', `email` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `from_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_quote` tinyint(4) NOT NULL DEFAULT '1', `user_id` int(11) NOT NULL, `qr_image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qr_color` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '000000', `qr_size` int(11) NOT NULL DEFAULT '250', `qr_style` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'square', `qr_eye_style` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'square', `qr_margin` int(11) NOT NULL DEFAULT '0', `qr_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qr_text_color` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '000000', `qr_text_size` int(11) NOT NULL DEFAULT '15', `qr_text_x` int(11) NOT NULL DEFAULT '50', `qr_text_y` int(11) NOT NULL DEFAULT '50', `qr_inserted_image` varchar(250) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qr_inserted_image_size` int(11) NOT NULL DEFAULT '20', `qr_inserted_image_x` int(11) NOT NULL DEFAULT '50', `qr_inserted_image_y` int(11) NOT NULL DEFAULT '50', `qr_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default' COMMENT 'default, image, text', `qr_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `whatsapp_status` tinyint(4) NOT NULL DEFAULT '0', `whatsapp_number` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_header_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_popup_status` tinyint(4) NOT NULL DEFAULT '0', `whatsapp_popup_message` text COLLATE utf8mb4_unicode_ci, `disqus_status` tinyint(4) NOT NULL DEFAULT '0', `disqus_short_name` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `analytics_status` tinyint(4) NOT NULL DEFAULT '0', `measurement_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pixel_status` tinyint(4) NOT NULL DEFAULT '0', `pixel_id` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tawkto_status` tinyint(4) NOT NULL DEFAULT '0', `tawkto_direct_chat_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_css` longtext COLLATE utf8mb4_unicode_ci, `website_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `base_currency_symbol` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '$', `base_currency_symbol_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'left', `base_currency_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'USD', `base_currency_rate` decimal(8,2) DEFAULT NULL, `base_currency_text_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `secondary_color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_recaptcha` tinyint(4) NOT NULL DEFAULT '0', `google_recaptcha_site_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `google_recaptcha_secret_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `adsense_publisher_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `timezone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `features_section_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cv` text COLLATE utf8mb4_unicode_ci, `cv_original` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_verification_status` tinyint(4) NOT NULL DEFAULT '1', `cookie_alert_status` tinyint(4) NOT NULL DEFAULT '0', `cookie_alert_text` text COLLATE utf8mb4_unicode_ci, `cookie_alert_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_basic_settings` -- INSERT INTO `user_basic_settings` (`id`, `favicon`, `breadcrumb`, `logo`, `preloader`, `base_color`, `theme`, `email`, `from_name`, `is_quote`, `user_id`, `qr_image`, `qr_color`, `qr_size`, `qr_style`, `qr_eye_style`, `qr_margin`, `qr_text`, `qr_text_color`, `qr_text_size`, `qr_text_x`, `qr_text_y`, `qr_inserted_image`, `qr_inserted_image_size`, `qr_inserted_image_x`, `qr_inserted_image_y`, `qr_type`, `qr_url`, `created_at`, `updated_at`, `whatsapp_status`, `whatsapp_number`, `whatsapp_header_title`, `whatsapp_popup_status`, `whatsapp_popup_message`, `disqus_status`, `disqus_short_name`, `analytics_status`, `measurement_id`, `pixel_status`, `pixel_id`, `tawkto_status`, `tawkto_direct_chat_link`, `custom_css`, `website_title`, `base_currency_symbol`, `base_currency_symbol_position`, `base_currency_text`, `base_currency_rate`, `base_currency_text_position`, `secondary_color`, `is_recaptcha`, `google_recaptcha_site_key`, `google_recaptcha_secret_key`, `adsense_publisher_id`, `timezone`, `features_section_image`, `cv`, `cv_original`, `email_verification_status`, `cookie_alert_status`, `cookie_alert_text`, `cookie_alert_button_text`) VALUES (10, '64b21ddeeebea.jpg', NULL, '60fe92120fba7.png', '60fe92123486dc.jpg', '4C3EC7', 'home_one', NULL, NULL, 1, 62, NULL, '000000', 0, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2021-07-26 01:44:34', '2023-12-10 01:26:35', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', NULL, 'USD', NULL, NULL, NULL, 0, NULL, NULL, '0', '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (104, '64b21ddeeebea.jpg', NULL, '63a6c1a76e60d.png', '63b52a6b29203.png', 'FF4A17', 'home_one', 'easttex@example.com', 'EastTex', 1, 169, '644fcd99e9d2d.png', '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', 'https://businesso.xyz/EastTex', '2021-11-14 21:18:35', '2023-12-10 01:27:09', 0, NULL, NULL, 0, NULL, 1, 'BUSINESSO', 0, NULL, 0, NULL, 0, NULL, NULL, 'businesso', '$', 'right', 'INR', '100.00', 'left', '000000', 0, NULL, NULL, '0', '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (105, '64b21ddeeebea.jpg', NULL, '6194de4b0b83f.png', '6193afa18faa7.png', 'ff4a17', 'home_two', NULL, NULL, 1, 170, '6520d50bd7a40.png', '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', 'https://businesso.xyz/Kreton', '2021-11-16 06:47:51', '2023-10-07 01:48:28', 1, '0312555858', 'Say Hello !', 1, 'How may I help you?', 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', NULL, 'USD', NULL, NULL, NULL, 0, NULL, NULL, '0', '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (106, '64b21ddeeebea.jpg', NULL, '6194db15d5ca3.png', '6195e6a37b591.png', 'ff4a17', 'home_three', NULL, NULL, 1, 171, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2021-11-17 04:30:33', '2023-12-10 01:27:09', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', NULL, 'USD', NULL, NULL, NULL, 0, NULL, NULL, '0', '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (107, '64b21ddeeebea.jpg', NULL, '622ca052840bd.png', '622ca1e480da1.png', '2667FF', 'home_four', NULL, NULL, 1, 172, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2022-03-12 03:57:35', '2023-07-14 22:17:34', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', 'left', 'USD', NULL, NULL, NULL, 0, NULL, NULL, NULL, '10', NULL, NULL, NULL, 1, 0, NULL, NULL), (109, '64b21ddeeebea.jpg', NULL, '622df7e414e74.png', '622df7be5831b.png', 'B68C5A', 'home_six', NULL, NULL, 1, 174, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2022-03-13 03:20:28', '2024-06-02 03:02:00', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', 'left', 'USD', NULL, NULL, NULL, 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (110, '64b21ddeeebea.jpg', NULL, '622f4111123a9.png', '622f515060e2d.png', 'ff4a17', 'home_five', NULL, NULL, 1, 175, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2022-03-14 06:36:27', '2023-07-14 22:17:34', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', 'left', 'USD', NULL, NULL, NULL, 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (111, '64b21ddeeebea.jpg', NULL, '623097f28faac.png', '6230a9e78a57a.png', 'ff4a17', 'home_seven', NULL, NULL, 1, 176, '6408aebacf2a9.png', '1E0601', 293, 'round', 'circle', 1, NULL, '000000', 15, 50, 50, '6408aea543afb.jpg', 20, 50, 50, 'text', 'www.asifalisaifi.com', '2022-03-15 01:51:45', '2023-07-14 22:17:34', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 1, 'https://tawk.to/chat/623891851ffac05b1d7fac3b/1fumfgsmj', NULL, NULL, '$', 'left', 'USD', NULL, NULL, NULL, 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (115, '64b21ddeeebea.jpg', NULL, NULL, NULL, 'ff4a17', 'home_one', NULL, NULL, 1, 218, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2022-06-21 06:05:58', '2023-07-14 22:17:35', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, '$', NULL, 'USD', NULL, NULL, NULL, 0, NULL, NULL, '0', '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (127, '6506c6800338f.png', NULL, '6506c5f9eec63.png', '63b12540b3e6c.png', 'FF3F5C', 'home_eight', NULL, NULL, 1, 230, '6543fff16dd00.png', '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', 'https://businesso.xyz/Boutique', '2022-12-30 23:25:39', '2024-01-10 23:40:51', 1, '01868362878', 'If you have any issues, let us know.', 1, 'nniojoijoijkin uininnnunin uniuu9[ibh ygfx ret', 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, 'Boutique', '$', 'left', 'INR', '1.00', 'left', '212121', 0, '6LeicUEdAAAAAAMtLSkdpal8CvsUDLzRbwv0G04P', '6LeicUEdAAAAADZw2Fe_LQAmzi3cWI9ZBkgFVWgV', NULL, '103', NULL, NULL, NULL, 1, 0, NULL, NULL), (128, '64b21ddeeebea.jpg', '648ea48e18dfa.jpg', '648ea420acf9a.png', '648ea4a14a161.png', '0066FF', 'home_ten', 'james@example.com', 'James', 1, 231, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2023-06-18 00:18:47', '2024-06-02 03:05:47', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, 'James', '$', 'left', 'INR', '1.00', 'left', '001B61', 0, NULL, NULL, NULL, '1', '0a6337d2537e53c1ab3c00e5c16a99a4f97f6722.jpeg', NULL, NULL, 1, 0, NULL, NULL), (129, '64b21ddeeebea.jpg', NULL, '648fe5656d059.png', '6506d28981e58.png', 'FFA733', 'home_nine', NULL, NULL, 1, 232, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2023-06-18 23:12:06', '2024-01-10 23:05:37', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, 'Hotelia', '৳', 'left', 'INR', '110.00', 'left', '000000', 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (130, '64b21ddeeebea.jpg', '64903ccfeff41.png', '64903caa5fc35.png', NULL, 'FF4A17', 'home_eleven', 'nusifar@example.com', 'Nusifar', 1, 233, NULL, '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', NULL, '2023-06-19 05:23:27', '2024-01-09 05:36:27', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, 'Nusifar', '$', 'left', 'INR', '1.00', 'left', '00B512', 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, 1, 0, NULL, NULL), (131, '64b21ddeeebea.jpg', NULL, NULL, NULL, '110F31', 'home_twelve', NULL, NULL, 1, 234, '650e197cb6fc1.png', '000000', 250, 'square', 'square', 0, NULL, '000000', 15, 50, 50, NULL, 20, 50, 50, 'default', 'https://businesso.xyz/Jonson', '2023-06-19 07:44:21', '2024-07-08 08:10:30', 0, NULL, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, NULL, 'Portfolio', '$', 'left', 'USD', '1.00', 'left', '222F5A', 0, NULL, NULL, NULL, '1', NULL, NULL, NULL, 1, 0, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_blogs` -- CREATE TABLE `user_blogs` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `serial_number` int(11) NOT NULL DEFAULT '0', `language_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `category_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `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_blogs` -- INSERT INTO `user_blogs` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (102, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 183, 64, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (103, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 183, 65, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (104, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 183, 66, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (105, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 183, 64, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (106, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 183, 65, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:05'), (107, 'All the Lorem Ipsum generators on the Internet', 'all-the-lorem-ipsum-generators-on-the-internet', '1636967179.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 6, 183, 66, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (108, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 184, 67, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (109, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 184, 68, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (110, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 184, 69, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (111, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 184, 67, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (112, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 184, 68, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:05'), (113, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 184, 69, 169, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (114, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 185, 70, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (115, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 185, 71, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (116, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 185, 72, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (117, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 185, 70, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (118, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 185, 71, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:05'), (119, 'All the Lorem Ipsum generators on the Internet', 'all-the-lorem-ipsum-generators-on-the-internet', '1636967179.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 6, 185, 72, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (120, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 186, 73, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (121, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 186, 74, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (122, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 186, 75, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (123, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 186, 73, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (124, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 186, 74, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:05'), (125, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 186, 75, 170, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (126, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 187, 76, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (127, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 187, 77, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (128, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 187, 78, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (129, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 187, 76, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (130, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 187, 77, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:05'), (131, 'All the Lorem Ipsum generators on the Internet', 'all-the-lorem-ipsum-generators-on-the-internet', '1636967179.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 6, 187, 78, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (132, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 188, 79, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (133, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 188, 80, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (134, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 188, 81, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (135, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 188, 79, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (136, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 188, 80, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:05'); INSERT INTO `user_blogs` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (137, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 188, 81, 171, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (138, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 190, 82, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (139, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 190, 83, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (140, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 190, 84, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (141, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 190, 82, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (142, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 251, 83, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (143, 'All the Lorem Ipsum generators on the Internet', 'all-the-lorem-ipsum-generators-on-the-internet', '1636967179.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 6, 251, 84, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:19'), (144, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 251, 85, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (145, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 251, 86, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (146, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 251, 87, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (147, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 251, 85, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (148, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 251, 86, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (149, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 251, 87, 172, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:19'), (150, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 194, 88, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (151, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 194, 89, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (152, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 194, 90, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (153, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 194, 82, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (154, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 194, 89, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (155, 'All the Lorem Ipsum generators on the Internet', 'all-the-lorem-ipsum-generators-on-the-internet', '1636967179.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 6, 194, 90, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:19'), (156, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 194, 88, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (157, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 195, 91, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (158, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 195, 92, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (159, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 195, 93, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (160, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 195, 91, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (161, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 195, 92, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (162, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 195, 93, 175, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:19'), (163, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 252, 94, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (164, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 252, 95, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (165, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 252, 96, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (166, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 252, 94, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (167, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 252, 95, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (168, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 252, 96, 230, NULL, NULL, '2021-11-14 17:57:45', '2023-09-17 00:05:06'), (169, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 253, 97, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (170, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 253, 98, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'); INSERT INTO `user_blogs` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (171, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 253, 99, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (172, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 253, 97, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (173, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 253, 98, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (174, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 253, 99, 230, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:19'), (175, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 254, 100, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (176, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 254, 101, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (177, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 254, 102, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (178, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 254, 100, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (179, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1636967165.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 5, 254, 101, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (180, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 254, 100, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (181, 'كيفية رؤية الأداء مع GitLab CI وغطاء محرك السيارة', 'كيفية-رؤية-الأداء-مع-gitlab-ci-وغطاء-محرك-السيارة', '1636966665.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 1, 255, 103, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 17:57:45'), (182, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 255, 104, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:26'), (183, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 255, 105, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:39'), (184, 'كان Lorem Ipsum هو معيار الصناعة', 'كان-lorem-ipsum-هو-معيار-الصناعة', '1636967151.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 4, 255, 103, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:05:51'), (185, 'العديد من حزم النشر المكتبي وصفحة الويب', 'العديد-من-حزم-النشر-المكتبي-وصفحة-الويب', '1636967165.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 5, 255, 104, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:05'), (186, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 255, 105, 176, NULL, NULL, '2021-11-14 17:57:45', '2021-11-14 18:06:19'), (187, 'All the Lorem Ipsum generators on the Internet', 'all-the-lorem-ipsum-generators-on-the-internet', '1636967179.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 6, 192, 106, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (188, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 192, 107, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:51'), (189, 'Understanding Machines An Open Standard For', 'understanding-machines-an-open-standard-for', '1636967139.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 3, 192, 108, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (190, 'Inspired Design Decisions With Max Huber Turne', 'inspired-design-decisions-with-max-huber-turne', '1636967126.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 2, 192, 108, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (191, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 192, 106, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-14 23:57:45'), (192, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 193, 109, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (193, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 193, 110, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (194, 'قرارات التصميم المستوحاة من ماكس هوبر تورن', 'قرارات-التصميم-المستوحاة-من-ماكس-هوبر-تورن', '1636967126.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 2, 193, 111, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:26'), (195, 'جميع مولدات لوريم إيبسوم على الإنترنت', 'جميع-مولدات-لوريم-إيبسوم-على-الإنترنت', '1636967179.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 6, 193, 109, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:06:19'), (196, 'فهم الآلات معيار مفتوح ل', 'فهم-الآلات-معيار-مفتوح-ل', '1636967139.jpg', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.\r\n\r\n', 3, 193, 110, 174, NULL, NULL, '2021-11-14 23:57:45', '2021-11-15 00:05:39'), (197, 'Lorem Ipsum has been the industry\'s standard', 'lorem-ipsum-has-been-the-industry\'s-standard', '1636967151.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 4, 256, 112, 231, NULL, NULL, '2023-06-14 23:57:45', '2023-06-15 00:05:51'), (198, 'How Performance Visiblety With GitLab CI And Hood', 'how-performance-visiblety-with-gitlab-ci-and-hood', '1636966665.jpg', '<p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><span style=\"font-family:Verdana;\">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it but who has any right to find fault with a man who chooses</span></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\"><br /></p><p style=\"color:rgb(97,97,97);font-family:\'Nunito Sans\', sans-serif;font-size:15px;\">No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.</p>', 1, 256, 113, 231, NULL, NULL, '2023-06-14 23:57:45', '2023-06-14 23:57:45'), (199, 'IT’S HERE: The Hotel Chocolat Easter Range 2021!', 'it’s-here:-the-hotel-chocolat-easter-range-2021!', '1687156775.jpg', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span><br /></p>', 1, 258, 115, 232, NULL, NULL, '2023-06-19 00:39:35', '2023-06-19 00:39:35'), (200, 'World’s Best Virgin Pina Colada Recipe!', 'world’s-best-virgin-pina-colada-recipe!', '1687156812.jpg', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span><br /></p>', 2, 258, 115, 232, NULL, NULL, '2023-06-19 00:40:12', '2023-06-19 00:40:12'), (201, '5 Of the Best Places to Spend your Family Holiday in 2021', '5-of-the-best-places-to-spend-your-family-holiday-in-2021', '1687156839.jpg', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span><br /></p>', 3, 258, 116, 232, NULL, NULL, '2023-06-19 00:40:39', '2023-06-19 00:40:39'), (202, 'The Best Beaches in the Philippines', 'the-best-beaches-in-the-philippines', '1687156867.jpg', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span><br /></p>', 4, 258, 116, 232, NULL, NULL, '2023-06-19 00:41:07', '2023-06-19 00:41:07'), (203, 'Unique Travel Ideas That Don’t Involve a Hotel', 'unique-travel-ideas-that-don’t-involve-a-hotel', '1687156899.jpg', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span><br /></p>', 5, 258, 117, 232, NULL, NULL, '2023-06-19 00:41:39', '2023-06-19 00:41:39'), (204, 'Top 10 Things to Do in Melbourne With Kids', 'top-10-things-to-do-in-melbourne-with-kids', '1694675964.png', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span><br /></p>', 6, 258, 117, 232, NULL, NULL, '2023-06-19 00:42:16', '2023-09-14 01:19:24'), (205, 'Two wherein likenes live', 'two-wherein-likenes-live', '1687180591.png', '<p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</span></p><p><img src=\"http://businesso.test/assets/front/img/summernote/6490552a0cb45.jpg\" style=\"width:726px;\" alt=\"6490552a0cb45.jpg\" /><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><br /></span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"> Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur</span><br /></p>', 1, 259, 118, 233, NULL, NULL, '2023-06-19 07:16:31', '2023-06-19 07:24:10'), (206, 'Fill Great She Place Tour', 'fill-great-she-place-tour', '1687181015.png', '<p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur</span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\"><br /></span><img src=\"http://businesso.test/assets/front/img/summernote/649056cbe9138.jpg\" style=\"width:100%;\" alt=\"649056cbe9138.jpg\" /></p><p><br /></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur</span><br /></p>', 2, 259, 120, 233, NULL, NULL, '2023-06-19 07:23:35', '2023-06-19 07:23:35'), (207, 'Richard McClintock, a Latin professor at Hamp', 'richard-mcclintock,-a-latin-professor-at-hamp', '1687185340.jpg', '<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter<br /></p>', 1, 261, 121, 234, NULL, NULL, '2023-06-19 08:35:40', '2023-06-19 08:35:40'); INSERT INTO `user_blogs` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (208, 'Many desktop publishing packages and web page', 'many-desktop-publishing-packages-and-web-page', '1687185393.jpg', '<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter<br /></p>', 2, 261, 122, 234, NULL, NULL, '2023-06-19 08:36:33', '2023-06-19 08:36:33'), (209, 'There are many variations of passages of Lore', 'there-are-many-variations-of-passages-of-lore', '1687185449.jpg', '<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter There are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter there are many variations of passages of Lorem Ipsum available, but the majority have suffered alter<br /></p>', 3, 261, 123, 234, NULL, NULL, '2023-06-19 08:37:29', '2023-06-19 08:37:29'); -- -------------------------------------------------------- -- -- Table structure for table `user_blog_categories` -- CREATE TABLE `user_blog_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `language_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `user_id` int(11) NOT NULL DEFAULT '0', `serial_number` int(11) 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 `user_blog_categories` -- INSERT INTO `user_blog_categories` (`id`, `name`, `status`, `language_id`, `user_id`, `serial_number`, `created_at`, `updated_at`) VALUES (64, 'Tech', 1, 183, 169, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (65, 'Entertainment', 1, 183, 169, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (66, 'Corporate', 1, 183, 169, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (67, 'تقنية', 1, 184, 169, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (68, 'تسلية', 1, 184, 169, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (69, 'شركة كبرى', 1, 184, 169, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (70, 'Tech', 1, 185, 170, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (71, 'Entertainment', 1, 185, 170, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (72, 'Corporate', 1, 185, 170, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (73, 'تقنية', 1, 186, 170, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (74, 'تسلية', 1, 186, 170, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (75, 'شركة كبرى', 1, 186, 170, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (76, 'Tech', 1, 187, 171, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (77, 'Entertainment', 1, 187, 171, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (78, 'Corporate', 1, 187, 171, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (79, 'تقنية', 1, 188, 171, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (80, 'تسلية', 1, 188, 171, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (81, 'شركة كبرى', 1, 188, 171, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (82, 'Tech', 1, 190, 172, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (83, 'Entertainment', 1, 190, 172, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (84, 'Corporate', 1, 190, 172, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (85, 'تقنية', 1, 251, 172, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (86, 'تسلية', 1, 251, 172, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (87, 'شركة كبرى', 1, 251, 172, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (88, 'Tech', 1, 194, 175, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (89, 'Entertainment', 1, 194, 175, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (90, 'Corporate', 1, 194, 175, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (91, 'تقنية', 1, 195, 175, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (92, 'تسلية', 1, 195, 175, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (93, 'شركة كبرى', 1, 195, 175, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (94, 'Tech', 1, 252, 230, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (95, 'Entertainment', 1, 252, 230, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (96, 'Corporate', 1, 252, 230, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (97, 'تقنية', 1, 253, 230, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (98, 'تسلية', 1, 253, 230, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (99, 'شركة كبرى', 1, 253, 230, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (100, 'Tech', 1, 254, 176, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (101, 'Entertainment', 1, 254, 176, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (102, 'Corporate', 1, 254, 176, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (103, 'تقنية', 1, 255, 176, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (104, 'تسلية', 1, 255, 176, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (105, 'شركة كبرى', 1, 255, 176, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (106, 'Tech', 1, 192, 174, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (107, 'Entertainment', 1, 192, 174, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (108, 'Corporate', 1, 192, 174, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (109, 'تقنية', 1, 193, 174, 1, '2021-11-14 17:55:43', '2021-11-14 17:55:43'), (110, 'تسلية', 1, 193, 174, 2, '2021-11-14 17:55:57', '2021-11-14 17:55:57'), (111, 'شركة كبرى', 1, 193, 174, 3, '2021-11-14 17:56:17', '2021-11-14 17:56:17'), (112, 'Tech', 1, 256, 231, 1, '2021-11-14 23:55:43', '2021-11-14 23:55:43'), (113, 'Entertainment', 1, 256, 231, 2, '2021-11-14 23:55:57', '2021-11-14 23:55:57'), (114, 'Corporate', 1, 256, 231, 3, '2021-11-14 23:56:17', '2021-11-14 23:56:17'), (115, 'Luxury', 1, 258, 232, 1, '2023-06-19 00:38:11', '2023-06-19 00:38:11'), (116, 'Tour Places', 1, 258, 232, 2, '2023-06-19 00:38:24', '2023-06-19 00:38:24'), (117, 'Vacations', 1, 258, 232, 3, '2023-06-19 00:38:36', '2023-06-19 00:38:36'), (118, 'Teach', 1, 259, 233, 1, '2023-06-19 05:38:53', '2023-06-19 05:38:53'), (119, 'Software Development', 1, 259, 233, 2, '2023-06-19 05:39:05', '2023-06-19 05:39:05'), (120, 'International', 1, 259, 233, 3, '2023-06-19 05:39:34', '2023-06-19 05:39:34'), (121, 'Teach', 1, 261, 234, 1, '2023-06-19 08:34:15', '2023-06-19 08:34:15'), (122, 'International', 1, 261, 234, 2, '2023-06-19 08:34:23', '2023-06-19 08:34:23'), (123, 'Self Development', 1, 261, 234, 3, '2023-06-19 08:34:46', '2023-06-19 08:34:46'); -- -------------------------------------------------------- -- -- Table structure for table `user_brands` -- CREATE TABLE `user_brands` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `brand_img` varchar(255) NOT NULL, `brand_url` varchar(255) NOT NULL, `serial_number` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_brands` -- INSERT INTO `user_brands` (`id`, `user_id`, `brand_img`, `brand_url`, `serial_number`, `created_at`, `updated_at`) VALUES (21, 169, '5aa31b6db8a2537c0c5183ffeba3c41520b4dbb4.png', 'http://example.com/', 1, '2021-11-15 05:18:36', '2022-12-24 03:41:59'), (22, 169, '740956cb3655761bca3023188009714b9b9b8a81.png', 'http://example.com/', 2, '2021-11-15 05:18:44', '2022-12-24 03:41:47'), (23, 169, 'bddbcaa9c1b9538ca70aaa63f48a8564fb33cd7f.png', 'http://example.com/', 3, '2021-11-15 05:18:56', '2022-12-24 03:41:25'), (24, 169, '78b3b58b9ff06a45495566b93072b2cdcd6fe326.png', 'http://example.com/', 4, '2021-11-15 05:19:05', '2022-12-24 03:41:13'), (25, 169, 'bd6428fac35263a4cdfd309b58f72f765883bd7d.png', 'http://example.com/', 5, '2021-11-15 05:19:14', '2022-12-24 03:41:06'), (26, 170, 'eb486303456b8c47925caee964ae265bc20d2b87.png', 'http://example.com/', 1, '2021-11-15 05:18:36', '2021-11-15 05:18:36'), (27, 170, 'a6e10c8fde72bc90db2b22091188f79e417d4413.png', 'http://example.com/', 2, '2021-11-15 05:18:44', '2021-11-15 05:18:44'), (28, 170, '4fbff80e3f9e9ea08b12469ee3e60319d564f89b.png', 'http://example.com/', 3, '2021-11-15 05:18:56', '2021-11-15 05:18:56'), (29, 170, 'cde024a3b2db30ba95942a52f77b87547ed05f94.png', 'http://example.com/', 4, '2021-11-15 05:19:05', '2021-11-15 05:19:05'), (30, 170, 'afbc41af610db62a8e9531d50796cbc326f119d4.png', 'http://example.com/', 5, '2021-11-15 05:19:14', '2021-11-15 05:19:14'), (31, 171, 'eb486303456b8c47925caee964ae265bc20d2b87.png', 'http://example.com/', 1, '2021-11-15 05:18:36', '2021-11-15 05:18:36'), (32, 171, 'a6e10c8fde72bc90db2b22091188f79e417d4413.png', 'http://example.com/', 2, '2021-11-15 05:18:44', '2021-11-15 05:18:44'), (33, 171, '4fbff80e3f9e9ea08b12469ee3e60319d564f89b.png', 'http://example.com/', 3, '2021-11-15 05:18:56', '2021-11-15 05:18:56'), (34, 171, 'cde024a3b2db30ba95942a52f77b87547ed05f94.png', 'http://example.com/', 4, '2021-11-15 05:19:05', '2021-11-15 05:19:05'), (35, 171, 'afbc41af610db62a8e9531d50796cbc326f119d4.png', 'http://example.com/', 5, '2021-11-15 05:19:14', '2021-11-15 05:19:14'), (43, 174, '595423e58bc34639c543269e62449ce32d8ca9d1.png', 'http://example.com/', 2, '2021-11-14 23:18:44', '2022-03-13 09:12:13'), (44, 174, '9f5fbbb7d3ce866780c1fe361c50f2cc504a3a20.png', 'http://example.com/', 3, '2021-11-14 23:18:56', '2022-03-13 09:12:17'), (45, 174, '5b00d3f6b37f9105728ed0f27d9e88a0cfca78c6.png', 'http://example.com/', 4, '2021-11-14 23:19:05', '2022-03-13 09:12:22'), (46, 174, 'bf47f787b394f7aaa65f4c0e7c7bea7eb24091a1.png', 'http://example.com/', 5, '2021-11-14 23:19:14', '2022-03-13 09:12:28'), (47, 174, 'cc1e45d4d0f5d6779e3f55dafb482e269c8d1ce3.png', 'http://example.com/', 1, '2022-03-14 05:20:13', '2022-03-14 05:20:43'), (48, 232, '7a3e10a3487147e41efc6b0650eb6d93f190f5fd.png', 'https://examle.com/', 1, '2023-06-19 00:03:43', '2023-06-19 00:03:43'), (49, 232, '79bcc09b23fed04ce50a079c6ccaa0746fd96277.png', 'https://examle.com/', 2, '2023-06-19 00:04:04', '2023-06-19 00:04:04'), (50, 232, 'b486fe74cbccdaa207f1be87e3c8892cc4c88829.png', 'http://example.com/', 3, '2023-06-19 00:04:53', '2023-06-19 00:04:53'), (51, 232, 'dea19014561e1d1030b8f2e2fe4df24067bfc38c.png', 'http://example.com/', 4, '2023-06-19 00:05:31', '2023-06-19 00:05:31'), (52, 232, '30534e652bddbf13f17e82d1cbb4e827316e8b89.png', 'http://example.com/', 5, '2023-06-19 00:05:49', '2023-06-19 00:05:49'), (53, 232, 'a6a5a35454a119f66b65a15383bd4be15226c410.png', 'http://example.com/', 6, '2023-06-19 00:06:16', '2023-06-19 00:06:16'), (54, 232, '4679506d92ac0d3b45fb335c86e009f921ffb1eb.png', 'http://example.com/', 7, '2023-06-19 00:06:39', '2023-06-19 00:06:39'), (55, 233, '2357bc1738562bc1e608b9f7fd14dd9602c86ed4.png', 'https://example.com', 1, '2023-06-19 06:35:03', '2023-06-19 06:35:03'), (56, 233, '221f61a1d6342f1e1e22aca82e4e446dc4d38b38.png', 'https://example.com', 2, '2023-06-19 06:35:12', '2023-06-19 06:35:12'), (59, 233, '17dc15ed581fd662fd09e27de9660e50b505ba52.png', 'https://example.com', 3, '2023-06-19 06:37:57', '2023-06-19 06:37:57'), (60, 233, '565c2db9749022da885b82a9552ea35447fac68e.png', 'https://example.com', 4, '2023-06-19 06:38:06', '2023-06-19 06:38:06'), (61, 233, '094fcbca766e87c5bf514127ba752108cdba138b.png', 'https://example.com', 5, '2023-06-19 06:38:29', '2023-06-19 06:38:29'); -- -------------------------------------------------------- -- -- Table structure for table `user_choose_us_items` -- CREATE TABLE `user_choose_us_items` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) 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 `user_choose_us_items` -- INSERT INTO `user_choose_us_items` (`id`, `user_id`, `language_id`, `icon`, `title`, `content`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 232, 258, 'fas fa-swimmer', 'Relex Living', 'Dreat explorer of the truth, the master-builder of human happines one rejects, dislikes avoids', 1, NULL, NULL), (2, 232, 258, 'fas fa-shield-alt', 'High Security System', 'Procure him some great pleasure. To take a trivial example, which of us ever undertakes labor', 2, NULL, NULL), (3, 232, 258, 'fas fa-calendar-alt', 'Such Events & Party', 'Libero tempore, cum soluta nobis est eligenoptio cumque nihil impedit quo minus id quod', 3, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_contacts` -- CREATE TABLE `user_contacts` ( `id` int(11) NOT NULL, `contact_form_image` text, `contact_form_title` varchar(255) DEFAULT NULL, `contact_form_subtitle` varchar(255) DEFAULT NULL, `contact_addresses` text, `contact_numbers` text, `contact_mails` varchar(255) DEFAULT NULL, `latitude` varchar(255) DEFAULT NULL, `longitude` varchar(255) DEFAULT NULL, `map_zoom` varchar(255) DEFAULT NULL, `user_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_contacts` -- INSERT INTO `user_contacts` (`id`, `contact_form_image`, `contact_form_title`, `contact_form_subtitle`, `contact_addresses`, `contact_numbers`, `contact_mails`, `latitude`, `longitude`, `map_zoom`, `user_id`, `language_id`, `created_at`, `updated_at`) VALUES (5, '7454fea7d974fa5e6425f9e83b50eff7df48d015.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789', 'support@gmail.com', '3.1580', '101.7118', '14', 169, 183, '2021-11-15 01:47:53', '2022-12-24 04:56:59'), (6, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789', 'support@gmail.com', '3.1580', '101.7118', '14', 169, 184, '2021-11-15 01:47:53', '2021-11-15 01:56:42'), (7, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789', 'support@gmail.com', '3.1580', '101.7118', '14', 170, 185, '2021-11-15 01:47:53', '2021-11-15 01:56:42'), (8, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789', 'support@gmail.com', '3.1580', '101.7118', '14', 170, 186, '2021-11-15 01:47:53', '2021-11-15 01:56:42'), (9, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789', 'support@gmail.com', '3.1580', '101.7118', '14', 171, 187, '2021-11-15 01:47:53', '2021-11-15 01:56:42'), (10, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789', 'support@gmail.com', '3.1580', '101.7118', '14', 171, 188, '2021-11-15 01:47:53', '2021-11-15 01:56:42'), (12, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 174, 193, '2021-11-14 19:47:53', '2021-11-14 19:56:42'), (13, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 172, 190, '2021-11-14 19:47:53', '2022-03-14 00:39:11'), (14, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 172, 251, '2021-11-14 19:47:53', '2021-11-14 19:56:42'), (15, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 175, 194, '2021-11-14 19:47:53', '2022-03-14 00:39:11'), (16, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 175, 195, '2021-11-14 19:47:53', '2021-11-14 19:56:42'), (17, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 176, 254, '2021-11-14 19:47:53', '2022-03-14 00:39:11'), (18, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 176, 255, '2021-11-14 19:47:53', '2021-11-14 19:56:42'), (19, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street , New York, USA', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 230, 252, '2021-11-14 19:47:53', '2023-01-02 03:32:43'), (20, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', 'شارع بروكلين الولايات المتحدة الأمريكية\r\nنيويورك ، الولايات المتحدة الأمريكية', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 230, 253, '2021-11-14 19:47:53', '2021-11-14 19:56:42'), (21, 'cf7a1a499fea2a1a2f4afd121a6666a93141a714.png', 'Get In Touch', 'Need Any Help For Business & Consulting', 'Broklyn Street USA\r\nNewyork, USA', '+012 (345) 6789,+82659211,+97257102', 'support@gmail.com,contact@rangs.com', '3.1580', '101.7118', '14', 174, 192, '2021-11-14 19:47:53', '2022-03-14 00:39:11'), (22, '2d12c20fb31f2725a6d5009b6679260aa7c8c54e.jpg', 'Contact Us', 'We\'re here to help you plan your perfect stay.', '33 Robin Covington Road, Rockingham,nc, 28339 United States', '2025550152', 'contact@hotelia.com', '-37.8166', '144.6776555', '12', 232, 258, '2023-06-19 00:56:22', '2023-06-19 00:58:17'); -- -------------------------------------------------------- -- -- Table structure for table `user_counter_informations` -- CREATE TABLE `user_counter_informations` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` int(11) DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_counter_informations` -- INSERT INTO `user_counter_informations` (`id`, `user_id`, `language_id`, `title`, `icon`, `count`, `serial_number`) VALUES (73, 169, 183, 'Completed Projects', 'fas fa-laptop-code', 800, 1), (74, 169, 183, 'Happy Customers', 'far fa-smile', 2000, 2), (75, 169, 183, 'Countries', 'fas fa-globe-americas', 120, 3), (76, 169, 183, 'Positive Reviews', 'far fa-star', 500, 4), (77, 169, 184, 'المشاريع المنجزة', 'fas fa-laptop-code', 800, 1), (78, 169, 184, 'الزبائن سعداء', 'far fa-smile', 2000, 2), (79, 169, 184, 'بلدان', 'fas fa-globe-americas', 120, 3), (80, 169, 184, 'مراجعات إيجابية', 'far fa-star', 500, 4), (81, 170, 185, 'Completed Projects', 'fas fa-laptop-code', 800, 1), (82, 170, 185, 'Happy Customers', 'far fa-smile', 2000, 2), (83, 170, 185, 'Countries', 'fas fa-globe-americas', 120, 3), (84, 170, 185, 'Positive Reviews', 'far fa-star', 500, 4), (85, 170, 186, 'المشاريع المنجزة', 'fas fa-laptop-code', 800, 1), (86, 170, 186, 'الزبائن سعداء', 'far fa-smile', 2000, 2), (87, 170, 186, 'بلدان', 'fas fa-globe-americas', 120, 3), (88, 170, 186, 'مراجعات إيجابية', 'far fa-star', 500, 4), (89, 171, 187, 'Completed Projects', 'fas fa-laptop-code', 800, 1), (90, 171, 187, 'Happy Customers', 'far fa-smile', 2000, 2), (91, 171, 187, 'Countries', 'fas fa-globe-americas', 120, 3), (92, 171, 187, 'Positive Reviews', 'far fa-star', 500, 4), (93, 171, 188, 'المشاريع المنجزة', 'fas fa-laptop-code', 800, 1), (94, 171, 188, 'الزبائن سعداء', 'far fa-smile', 2000, 2), (95, 171, 188, 'بلدان', 'fas fa-globe-americas', 120, 3), (96, 171, 188, 'مراجعات إيجابية', 'far fa-star', 500, 4), (97, 172, 190, 'Completed Projects', 'fas fa-laptop-code', 800, 1), (98, 172, 190, 'Happy Customers', 'far fa-smile', 2000, 2), (99, 172, 190, 'Countries', 'fas fa-globe-americas', 120, 3), (100, 172, 190, 'Positive Reviews', 'far fa-star', 500, 4), (101, 172, 251, 'المشاريع المنجزة', 'fas fa-laptop-code', 800, 1), (102, 172, 251, 'الزبائن سعداء', 'far fa-smile', 2000, 2), (103, 172, 251, 'بلدان', 'fas fa-globe-americas', 120, 3), (104, 172, 251, 'مراجعات إيجابية', 'far fa-star', 500, 4), (105, 174, 192, 'Completed Projects', 'fas fa-laptop-code', 800, 1), (106, 174, 192, 'Happy Customers', 'far fa-smile', 2000, 2), (107, 174, 192, 'Countries', 'fas fa-globe-americas', 120, 3), (108, 174, 192, 'Positive Reviews', 'far fa-star', 500, 4), (109, 174, 193, 'المشاريع المنجزة', 'fas fa-laptop-code', 800, 1), (110, 174, 193, 'الزبائن سعداء', 'far fa-smile', 2000, 2), (111, 174, 193, 'بلدان', 'fas fa-globe-americas', 120, 3), (112, 174, 193, 'مراجعات إيجابية', 'far fa-star', 500, 4), (113, 175, 194, 'Completed Projects', 'fas fa-laptop-code', 800, 1), (114, 175, 194, 'Happy Customers', 'far fa-smile', 2000, 2), (115, 175, 194, 'Countries', 'fas fa-globe-americas', 120, 3), (116, 175, 194, 'Positive Reviews', 'far fa-star', 500, 4), (117, 175, 195, 'المشاريع المنجزة', 'fas fa-laptop-code', 800, 1), (118, 175, 195, 'الزبائن سعداء', 'far fa-smile', 2000, 2), (119, 175, 195, 'بلدان', 'fas fa-globe-americas', 120, 3), (120, 175, 195, 'مراجعات إيجابية', 'far fa-star', 500, 4), (121, 231, 256, 'Years\' Experience', NULL, 10, 1), (122, 231, 256, 'Courses', NULL, 100, 2), (123, 231, 256, 'Worldwide Students', NULL, 1490, 3), (124, 231, 256, 'Qualified Instructors', NULL, 20, 4), (125, 232, 258, 'Luxury Rooms', 'far fa-hospital', 506, 1), (126, 232, 258, 'Happy Customers', 'far fa-grin', 700, 2), (127, 232, 258, 'Lots of Amenities', 'fas fa-wifi', 650, 3), (128, 233, 259, 'School Graduate', 'fas fa-graduation-cap', 25, 1), (129, 233, 259, 'Health Service', 'fas fa-heartbeat', 350, 2), (130, 233, 259, 'Medical Check', 'fas fa-pills', 450, 3), (131, 233, 259, 'Education Books', 'fas fa-book', 750, 4), (132, 234, 261, 'Years of Experience', NULL, 12, 1), (133, 234, 261, 'Satisfied Customes', NULL, 250, 2), (134, 234, 261, 'Projects Completed', NULL, 8000, 3), (135, 234, 261, 'Countries', NULL, 70, 4); -- -------------------------------------------------------- -- -- Table structure for table `user_coupons` -- CREATE TABLE `user_coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` decimal(11,2) DEFAULT NULL, `start_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `minimum_spend` decimal(11,2) 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_coupons` -- INSERT INTO `user_coupons` (`id`, `user_id`, `name`, `code`, `type`, `value`, `start_date`, `end_date`, `minimum_spend`, `created_at`, `updated_at`) VALUES (6, '171', 'ar 22222', 'HN100a', 'percentage', '45.00', '04/27/2022', '04/28/2022', '125.00', '2022-04-09 06:14:10', '2022-04-09 06:14:10'), (7, '169', 'ar 22222', 'HN100a', 'percentage', '45.00', '05/04/2022', '04/27/2022', '125.00', '2022-04-09 06:14:51', '2022-04-09 06:14:51'), (8, '169', 'ar 22222', 'HN100', 'fixed', '45.00', '04/01/2022', '05/05/2022', '125.00', '2022-04-09 06:19:38', '2022-04-09 07:30:15'), (9, '169', '50', 'c50', 'fixed', '50.00', '2022-06-01', '2022-07-09', NULL, '2022-06-23 07:27:15', '2022-06-23 07:27:15'); -- -------------------------------------------------------- -- -- Table structure for table `user_courses` -- CREATE TABLE `user_courses` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `thumbnail_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `video_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cover_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `pricing_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `previous_price` decimal(8,2) DEFAULT NULL, `current_price` decimal(8,2) DEFAULT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'draft', `is_featured` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no', `average_rating` decimal(8,2) DEFAULT NULL, `duration` time DEFAULT '00:00:00', `certificate_status` tinyint(4) NOT NULL DEFAULT '1', `video_watching` tinyint(4) NOT NULL DEFAULT '1', `quiz_completion` tinyint(4) NOT NULL DEFAULT '0', `min_quiz_score` decimal(8,2) NOT NULL DEFAULT '0.00', `certificate_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `certificate_text` mediumtext COLLATE utf8mb4_unicode_ci, `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_courses` -- INSERT INTO `user_courses` (`id`, `user_id`, `thumbnail_image`, `video_link`, `cover_image`, `pricing_type`, `previous_price`, `current_price`, `status`, `is_featured`, `average_rating`, `duration`, `certificate_status`, `video_watching`, `quiz_completion`, `min_quiz_score`, `certificate_title`, `certificate_text`, `created_at`, `updated_at`) VALUES (1, 231, '627fa21220d08.jpg', 'https://www.youtube.com/watch?v=8KaJRw-rfn8', '627fa21221be2.jpg', 'premium', '99.00', '84.00', 'published', 'yes', NULL, '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 18:35:30', '2022-05-13 18:48:56'), (3, 231, '627fb70d5b0f5.jpg', 'https://www.youtube.com/watch?v=ur6I5m2nTvk', '627fb70d5b40d.jpg', 'premium', '120.00', '70.00', 'published', 'yes', '5.00', '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:05:01', '2023-05-21 17:08:55'), (4, 231, '627fb87424d30.jpg', 'https://www.youtube.com/watch?v=kLO4X_3VYdg', '627fb87425051.jpg', 'free', NULL, NULL, 'published', 'yes', '4.00', '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:11:00', '2023-05-21 16:32:42'), (5, 231, '627fb98fc707b.jpg', 'https://www.youtube.com/watch?v=lAOkx2yZESY', '627fb98fc737c.jpg', 'premium', '59.00', '39.00', 'published', 'no', '5.00', '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:15:43', '2022-10-25 09:21:47'), (6, 231, '627fba7901443.jpg', 'https://www.youtube.com/watch?v=_lyzy-vChh4', '627fba7901a5d.jpg', 'premium', '159.00', '99.00', 'published', 'no', NULL, '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:19:37', '2022-05-13 20:33:19'), (7, 231, '627fbcdeda058.jpg', 'https://www.youtube.com/watch?v=bixR-KIJKYM', '627fbcdeda428.jpg', 'free', NULL, NULL, 'published', 'no', NULL, '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:29:50', '2022-05-13 20:32:46'), (8, 231, '627fbd884ef09.jpg', 'https://www.youtube.com/watch?v=bixR-KIJKYM', '627fbd884f2f4.jpg', 'premium', '89.00', '69.00', 'published', 'no', NULL, '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:32:40', '2022-05-13 20:32:47'), (9, 231, '627fbe68aa0d5.jpg', 'https://www.youtube.com/watch?v=bixR-KIJKYM', '627fbe68aa6fe.jpg', 'premium', '99.00', '79.00', 'published', 'no', NULL, '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:36:24', '2022-05-13 20:39:42'), (10, 231, '627fbf27aecde.jpg', 'https://www.youtube.com/watch?v=gOaUbPgww5M', '627fbf27af1db.jpg', 'premium', '129.00', '89.00', 'published', 'no', NULL, '00:00:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 20:39:35', '2022-05-13 20:39:40'), (11, 231, '6280c0410f740.png', 'https://www.youtube.com/watch?v=XBj_le81sAc', '6280c0410f929.jpg', 'premium', '99.00', '69.00', 'published', 'yes', '4.00', '00:00:00', 1, 1, 1, '50.00', 'Certicate of Completion', 'This is to certify that {name} successfully completed {duration} of {title} on {date}', '2022-05-14 14:56:33', '2022-07-29 19:35:06'), (12, 231, '627fb5112a63b.jpg', 'https://www.youtube.com/watch?v=mISRTGYtWVs', '6280e90e409c5.jpg', 'premium', '149.00', '90.00', 'published', 'no', '2.00', '00:01:00', 1, 1, 0, '0.00', NULL, NULL, '2022-05-13 19:56:33', '2022-11-21 15:03:50'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_categories` -- CREATE TABLE `user_course_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) DEFAULT NULL, `serial_number` int(11) DEFAULT NULL, `is_featured` 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 `user_course_categories` -- INSERT INTO `user_course_categories` (`id`, `user_id`, `language_id`, `icon`, `color`, `name`, `slug`, `status`, `serial_number`, `is_featured`, `created_at`, `updated_at`) VALUES (41, 231, 256, 'fas fa-desktop', 'FF154C', 'Software Development', 'software-development', 1, 1, 1, '2022-05-13 16:11:10', '2022-05-14 12:57:41'), (42, 231, 256, 'fas fa-paint-roller', 'D479FF', 'Web Design', 'web-design', 1, 2, 1, '2022-05-13 16:13:14', '2022-05-14 12:57:43'), (43, 231, 256, 'far fa-chart-bar', '6CDABD', 'Digital Marketting', 'digital-marketting', 1, 3, 1, '2022-05-13 16:14:24', '2022-05-14 12:57:45'), (44, 231, 256, 'far fa-smile', '2687FF', 'Personal Development', 'personal-development', 1, 4, 1, '2022-05-13 16:15:36', '2022-05-14 12:57:47'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_enrolments` -- CREATE TABLE `user_course_enrolments` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `order_id` bigint(20) NOT NULL, `billing_first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_contact_number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_address` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_city` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_state` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_country` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `course_price` decimal(8,2) DEFAULT NULL, `discount` decimal(8,2) DEFAULT NULL, `grand_total` decimal(8,2) DEFAULT NULL, `currency_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_text_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_symbol` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_symbol_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gateway_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `attachment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoice` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_course_enrolments` -- INSERT INTO `user_course_enrolments` (`id`, `user_id`, `customer_id`, `course_id`, `order_id`, `billing_first_name`, `billing_last_name`, `billing_email`, `billing_contact_number`, `billing_address`, `billing_city`, `billing_state`, `billing_country`, `course_price`, `discount`, `grand_total`, `currency_text`, `currency_text_position`, `currency_symbol`, `currency_symbol_position`, `payment_method`, `gateway_type`, `payment_status`, `attachment`, `invoice`, `created_at`, `updated_at`, `conversation_id`) VALUES (1, 231, 82, 12, 1689651536, 'Abu', 'Farhan', 'farhanbokkor@gmail.com', '01868362878', '11/64 Dogair Bazar', 'Demra, Dhaka.', 'Dhaka', 'Bangladesh', '90.00', NULL, '90.00', 'USD', NULL, '$', 'left', 'PayPal', 'online', 'completed', NULL, '1689651536.pdf', '2023-07-17 21:38:56', '2023-07-17 21:38:57', NULL), (2, 231, 82, 11, 1689651608, 'Abu', 'Farhan', 'farhanbokkor@gmail.com', '01868362878', '11/64 Dogair Bazar', 'Demra, Dhaka.', 'Dhaka', 'Bangladesh', '69.00', NULL, '69.00', 'USD', NULL, '$', 'left', 'AB Bank', 'offline', 'completed', '3cf3851e0a6b630bc2ed6b6e500be2ab0e46c62b.png', '1689651608.pdf', '2023-07-17 21:40:08', '2023-07-17 22:05:01', NULL), (3, 231, 85, 12, 1704955438, 'Fahad', 'Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'North Carolina', 'Bangladesh', '90.00', NULL, '90.00', 'INR', 'left', '$', 'left', 'PhonePe', 'online', 'completed', NULL, '1704955438.pdf', '2024-01-11 00:43:58', '2024-01-11 00:43:59', NULL), (4, 231, 85, 6, 1704955636, 'Fahad', 'Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'North Carolina', 'Bangladesh', '99.00', NULL, '99.00', 'INR', 'left', '$', 'left', 'PhonePe', 'online', 'completed', NULL, '1704955636.pdf', '2024-01-11 00:47:16', '2024-01-11 00:47:16', NULL), (5, 231, 85, 10, 1704955719, 'Fahad', 'Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'North Carolina', 'Bangladesh', '89.00', NULL, '89.00', 'INR', 'left', '$', 'left', 'PhonePe', 'online', 'completed', NULL, '1704955719.pdf', '2024-01-11 00:48:39', '2024-01-11 00:48:40', NULL), (6, 231, 85, 11, 1704962749, 'Fahad', 'Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'North Carolina', 'Bangladesh', '69.00', NULL, '69.00', 'INR', 'left', '$', 'left', 'PhonePe', 'online', 'completed', NULL, '1704962749.pdf', '2024-01-11 02:45:49', '2024-01-11 02:45:50', NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_course_faqs` -- CREATE TABLE `user_course_faqs` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `question` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `answer` text COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) 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 `user_course_faqs` -- INSERT INTO `user_course_faqs` (`id`, `user_id`, `course_id`, `language_id`, `question`, `answer`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 1, 1, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (2, 1, 1, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (3, 1, 1, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (4, 1, 1, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (5, 1, 1, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (6, 1, 1, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (7, 1, 10, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (8, 1, 10, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (9, 1, 10, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (10, 1, 10, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (11, 1, 10, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (12, 1, 10, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (13, 1, 9, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (14, 1, 9, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (15, 1, 9, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (16, 1, 9, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (17, 1, 9, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (18, 1, 9, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (19, 1, 8, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (20, 1, 8, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (21, 1, 8, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (22, 1, 8, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (23, 1, 8, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (24, 1, 8, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (25, 1, 7, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (26, 1, 7, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (27, 1, 7, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (28, 1, 7, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (29, 1, 7, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (30, 1, 7, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (31, 1, 6, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (32, 1, 6, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (33, 1, 6, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (34, 1, 6, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (35, 1, 6, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (36, 1, 6, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (37, 1, 5, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (38, 1, 5, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (39, 1, 5, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (40, 1, 5, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (41, 1, 5, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (42, 1, 5, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (43, 1, 4, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (44, 1, 4, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (45, 1, 4, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (46, 1, 4, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (47, 1, 4, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (48, 1, 4, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (49, 1, 3, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (50, 1, 3, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (51, 1, 3, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (52, 1, 3, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (53, 1, 3, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (54, 1, 3, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (55, 1, 12, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (56, 1, 12, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (57, 1, 12, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (58, 1, 12, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (59, 1, 12, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (60, 1, 12, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (61, 1, 11, 53, 'Fusce pellentesque suscipit nibh ?', 'Praesent dapibus, neque id cursus faucibus, tortor neque egestas auguae, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus.', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (62, 1, 11, 53, 'Nunc dignissim risus id metus ?', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh, viverra non, semper suscipit, posuere a, pede.', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (63, 1, 11, 53, 'Donec quis dui at dolor tempor interdum ?', 'Morbi in sem quis dui placerat ornare. Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu. Cras consequat.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'), (64, 1, 11, 54, 'فوسكي pellentesque suscipit nibh؟', 'البروتين الحالي ، ولا مجرى الحلق ، ولا حاجة الجلاد للبشر ، كان عملًا رائعًا للحوم البقر. ربما كانت عطلة نهاية الأسبوع. لشعبي ، الذين بدأوا ، طبقة العبارة ، الحزن السهل ، الخوف', 1, '2022-05-14 16:40:26', '2022-05-14 16:40:26'), (65, 1, 11, 54, 'الآن هذا هو أفضل خوف؟', 'الألم نفسه هو الحب ، ألم الزبون. حتى أكره كل عطلة نهاية الأسبوع الكثير من eros كان العرض قبيحًا كما كان. الجرة', 2, '2022-05-14 16:40:49', '2022-05-14 16:40:49'), (66, 1, 11, 54, 'حتى ذلك الحين من يستحق الألم', 'المرض في التلفزيون هو تزيين المسكن. Pellentesque odio nisi ، euismod in ، pharetra a ، ultricies in ، Diam. لكن القوس. عواقب الغد.', 3, '2022-05-14 16:41:13', '2022-05-14 16:41:13'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_informations` -- CREATE TABLE `user_course_informations` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `course_category_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `instructor_id` bigint(20) UNSIGNED DEFAULT NULL, `features` text COLLATE utf8mb4_unicode_ci, `description` blob, `meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description` text COLLATE utf8mb4_unicode_ci, `thanks_page_content` blob, `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_course_informations` -- INSERT INTO `user_course_informations` (`id`, `user_id`, `language_id`, `course_category_id`, `course_id`, `title`, `slug`, `instructor_id`, `features`, `description`, `meta_keywords`, `meta_description`, `thanks_page_content`, `created_at`, `updated_at`) VALUES (1, 231, 256, 41, 1, 'Full Stack Web Development Course - HTML, CSS, JS, PHP', 'full-stack-web-development-course---html-css-js-php', 18, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 18:35:30', '2022-05-13 18:35:30'), (4, 231, 256, 41, 12, 'Laravel Full Course with Real World Project - Model, View, Controller', 'laravel-full-course-with-real-world-project---model-view-controller', 19, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 19:56:33', '2022-05-13 19:56:33'), (6, 231, 256, 41, 3, 'Mobile App Development with React Native, Hybrid Mobile App', 'mobile-app-development-with-react-native-hybrid-mobile-app', 20, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:05:01', '2022-05-13 20:05:01'), (8, 231, 256, 42, 4, 'Build Landing Page Website with HTML, CSS, Javascript', 'build-landing-page-website-with-html-css-javascript', 21, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:11:00', '2022-05-13 20:11:00'), (10, 231, 256, 42, 5, 'Responsive Website Design with Media Query CSS', 'responsive-website-design-with-media-query-css', 18, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:15:43', '2022-05-13 20:15:43'); INSERT INTO `user_course_informations` (`id`, `user_id`, `language_id`, `course_category_id`, `course_id`, `title`, `slug`, `instructor_id`, `features`, `description`, `meta_keywords`, `meta_description`, `thanks_page_content`, `created_at`, `updated_at`) VALUES (12, 231, 256, 42, 6, 'Full UI/UX Design - Adobe Photoshop, Figma, XD', 'full-uiux-design---adobe-photoshop-figma-xd', 19, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:19:37', '2022-05-13 20:19:37'), (14, 231, 256, 43, 7, 'Online Marketing For Your Local Business Made Simple', 'online-marketing-for-your-local-business-made-simple', 20, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:29:50', '2022-05-13 20:29:50'), (16, 231, 256, 43, 8, 'Social Media Marketting - Facebook, Website, Instagram, Google', 'social-media-marketting---facebook-website-instagram-google', 21, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:32:40', '2022-05-13 20:32:40'), (18, 231, 256, 43, 9, 'Business Branding - Website, Facebook, Google, Instagram', 'business-branding---website-facebook-google-instagram', 21, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:36:24', '2022-05-13 20:36:24'), (20, 231, 256, 44, 10, 'How to Become Super Productive & Own Super Focus', 'how-to-become-super-productive-&-own-super-focus', 18, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-13 20:39:35', '2022-05-13 20:39:35'); INSERT INTO `user_course_informations` (`id`, `user_id`, `language_id`, `course_category_id`, `course_id`, `title`, `slug`, `instructor_id`, `features`, `description`, `meta_keywords`, `meta_description`, `thanks_page_content`, `created_at`, `updated_at`) VALUES (22, 231, 256, 41, 11, 'PHP Web Development Course with Real World Project', 'php-web-development-course-with-real-world-project', 19, '28.5 hours on-demand video\r\n14 articles\r\n66 downloadable resources\r\nFull lifetime access\r\nAccess on mobile and TV\r\nCertificate of completion', 0x3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e5365642075742070657273706963696174697320756e6465206f6d6e69732069737465206e61747573206572726f722073697420766f6c7570746174656d206163637573616e7469756d20646f6c6f72656d717565206c617564616e7469756d2c20746f74616d2072656d206170657269616d2c2065617175652069707361207175616520616220696c6c6f20696e76656e746f726520766572697461746973206574207175617369206172636869746563746f206265617461652076697461652064696374612073756e74206578706c696361626f2e204e656d6f20656e696d20697073616d20766f6c7570746174656d207175696120766f6c7570746173207369742061737065726e6174757220617574206f646974206175742066756769742c20736564207175696120636f6e73657175756e747572206d61676e6920646f6c6f72657320656f732071756920726174696f6e6520766f6c7570746174656d207365717569206e65736369756e742e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e4e6571756520706f72726f20717569737175616d206573742c2071756920646f6c6f72656d20697073756d207175696120646f6c6f722073697420616d65742c20636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d226c696e652d6865696768743a312e363b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b666f6e742d73697a653a313870783b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e526571756972656d656e74733a3c2f7370616e3e3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e7365637465747565722061646970697363696e6720656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e416c697175616d2074696e636964756e74206d61757269732065752072697375732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e57686174207468697320636f75736520636f766572733a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e636f6e73656374657475722c2061646970697363692076656c69742c207365642071756961206e6f6e206e756d7175616d2065697573206d6f64692074656d706f726120696e636964756e74207574206c61626f726520657420646f6c6f7265206d61676e616d20616c697175616d207175616572617420766f6c7570746174656d2e20557420656e696d206164206d696e696d612076656e69616d2c2071756973206e6f737472756d20657865726369746174696f6e656d20756c6c616d20636f72706f726973207375736369706974206c61626f72696f73616d2c206e69736920757420616c697175696420657820656120636f6d6d6f646920636f6e73657175617475723f205175697320617574656d2076656c2065756d206975726520726570726568656e64657269742071756920696e20656120766f6c7570746174652076656c69742065737365207175616d206e6968696c206d6f6c65737469616520636f6e73657175617475722c2076656c20696c6c756d2071756920646f6c6f72656d2065756d206675676961742071756f20766f6c7570746173206e756c6c612070617269617475723c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c6272202f3e3c2f7370616e3e3c2f703e3c70207374796c653d22666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d7374796c653a696e68657269743b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b223e576861742077696c6c20796f75206c6561726e3a3c2f7370616e3e3c2f703e3c756c3e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a313b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e3c7370616e207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b223e566573746962756c756d20617563746f722064617069627573206e657175652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e4e756e63206469676e697373696d207269737573206964206d657475732e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e43726173206f726e6172652074726973746971756520656c69742e3c2f6c693e3c6c69207374796c653d22666f6e742d7374796c653a696e68657269743b666f6e742d7765696768743a696e68657269743b666f6e742d73697a653a313870783b6c696e652d6865696768743a323870783b666f6e742d66616d696c793a73746f6c7a6c2c2073616e732d73657269663b223e566976616d757320766573746962756c756d206e74756c6c61206e656320616e74653c2f6c693e3c2f756c3e, NULL, NULL, NULL, '2022-05-14 14:56:33', '2022-05-14 14:56:33'), (74, 245, 277, 65, 13, 'Illo commodo ut prov', 'illo-commodo-ut-prov', 42, 'Illo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut provIllo commodo ut prov', 0x496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76496c6c6f20636f6d6d6f646f2075742070726f76, NULL, NULL, NULL, '2024-02-27 23:41:31', '2024-02-27 23:41:31'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_instructors` -- CREATE TABLE `user_course_instructors` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `image` text COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `occupation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `is_featured` int(11) 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 `user_course_instructors` -- INSERT INTO `user_course_instructors` (`id`, `user_id`, `language_id`, `image`, `name`, `occupation`, `description`, `is_featured`, `created_at`, `updated_at`) VALUES (18, 231, 256, '627f986a6f94a.jpg', 'John Doe', 'Web Developer, Businesso', '<p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est</span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><br /></span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><b>Specialities:</b></span></p><ul><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Lorem ipsum dolor sit amet, </li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">consectetuer adipiscing elit.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Aliquam tincidunt mauris eu risus.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Vestibulum auctor dapibus neque.</li></ul><p><br /></p>', 1, '2022-05-13 17:54:18', '2022-05-14 12:42:25'), (19, 231, 256, '627f9a5c31ed3.jpg', 'Jack Oram', 'UI/UX Designer, Profilex', '<p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est</span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><br /></span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><b>Specialities:</b></span></p><ul><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Lorem ipsum dolor sit amet, </li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">consectetuer adipiscing elit.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Aliquam tincidunt mauris eu risus.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Vestibulum auctor dapibus neque.</li></ul><p><br /></p>', 1, '2022-05-13 17:54:18', '2022-05-14 12:42:27'), (20, 231, 256, '627f9a6a49c88.jpg', 'Nicolo Zaniolo', 'Fitness Coach, Superv', '<p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est</span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><br /></span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><b>Specialities:</b></span></p><ul><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Lorem ipsum dolor sit amet, </li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">consectetuer adipiscing elit.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Aliquam tincidunt mauris eu risus.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Vestibulum auctor dapibus neque.</li></ul><p><br /></p>', 1, '2022-05-13 17:54:18', '2022-05-14 12:42:29'), (21, 231, 256, '6280a21a98e22.png', 'Nicolo Barella', 'Web Designer, PlusAgency', '<p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est</span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><br /></span></p><p><span style=\"font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;font-size:18px;\"><b>Specialities:</b></span></p><ul><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Lorem ipsum dolor sit amet, </li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">consectetuer adipiscing elit.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Aliquam tincidunt mauris eu risus.</li><li style=\"font-style:inherit;font-weight:inherit;font-size:18px;line-height:28px;\">Vestibulum auctor dapibus neque.</li></ul><p><br /></p>', 0, '2022-05-13 17:54:18', '2022-05-14 12:47:54'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_instructor_social_links` -- CREATE TABLE `user_course_instructor_social_links` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `instructor_id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) 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 `user_course_instructor_social_links` -- INSERT INTO `user_course_instructor_social_links` (`id`, `user_id`, `instructor_id`, `icon`, `url`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 231, 18, 'fab fa-linkedin-in', 'http://example.com/', 1, '2022-05-13 17:55:10', '2022-05-13 17:55:10'), (2, 231, 18, 'fab fa-instagram', 'http://example.com/', 2, '2022-05-13 17:55:20', '2022-05-13 17:55:20'), (3, 231, 18, 'fab fa-facebook-f', 'http://example.com/', 3, '2022-05-13 17:55:28', '2022-05-13 17:55:28'), (4, 231, 19, 'fab fa-linkedin-in', 'http://example.com/', 1, '2022-05-13 17:55:10', '2022-05-13 17:55:10'), (5, 231, 19, 'fab fa-instagram', 'http://example.com/', 2, '2022-05-13 17:55:20', '2022-05-13 17:55:20'), (6, 231, 19, 'fab fa-facebook-f', 'http://example.com/', 3, '2022-05-13 17:55:28', '2022-05-13 17:55:28'), (7, 231, 20, 'fab fa-linkedin-in', 'http://example.com/', 1, '2022-05-13 17:55:10', '2022-05-13 17:55:10'), (8, 231, 20, 'fab fa-instagram', 'http://example.com/', 2, '2022-05-13 17:55:20', '2022-05-13 17:55:20'), (9, 231, 20, 'fab fa-facebook-f', 'http://example.com/', 3, '2022-05-13 17:55:28', '2022-05-13 17:55:28'), (10, 231, 21, 'fab fa-linkedin-in', 'http://example.com/', 1, '2022-05-13 17:55:10', '2022-05-13 17:55:10'), (11, 231, 21, 'fab fa-instagram', 'http://example.com/', 2, '2022-05-13 17:55:20', '2022-05-13 17:55:20'), (12, 231, 21, 'fab fa-facebook-f', 'http://example.com/', 3, '2022-05-13 17:55:28', '2022-05-13 17:55:28'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_modules` -- CREATE TABLE `user_course_modules` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `course_information_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) NOT NULL, `duration` time NOT NULL DEFAULT '00:00:00', `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_course_modules` -- INSERT INTO `user_course_modules` (`id`, `user_id`, `language_id`, `course_information_id`, `title`, `status`, `serial_number`, `duration`, `created_at`, `updated_at`) VALUES (1, 231, 256, 4, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-07-20 11:53:33'), (3, 231, 256, 4, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (4, 231, 256, 4, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (5, 231, 256, 4, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (6, 231, 256, 4, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (17, 231, 256, 1, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (18, 231, 256, 1, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (19, 231, 256, 1, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (20, 231, 256, 1, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (21, 231, 256, 1, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (28, 231, 256, 22, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (29, 231, 256, 22, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (30, 231, 256, 22, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (31, 231, 256, 22, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (37, 231, 256, 20, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (38, 231, 256, 20, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (39, 231, 256, 20, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (40, 231, 256, 20, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (41, 231, 256, 20, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (47, 231, 53, 18, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (48, 231, 256, 18, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (49, 231, 256, 18, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (50, 231, 256, 18, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (51, 231, 256, 18, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (52, 231, 54, 19, 'الخطوات الأولى', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (57, 231, 256, 16, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (58, 231, 256, 16, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (59, 231, 256, 16, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (60, 231, 256, 16, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (61, 231, 256, 16, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (67, 231, 256, 14, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (68, 231, 256, 14, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (69, 231, 256, 14, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (70, 231, 256, 14, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (71, 231, 256, 14, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (72, 231, 54, 15, 'الخطوات الأولى', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (77, 231, 256, 12, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (78, 231, 256, 12, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (79, 231, 256, 12, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (80, 231, 256, 12, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (81, 231, 256, 12, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (87, 231, 256, 10, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (88, 231, 256, 10, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (89, 231, 256, 10, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (90, 231, 256, 10, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (91, 231, 256, 10, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (97, 231, 256, 8, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (98, 231, 256, 8, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (99, 231, 256, 8, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (100, 231, 256, 8, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (101, 231, 256, 8, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'), (107, 231, 256, 6, 'The first steps', 'published', 1, '00:01:00', '2022-05-14 17:26:28', '2022-05-14 18:18:17'), (108, 231, 256, 6, 'Local Environment Setup', 'published', 3, '00:00:00', '2022-05-14 17:27:00', '2022-05-14 17:30:27'), (109, 231, 256, 6, 'Laravel Fundamentals - Routes', 'published', 4, '00:00:00', '2022-05-14 17:27:16', '2022-05-14 17:27:16'), (110, 231, 256, 6, 'Laravel Fundamentals - Controllers', 'published', 5, '00:00:00', '2022-05-14 17:27:33', '2022-05-14 17:27:33'), (111, 231, 256, 6, 'Laravel Fundamentals - Views', 'published', 6, '00:00:00', '2022-05-14 17:27:56', '2022-05-14 17:27:56'); -- -------------------------------------------------------- -- -- Table structure for table `user_course_reviews` -- CREATE TABLE `user_course_reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `rating` smallint(6) 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_custom_domains` -- CREATE TABLE `user_custom_domains` ( `id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `requested_domain` varchar(255) DEFAULT NULL, `current_domain` varchar(255) DEFAULT NULL, `status` tinyint(4) NOT NULL COMMENT '0 - Pending, 1 - Connected, 2 - Rejected, 3 - Removed', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_custom_domains` -- INSERT INTO `user_custom_domains` (`id`, `user_id`, `requested_domain`, `current_domain`, `status`, `created_at`, `updated_at`) VALUES (5, 169, 'easttex.xyz', '0', 1, '2022-04-06 06:34:36', '2022-04-06 06:35:03'), (6, 230, 'botique.online', '0', 1, '2023-01-18 05:59:47', '2023-01-18 06:00:51'); -- -------------------------------------------------------- -- -- Table structure for table `user_donations` -- CREATE TABLE `user_donations` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `goal_amount` double NOT NULL, `min_amount` double NOT NULL, `custom_amount` longtext COLLATE utf8mb4_unicode_ci, `image` longtext COLLATE utf8mb4_unicode_ci, `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_donations` -- INSERT INTO `user_donations` (`id`, `user_id`, `goal_amount`, `min_amount`, `custom_amount`, `image`, `created_at`, `updated_at`) VALUES (1, 233, 23000, 15, '15,20,25,30,40,50', '0d5288b528925f838cea518d9ed6ced481c2cc71.jpg', '2023-06-19 06:54:44', '2023-06-19 06:54:44'), (2, 233, 25000, 50, '50,60,80,100', 'b753d0061c6f7ec68d879366764ab744c0c84e9e.jpg', '2023-06-19 07:01:09', '2023-06-19 07:01:09'), (3, 233, 3368, 25, '30,35,40,50,60', '557cdd40aabba33ed184ecbae3619c216b723dfb.jpg', '2023-06-19 07:03:21', '2023-06-19 07:03:21'), (4, 233, 3524, 25, '30,40,50,60,80', '993252e7b90a2c7dff2991e8b2f6fb95a75d70cf.jpg', '2023-06-19 07:06:02', '2023-06-19 07:06:02'), (5, 233, 2700, 20, '30,40,50,60,70', '692ad65ff08e9e7e3353943679825fda8f9d9a3d.jpg', '2023-06-19 07:12:16', '2023-06-19 07:12:16'), (6, 233, 3129, 30, '40,50,60,70,100', '458730bc2e0b3ce2ad2a0c894c6ca94492bc7c6a.jpg', '2023-06-19 07:13:33', '2023-06-19 07:13:33'); -- -------------------------------------------------------- -- -- Table structure for table `user_donation_categories` -- CREATE TABLE `user_donation_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_description` mediumtext COLLATE utf8mb4_unicode_ci, `serial_number` int(11) NOT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_featured` int(11) DEFAULT '0' COMMENT '1= featured, 0= none' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_donation_categories` -- INSERT INTO `user_donation_categories` (`id`, `user_id`, `language_id`, `name`, `slug`, `icon`, `image`, `short_description`, `serial_number`, `status`, `created_at`, `updated_at`, `is_featured`) VALUES (1, 233, 259, 'Medical', 'medical', 'fas fa-pills', '790c341904d006f67c4977f8ba6fe877169b4f9e.jpg', 'Does that flyin brought give god midst behold place', 1, 1, '2023-06-19 06:31:25', '2023-06-19 06:31:25', 1), (2, 233, 259, 'Education', 'education', 'fas fa-book', 'c80298efb10033d6d135e1665df1761d2ace6d62.jpg', 'Does that flyin brought give god midst behold place', 2, 1, '2023-06-19 06:32:20', '2023-06-19 06:32:20', 1), (3, 233, 259, 'Animal', 'animal', 'fas fa-paw', 'f2f9b28996ab71c24f59fd744d1232fc7566a637.jpg', 'Does that flyin brought give god midst behold place', 3, 1, '2023-06-19 06:33:06', '2023-06-19 06:33:06', 1), (4, 233, 259, 'Health', 'health', 'fas fa-heartbeat', 'bf218d55a36a6729f8bc80429afeb511d35b5d6f.jpg', 'Does that flyin brought give god midst behold place', 4, 1, '2023-06-19 06:33:39', '2023-06-19 06:33:39', 1); -- -------------------------------------------------------- -- -- Table structure for table `user_donation_contents` -- CREATE TABLE `user_donation_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `donation_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `donation_category_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `meta_keywords` longtext COLLATE utf8mb4_unicode_ci, `meta_description` longtext COLLATE utf8mb4_unicode_ci, `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_donation_contents` -- INSERT INTO `user_donation_contents` (`id`, `user_id`, `donation_id`, `language_id`, `donation_category_id`, `title`, `slug`, `content`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (1, 233, 1, 259, 4, 'Need Clean Water', 'need-clean-water', '<p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\">Them above green place won fly form male him. Divided beast moveth yielding saying his of lesser itself him give life his great. There moveth green blessed likeness years earth. After of cattle a wherein you\'re after he that lesser sixth firmament fourth earth seed form appear fruitful.</p><h3 style=\"font-weight:400;line-height:1.2;font-size:27px;font-family:Vidaloka, serif;color:rgb(25,25,25);\">Summary</h3><p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\">Night bring years have image make all fruitful good fifth all i beast unto which let she\'d. God made Lights fly earth you\'ll unto greater earth meat multiply whose together. Light very lesser given he sea. Void god replenish fifth you\'ll place a they\'re they under.</p><p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\"><img src=\"http://businesso.test/assets/front/img/summernote/64904fcdb3b5d.jpg\" style=\"width:100%;\" alt=\"64904fcdb3b5d.jpg\" /><br /></p><h3 style=\"font-weight:400;line-height:1.2;font-size:27px;font-family:Vidaloka, serif;color:rgb(25,25,25);\">Challenges</h3><p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\">Event is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which</p><h3 style=\"font-weight:400;line-height:1.2;font-size:27px;font-family:Vidaloka, serif;color:rgb(25,25,25);\">Future Plan</h3><p style=\"color:rgb(100,100,100);font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;\">Becon is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p>', NULL, NULL, '2023-06-19 06:54:44', '2023-06-19 06:54:44'), (3, 233, 2, 259, 1, 'Provide Health Food', 'provide-health-food', '<p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Them above green place won fly form male him. Divided beast moveth yielding saying his of lesser itself him give life his great. There moveth green blessed likeness years earth. After of cattle a wherein you\'re after he that lesser sixth firmament fourth earth seed form appear fruitful.</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Summary</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Night bring years have image make all fruitful good fifth all i beast unto which let she\'d. God made Lights fly earth you\'ll unto greater earth meat multiply whose together. Light very lesser given he sea. Void god replenish fifth you\'ll place a they\'re they under.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><img src=\"http://businesso.test/assets/front/img/summernote/64904fcdb3b5d.jpg\" alt=\"64904fcdb3b5d.jpg\" style=\"width:939.656px;\" /><br /></p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Challenges</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Event is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Future Plan</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Becon is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p>', NULL, NULL, '2023-06-19 07:01:09', '2023-06-19 07:01:09'), (5, 233, 3, 259, 3, 'Clothes For Everyone', 'clothes-for-everyone', '<p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Them above green place won fly form male him. Divided beast moveth yielding saying his of lesser itself him give life his great. There moveth green blessed likeness years earth. After of cattle a wherein you\'re after he that lesser sixth firmament fourth earth seed form appear fruitful.</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Summary</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Night bring years have image make all fruitful good fifth all i beast unto which let she\'d. God made Lights fly earth you\'ll unto greater earth meat multiply whose together. Light very lesser given he sea. Void god replenish fifth you\'ll place a they\'re they under.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><img src=\"http://businesso.test/assets/front/img/summernote/64904fcdb3b5d.jpg\" alt=\"64904fcdb3b5d.jpg\" style=\"width:939.656px;\" /><br /></p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Challenges</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Event is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Future Plan</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Becon is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p>', NULL, NULL, '2023-06-19 07:03:21', '2023-06-19 07:03:21'), (7, 233, 4, 259, 2, 'Children Education', 'children-education', '<p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Them above green place won fly form male him. Divided beast moveth yielding saying his of lesser itself him give life his great. There moveth green blessed likeness years earth. After of cattle a wherein you\'re after he that lesser sixth firmament fourth earth seed form appear fruitful.</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Summary</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Night bring years have image make all fruitful good fifth all i beast unto which let she\'d. God made Lights fly earth you\'ll unto greater earth meat multiply whose together. Light very lesser given he sea. Void god replenish fifth you\'ll place a they\'re they under.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><br /></p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Challenges</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Event is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><br /></p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><img src=\"http://businesso.test/assets/front/img/summernote/649052691059b.jpg\" style=\"width:956.656px;\" alt=\"649052691059b.jpg\" /></p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><br /></p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Future Plan</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Becon is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p>', NULL, NULL, '2023-06-19 07:06:02', '2023-06-19 07:06:02'), (9, 233, 5, 259, 3, 'Donate For Homeless', 'donate-for-homeless', '<p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Them above green place won fly form male him. Divided beast moveth yielding saying his of lesser itself him give life his great. There moveth green blessed likeness years earth. After of cattle a wherein you\'re after he that lesser sixth firmament fourth earth seed form appear fruitful.</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Summary</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Night bring years have image make all fruitful good fifth all i beast unto which let she\'d. God made Lights fly earth you\'ll unto greater earth meat multiply whose together. Light very lesser given he sea. Void god replenish fifth you\'ll place a they\'re they under.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><img src=\"http://businesso.test/assets/front/img/summernote/64904fcdb3b5d.jpg\" alt=\"64904fcdb3b5d.jpg\" style=\"width:939.656px;\" /><br /></p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Challenges</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Event is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Future Plan</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Becon is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p>', NULL, NULL, '2023-06-19 07:12:16', '2023-06-19 07:12:16'), (10, 233, 6, 259, 4, 'Food For Orphan', 'food-for-orphan', '<p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Them above green place won fly form male him. Divided beast moveth yielding saying his of lesser itself him give life his great. There moveth green blessed likeness years earth. After of cattle a wherein you\'re after he that lesser sixth firmament fourth earth seed form appear fruitful.</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Summary</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Night bring years have image make all fruitful good fifth all i beast unto which let she\'d. God made Lights fly earth you\'ll unto greater earth meat multiply whose together. Light very lesser given he sea. Void god replenish fifth you\'ll place a they\'re they under.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\"><img src=\"http://businesso.test/assets/front/img/summernote/64904fcdb3b5d.jpg\" alt=\"64904fcdb3b5d.jpg\" style=\"width:939.656px;\" /><br /></p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Challenges</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Event is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Living is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heaven so unto. Likeness very seasons creeping meat, made which</p><h3 style=\"font-family:Vidaloka, serif;font-weight:400;line-height:1.2;color:rgb(25,25,25);font-size:27px;\">Future Plan</h3><p style=\"font-family:\'IBM Plex Sans\', sans-serif;font-size:16px;color:rgb(100,100,100);\">Becon is heaven wherein after, may she yielding fruit for thing itself fill he saying over there whos heven so unto. Likeness very seasons creeping meat, made which lights they\'re created. Open beast gathering moving behold second can man. Was shall days there. Let. Were moveth signs likeness divide subdue fly night whales to. Hath divide creepeth is won life subdue.</p>', NULL, NULL, '2023-06-19 07:13:34', '2023-06-19 07:13:34'); -- -------------------------------------------------------- -- -- Table structure for table `user_donation_details` -- CREATE TABLE `user_donation_details` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `donation_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'anonymous', `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'anonymous', `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'xxxxxxxxxxxx', `amount` decimal(11,2) NOT NULL DEFAULT '0.00', `currency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_position` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'right', `currency_symbol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_symbol_position` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'left', `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoice` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receipt` longtext COLLATE utf8mb4_unicode_ci, `transaction_details` longtext COLLATE utf8mb4_unicode_ci, `bex_details` longtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_donation_details` -- INSERT INTO `user_donation_details` (`id`, `user_id`, `donation_id`, `customer_id`, `name`, `email`, `phone`, `amount`, `currency`, `currency_position`, `currency_symbol`, `currency_symbol_position`, `payment_method`, `transaction_id`, `status`, `invoice`, `receipt`, `transaction_details`, `bex_details`, `created_at`, `updated_at`, `conversation_id`) VALUES (1, 233, 6, 80, 'Haris', 'haris@gmail.com', '124548447641', '150.00', 'USD', 'left', '$', 'left', 'PayPal', '64905a382134f', 'completed', '64905a382134f.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-06-19 07:38:00', '2023-06-19 07:38:01', NULL), (2, 233, 3, 80, 'Haris', 'haris@gmail.com', '124548447641', '35.00', 'USD', 'left', '$', 'left', 'Stripe', '64905a89e33c0', 'completed', '64905a89e33c0.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-06-19 07:39:21', '2023-06-19 07:39:22', NULL), (3, 233, 5, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '20.00', 'USD', 'left', '$', 'left', 'AB Bank', '64b619fbe48a8', 'completed', '64b619fbe48a8.pdf', '8b032482ad846bc945a009db5e775bd67fd457b3.jpg', 'offline', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 22:50:03', '2023-07-17 23:12:15', NULL), (4, 233, 5, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '20.00', 'USD', 'left', '$', 'left', 'AB Bank', '64b61b4075197', 'completed', '64b61b4075197.pdf', '6ad5a3a92ad713fbcee257491d67f2295065b85e.jpg', 'offline', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 22:55:28', '2023-07-17 23:30:22', NULL), (5, 233, 5, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '20.00', 'USD', 'left', '$', 'left', 'PayPal', '64b622f3c52ee', 'completed', '64b622f3c52ee.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 23:28:19', '2023-07-17 23:28:19', NULL), (6, 233, 6, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '30.00', 'USD', 'left', '$', 'left', 'PayPal', '64b6239a1df75', 'completed', '64b6239a1df75.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 23:31:06', '2023-07-17 23:31:06', NULL), (7, 233, 4, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '30.00', 'USD', 'left', '$', 'left', 'PayPal', '64b6245b239d9', 'completed', '64b6245b239d9.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 23:34:19', '2023-07-17 23:34:19', NULL), (8, 233, 3, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '30.00', 'USD', 'left', '$', 'left', 'PayPal', '64b624d6d63c5', 'completed', '64b624d6d63c5.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 23:36:22', '2023-07-17 23:36:22', NULL), (9, 233, 1, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '40.00', 'USD', 'left', '$', 'left', 'PayPal', '64b625710ce50', 'completed', '64b625710ce50.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-17 23:38:57', '2023-07-17 23:38:57', NULL), (10, 233, 1, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '50.00', 'USD', 'left', '$', 'left', 'PayPal', '64b62ca830952', 'completed', '64b62ca830952.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-18 00:09:44', '2023-07-18 00:09:44', NULL), (11, 233, 2, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '100.00', 'USD', 'left', '$', 'left', 'PayPal', '64b6386c0354e', 'completed', '64b6386c0354e.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-07-18 00:59:56', '2023-07-18 00:59:56', NULL), (12, 233, 6, NULL, 'anonymous', 'anoymous', 'anoymous', '40.00', 'USD', 'left', '$', 'left', 'AB Bank', '65067a085e448', 'completed', '65067a085e448.pdf', 'ba1bafeda19afa604131b9d0b39d95597d1062a1.png', 'offline', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-09-16 22:01:12', '2023-09-16 22:27:56', NULL), (13, 233, 5, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '20.00', 'USD', 'left', '$', 'left', 'PayPal', '6506806747bb8', 'completed', '6506806747bb8.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-09-16 22:28:23', '2023-09-16 22:28:23', NULL), (14, 233, 5, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '20.00', 'USD', 'left', '$', 'left', 'PayPal', '6506813c8c9f8', 'completed', '6506813c8c9f8.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-09-16 22:31:56', '2023-09-16 22:31:56', NULL), (15, 233, 4, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', '25.00', 'USD', 'left', '$', 'left', 'AB Bank', '650681bf679e6', 'completed', '650681bf679e6.pdf', '929ee33896f0eb9eb92897d56b51545a14ef086d.jpg', 'offline', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2023-09-16 22:34:07', '2023-09-16 22:34:25', NULL), (16, 233, 6, NULL, NULL, NULL, NULL, '10000.00', 'INR', 'left', '$', 'left', 'PhonePe', '659d30e533897', 'completed', '659d30e533897.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"INR\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2024-01-09 05:41:25', '2024-01-09 05:41:25', NULL), (17, 233, 5, NULL, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', '7000.00', 'INR', 'left', '$', 'left', 'PhonePe', '659d317738a6c', 'completed', '659d317738a6c.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"INR\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2024-01-09 05:43:51', '2024-01-09 05:43:51', NULL), (18, 233, 5, 85, 'anonymous', 'anoymous', 'anoymous', '2000.00', 'INR', 'left', '$', 'left', 'PhonePe', '659fab5beb830', 'completed', '659fab5beb830.pdf', NULL, 'online', '{\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"INR\",\"base_currency_text_position\":\"left\",\"base_currency_rate\":\"1.00\"}', '2024-01-11 02:48:27', '2024-01-11 02:48:28', NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_donation_settings` -- CREATE TABLE `user_donation_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `donation_guest_checkout` tinyint(4) NOT NULL DEFAULT '1' COMMENT ' 1 - active, 0 - deactive', `is_donation` tinyint(4) NOT NULL DEFAULT '1' COMMENT ' 1 - active, 0 - deactive', `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_donation_settings` -- INSERT INTO `user_donation_settings` (`id`, `user_id`, `donation_guest_checkout`, `is_donation`, `created_at`, `updated_at`) VALUES (1, 233, 1, 1, NULL, NULL), (2, 231, 1, 1, NULL, NULL), (3, 230, 1, 1, NULL, NULL), (4, 171, 1, 1, NULL, NULL), (5, 234, 1, 1, NULL, NULL), (6, 232, 1, 1, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_educations` -- CREATE TABLE `user_educations` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `degree_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_description` text COLLATE utf8mb4_unicode_ci, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `serial_number` int(11) 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 `user_educations` -- INSERT INTO `user_educations` (`id`, `user_id`, `language_id`, `degree_name`, `slug`, `short_description`, `start_date`, `end_date`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 234, 261, 'Bachelor of Science', 'bachelor-of-science', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised', '2013-01-19', '2017-11-28', 1, '2023-06-19 08:45:44', '2023-06-19 08:45:44'), (2, 234, 261, 'Higher Secondary School Certificate', 'higher-secondary-school-certificate', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s', '2011-01-01', '2013-02-19', 2, '2023-06-19 08:46:44', '2023-06-19 08:46:44'), (3, 234, 261, 'Secondary School Certificate', 'secondary-school-certificate', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it', '2009-01-19', '2011-06-20', 3, '2023-06-19 08:49:13', '2023-06-19 08:49:13'); -- -------------------------------------------------------- -- -- Table structure for table `user_email_templates` -- CREATE TABLE `user_email_templates` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `email_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email_subject` text COLLATE utf8mb4_unicode_ci, `email_body` longtext COLLATE utf8mb4_unicode_ci, `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_email_templates` -- INSERT INTO `user_email_templates` (`id`, `user_id`, `email_type`, `email_subject`, `email_body`, `created_at`, `updated_at`) VALUES (2, 169, 'email_verification', 'Customer Email Verification', '<p style=\"line-height:1.6;\">Hello<b> {customer_name}</b>,</p><p style=\"line-height:1.6;\"><br />Please click the link below to verify your email.</p><p>{verification_link}</p><p><br /></p><p>Best Regards,</p><p>{website_title}</p>', '2022-02-14 01:49:15', '2022-04-11 10:12:57'), (19, 169, 'product_order', 'Thank you for your order.', '<p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-02-14 01:49:15', '2022-06-21 11:57:37'), (26, 169, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-02-14 01:49:15', '2022-02-14 01:49:15'), (33, 170, 'email_verification', 'Customer Email Verification', '<p>Hi,</p><p>{customer_name} </p><p>Please verify your email by clicking the link below. </p><p>Your verification link is {verification_link}</p><p><br /></p><p>Regards</p><p>{website_title}</p> ', '2022-09-03 04:46:36', '2022-09-03 04:46:36'), (34, 170, 'product_order', 'Thank you for your order', '<p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-09-03 04:46:36', '2022-09-03 04:46:36'), (35, 170, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-09-03 04:46:36', '2022-09-03 04:46:36'), (36, 171, 'email_verification', 'Customer Email Verification', '<p>Hi,</p><p>{customer_name} </p><p>Please verify your email by clicking the link below. </p><p>Your verification link is {verification_link}</p><p><br /></p><p>Regards</p><p>{website_title}</p> ', '2022-09-13 07:51:13', '2022-09-13 07:51:13'), (37, 171, 'product_order', 'Thank you for your order', '<p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-09-13 07:51:13', '2022-09-13 07:51:13'), (38, 171, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-09-13 07:51:13', '2022-09-13 07:51:13'), (39, 175, 'email_verification', 'Customer Email Verification', '<p>Hi, {customer_name}</p><p><br /></p><p>Your registration request successfully! Please verify yourself here {verification_link}</p><p>Best regards. </p><p>{website_title}</p>', '2022-09-18 05:07:14', '2022-10-22 11:29:40'), (40, 175, 'product_order', 'Thank you for your order', '<p>হ্যালো , {customer_name}, <br />\r\n\r\nThis is a confirmation mail from us. Your order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><p><b>Your order contains....</b></p><p>{order_link}<br /></p><p>Thank you for your order..</p><p>\r\n\r\nBest Regards,<br />\r\n{website_title}.</p><p><br /></p><p>আমরা আপনাকে এটি জানাতে লিখছি যে আগামী কয়েক সপ্তাহ ধরে YouTube হ্যান্ডেল চালু করবে যাতে কমিউনিটি মেম্বারদের পক্ষে একে অপরকে খুঁজে নিয়ে যোগাযোগ করা সহজ হয়। হ্যান্ডেলটি আপনার চ্যানেলের জন্য অনন্য হবে এবং লোকজন আপনাকে কমেন্ট, কমিউনিটি পোস্ট এবং আরও অনেক জায়গায় যেভাবে উল্লেখ করবে তা দেখাবে।<br /></p>', '2022-09-18 05:07:14', '2022-10-22 10:51:56'), (41, 175, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-09-18 05:07:14', '2022-10-22 11:37:37'), (51, 230, 'email_verification', 'Customer Email Verification', '<p>Hi,</p><p>{customer_name} </p><p>Please verify your email by clicking the link below. </p><p>Your verification link is {verification_link}</p><p><br /></p><p>Regards</p><p>{website_title}</p> ', '2022-12-30 23:25:39', '2023-01-03 22:55:31'), (52, 230, 'product_order', 'Thank you for your order', '<p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (53, 230, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (54, 172, 'email_verification', 'Customer Email Verification', '<p>Hi,</p><p>{customer_name} </p><p>Please verify your email by clicking the link below. </p><p>Your verification link is {verification_link}</p><p><br /></p><p>Regards</p><p>{website_title}</p> ', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (55, 172, 'product_order', 'Thank you for your order', '<p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (56, 172, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (57, 176, 'email_verification', 'Customer Email Verification', '<p>Hi,</p><p>{customer_name} </p><p>Please verify your email by clicking the link below. </p><p>Your verification link is {verification_link}</p><p><br /></p><p>Regards</p><p>{website_title}</p> ', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (58, 176, 'product_order', 'Thank you for your order', '<p></p><p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (59, 176, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (60, 174, 'email_verification', 'Customer Email Verification', '<p>Hi,</p><p>{customer_name} </p><p>Please verify your email by clicking the link below. </p><p>Your verification link is {verification_link}</p><p><br /></p><p>Regards</p><p>{website_title}</p> ', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (61, 174, 'product_order', 'Thank you for your order', '<p>Hi {customer_name},<br /><br />\n\nThis is a confirmation mail from us.<br />\nYour order has been accepted. your item(s) will be shipped soon.</p><p><b>Order number : </b>#{order_number}</p><p><br /></p><p><b>Shipping Address</b></p><p>Name : {shpping_fname} {shpping_lname}</p><p>Address: {shpping_address}</p><p>City : {shpping_city}</p><p>Country: {shpping_country}</p><p>Number: {shpping_number}</p><p><br /></p><div><div><b>Billing Address</b></div><div>Name : {billing_fname} {billing_lname}</div><div>Address: {billing_address}</div><div>City : {billing_city}</div><div>Country: {billing_country}</div><div>Number: {billing_number}</div></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div><p><b>Your order contains....</b></p><p><b><br /></b></p><p><br /></p><p>{order_link}</p><p>Thank you for your order..</p><p>\n\nBest Regards,<br />\n{website_title}.<br /></p>', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (62, 174, 'reset_password', 'Recover Password of Your Account', '<p>Hi {customer_name},</p><p>We have received a request to reset your password. If you did not make the request, just ignore this email. Otherwise, you can reset your password using the below link.</p><p>{password_reset_link}</p><p>Thanks,<br />{website_title}</p><br />', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (63, 231, 'email_verification', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (64, 231, 'product_order', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (65, 231, 'reset_password', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (66, 231, 'room_booking', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (67, 231, 'room_booking', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (68, 231, 'payment_received', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (69, 231, 'payment_cancelled', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (70, 231, 'course_enrolment', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (71, 231, 'course_enrolment_approved', 'Enrollment approved', '<p><span style=\"color:rgb(87,89,98);background-color:rgba(0,0,0,0.05);\">{customer_name}</span></p><p><span style=\"color:rgb(87,89,98);\">{website_title}</span><span style=\"color:rgb(87,89,98);background-color:rgba(0,0,0,0.05);\"><br /></span> </p> ', '2023-06-18 00:18:47', '2023-07-17 21:52:00'), (72, 231, 'course_enrolment_rejected', 'Enrolment Rejected', '<p><span style=\"color:rgb(87,89,98);\">HI,</span></p><p><span style=\"color:rgb(87,89,98);\">{website_title}</span></p><p><br /></p><p><span style=\"color:rgb(87,89,98);background-color:rgba(0,0,0,0.05);\">{customer_name}</span><span style=\"color:rgb(87,89,98);\"><br /></span> </p> ', '2023-06-18 00:18:47', '2023-07-17 21:53:18'), (73, 231, 'donation', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (74, 231, 'donation_approved', NULL, '<p></p>', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (75, 232, 'email_verification', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (76, 232, 'product_order', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (77, 232, 'reset_password', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (78, 232, 'room_booking', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (79, 232, 'payment_received', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (80, 232, 'payment_cancelled', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (81, 232, 'course_enrolment', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (82, 232, 'course_enrolment_approved', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (83, 232, 'course_enrolment_rejected', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (84, 232, 'donation', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (85, 232, 'donation_approved', NULL, '<p></p>', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (86, 233, 'email_verification', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (87, 233, 'product_order', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (88, 233, 'reset_password', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (89, 233, 'room_booking', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (90, 233, 'room_booking', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (91, 233, 'payment_received', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (92, 233, 'payment_cancelled', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (93, 233, 'course_enrolment', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (94, 233, 'course_enrolment_approved', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (95, 233, 'course_enrolment_rejected', NULL, '<p></p>', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (96, 233, 'donation', 'Donation g', '<p><span style=\"color:rgb(87,89,98);\">{donor_name}</span><br /></p><p>{cause_name}</p><p><span style=\"color:rgb(87,89,98);\">{website_title}</span></p><p><span style=\"color:rgb(87,89,98);background-color:rgba(0,0,0,0.05);\"><br /></span> </p>', '2023-06-19 05:23:27', '2023-07-17 23:35:39'), (97, 233, 'donation_approved', 'Donation Approved', '<p><span style=\"color:rgb(87,89,98);\">{donor_name}</span><br /></p><p>{cause_name}</p><p><span style=\"color:rgb(87,89,98);\">{website_title}</span><span style=\"color:rgb(87,89,98);background-color:rgba(0,0,0,0.05);\"><br /></span> </p>', '2023-06-19 05:23:27', '2023-07-17 23:26:05'), (98, 234, 'email_verification', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (99, 234, 'product_order', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (100, 234, 'reset_password', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (101, 234, 'room_booking', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (102, 234, 'room_booking', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (103, 234, 'payment_received', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (104, 234, 'payment_cancelled', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (105, 234, 'course_enrolment', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (106, 234, 'course_enrolment_approved', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (107, 234, 'course_enrolment_rejected', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (108, 234, 'donation', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (109, 234, 'donation_approved', NULL, '<p></p>', '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (217, 245, 'email_verification', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (218, 245, 'product_order', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (219, 245, 'reset_password', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (220, 245, 'room_booking', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (221, 245, 'room_booking', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (222, 245, 'payment_received', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (223, 245, 'payment_cancelled', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (224, 245, 'course_enrolment', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (225, 245, 'course_enrolment_approved', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (226, 245, 'course_enrolment_rejected', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (227, 245, 'donation', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (228, 245, 'donation_approved', NULL, '<p></p>', '2024-02-27 04:20:14', '2024-02-27 04:20:14'), (337, 255, 'email_verification', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (338, 255, 'product_order', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (339, 255, 'reset_password', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (340, 255, 'room_booking', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (341, 255, 'room_booking', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (342, 255, 'payment_received', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (343, 255, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (344, 255, 'course_enrolment', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (345, 255, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (346, 255, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (347, 255, 'donation', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (348, 255, 'donation_approved', NULL, '<p></p>', '2024-03-08 22:32:49', '2024-03-08 22:32:49'), (349, 256, 'email_verification', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (350, 256, 'product_order', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (351, 256, 'reset_password', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (352, 256, 'room_booking', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (353, 256, 'room_booking', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (354, 256, 'payment_received', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (355, 256, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (356, 256, 'course_enrolment', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (357, 256, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (358, 256, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (359, 256, 'donation', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (360, 256, 'donation_approved', NULL, '<p></p>', '2024-03-08 22:34:33', '2024-03-08 22:34:33'), (361, 257, 'email_verification', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (362, 257, 'product_order', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (363, 257, 'reset_password', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (364, 257, 'room_booking', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (365, 257, 'room_booking', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (366, 257, 'payment_received', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (367, 257, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (368, 257, 'course_enrolment', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (369, 257, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (370, 257, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (371, 257, 'donation', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (372, 257, 'donation_approved', NULL, '<p></p>', '2024-03-08 22:38:28', '2024-03-08 22:38:28'), (373, 258, 'email_verification', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (374, 258, 'product_order', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (375, 258, 'reset_password', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (376, 258, 'room_booking', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (377, 258, 'room_booking', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (378, 258, 'payment_received', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (379, 258, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (380, 258, 'course_enrolment', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (381, 258, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (382, 258, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (383, 258, 'donation', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (384, 258, 'donation_approved', NULL, '<p></p>', '2024-03-08 22:43:25', '2024-03-08 22:43:25'), (385, 259, 'email_verification', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (386, 259, 'product_order', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (387, 259, 'reset_password', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (388, 259, 'room_booking', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (389, 259, 'room_booking', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (390, 259, 'payment_received', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (391, 259, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (392, 259, 'course_enrolment', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (393, 259, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (394, 259, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (395, 259, 'donation', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (396, 259, 'donation_approved', NULL, '<p></p>', '2024-03-08 22:51:33', '2024-03-08 22:51:33'), (397, 261, 'email_verification', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (398, 261, 'product_order', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (399, 261, 'reset_password', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (400, 261, 'room_booking', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (401, 261, 'room_booking', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (402, 261, 'payment_received', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (403, 261, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (404, 261, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (405, 261, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (406, 261, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (407, 261, 'donation', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (408, 261, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:00:31', '2024-03-08 23:00:31'), (409, 263, 'email_verification', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (410, 263, 'product_order', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (411, 263, 'reset_password', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (412, 263, 'room_booking', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (413, 263, 'room_booking', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (414, 263, 'payment_received', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (415, 263, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (416, 263, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (417, 263, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (418, 263, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (419, 263, 'donation', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (420, 263, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:06:35', '2024-03-08 23:06:35'), (421, 264, 'email_verification', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (422, 264, 'product_order', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (423, 264, 'reset_password', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (424, 264, 'room_booking', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (425, 264, 'room_booking', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (426, 264, 'payment_received', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (427, 264, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (428, 264, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (429, 264, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (430, 264, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (431, 264, 'donation', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (432, 264, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:07:48', '2024-03-08 23:07:48'), (433, 265, 'email_verification', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (434, 265, 'product_order', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (435, 265, 'reset_password', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (436, 265, 'room_booking', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (437, 265, 'room_booking', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (438, 265, 'payment_received', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (439, 265, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (440, 265, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (441, 265, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (442, 265, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (443, 265, 'donation', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (444, 265, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:09:10', '2024-03-08 23:09:10'), (445, 266, 'email_verification', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (446, 266, 'product_order', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (447, 266, 'reset_password', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (448, 266, 'room_booking', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (449, 266, 'room_booking', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (450, 266, 'payment_received', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (451, 266, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (452, 266, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (453, 266, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (454, 266, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (455, 266, 'donation', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (456, 266, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:24:25', '2024-03-08 23:24:25'), (457, 267, 'email_verification', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (458, 267, 'product_order', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (459, 267, 'reset_password', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (460, 267, 'room_booking', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (461, 267, 'room_booking', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (462, 267, 'payment_received', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (463, 267, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (464, 267, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (465, 267, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (466, 267, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (467, 267, 'donation', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (468, 267, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:30:13', '2024-03-08 23:30:13'), (469, 268, 'email_verification', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (470, 268, 'product_order', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (471, 268, 'reset_password', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (472, 268, 'room_booking', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (473, 268, 'room_booking', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (474, 268, 'payment_received', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (475, 268, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (476, 268, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (477, 268, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (478, 268, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (479, 268, 'donation', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (480, 268, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:31:37', '2024-03-08 23:31:37'), (481, 269, 'email_verification', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (482, 269, 'product_order', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (483, 269, 'reset_password', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (484, 269, 'room_booking', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (485, 269, 'room_booking', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (486, 269, 'payment_received', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (487, 269, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (488, 269, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (489, 269, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (490, 269, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (491, 269, 'donation', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (492, 269, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:33:06', '2024-03-08 23:33:06'), (493, 270, 'email_verification', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (494, 270, 'product_order', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (495, 270, 'reset_password', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (496, 270, 'room_booking', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (497, 270, 'room_booking', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (498, 270, 'payment_received', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (499, 270, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (500, 270, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (501, 270, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (502, 270, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (503, 270, 'donation', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (504, 270, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:35:56', '2024-03-08 23:35:56'), (505, 271, 'email_verification', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (506, 271, 'product_order', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (507, 271, 'reset_password', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (508, 271, 'room_booking', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (509, 271, 'room_booking', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (510, 271, 'payment_received', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (511, 271, 'payment_cancelled', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (512, 271, 'course_enrolment', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (513, 271, 'course_enrolment_approved', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (514, 271, 'course_enrolment_rejected', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (515, 271, 'donation', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (516, 271, 'donation_approved', NULL, '<p></p>', '2024-03-08 23:36:40', '2024-03-08 23:36:40'), (541, 274, 'email_verification', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (542, 274, 'product_order', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (543, 274, 'reset_password', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (544, 274, 'room_booking', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (545, 274, 'room_booking', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (546, 274, 'payment_received', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (547, 274, 'payment_cancelled', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (548, 274, 'course_enrolment', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (549, 274, 'course_enrolment_approved', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (550, 274, 'course_enrolment_rejected', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (551, 274, 'donation', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'), (552, 274, 'donation_approved', NULL, '<p></p>', '2024-04-15 23:27:01', '2024-04-15 23:27:01'); -- -------------------------------------------------------- -- -- Table structure for table `user_faqs` -- CREATE TABLE `user_faqs` ( `id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `question` varchar(255) NOT NULL, `answer` text NOT NULL, `serial_number` int(11) NOT NULL, `featured` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1- featured, 0 - not featured', `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_faqs` -- INSERT INTO `user_faqs` (`id`, `language_id`, `user_id`, `question`, `answer`, `serial_number`, `featured`, `created_at`, `updated_at`) VALUES (18, 183, 169, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (19, 183, 169, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (20, 183, 169, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (21, 183, 169, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (22, 183, 169, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (23, 183, 169, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (24, 183, 169, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (27, 184, 169, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (28, 184, 169, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (29, 184, 169, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (30, 184, 169, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (31, 184, 169, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (32, 184, 169, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (33, 184, 169, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (34, 185, 170, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (35, 185, 170, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (36, 185, 170, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (37, 185, 170, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (38, 185, 170, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (39, 185, 170, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (40, 185, 170, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (41, 186, 170, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (42, 186, 170, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (43, 186, 170, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (44, 186, 170, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (45, 186, 170, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (46, 186, 170, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (47, 186, 170, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (48, 187, 171, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (49, 187, 171, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (50, 187, 171, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 1, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (51, 187, 171, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (52, 187, 171, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (53, 187, 171, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (54, 187, 171, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (55, 188, 171, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (56, 188, 171, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (57, 188, 171, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 1, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (58, 188, 171, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (59, 188, 171, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-15 04:03:38', '2021-11-15 04:03:38'), (60, 188, 171, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-15 04:04:23', '2021-11-15 04:04:23'), (61, 188, 171, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-15 03:57:52', '2021-11-15 03:57:52'), (62, 184, 169, 'EEEEEEEEe', 'sdfsd', 3, 1, '2022-03-09 03:17:39', '2022-03-09 03:25:19'), (63, 190, 172, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (64, 190, 172, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (65, 190, 172, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (66, 190, 172, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (67, 190, 172, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (68, 190, 172, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (69, 190, 172, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (70, 251, 172, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (71, 251, 172, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (72, 251, 172, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (73, 251, 172, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (74, 251, 172, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (75, 251, 172, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (76, 251, 172, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (77, 194, 175, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (78, 194, 175, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (79, 194, 175, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (80, 194, 175, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (81, 194, 175, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 0, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (82, 194, 175, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (83, 194, 175, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (84, 195, 175, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (85, 195, 175, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (86, 195, 175, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (87, 195, 175, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (88, 195, 175, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 0, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (89, 195, 175, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (90, 195, 175, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (91, 254, 176, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (92, 254, 176, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (93, 254, 176, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (94, 254, 176, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2022-03-15 08:58:12'), (95, 254, 176, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2022-03-15 08:58:16'), (96, 254, 176, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (97, 254, 176, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (98, 255, 176, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (99, 255, 176, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (100, 255, 176, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (101, 255, 176, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2022-03-15 08:58:26'), (102, 255, 176, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2022-03-15 08:58:23'), (103, 255, 176, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (104, 255, 176, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (105, 192, 174, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (106, 192, 174, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (107, 192, 174, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (108, 192, 174, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2022-03-15 08:58:12'), (109, 192, 174, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2022-03-15 08:58:16'), (110, 192, 174, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (111, 192, 174, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (112, 193, 174, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (113, 193, 174, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (114, 193, 174, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (115, 193, 174, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2022-03-15 08:58:26'), (116, 193, 174, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2022-03-15 08:58:23'), (117, 193, 174, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (118, 193, 174, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (119, 252, 230, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (120, 252, 230, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (121, 252, 230, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (122, 252, 230, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 1, '2021-11-14 21:57:52', '2022-03-15 08:58:12'), (123, 252, 230, 'If you are going to use a passage of Lorem Ipsum', 'If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', 2, 1, '2021-11-14 22:03:38', '2022-03-15 08:58:16'), (124, 252, 230, 'when an unknown printer took a galley of type and scrambled', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters', 3, 0, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (125, 252, 230, 'There are many variations of passages of Lorem Ipsum available', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (126, 253, 230, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (127, 253, 230, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2021-11-14 22:03:38'), (128, 253, 230, 'عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام Lorem Ipsum هو أنه يحتوي على توزيع طبيعي للأحرف إلى حد ما', 3, 1, '2021-11-14 22:04:23', '2021-11-14 22:04:23'), (129, 253, 230, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 1, '2021-11-14 21:57:52', '2022-03-15 08:58:26'), (130, 253, 230, 'إذا كنت ستستخدم فقرة من لوريم إيبسوم', 'إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', 2, 1, '2021-11-14 22:03:38', '2022-03-15 08:58:23'), (131, 253, 230, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم', 'هناك العديد من الأشكال المتوفرة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما', 1, 0, '2021-11-14 21:57:52', '2021-11-14 21:57:52'), (132, 258, 232, 'Where can I get some ?', 'ghjfh', 1, 0, '2023-09-12 02:46:21', '2023-09-12 02:46:21'); -- -------------------------------------------------------- -- -- Table structure for table `user_features` -- CREATE TABLE `user_features` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_features` -- INSERT INTO `user_features` (`id`, `user_id`, `language_id`, `icon`, `title`, `text`, `serial_number`, `created_at`, `updated_at`, `color`) VALUES (6, 169, 183, '1650696562banner-icon-1.png', 'Online Support 24/7.', 'Online Support 24/7.', 1, '2022-04-23 06:41:41', '2022-04-23 07:03:06', NULL), (7, 169, 183, '1650696618banner-icon-2.png', 'Money Return Back.', 'quis ullamco laboris nisi ut', 2, '2022-04-23 06:50:18', '2022-04-23 07:02:56', NULL), (8, 169, 183, '1650696648banner-icon-3.png', '100% Secure Checkout.', 'quis nos laboris nisi ut', 3, '2022-04-23 06:50:48', '2022-04-23 07:02:50', NULL), (18, 230, 252, '1672555656banner-icon-1.png', 'Online Support 24/7.', 'consequat. Duis aute irure.', 1, '2023-01-01 00:47:36', '2023-01-01 00:47:36', NULL), (19, 230, 252, '1672555736banner-icon-3.png', '7 Days Replacement.', 'consequat. Duis aute irure.', 2, '2023-01-01 00:48:56', '2023-01-03 04:26:11', NULL), (20, 230, 252, '1672555818banner-icon-2.png', 'Global Currency.', 'consequat. Duis aute irure.', 3, '2023-01-01 00:50:18', '2023-01-03 04:27:06', NULL), (21, 230, 253, '1672555955banner-icon-2.png', 'قبول العملات العالمي', 'lorem ipsum كما يُعرف أحيانًا', 1, '2023-01-01 00:52:35', '2023-01-01 00:52:35', NULL), (22, 230, 253, '1672556097banner-icon-3.png', 'ضمان استبدال 7 أيام', 'يُعرف أحيانًا باسم lorem ipsum', 2, '2023-01-01 00:54:57', '2023-01-01 00:54:57', NULL), (23, 230, 253, '1672556309banner-icon-1.png', 'دعم عبر الإنترنت 24/7', 'lorem ipsum كـ من المعروف', 3, '2023-01-01 00:58:29', '2023-01-01 00:58:29', NULL), (24, 231, 256, NULL, 'Course Completion Certificate', 'See the E Learning Tools your competitors are already using - Start Now! Get App helps more than 800k businesses find the best software for their needs.', 1, '2023-06-18 00:58:22', '2023-06-18 00:58:22', NULL), (25, 231, 256, NULL, 'Quizzes, Videos, Code Snippets & More', 'See the E Learning Tools your competitors are already using - Start Now! Get App helps more than 800k businesses find the best software for their needs.', 2, '2023-06-18 00:58:51', '2023-06-18 00:58:51', NULL), (26, 231, 256, NULL, 'Highly Qualified Mentors & Instructors', 'See the E Learning Tools your competitors are already using - Start Now! Get App helps more than 800k businesses find the best software for their needs.', 3, '2023-06-18 00:59:15', '2023-06-18 00:59:15', NULL), (27, 231, 256, NULL, 'Drag & Drop Lesson Contents Decoration', 'See the E Learning Tools your competitors are already using - Start Now! Get App helps more than 800k businesses find the best software for their needs.', 4, '2023-06-18 00:59:39', '2023-06-18 00:59:39', NULL), (28, 233, 259, '16871768521 (1).png', 'Surprise Box', 'Replenis our unto the fill set make night beno blessed mid you creature signs.Beast is to replenish saying out whales years years face called.', 1, '2023-06-19 06:14:12', '2023-06-19 06:14:12', 'DC3545'), (29, 233, 259, '16871768802 (1).png', 'Become Volunteer', 'Replenis our unto the fill set make night beno blessed mid you creature signs.Beast is to replenish saying out whales years years face called.', 2, '2023-06-19 06:14:40', '2023-06-19 06:18:23', '28A745'), (30, 233, 259, '16871769183 (1).png', 'Send Donation', 'Replenis our unto the fill set make night beno blessed mid you creature signs.Beast is to replenish saying out whales years years face called.', 3, '2023-06-19 06:15:18', '2023-06-19 06:15:18', 'FD7E14'); -- -------------------------------------------------------- -- -- Table structure for table `user_footer_quick_links` -- CREATE TABLE `user_footer_quick_links` ( `id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `serial_number` int(11) NOT NULL, `user_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_footer_quick_links` -- INSERT INTO `user_footer_quick_links` (`id`, `language_id`, `title`, `url`, `serial_number`, `user_id`, `created_at`, `updated_at`) VALUES (17, 183, 'About Us', 'http://example.com/', 1, 169, '2021-11-15 03:22:12', '2021-11-15 03:22:12'), (18, 183, 'Terms & Conditions', 'http://example.com/', 2, 169, '2021-11-15 03:22:26', '2021-11-15 03:22:26'), (19, 183, 'Privacy Policy', 'http://example.com/', 3, 169, '2021-11-15 03:22:41', '2021-11-15 03:22:41'), (20, 183, 'Contact Us', 'http://example.com/', 4, 169, '2021-11-15 03:45:32', '2021-11-15 03:45:32'), (21, 184, 'معلومات عنا', 'http://example.com/', 1, 169, '2021-11-15 03:22:12', '2021-11-15 03:22:12'), (22, 184, 'البنود و الظروف', 'http://example.com/', 2, 169, '2021-11-15 03:22:26', '2021-11-15 03:22:26'), (23, 184, 'سياسة خاصة', 'http://example.com/', 3, 169, '2021-11-15 03:22:41', '2021-11-15 03:22:41'), (24, 184, 'اتصل بنا', 'http://example.com/', 4, 169, '2021-11-15 03:45:32', '2021-11-15 03:45:32'), (25, 185, 'About Us', 'http://example.com/', 1, 170, '2021-11-15 03:22:12', '2021-11-15 03:22:12'), (26, 185, 'Terms & Conditions', 'http://example.com/', 2, 170, '2021-11-15 03:22:26', '2021-11-15 03:22:26'), (27, 185, 'Privacy Policy', 'http://example.com/', 3, 170, '2021-11-15 03:22:41', '2021-11-15 03:22:41'), (28, 185, 'Contact Us', 'http://example.com/', 4, 170, '2021-11-15 03:45:32', '2021-11-15 03:45:32'), (29, 186, 'معلومات عنا', 'http://example.com/', 1, 170, '2021-11-15 03:22:12', '2021-11-15 03:22:12'), (30, 186, 'البنود و الظروف', 'http://example.com/', 2, 170, '2021-11-15 03:22:26', '2021-11-15 03:22:26'), (31, 186, 'سياسة خاصة', 'http://example.com/', 3, 170, '2021-11-15 03:22:41', '2021-11-15 03:22:41'), (32, 186, 'اتصل بنا', 'http://example.com/', 4, 170, '2021-11-15 03:45:32', '2021-11-15 03:45:32'), (33, 187, 'About Us', 'http://example.com/', 1, 171, '2021-11-15 03:22:12', '2021-11-15 03:22:12'), (34, 187, 'Terms & Conditions', 'http://example.com/', 2, 171, '2021-11-15 03:22:26', '2021-11-15 03:22:26'), (35, 187, 'Privacy Policy', 'http://example.com/', 3, 171, '2021-11-15 03:22:41', '2021-11-15 03:22:41'), (36, 187, 'Contact Us', 'http://example.com/', 4, 171, '2021-11-15 03:45:32', '2021-11-15 03:45:32'), (37, 188, 'معلومات عنا', 'http://example.com/', 1, 171, '2021-11-15 03:22:12', '2021-11-15 03:22:12'), (38, 188, 'البنود و الظروف', 'http://example.com/', 2, 171, '2021-11-15 03:22:26', '2021-11-15 03:22:26'), (39, 188, 'سياسة خاصة', 'http://example.com/', 3, 171, '2021-11-15 03:22:41', '2021-11-15 03:22:41'), (40, 188, 'اتصل بنا', 'http://example.com/', 4, 171, '2021-11-15 03:45:32', '2021-11-15 03:45:32'), (41, 190, 'About Us', 'http://example.com/', 1, 172, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (42, 190, 'Terms & Conditions', 'http://example.com/', 2, 172, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (43, 190, 'Privacy Policy', 'http://example.com/', 3, 172, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (44, 190, 'Contact Us', 'http://example.com/', 4, 172, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (45, 251, 'معلومات عنا', 'http://example.com/', 1, 172, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (46, 251, 'البنود و الظروف', 'http://example.com/', 2, 172, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (47, 251, 'سياسة خاصة', 'http://example.com/', 3, 172, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (48, 251, 'اتصل بنا', 'http://example.com/', 4, 172, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (49, 192, 'About Us', 'http://example.com/', 1, 174, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (50, 192, 'Terms & Conditions', 'http://example.com/', 2, 174, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (51, 192, 'Privacy Policy', 'http://example.com/', 3, 174, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (52, 192, 'Contact Us', 'http://example.com/', 4, 174, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (53, 193, 'معلومات عنا', 'http://example.com/', 1, 174, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (54, 193, 'البنود و الظروف', 'http://example.com/', 2, 174, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (55, 193, 'سياسة خاصة', 'http://example.com/', 3, 174, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (56, 193, 'اتصل بنا', 'http://example.com/', 4, 174, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (57, 194, 'About Us', 'http://example.com/', 1, 175, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (58, 194, 'Terms & Conditions', 'http://example.com/', 2, 175, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (59, 194, 'Privacy Policy', 'http://example.com/', 3, 175, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (60, 194, 'Contact Us', 'http://example.com/', 4, 175, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (61, 195, 'معلومات عنا', 'http://example.com/', 1, 175, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (62, 195, 'البنود و الظروف', 'http://example.com/', 2, 175, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (63, 195, 'سياسة خاصة', 'http://example.com/', 3, 175, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (64, 195, 'اتصل بنا', 'http://example.com/', 4, 175, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (65, 254, 'About Us', 'http://example.com/', 1, 176, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (66, 254, 'Terms & Conditions', 'http://example.com/', 2, 176, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (67, 254, 'Privacy Policy', 'http://example.com/', 3, 176, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (68, 254, 'Contact Us', 'http://example.com/', 4, 176, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (69, 255, 'معلومات عنا', 'http://example.com/', 1, 176, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (70, 255, 'البنود و الظروف', 'http://example.com/', 2, 176, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (71, 255, 'سياسة خاصة', 'http://example.com/', 3, 176, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (72, 255, 'اتصل بنا', 'http://example.com/', 4, 176, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (73, 252, 'About Us', 'http://example.com/', 1, 230, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (74, 252, 'Terms & Conditions', 'http://example.com/', 2, 230, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (75, 252, 'Privacy Policy', 'http://example.com/', 3, 230, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (76, 252, 'Contact Us', 'http://example.com/', 4, 230, '2021-11-14 21:45:32', '2021-11-14 21:45:32'), (77, 253, 'معلومات عنا', 'http://example.com/', 1, 230, '2021-11-14 21:22:12', '2021-11-14 21:22:12'), (78, 253, 'البنود و الظروف', 'http://example.com/', 2, 230, '2021-11-14 21:22:26', '2021-11-14 21:22:26'), (79, 253, 'سياسة خاصة', 'http://example.com/', 3, 230, '2021-11-14 21:22:41', '2021-11-14 21:22:41'), (80, 256, 'Terms & Conditions', 'http://example.com/', 1, 231, '2023-06-18 02:32:02', '2023-06-18 02:32:02'), (81, 256, 'Contact Us', 'http://example.com/', 2, 231, '2023-06-18 02:32:26', '2023-06-18 02:32:26'), (82, 256, 'About Us', 'http://example.com/', 3, 231, '2023-06-18 02:32:44', '2023-06-18 02:32:44'), (83, 258, 'About Us', 'http://localhost/hotelbooking/about-us', 1, 232, '2023-06-19 00:14:18', '2023-06-19 00:14:18'), (84, 258, 'Terms & Conditions', 'http://localhost/hotelbooking/terms-&-conditions', 2, 232, '2023-06-19 00:14:40', '2023-06-19 00:14:40'), (85, 258, 'FAQs', 'http://localhost/hotelbooking/faqs', 3, 232, '2023-06-19 00:14:56', '2023-06-19 00:14:56'), (86, 258, 'Contact Us', 'http://localhost/hotelbooking/contact', 4, 232, '2023-06-19 00:15:09', '2023-06-19 00:15:09'), (87, 258, 'Gallery', 'http://localhost/hotelbooking/gallery', 5, 232, '2023-06-19 00:15:22', '2023-06-19 00:15:22'), (88, 258, 'Services', 'http://localhost/hotelbooking/services', 6, 232, '2023-06-19 00:15:40', '2023-06-19 00:15:40'), (89, 259, 'About us', 'http://example.com/', 1, 233, '2023-06-19 05:37:36', '2023-06-19 05:37:36'), (90, 259, 'Terms & Condition', 'http://example.com/', 2, 233, '2023-06-19 05:38:06', '2023-06-19 05:59:27'), (91, 259, 'Contact', 'http://example.com/', 3, 233, '2023-06-19 05:38:15', '2023-06-19 05:38:15'); -- -------------------------------------------------------- -- -- Table structure for table `user_footer_texts` -- CREATE TABLE `user_footer_texts` ( `id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `logo` text NOT NULL, `about_company` text, `copyright_text` text, `user_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `newsletter_text` varchar(255) DEFAULT NULL, `bg_image` varchar(255) DEFAULT NULL, `footer_color` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_footer_texts` -- INSERT INTO `user_footer_texts` (`id`, `language_id`, `logo`, `about_company`, `copyright_text`, `user_id`, `created_at`, `updated_at`, `newsletter_text`, `bg_image`, `footer_color`) VALUES (6, 183, '2636f58042ba53a3a8b1959e290298b9987a524d.png', 'Power of choice is untrammelled & when nothing prevents our being able', 'Copyright © 2023. All rights reserved by Rolan', 169, '2021-11-14 21:21:51', '2021-11-15 01:45:36', 'Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', NULL, NULL), (7, 184, '2636f58042ba53a3a8b1959e290298b9987a524d.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين', 'حقوق النشر © 2023. جميع الحقوق محفوظة لـ Rolan', 169, '2021-11-14 21:21:51', '2021-11-15 01:45:36', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني ', NULL, NULL), (9, 185, 'e5ee3f6d54f0664b0b3879ae334e9b24bbf58eb1.png', 'Power of choice is untrammelled & when nothing prevents our being able', 'Copyright © 2023. All rights reserved by Rolan', 170, '2021-11-14 21:21:51', '2021-11-16 23:59:30', 'Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', NULL, NULL), (10, 186, '146ebe344d8957aab6e436778c34bba190b3f1b0.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين', 'حقوق النشر © 2023. جميع الحقوق محفوظة لـ Rolan', 170, '2021-11-14 21:21:51', '2021-11-16 23:59:35', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني ', NULL, NULL), (12, 187, 'e5ee3f6d54f0664b0b3879ae334e9b24bbf58eb1.png', 'Power of choice is untrammelled & when nothing prevents our being able', 'Copyright © 2023. All rights reserved by Rolan', 171, '2021-11-14 21:21:51', '2021-11-16 23:59:30', 'Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', NULL, NULL), (13, 188, '146ebe344d8957aab6e436778c34bba190b3f1b0.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين', 'حقوق النشر © 2023. جميع الحقوق محفوظة لـ Rolan', 171, '2021-11-14 21:21:51', '2021-11-16 23:59:35', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني ', NULL, NULL), (17, 192, '7556b078b136ecf0fccc9c390bfb3c1b086e4700.png', 'Power of choice is untrammelled & when nothing prevents our being able. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', '<p>Copyright © 2022. All rights reserved by Rangs</p>', 174, '2021-11-14 15:21:51', '2022-03-14 05:50:42', 'Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', NULL, NULL), (18, 193, '61d2f05023dee4330b32223f6ec859f79b93e8ff.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين. الألم مهم', 'حقوق النشر © 2023. جميع الحقوق محفوظة Synopharm', 174, '2021-11-14 15:21:51', '2022-03-14 05:40:54', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني ', NULL, NULL), (21, 194, '33ceedeebc40b7bd750b18d0ec4c9570cbe58cc5.png', 'Power of choice is untrammelled & when nothing prevents our being able. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', 'Copyright © 2023. All rights reserved by Genex', 175, '2021-11-14 15:21:51', '2023-01-04 01:45:59', 'Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', NULL, NULL), (22, 255, '33ceedeebc40b7bd750b18d0ec4c9570cbe58cc5.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين. الألم مهم', 'حقوق النشر © 2023. جميع الحقوق محفوظة Synopharm', 175, '2021-11-14 15:21:51', '2022-03-12 08:37:12', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني ', NULL, NULL), (23, 254, '51d4a5e2a6a86bfed01ee250ad932141e3d8368a.png', 'Power of choice is untrammelled & when nothing prevents our being able. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', 'Copyright © 2023. All rights reserved by Synopharm', 176, '2021-11-14 15:21:51', '2022-03-19 23:29:01', 'Printer took a galley of type and scrambled it to make a type specimenbook.', NULL, NULL), (24, 197, '1153f8496258eb7bf615731b2e3c99a8ba454dcc.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين. الألم مهم', 'حقوق النشر © 2023. جميع الحقوق محفوظة Synopharm', 176, '2021-11-14 15:21:51', '2022-03-19 23:29:34', 'أخذت الطابعة لوحًا من النوع وتدافعت عليه لعمل عينة كتابية.', NULL, NULL), (25, 190, 'b3b51d3dbdd55fc817e7e280a463a6b9eb7b31cc.png', 'Power of choice is untrammelled & when nothing prevents our being able. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', '<p><span style=\"font-family:\'Nunito Sans\', sans-serif;font-size:16px;text-align:center;background-color:rgb(255,255,255);\"><font color=\"#000000\">Copyright © 2022. All rights reserved by Synopharm</font></span><br /></p>', 172, '2022-12-25 03:50:25', '2022-12-25 03:50:25', 'Power of choice is untrammelled & when nothing prevents our being able. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incididunt', NULL, NULL), (26, 252, '9f61936e7bdc6308e1821de438fd5c636615fd57.png', 'Lorem Ipsum is simply dummied text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s.', '<p>all right reserved Boutique 2023<br /></p>', 230, '2023-01-01 07:03:49', '2023-01-04 01:25:35', '', NULL, NULL), (27, 253, 'c9e6cf235c66b5e21161d2480d1d1462fbb2a59a.png', 'قوة الاختيار غير مقيدة وأمبير. عندما لا شيء يمنعنا من أن نكون قادرين', 'حقوق النشر © 2023. جميع الحقوق محفوظة لـ Boutique', 230, '2021-11-14 21:21:51', '2023-01-04 00:51:37', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني ', NULL, NULL), (28, 255, '84376b3bbada34a18c1a5f06607373defd3e844b.png', 'قوة الاختيار غير محدودة وعندما لا شيء يمنعنا من أن نكون قادرين. قوة الاختيار غير محدودة وعندما لا شيء يمنعنا من أن نكون قادرينقوة الاختيار غير محدودة وعندما لا شيء يمنعنا من أن نكون قادرين. قوة الاختيار غير محدودة وعندما لا شيء يمنعنا من أن نكون قادرين', '<p>جميع الحقوق محفوظة<br /></p>', 176, '2023-01-04 01:35:37', '2023-01-04 01:35:37', 'قوة الاختيار غير محدودة', NULL, NULL), (29, 195, '4f7daf2dc2950e694c228fc1cff5963c65d2f759.png', 'قوة الاختيار غير مقيدة وعندما لا شيء يمنعنا من ذلك. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incidunt', '<p>حقوق النشر © 2023. جميع الحقوق محفوظة لشركة Genex<br /></p>', 175, '2023-01-04 01:47:15', '2023-01-04 01:47:15', 'ة الاختيار غير مقيدة وعندما', NULL, NULL), (30, 251, 'aea91d2ec33e99dbc171fc5b6de369b77b0e57f6.png', 'قوة الاختيار غير مقيدة وعندما لا شيء يمنعنا من ذلك. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incidunt', '<p>حقوق النشر © 2023. جميع الحقوق محفوظة Synopharm<br /></p>', 172, '2023-01-04 01:51:50', '2023-01-04 01:51:50', 'قوة الاختيار غير مقيدة وعندما لا شيء يمنعنا من ذلك. Dolor sit amet consectetur adipiscing elit sed do eiusmod tempor incidunt', NULL, NULL), (31, 256, 'cd485187227792df059e0b6c6ad446aa92cc1c1c.png', 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus dignissimos quibusdam quia sit delectus. Cupiditate corporis, delectus quo ullam repudiandae illum culpa, magni modi, asperiores quis non magnam fugit vitae!', '<p><span style=\"color:rgb(248,249,250);font-family:Karla, sans-serif;font-size:16px;text-align:center;\">Copyright ©2023. All Rights Reserved.</span><br /></p>', 231, '2023-06-18 02:17:35', '2023-06-18 02:31:08', '', NULL, '001B61'), (32, 258, '270a8f89225ddf68247f018211783233167eb533.png', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry', '<p><font color=\"#ffffff\">Copyright@2022. All Rights Reserved</font><br /></p>', 232, '2023-06-19 00:13:36', '2023-09-17 03:43:09', '', NULL, NULL), (33, 259, '9de9e9407ed73d7202d34ed064a4317d1cf8c0bf.png', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry', '<p><span style=\"font-family:Rubik, sans-serif;font-size:16px;text-align:center;\"><font color=\"#ffffff\">Copyright © 2021. All rights reserved</font></span><br /></p>', 233, '2023-06-19 05:36:58', '2023-06-19 05:36:58', '', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_hero_sliders` -- CREATE TABLE `user_hero_sliders` ( `id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `img` varchar(255) NOT NULL, `title` varchar(255) DEFAULT NULL, `subtitle` varchar(255) DEFAULT NULL, `btn_name` varchar(50) DEFAULT NULL, `btn_url` varchar(255) DEFAULT NULL, `serial_number` int(11) NOT NULL, `user_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_hero_sliders` -- INSERT INTO `user_hero_sliders` (`id`, `language_id`, `img`, `title`, `subtitle`, `btn_name`, `btn_url`, `serial_number`, `user_id`, `created_at`, `updated_at`) VALUES (18, 183, 'e62e50b242c55675d4a67ab330026e148e96d34c.jpg', 'Business & Consulting', 'Making Difference Growth Your Business With Modern Ideas', 'Our Services', 'http://example.com/', 1, 169, '2021-11-14 21:27:35', '2022-12-24 03:06:33'), (19, 183, '12caf69490c983a6b9fff20c14303f33ec9135ba.jpg', 'Business & Consulting', 'Making Difference Growth Your Business With Modern Ideas', 'Our Services', 'http://example.com/', 2, 169, '2021-11-14 21:27:35', '2022-12-24 03:05:16'), (21, 184, '0ab725ad97753396e8986926b1a8dd9aaa683aff.png', 'استشارات الاعمال', 'صنع الفارق ينمو عملك بالأفكار الحديثة', 'خدماتنا', 'http://example.com/', 2, 169, '2021-11-14 21:27:35', '2022-08-21 09:29:52'), (22, 184, 'f23dfd4ff901a8c0d537089357450f9b2f04767e.png', 'استشارات الاعمال', 'صنع الفارق ينمو عملك بالأفكار الحديثة', 'خدماتنا', 'http://example.com/', 3, 169, '2021-11-14 21:27:35', '2022-08-21 09:29:44'), (23, 184, '777e7195885508e46e39b12c55bd4a91858aa7f6.png', 'استشارات الاعمال', 'صنع الفارق ينمو عملك بالأفكار الحديثة', 'خدماتنا', 'http://example.com/', 1, 169, '2021-11-14 21:27:35', '2022-08-21 09:29:32'), (24, 185, 'a1b2b98a596483b6c8c1e32b90ef8fde75a10b09.jpg', 'Take Your Great Idea To Great Business', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudanti totam raperiaeaque ipsa quaeab', 'Our Services', 'http://example.com/', 1, 170, '2021-11-16 07:07:17', '2021-11-16 07:07:17'), (25, 185, '5c11bc3c0e1825a0fd2abfad8ccd23060be8cdea.jpg', 'Take Your Great Idea To Great Business', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudanti totam raperiaeaque ipsa quaeab', 'Our Services', 'http://example.com/', 2, 170, '2021-11-16 07:07:17', '2021-11-16 07:08:40'), (26, 185, '16819a8861908d3ea0145d637fd2e1d1d8e49de3.jpg', 'Take Your Great Idea To Great Business', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudanti totam raperiaeaque ipsa quaeab', 'Our Services', 'http://example.com/', 3, 170, '2021-11-16 07:07:17', '2021-11-16 07:08:51'), (27, 186, 'a1b2b98a596483b6c8c1e32b90ef8fde75a10b09.jpg', 'خذ فكرتك العظيمة إلى عمل عظيم', 'تدرك من أين يولد كل هذا الخطأ', 'خدماتنا', 'http://example.com/', 1, 170, '2021-11-16 07:07:17', '2021-11-16 07:07:17'), (30, 186, '8ad91c539a77b3910ca9e5b76e98c199f3294898.jpg', 'خذ فكرتك العظيمة إلى عمل عظيم', 'تدرك من أين يولد كل هذا الخطأ', 'خدماتنا', 'http://example.com/', -1, 170, '2021-11-16 07:07:17', '2021-11-17 03:56:41'), (31, 186, 'd9f02779f78a7933f6c318c8287e0728045352c1.jpg', 'خذ فكرتك العظيمة إلى عمل عظيم', 'تدرك من أين يولد كل هذا الخطأ', 'خدماتنا', 'http://example.com/', 3, 170, '2021-11-16 07:07:17', '2021-11-17 03:56:49'), (35, 183, '0b682f1378238282882b69ac5c394f9aeb33c14e.jpg', 'Business & Consulting', 'Making Difference Growth Your Business With Modern Ideas', 'Our Services', 'http://example.com/', 3, 169, '2022-12-24 03:07:54', '2022-12-24 03:07:54'), (41, 254, 'b8a4c974d21952b36d3d69d9d7240842b03b0cba.jpg', 'Industrial Services Provider Agency', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incidide unt ut labore et dolore magna aliqua. Ut enim ad minim veniam', 'read more', 'http://example.com/', 1, 176, '2022-03-15 07:40:47', '2022-03-15 07:41:47'), (42, 254, 'ce65f605bd72ff01456cb4c9359bd13f4d7412ae.jpg', 'Industrial Services Provider Agency', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incidide unt ut labore et dolore magna aliqua. Ut enim ad minim veniam', 'read more', 'http://example.com/', 2, 176, '2022-03-15 07:40:47', '2022-03-15 07:41:19'), (43, 254, '370b5b9f96bb167e6fceec54dc45d2fa7a57094d.jpg', 'Industrial Services Provider Agency', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incidide unt ut labore et dolore magna aliqua. Ut enim ad minim veniam', 'read more', 'http://example.com/', 3, 176, '2022-03-15 07:40:47', '2022-03-15 07:41:39'), (44, 255, 'b8a4c974d21952b36d3d69d9d7240842b03b0cba.jpg', 'وكالة مزودي الخدمات الصناعية', 'الألم بحد ذاته كثير من الألم ، لكن الألم مهم ، لكن حان الوقت لخفضه حتى يكون الألم والألم عظيمين. على مر السنين ، سوف آتي', 'اقرأ أكثر', 'http://example.com/', 1, 176, '2022-03-15 07:40:47', '2022-03-15 07:41:47'), (45, 255, 'ce65f605bd72ff01456cb4c9359bd13f4d7412ae.jpg', 'وكالة مزودي الخدمات الصناعية', 'الألم بحد ذاته كثير من الألم ، لكن الألم مهم ، لكن حان الوقت لخفضه حتى يكون الألم والألم عظيمين. على مر السنين ، سوف آتي', 'اقرأ أكثر', 'http://example.com/', 2, 176, '2022-03-15 07:40:47', '2022-03-15 07:41:19'), (46, 255, '370b5b9f96bb167e6fceec54dc45d2fa7a57094d.jpg', 'وكالة مزودي الخدمات الصناعية', 'الألم بحد ذاته كثير من الألم ، لكن الألم مهم ، لكن حان الوقت لخفضه حتى يكون الألم والألم عظيمين. على مر السنين ، سوف آتي', 'اقرأ أكثر', 'http://example.com/', 3, 176, '2022-03-15 07:40:47', '2022-03-15 07:41:39'), (47, 252, '6a6cf3a4b5936a1d7d412b6a26d20426cceaf309.png', 'UP TO 60% OFF', 'The New Year Season', 'Shop Now', 'http://example.com/', 1, 230, '2022-12-31 06:03:27', '2023-01-01 00:26:27'), (48, 252, 'a5ee4ea09820e32e7b9c44000a801fd89da15919.png', 'The New Year Season', 'UP TO 60% OFF', 'Shop Now', 'http://example.com/', 2, 230, '2022-12-31 06:05:22', '2023-01-01 00:25:01'), (49, 252, '582d3d1a85eadf12725799d9a7fce1ccdbfc7772.png', 'The New Year Season', 'UP TO 60% OFF', 'Shop Now', 'http://example.com/', 3, 230, '2022-12-31 06:05:43', '2023-01-02 03:28:33'), (54, 253, '3536fb7cb4f66cf91bf80f1be9e49859ae3fa019.png', 'موسم العام الجديد', 'خصم يصل إلى 60٪', 'تسوق الآن', 'http://example.com/', 2, 230, '2023-01-01 00:37:31', '2023-01-02 01:24:43'), (55, 253, '9da8b928538d5bee29c70828c87a92582fd64673.png', 'موسم العام الجديد', 'خصم يصل إلى 60٪', 'تسوق الآن', 'http://example.com/', 1, 230, '2023-01-02 01:25:35', '2023-01-02 01:25:35'), (56, 253, '65540b841068a59018ea188720b0e9980dab30b6.png', 'موسم العام الجديد', 'خصم يصل إلى 60٪', 'تسوق الآن', 'http://example.com/', 3, 230, '2023-01-02 01:26:07', '2023-01-02 03:57:51'), (57, 192, '9d5005c0ad6235fadbdec1e5f181c85f9cf51841.jpg', 'Corporate Law Firms', '25 Years Of Experience In Law Solutiuons', 'Our Services', 'http://example.com/', 1, 174, '2022-03-13 06:14:12', '2022-03-13 06:14:12'), (58, 192, '784ffa3036c249fd132041bf56701406720e3e23.jpg', 'Corporate Law Firms', '25 Years Of Experience In Law Solutiuons', 'Our Services', 'http://example.com/', 2, 174, '2022-03-13 06:14:12', '2022-03-13 06:14:46'), (59, 192, '37db1e96370fe3a98b1814d4fb6922822419bf3a.jpg', 'Corporate Law Firms', '25 Years Of Experience In Law Solutiuons', 'Our Services', 'http://example.com/', 3, 174, '2022-03-13 06:14:12', '2022-03-13 06:14:54'), (60, 193, '9d5005c0ad6235fadbdec1e5f181c85f9cf51841.jpg', 'شركات قانون الشركات', '25 عاما من الخبرة في الحلول القانونية', 'خدماتنا', 'http://example.com/', 1, 174, '2022-03-13 06:14:12', '2022-03-13 06:14:12'), (61, 193, '784ffa3036c249fd132041bf56701406720e3e23.jpg', 'شركات قانون الشركات', '25 عاما من الخبرة في الحلول القانونية', 'خدماتنا', 'http://example.com/', 2, 174, '2022-03-13 06:14:12', '2022-03-13 06:14:46'), (62, 193, '37db1e96370fe3a98b1814d4fb6922822419bf3a.jpg', 'شركات قانون الشركات', '25 عاما من الخبرة في الحلول القانونية', 'خدماتنا', 'http://example.com/', 3, 174, '2022-03-13 06:14:12', '2022-03-13 06:14:54'), (63, 258, 'c08a8bc702bf1e894fe5a5ba42db0b764a0cd9c8.jpg', 'Welcome to Hotelia', 'Luxury Living', 'get started', 'http://example.com/', 1, 232, '2023-06-18 23:45:43', '2023-06-18 23:45:43'), (64, 258, 'd6aba2ad18bdc6ca6a7d907826c7aef83ef19377.jpg', 'Welcome to Hotelia', 'Luxury Living', 'get started', 'http://example.com/', 2, 232, '2023-06-18 23:46:11', '2023-06-18 23:46:11'), (65, 258, '1cde0088192cc4e6f6426ae29c384bba2ce57a5a.jpg', 'Welcome to Hotelia', 'Luxury Living', 'get started', 'http://example.com/', 1, 232, '2023-06-18 23:46:37', '2023-06-18 23:46:37'); -- -------------------------------------------------------- -- -- Table structure for table `user_hero_statics` -- CREATE TABLE `user_hero_statics` ( `id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `img` text, `title` varchar(255) DEFAULT NULL, `subtitle` varchar(255) DEFAULT NULL, `btn_name` varchar(50) DEFAULT NULL, `btn_url` varchar(255) DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `hero_text` text, `secound_btn_name` varchar(255) DEFAULT NULL, `secound_btn_url` varchar(255) DEFAULT NULL, `designation` varchar(255) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_hero_statics` -- INSERT INTO `user_hero_statics` (`id`, `language_id`, `user_id`, `img`, `title`, `subtitle`, `btn_name`, `btn_url`, `created_at`, `updated_at`, `hero_text`, `secound_btn_name`, `secound_btn_url`, `designation`) VALUES (5, 187, 171, '820ff51b6c9d19e91c84207e69eafb2dab76a07f.png', 'Business & Consulting', 'Perfect Agency For Innovative Business', 'Our Services', 'http://example.com/', '2021-11-17 04:59:24', '2021-11-17 04:59:24', NULL, NULL, NULL, NULL), (6, 188, 171, '820ff51b6c9d19e91c84207e69eafb2dab76a07f.png', 'استشارات الاعمال', 'الوكالة المثالية للأعمال المبتكرة', 'خدماتنا', 'http://example.com/', '2021-11-17 04:59:24', '2021-11-17 04:59:24', NULL, NULL, NULL, NULL), (7, 183, 169, '33ca5cfe579c5e6318f1c3723b3334a2346e2848.png', 'MutJjVjyPq', 'FAtTPjCL51', 'Ok06ffZOGO', 'https://www.youtube.com/watch?v=wJl-9dcg8vs', '2022-03-07 00:35:07', '2022-03-07 00:49:56', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam aperiam eaque abillo inventore veritatis', NULL, NULL, NULL), (8, 190, 172, '73688f53bfb21f0ffd464aaed311adcb501261f4.png', 'Best Digital Agency', 'Digital Solutions Agency For Growth Business', 'Get Started With Us', 'http://example.com/', '2022-03-12 04:03:34', '2022-03-12 04:03:34', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam aperiam eaque abillo inventore veritatis', NULL, NULL, NULL), (9, 251, 172, '73688f53bfb21f0ffd464aaed311adcb501261f4.png', 'أفضل وكالة رقمية', 'وكالة الحلول الرقمية لنمو الأعمال', 'ابدأ معنا', 'http://example.com/', '2022-03-12 04:03:34', '2022-03-12 04:03:34', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ', NULL, NULL, NULL), (10, 194, 175, '73688f53bfb21f0ffd464aaed311adcb501261f4.png', 'Best Digital Agency', 'Digital Solutions Agency For Growth Business', 'Get Started With Us', 'http://example.com/', '2022-03-12 04:03:34', '2022-03-12 04:03:34', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium totam aperiam eaque abillo inventore veritatis', NULL, NULL, NULL), (11, 195, 175, '73688f53bfb21f0ffd464aaed311adcb501261f4.png', 'أفضل وكالة رقمية', 'وكالة الحلول الرقمية لنمو الأعمال', 'ابدأ معنا', 'http://example.com/', '2022-03-12 04:03:34', '2022-03-12 04:03:34', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ', NULL, NULL, NULL), (12, 256, 231, 'cf9a430c7da67ee84e1de454a7d1146d4ed47c79.jpg', 'COURSELA DIGITAL INSTITUTE', 'The New Way to Learn', 'Our Courses', 'https://codecanyon.kreativdev.com/coursela/courses', '2023-06-18 00:34:28', '2023-06-18 00:53:50', NULL, 'Meet Instructors', 'https://codecanyon.kreativdev.com/coursela/instructors', NULL), (13, 259, 233, 'a619d12b427865690956497c1a40c38fd055883a.jpg', 'Charity is Priority', 'Small efforts make big changes', 'bcecome volunteer', 'https://example.com', '2023-06-19 06:08:32', '2023-06-19 06:08:32', 'Won fruit tree meat fourth tone give for the yieldinga behold fish night after lesser let firmament from and made. Divided he make fruitful shall had also give life without signs third.', 'INTRO VIDEO', 'https://example.com', NULL), (14, 261, 234, 'ccaa91ea03e58defe04f29d364b23c789408c300.jpg', 'Federico Chiesa', NULL, 'Hire Me', 'https://example.com', '2023-06-19 08:20:10', '2023-06-19 08:20:52', NULL, NULL, NULL, 'I am a Graphic Designer,I am a Banner Designer'); -- -------------------------------------------------------- -- -- Table structure for table `user_home_page_texts` -- CREATE TABLE `user_home_page_texts` ( `id` bigint(20) UNSIGNED NOT NULL, `about_image` text COLLATE utf8mb4_unicode_ci, `about_title` text COLLATE utf8mb4_unicode_ci, `about_subtitle` text COLLATE utf8mb4_unicode_ci, `about_content` text COLLATE utf8mb4_unicode_ci, `about_button_text` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_video_image` text COLLATE utf8mb4_unicode_ci, `about_video_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `skills_title` text COLLATE utf8mb4_unicode_ci, `skills_subtitle` text COLLATE utf8mb4_unicode_ci, `skills_content` text COLLATE utf8mb4_unicode_ci, `service_title` text COLLATE utf8mb4_unicode_ci, `service_subtitle` text COLLATE utf8mb4_unicode_ci, `experience_title` text COLLATE utf8mb4_unicode_ci, `experience_subtitle` text COLLATE utf8mb4_unicode_ci, `portfolio_title` text COLLATE utf8mb4_unicode_ci, `portfolio_subtitle` text COLLATE utf8mb4_unicode_ci, `view_all_portfolio_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `testimonial_title` text COLLATE utf8mb4_unicode_ci, `testimonial_subtitle` text COLLATE utf8mb4_unicode_ci, `testimonial_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_title` text COLLATE utf8mb4_unicode_ci, `blog_subtitle` text COLLATE utf8mb4_unicode_ci, `view_all_blog_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_section_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_section_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_section_text` text COLLATE utf8mb4_unicode_ci, `video_section_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_section_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_text` text COLLATE utf8mb4_unicode_ci, `why_choose_us_section_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_video_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `why_choose_us_section_video_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faq_section_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faq_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faq_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_section_text` text COLLATE utf8mb4_unicode_ci, `work_process_section_img` text COLLATE utf8mb4_unicode_ci, `work_process_section_video_img` text COLLATE utf8mb4_unicode_ci, `work_process_section_video_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quote_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quote_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `language_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `counter_section_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_btn_txt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `work_process_btn_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_section_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `feature_item_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `new_item_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_subtitle` text COLLATE utf8mb4_unicode_ci, `bestseller_item_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `special_item_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `flashsale_item_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `toprated_item_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `category_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `category_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rooms_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rooms_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rooms_section_content` text COLLATE utf8mb4_unicode_ci, `featured_course_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `causes_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `causes_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_snd_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_snd_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `skills_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `job_education_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `job_education_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `newsletter_snd_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `donor_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_home_page_texts` -- INSERT INTO `user_home_page_texts` (`id`, `about_image`, `about_title`, `about_subtitle`, `about_content`, `about_button_text`, `about_button_url`, `about_video_image`, `about_video_url`, `skills_title`, `skills_subtitle`, `skills_content`, `service_title`, `service_subtitle`, `experience_title`, `experience_subtitle`, `portfolio_title`, `portfolio_subtitle`, `view_all_portfolio_text`, `testimonial_title`, `testimonial_subtitle`, `testimonial_image`, `blog_title`, `blog_subtitle`, `view_all_blog_text`, `team_section_title`, `team_section_subtitle`, `video_section_image`, `video_section_url`, `video_section_title`, `video_section_subtitle`, `video_section_text`, `video_section_button_text`, `video_section_button_url`, `why_choose_us_section_image`, `why_choose_us_section_title`, `why_choose_us_section_subtitle`, `why_choose_us_section_text`, `why_choose_us_section_button_text`, `why_choose_us_section_button_url`, `why_choose_us_section_video_image`, `why_choose_us_section_video_url`, `faq_section_image`, `faq_section_title`, `faq_section_subtitle`, `work_process_section_title`, `work_process_section_subtitle`, `work_process_section_text`, `work_process_section_img`, `work_process_section_video_img`, `work_process_section_video_url`, `quote_section_title`, `quote_section_subtitle`, `language_id`, `user_id`, `created_at`, `updated_at`, `counter_section_image`, `work_process_btn_txt`, `work_process_btn_url`, `contact_section_image`, `contact_section_title`, `contact_section_subtitle`, `feature_item_title`, `new_item_title`, `newsletter_title`, `newsletter_subtitle`, `bestseller_item_title`, `special_item_title`, `flashsale_item_title`, `toprated_item_title`, `category_section_title`, `category_section_subtitle`, `rooms_section_title`, `rooms_section_subtitle`, `rooms_section_content`, `featured_course_section_title`, `newsletter_image`, `featured_section_title`, `featured_section_subtitle`, `causes_section_title`, `causes_section_subtitle`, `about_snd_button_text`, `about_snd_button_url`, `skills_image`, `job_education_title`, `job_education_subtitle`, `newsletter_snd_image`, `donor_title`) VALUES (46, '63a6c295288f8.png', 'About Us', 'Professional Business Guidance Agency', 'Sedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremq laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\nDoloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny', 'Learn More', 'http://example.com/', NULL, NULL, 'Company Skills', 'We Have Experience For Business Planning', 'Sedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\nBut I must explain to you how all this mistaken idenouncing pleasure and praising pain was born and I will give completey account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness one rejects, dislikes, or avoid', 'Comany Services', 'We Provide Exclusive Service', NULL, NULL, 'Our Awesome Projects', 'Take a Look at Our Awesome Projects', NULL, 'Cients Sayings', 'Take a Look at What Our Clients say', '63a6c8d872f35.png', 'Our Blogs', 'Take a Look at Our Latest News and Blog', 'View All', 'Meet Our Experts', 'We Have An Exclusive Team', '2f8c6517e5e6f6e5a4d08df9046e4c96c4a15546.jpg', 'https://www.youtube.com/watch?v=vTm7t9JBGfM', 'Watch Videos', 'Exclusive Video Presentation About Recent Project', 'Ranim ad minima veniam, quis nostrum exercitationem ullam corpsuscipit laboriosam, nisi ut aliquid exea commodi consequa turuis autem', 'Need Any Project', 'http://example.com/', 'e195928461fb44f5123642e8d4e0bdef11e1812d.png', 'Why Choose Us', 'Why Choose Rolan Business Agency', 'Sedut perspiciatis unde omnis iste natus evoluptat em accusantium doloremque laudantium\r\n\r\n Specialist Company Advisor Team\r\n Understanding Machines OpenS tandard\r\n Can Data Visualization Improve Mobile', 'Our Services', 'http://example.com/', NULL, NULL, NULL, '', '', 'working process', 'sub', '', '6914938d05d1e9f7d39f1a08c7bfbf3b1f6a3a74.jpg', NULL, NULL, '', '', 183, 169, '2021-11-14 21:18:27', '2022-12-24 03:39:36', NULL, NULL, NULL, '62a9ae78d5381.jpg', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (47, '63b52d32d2396.png', 'معلومات عنا', 'وكالة إرشاد الأعمال المهنية', 'لكنك قد ترى من أين كل هذا الخطأ المولود هو متعة لأولئك الذين يتهمون ويمدحون الألم ، كل عمليات الاغتصاب التي جاءت من مخترع الحقيقة هذا ، إذا جاز التعبير.\r\nوجع التسبيح كله يغتصب من مخترع الحق وإن جاز القول\r\n\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز', 'يتعلم أكثر', 'http://example.com/', NULL, NULL, 'مهارات الشركة', 'لدينا خبرة في تخطيط الأعمال', 'لكنك ستفهم من أين يسعد كل هذا الخطأ المولود بالاتهام والتصفيق\r\n\r\nلكن يجب أن أشرح لك كيف ولد كل هذا الخطأ في تعريف اللذة والثناء على الألم ، وسأقدم وصفًا كاملاً للنظام ، وأشرح التعاليم الفعلية للمستكشف العظيم للحقيقة ، الباني البارع للسعادة البشرية الذي يرفضه المرء ، يكرهون أو تجنبها', 'خدمات الشركة', 'نحن نقدم خدمة حصرية', NULL, NULL, 'مشاريعنا الرائعة', 'الق نظرة على مشاريعنا الرائعة', NULL, 'اقوال العملاء', 'ألق نظرة على ما يقوله عملاؤنا', '63b52de1720bf.png', 'مدوناتنا', 'ألق نظرة على آخر الأخبار والمدونة', 'مشاهدة الكل', 'تعرف على خبرائنا', 'لدينا فريق حصري', 'bcf11f5b0ec5cac6884ecc9c5baff806c8e7b790.jpg', 'https://www.youtube.com/watch?v=vTm7t9JBGfM', 'شاهد فيديوهات', 'عرض فيديو حصري حول المشروع الأخير', 'رنيم سيأتي على أقل تقدير ، فمن منا مستعد للقيام بأي تمرين شاق ، باستثناء الابتعاد عن عينيك والحصول على بعض المزايا', 'تحتاج أي مشروع', 'http://example.com/', '97cbd4eb1e8c8753698240b6c9574d48c8f798e9.png', 'لماذا أخترتنا', 'لماذا تختار Rolan Business Agency', 'لكن ستوضح لي من أين يثير كل هذا المولود آلام أولئك الذين يتهمون ويمدحون\r\n\r\n فريق مستشار الشركة المتخصص\r\n فهم آلات OpenS\r\n هل يمكن لتصور البيانات تحسين الهاتف المحمول', 'خدماتنا', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 184, 169, '2021-11-14 21:18:27', '2023-01-04 01:42:25', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (48, '6193b15b5032f.jpg', 'About Us', 'Professional Business Guidance Agency', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\nThere are many variations of passages of LoreIpsum available, but the majority have suffered\r\nIt uses a dictionary of over 200 Latin wor combined with a handful of model sentence structure\r\nRichard McClintock, a Latin profe hampden-sydney College in Virginia, looked up one more', 'Learn More', 'http://example.com/', '6193b15b5052e.jpg', 'https://www.youtube.com/watch?v=vTm7t9JBGfM', NULL, NULL, NULL, 'Comany Services', 'We Provide Exclusive Service', NULL, NULL, 'Latest Project', 'Take a Look at Our Awesome Projects', 'View All', 'Meet Our Members', 'Take a Look at What Our Clients say', '61949b4edaaef.png', 'Latest News', 'Take a Look at Our Latest News and Blog', 'View All', NULL, NULL, '5e846b0887f43c5c4a38f1fff9d60f7813156bb2.jpg', 'https://www.youtube.com/watch?v=LIqQNG_q2us', 'Watch Our Latest Videos For Better Innovative Business', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Working Process', 'How Dose We Work', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium', '391a486bce84901f6eece24fd6044cae7f49607f.jpg', '7881d100bd60b5f01e5d7bf0a60a19025cd94ed5.jpg', 'https://www.youtube.com/watch?v=LIqQNG_q2us', NULL, NULL, 185, 170, '2021-11-16 06:47:45', '2021-11-17 00:04:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (49, '6193b15b5032f.jpg', 'معلومات عنا', 'وكالة إرشاد الأعمال المهنية', 'لكنك ستفهم من أين كل هذا الخطأ المولود هو لذة الاتهام والثناء على الألم ، والاغتصاب كله ومثل ذلك من مخترع الحقيقة.\r\n\r\nهناك العديد من الاختلافات في مقاطع لوريس المتاحة ، لكن الغالبية عانت\r\nيستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية جنبًا إلى جنب مع حفنة من بنية الجملة النموذجية\r\nقام ريتشارد مكلينتوك ، وهو كلية لاتينية هامبدن-سيدني في فيرجينيا ، بالبحث عن واحدة أخرى', 'يتعلم أكثر', 'http://example.com/', '6193b15b5052e.jpg', 'https://www.youtube.com/watch?v=vTm7t9JBGfM', NULL, NULL, NULL, 'خدمات الشركة', 'نحن نقدم خدمة حصرية', NULL, NULL, 'أحدث مشروع', 'الق نظرة على مشاريعنا الرائعة', 'مشاهدة الكل', 'تعرف على أعضائنا', 'ألق نظرة على ما يقوله عملاؤنا', '61949b4edaaef.png', 'أحدث الأخبار', 'ألق نظرة على آخر الأخبار والمدونة', 'مشاهدة الكل', NULL, NULL, '5e846b0887f43c5c4a38f1fff9d60f7813156bb2.jpg', 'https://www.youtube.com/watch?v=LIqQNG_q2us', 'شاهد أحدث مقاطع الفيديو الخاصة بنا للحصول على أعمال إبداعية أفضل', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'عملية العمل', 'كيف نعمل الجرعة', 'تدرك من أين يولد كل هذا الخطأ', '391a486bce84901f6eece24fd6044cae7f49607f.jpg', '7881d100bd60b5f01e5d7bf0a60a19025cd94ed5.jpg', 'https://www.youtube.com/watch?v=LIqQNG_q2us', NULL, NULL, 186, 170, '2021-11-16 06:47:45', '2021-11-17 00:04:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (50, '6195f22998aac.jpg', 'About Us', 'Professional Business Guidance Agency', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\nDoloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny', 'Learn More', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'Comany Services', 'We Provide Exclusive Service', NULL, NULL, 'Our Awesome Projects', 'Take a Look at Our Awesome Projects', 'View All', 'Cients Sayings', 'Take a Look at What Our Clients say', '6195e2885a64b.jpg', NULL, NULL, NULL, 'Team Members', 'Meet Our Professional Experts', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'Why We Are Best ?', 'We Have Many Reasons to Choose Us', 'Sedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi.\r\nSedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi', 'Our Services', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'FAQ', 'Frequently Asked Questions', 'Company Statistics', 'We Are Established For Business & Consulting Since 25 Years', 'Richard McClintock, a Latin profe hampden-sydney College in Virginia, looked up one more', NULL, NULL, NULL, 'Get A Quote', 'Feel Any Project For Business Consulting Get Started Us', 187, 171, '2021-11-17 04:30:27', '2021-11-18 00:26:49', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (51, '6195f20f4c6c4.jpg', 'معلومات عنا', 'وكالة إرشاد الأعمال المهنية', 'لكنك ستفهم من أين كل هذا الخطأ المولود هو لذة الاتهام والثناء على الألم ، والاغتصاب كله ومثل ذلك من مخترع الحقيقة.\r\n\r\nوجع التسبيح كله يغتصب على يد مخترع الحق وإن جاز التعبير\r\n\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز', 'يتعلم أكثر', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'خدمات الشركة', 'نحن نقدم خدمة حصرية', NULL, NULL, 'مشاريعنا الرائعة', 'الق نظرة على مشاريعنا الرائعة', 'مشاهدة الكل', 'اقوال العملاء', 'ألق نظرة على ما يقوله عملاؤنا', '6195e2885a64b.jpg', NULL, NULL, NULL, 'أعضاء الفريق', 'تعرف على خبرائنا المحترفين', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'لماذا نحن الأفضل؟', 'لدينا أسباب كثيرة لاختيارنا', 'لكنك ستفهم من أين يسعد كل هذا الخطأ المولود باتهام وألم أولئك الذين يمتدحونها ، وكل عمليات الاغتصاب التي هي من مخترع الحقيقة هذا وإن جاز التعبير.\r\nلكنك ستفهم من أين يسعد كل هذا الخطأ المولود بالاتهام والتصفيق', 'خدماتنا', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'التعليمات', 'أسئلة مكررة', 'إحصائيات الشركة', 'تأسسنا للعمل والاستشارات منذ 25 عامًا', 'ريتشارد مكلينتوك ، أستاذ لاتيني جامعي هامبدن-سيدني كلية في فيرجينيا ، بحث عن واحدة أخرى', NULL, NULL, NULL, 'إقتبس', 'اشعر بأي مشروع لاستشارات الأعمال ابدأ بنا', 188, 171, '2021-11-17 04:30:27', '2021-11-18 00:26:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Comany Services', 'We Provide Exclusive Service', NULL, NULL, 'Our Awesome Projects', 'Take a Look at Our Awesome Projects', NULL, 'Cients Sayings', 'Take a Look at What Our Clients say', NULL, 'Latest Blog and News', 'Best SEO Optimization Agency', 'View All', 'Our Team', 'see our team', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'FAQ', 'Frequently Asked Questions', '25 Years Of Experience We Provide', 'Best SEO Optimization Agency', '', 'ca10228a4797938f0341520106ee58cee38ca346.png', NULL, NULL, 'Get A Quote', 'Feel Any Project For Business Consulting Get Started Us', 190, 172, '2022-06-12 04:39:48', '2022-12-25 03:47:52', NULL, 'Start a Project', 'http://example.com/', '63a81c178d1d9.png', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 191, 173, '2022-06-12 04:46:45', '2022-06-12 04:46:45', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (54, '6195f20f4c6c4.jpg', 'معلومات عنا', 'وكالة إرشاد الأعمال المهنية', 'لكنك ستفهم من أين كل هذا الخطأ المولود هو لذة الاتهام والثناء على الألم ، والاغتصاب كله ومثل ذلك من مخترع الحقيقة.\r\n\r\nوجع التسبيح كله يغتصب على يد مخترع الحق وإن جاز التعبير\r\n\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز', 'يتعلم أكثر', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'خدمات الشركة', 'نحن نقدم خدمة حصرية', NULL, NULL, 'مشاريعنا الرائعة', 'الق نظرة على مشاريعنا الرائعة', 'مشاهدة الكل', 'اقوال العملاء', 'ألق نظرة على ما يقوله عملاؤنا', '6195e2885a64b.jpg', '', '', '', 'أعضاء الفريق', 'تعرف على خبرائنا المحترفين', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'لماذا نحن الأفضل؟', 'لدينا أسباب كثيرة لاختيارنا', 'لكنك ستفهم من أين يسعد كل هذا الخطأ المولود باتهام وألم أولئك الذين يمتدحونها ، وكل عمليات الاغتصاب التي هي من مخترع الحقيقة هذا وإن جاز التعبير.\r\nلكنك ستفهم من أين يسعد كل هذا الخطأ المولود بالاتهام والتصفيق', 'خدماتنا', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'التعليمات', 'أسئلة مكررة', 'إحصائيات الشركة', 'تأسسنا للعمل والاستشارات منذ 25 عامًا', 'ريتشارد مكلينتوك ، أستاذ لاتيني جامعي هامبدن-سيدني كلية في فيرجينيا ، بحث عن واحدة أخرى', 'fa0bfcda455232a1652338d2bde9947cdbf4c45b.png', NULL, NULL, 'إقتبس', 'اشعر بأي مشروع لاستشارات الأعمال ابدأ بنا', 251, 172, '2021-11-16 22:30:27', '2022-03-20 23:56:39', NULL, 'Start a Project', 'http://example.com/', '62381381e7a58.png', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 196, 178, '2022-06-19 06:01:32', '2022-06-19 06:01:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (59, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 197, 179, '2022-06-19 06:06:32', '2022-06-19 06:06:32', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 198, 180, '2022-06-19 06:59:03', '2022-06-19 06:59:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (61, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 199, 181, '2022-06-19 07:08:10', '2022-06-19 07:08:10', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (62, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 200, 182, '2022-06-19 07:11:47', '2022-06-19 07:11:47', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (63, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 201, 183, '2022-06-19 07:26:03', '2022-06-19 07:26:03', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (96, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 234, 218, '2022-06-21 06:05:51', '2022-06-21 06:05:51', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (110, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', NULL, NULL, '', '', NULL, '', '', NULL, '', '', '', NULL, NULL, '8411b1684dc574fb56fcb8777d3e42f92bea644e.jpg', 'https://www.youtube.com/watch?v=4eJ8sJGh5dA', 'Looking For Luxury Hotel', NULL, 'sdfgsdfg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, '', '', 252, 230, '2022-12-30 23:25:32', '2023-09-12 23:38:29', NULL, NULL, NULL, '65014ad5cd39e.jpg', '', '', 'Feature Items', 'New Items', 'Subscribe Newsletter', 'Get Our Updates', 'Best Seller Items', 'Special Items', 'Flash Sale', 'Top Rated Items', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (113, '6195f22998aac.jpg', 'About Us', 'Professional Business Guidance Agency', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\nDoloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny', 'Learn More', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'Comany Services', 'We Provide Exclusive Service', NULL, NULL, 'Our Awesome Projects', 'Take a Look at Our Awesome Projects', 'View All', 'Clients Sayings', 'Take a Look at What Our Clients say', '6195e2885a64b.jpg', 'Latest Blog and News', 'Best SEO Optimization Agency', 'View All', 'Team Members', 'Meet Our Professional Experts', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'Why We Are Best ?', 'We Have Many Reasons to Choose Us', 'Sedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi.\r\nSedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi', 'Our Services', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'FAQ', 'Frequently Asked Questions', '25 Years Of Experience We Provide', 'Best SEO Optimization Agency', 'Richard McClintock, a Latin profe hampden-sydney College in Virginia, looked up one more', '49a2053a56d424aecbc9370ecf6b7b53b3623137.png', NULL, NULL, 'Get A Quote', 'Feel Any Project For Business Consulting Get Started Us', 194, 175, '2021-11-16 22:30:27', '2022-12-31 05:18:10', '622f3061a2073.jpg', 'Start a Project', 'http://example.com/', '623816666c968.png', 'Get In Touch', 'Need Any Help For Business & Consulting', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (114, '6195f20f4c6c4.jpg', 'معلومات عنا', 'وكالة إرشاد الأعمال المهنية', 'لكنك ستفهم من أين كل هذا الخطأ المولود هو لذة الاتهام والثناء على الألم ، والاغتصاب كله ومثل ذلك من مخترع الحقيقة.\r\n\r\nوجع التسبيح كله يغتصب على يد مخترع الحق وإن جاز التعبير\r\n\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز', 'يتعلم أكثر', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'خدمات الشركة', 'نحن نقدم خدمة حصرية', NULL, NULL, 'مشاريعنا الرائعة', 'الق نظرة على مشاريعنا الرائعة', 'مشاهدة الكل', 'اقوال العملاء', 'ألق نظرة على ما يقوله عملاؤنا', '6195e2885a64b.jpg', 'أحدث بلوق والأخبار', 'أفضل وكالة تحسين محركات البحث', 'مشاهدة الكل', 'أعضاء الفريق', 'تعرف على خبرائنا المحترفين', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'لماذا نحن الأفضل؟', 'لدينا أسباب كثيرة لاختيارنا', 'لكنك ستفهم من أين يسعد كل هذا الخطأ المولود باتهام وألم أولئك الذين يمتدحونها ، وكل عمليات الاغتصاب التي هي من مخترع الحقيقة هذا وإن جاز التعبير.\r\nلكنك ستفهم من أين يسعد كل هذا الخطأ المولود بالاتهام والتصفيق', 'خدماتنا', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'التعليمات', 'أسئلة مكررة', 'إحصائيات الشركة', 'تأسسنا للعمل والاستشارات منذ 25 عامًا', 'ريتشارد مكلينتوك ، أستاذ لاتيني جامعي هامبدن-سيدني كلية في فيرجينيا ، بحث عن واحدة أخرى', 'b6730c136f25306f7e97460dcff53e27f8a86450.png', NULL, NULL, 'إقتبس', 'اشعر بأي مشروع لاستشارات الأعمال ابدأ بنا', 195, 175, '2021-11-16 22:30:27', '2022-12-31 05:17:24', NULL, 'Start a Project', 'http://example.com/', '6238166e859bc.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (115, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 253, 230, '2023-01-01 01:00:12', '2023-01-01 01:17:04', NULL, NULL, NULL, NULL, NULL, NULL, 'العناصر المميزة', 'عناصر جديدة', 'اشترك في النشرة الإخبارية', 'احصل على تحديثاتنا', 'أفضل العناصر مبيعا', 'البنود الخاصة', 'عناصر البيع السريع', 'العناصر الأعلى تقييما', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (116, '6195f229918aac.jpg', 'معلومات عنا', 'وكالة إرشاد الأعمال المهنية', 'لكنك ستفهم من أين كل هذا الخطأ المولود هو لذة الاتهام والثناء على الألم ، والاغتصاب كله ومثل ذلك من مخترع الحقيقة.\r\n\r\nوجع التسبيح كله يغتصب على يد مخترع الحق وإن جاز التعبير\r\n\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز\r\n الأعمال وأمبير. وكالة استشارية\r\n شركة أعمال حائزة على جوائز', 'يتعلم أكثر', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'خدماتنا', 'الألم نفسه هو مفتاح آلام اللعبة لمزيد من المعلومات عن أي واحد منا سيأتي.', NULL, NULL, '', '', 'مشاهدة الكل', 'يقول العميل', 'الألم نفسه هو مفتاح الألم من نوع ما.', '6195e2885a64b.jpg', 'أحدث مدونة', 'الألم نفسه هو مفتاح آلام اللعبة لمزيد من المعلومات عن أي واحد منا سيأتي.', 'مشاهدة الكل', 'فريقنا', 'الألم نفسه هو مفتاح آلام اللعبة لمزيد من المعلومات عن أي واحد منا سيأتي.', '4e075552eb76535027695b317dcc7cfed9e1e3cf.jpg', 'https://www.youtube.com/watch?v=IjlYXtI2-GU', 'الخدمات الصناعية التي نقدمها', NULL, 'الألم نفسه هو حب الألم ، الملطف الرئيسي للأديبي لمزيد من المعلومات حول ما نقوم به', NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'لماذا نحن الأفضل؟', 'لدينا أسباب كثيرة لاختيارنا', 'لكنك ستفهم من أين يسعد كل هذا الخطأ المولود باتهام وألم أولئك الذين يمتدحونها ، وكل عمليات الاغتصاب التي هي من مخترع الحقيقة هذا وإن جاز التعبير.\r\nلكنك ستفهم من أين يسعد كل هذا الخطأ المولود بالاتهام والتصفيق', 'خدماتنا', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'التعليمات', 'أسئلة مكررة', '25 عاما من الخبرة', 'أفضل وكالة تحسين محركات البحث', 'الألم في حد ذاته مهم لألم النخبة الشحمية الرئيسية ، لكنني أعطيها الوقت للوقوع فيها مع بعض الألم والألم الشديد. لكي يصل الغرض من هذا التمرين إلى الحد الأدنى ، لا يمكن لأي مدرسة عمل سوى الاستفادة من النتائج المترتبة عليه. لكن الألم في الفيلم من الصعب إدانته ، في المتعة التي يريدها الهروب من ألم كونه خادعًا في الألم ، لا شيء. إنهم الاستثناءات التي يتوق إليها المكفوفون ، ولا يرونها ، فهم من يتخلون عن مسؤولياتهم بسبب الخطأ الذي يهدئ مصاعب الروح. لكن كما لاحظت', NULL, NULL, NULL, 'ابدأ العمل معنا', 'الألم في حد ذاته مهم ، لكن الألم يزداد عن طريق عملية شد الدهون ، لكنني أعطيها الوقت لخفضها حتى أقوم ببعض الأعمال الرائعة والألم. من أجل أن يبحث عن متعة كبيرة على مر السنين مع المخاض والألم.', 255, 176, '2021-11-16 22:30:27', '2022-03-19 01:49:18', '622f3061a2073.jpg', 'يتعلم أكثر', 'http://example.com/', '62358afec0792.jpg', 'اطلب اقتباس', 'الألم نفسه هو مفتاح آلام اللعبة لمزيد من المعلومات عن أي واحد منا سيأتي.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (117, '62381226ecd01.png', 'حول رينجز', '25 عاما من الخبرة في الحلول القانونية', 'لكن لكي أفهم من أين وُلد كل هذا الخطأ ، سأفتح الأمر برمته في موقع تجول وآلام الناس المدح ، وسأشرح تلك الأشياء التي قالها مخترع الحقيقة والمهندس المعماري. من الحياة المباركة. فلا أحد يرفض المتعة نفسها لأنها متعة ، ولكن لأن الأشياء العظيمة تتبعها', 'يتعلم أكثر', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'خدمات الشركة', 'نحن نقدم خدمة حصرية', NULL, NULL, 'حالات مميزة', 'نلقي نظرة على الحالات', 'مشاهدة الكل', 'شهاداتنا', 'يقول العملاء عنا', '622ded84e62f8.jpg', 'أخبارنا ومدونتنا', 'كل واحد التحديثات', 'مشاهدة الكل', 'أعضاء الفريق', 'تعرف على خبرائنا المحترفين', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '301b9239f5acc672e89ea19ccf4f7263207458394.jpg', 'لماذا نحن الأفضل؟', 'لدينا أسباب كثيرة لاختيارنا', 'لكنك ستفهم من أين يسعد كل هذا الخطأ المولود باتهام وألم أولئك الذين يمتدحونها ، وكل عمليات الاغتصاب التي هي من مخترع الحقيقة هذا وإن جاز التعبير.\r\nلكنك ستفهم من أين يسعد كل هذا الخطأ المولود بالاتهام والتصفيق', 'خدماتنا', 'http://example.com/', 'd1d67774227ae9d427fd1d391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2a1d0dce3.png', 'التعليمات', 'أسئلة مكررة', 'كيف نعمل', 'عملية العمل لدينا', '', '00733bb91bb288918e16a40dfc1516839e550f91.jpg', NULL, NULL, 'إقتبس', 'ولكن لمعرفة من الذي ولد كل هذا الخطأ sitevoluac', 193, 174, '2021-11-16 22:30:27', '2023-01-03 06:10:49', '622df3492b4f1.jpg', 'ابدأ مشروعًا', 'http://example.com/', '63b41b3407c93.png', 'ابقى على تواصل', 'بحاجة إلى أي مساعدة للأعمال والاستشارات', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (120, '6195f229918aac.jpg', 'About Us', 'Professional Business Guidance Agency', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\nDoloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny', 'Learn More', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'Our Services', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do tempincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrue.', NULL, NULL, 'Our Awesome Projects', 'Our Awesome Projects', 'View All', 'Client’s Say', 'Lorem ipsum dolor sit amet consectetur adipisicing elit eiusmod tempincididunt ut labore et dolore magna aliqua.', '6195e2885a64b.jpg', 'Latest Blog', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do tempincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrue.', 'View All', 'Our Team', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do tempincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrue.', '4e075552eb76535027695b317dcc7cfed9e1e3cf.jpg', 'https://www.youtube.com/watch?v=IjlYXtI2-GU', 'Industrial Services That We Provide', NULL, 'Lorem ipsum dolor sit amet, consectetur adipi sicing Sed do eiusmod tempor incididunt labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco', NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'Why We Are Best ?', 'We Have Many Reasons to Choose Us', 'Sedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi.\r\nSedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi', 'Our Services', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'FAQ', 'Frequently Asked Questions', '25 Years Of Experience', 'Best SEO Optimization Agency', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis', NULL, NULL, NULL, 'Start Work With us', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim labore et dolore magnam aliquam quaerat voluptatem.', 254, 176, '2021-11-16 22:30:27', '2022-03-19 01:49:18', '622f3061a2073.jpg', 'Learn More', 'http://example.com/', '62358afec0792.jpg', 'Requst a Quote', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do tempincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrue.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (121, '62381226ecd01.png', 'About Us', 'Professional Business Guidance Agency', 'Sedut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\nDoloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi\r\n\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny\r\n Business & Consulting Agency\r\n Awards Winning Business Comapny', 'Learn More', 'http://example.com/', NULL, NULL, NULL, NULL, NULL, 'Our Services', 'Lorem ipsum dolor sit amet consectetur e.', NULL, NULL, 'Featured Cases', 'Take a Look at the Cases', 'View All', 'Client’s Say', 'Lorem ipsum dolor sit', '6195e2885a64b.jpg', 'Our News and Blog', 'Every Single Updates', 'View All', 'Our Team', 'Lorem ipsum dolor sit amet', '4e075552eb76535027695b317dcc7cfed9e1e3cf.jpg', 'https://www.youtube.com/watch?v=IjlYXtI2-GU', 'Industrial Services That We Provide', NULL, 'Lorem ipsum dolor sit amet, consectetur adipi sicing Sed do eiusmod tempor incididunt labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco', NULL, NULL, '301b9239f5acc672e89ea9ccf4f7263207458394.jpg', 'Why We Are Best ?', 'We Have Many Reasons to Choose Us', 'Sedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi.\r\nSedut perspiciatis unde omnis iste natus error sit voluptat em accusantium doloremque laudantium, totam raperiaeaque ipsa quae ab illo inventore veritatis et quasi', 'Our Services', 'http://example.com/', 'd1d67774227ae9d427fdd391b578eb76c7ac1412.jpg', 'https://www.youtube.com/watch?v=pWOv9xcoMeY', '6195e2ad0dce3.png', 'FAQ', 'Frequently Asked Questions', '25 Years Of Experience', 'Best SEO Optimization Agency', 'Lorem ipsum dolor sit amet consectetur adipisicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis', NULL, NULL, NULL, 'Start Work With us', 'Lorem ipsum dolor sit amet', 192, 174, '2021-11-16 22:30:27', '2023-01-03 07:02:15', '622f3061a2073.jpg', 'Learn More', 'http://example.com/', '63b41b21c45a9.png', 'Requst a Quote', 'Lorem ipsum dolor sit amet', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (122, NULL, 'We Can’t Help Everyone But Everyone Can Help Someone.', NULL, 'dfghsfg dfdfdfdfdfdfdfdfbsdhfdfdfdafs dthdfhsdf \'d:/laragon/www/bu sinesso/publi c/images/images/offer-bg.jpg\'^C', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '648ea78fe9c69.png', NULL, NULL, NULL, NULL, NULL, '3bb45dae3e032c989f46ab8147b32e7efb89dbac.png', 'https://codecanyon.kreativdev.com/coursela/user/courses', NULL, NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 256, 231, '2023-06-18 00:18:43', '2023-06-21 23:58:49', '648ea78fea3a4.jpg', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Stay Up to Date', 'Our service is free to users because vendors pay us when they receive web traffic. We list all vendors - not just those that pay us - in our comprehensive directory so that you can compare, sort and filter your results to make the most informed decision possible. GetApp is a Gartner company. Gartner (NYSE: IT) is the world\'s leading information technology research.', NULL, NULL, NULL, NULL, 'Course Categories', NULL, NULL, NULL, NULL, 'Featured Courses', '648ea6fe0d815.jpg', NULL, NULL, NULL, NULL, '', '', NULL, NULL, NULL, '648ea70a338ba.jpg', NULL), (123, '648feebe61e59.jpg', 'About Us', 'Welcome To Hotelia Modern Hotel Room Sells Services', 'But I must explain to you how all this mistaken idea denouncing pleasure and praising pain was born and I will give you a complec ount of the system, and expound the actual teachin reatexplorer of the truth, the master-builder of human happiness. No ways one rejdislikes, or avoids pleasure itself, because', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Our Services', 'We Provide Most Exclusive Hotel & Room Services', NULL, NULL, NULL, NULL, NULL, 'Clients Feedback', 'What Our Satisfied Clients Say About Us', NULL, NULL, NULL, NULL, NULL, NULL, 'ab99cff5a197b4cbf6feba4aabf0a6f981b15e0e.jpg', 'https://www.youtube.com/watch?v=4eJ8sJGh5dA', 'Looking For Luxury Hotel', 'Book Right Now', '', 'Book Now', 'http://example.com/', '67e7b7db78f928f767742488b5277b938baae243.jpg', 'Why Choose Us', 'We Care You & We Feel What’s Needs For Good Living', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 258, 232, '2023-06-18 23:12:07', '2023-06-19 00:12:11', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Featured Rooms', 'Modern Hotel & Room For Luxury Living', 'Ullam corporis suscipit laboriosam nisi ut aliqucoe modi consequatur Quis autem vel eum iure repreh nderitqui in ea voluptate velit esse quam nihil molestiae', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (124, '649047c65c0a4.jpg', 'We Can’t Help Everyone But Everyone Can Help Someone.', NULL, 'Dominion theyare moving seasons have day were meat setting great very us hath the, multiply one. Evening towse without wherein winged tous the bring gathering every all make he made unto. Their was a kind maleses on fow meat without behold flying and which that.', 'Our Mission', 'example.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'TESTIMONIALS', 'Happy People Says', NULL, 'NEWS and ARTICLES', 'Every Single Update', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'b1f7b9f6349218c8b4f4b8a9ada1b09d49d075f4.png', 'Why Choose Us', NULL, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 259, 233, '2023-06-19 05:23:22', '2023-09-14 05:05:13', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'NEWSLETTER', 'Get Update Every Week', NULL, NULL, NULL, NULL, 'EASY TO EXPLORE', 'Browse All Categories', NULL, NULL, NULL, NULL, NULL, 'SOME FEATURES', 'Every Good Act Counts', 'SOME FEATURES', 'Some Good Causes', 'Future Plan', 'example.com', NULL, NULL, NULL, NULL, 'Our Donor'), (125, '649064dc1e82a.jpg', 'ABOUT', 'About Me', 'Morem ipsum dolor sit amet, consectetur adipiscing elit. Duis at est id leo luctus gravida a in ipsum. Vivamus vel molestAliquam maximus maximus velit, id scelerisque urelementum nAelaoreet bibendum tellus sed tinciduncommodo blandit gravida. Etiam sollicitudin aliquet vehicula. Morbi ante libero, porttitor ut sodales non, gravida at lacus.\r\n\r\nNam quis lorem eu odio fermentum pulvinar et sit amet turpis. Phasellus orci magna, tincidunt ac suscipit', NULL, NULL, NULL, NULL, 'MY SKILL', 'Technical Skills', 'Nam quis lorem eu odio fermentum pulvinar et sit amet turpis. Phasellus orci magna, tincidunt ac suscipit vulputate, interdum a erat. Donec fermentum fermentum', 'SERVICES', 'Services I Provide', NULL, NULL, 'PORTFOLIOS', 'Awesome Projects', NULL, 'TESTIMONIAL', 'What Client Say', NULL, 'BLOG POSTS', 'Our Latest News', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 261, 234, '2023-06-19 07:44:17', '2023-06-19 08:23:24', NULL, NULL, NULL, NULL, 'CONTACT', 'Get In Touch With Us', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '649064b894721.jpg', 'RESUME', 'Job and Educational Experiences', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_home_sections` -- CREATE TABLE `user_home_sections` ( `id` int(11) NOT NULL, `intro_section` tinyint(4) DEFAULT '1', `featured_services_section` tinyint(4) DEFAULT '1', `video_section` tinyint(4) DEFAULT '1', `portfolio_section` tinyint(4) DEFAULT '1', `why_choose_us_section` tinyint(4) DEFAULT '1', `counter_info_section` tinyint(4) DEFAULT '1', `team_members_section` tinyint(4) DEFAULT '1', `skills_section` tinyint(4) DEFAULT '1', `testimonials_section` tinyint(4) DEFAULT '1', `brand_section` tinyint(4) DEFAULT '1', `blogs_section` tinyint(4) DEFAULT '1', `faq_section` tinyint(4) DEFAULT '1', `contact_section` tinyint(4) DEFAULT '1', `top_footer_section` tinyint(4) DEFAULT '1', `copyright_section` tinyint(4) DEFAULT '1', `work_process_section` tinyint(4) NOT NULL DEFAULT '1', `user_id` int(11) NOT NULL, `newsletter_section` tinyint(4) DEFAULT '1', `featured_section` int(11) DEFAULT NULL, `offer_banner_section` int(11) DEFAULT NULL, `category_section` tinyint(4) DEFAULT '1', `slider_section` tinyint(4) DEFAULT '1', `left_offer_banner_section` tinyint(4) DEFAULT '1', `bottom_offer_banner_section` tinyint(4) DEFAULT '1', `featured_item_section` tinyint(4) DEFAULT '1', `new_item_section` tinyint(4) DEFAULT '1', `toprated_item_section` tinyint(4) DEFAULT '1', `bestseller_item_section` tinyint(4) DEFAULT '1', `special_item_section` tinyint(4) DEFAULT '1', `flashsale_item_section` tinyint(4) DEFAULT '1', `rooms_section` tinyint(4) DEFAULT '1', `call_to_action_section_status` tinyint(4) DEFAULT '1', `featured_courses_section_status` tinyint(4) DEFAULT '1', `causes_section` tinyint(4) DEFAULT '1', `job_education_section` tinyint(4) DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_home_sections` -- INSERT INTO `user_home_sections` (`id`, `intro_section`, `featured_services_section`, `video_section`, `portfolio_section`, `why_choose_us_section`, `counter_info_section`, `team_members_section`, `skills_section`, `testimonials_section`, `brand_section`, `blogs_section`, `faq_section`, `contact_section`, `top_footer_section`, `copyright_section`, `work_process_section`, `user_id`, `newsletter_section`, `featured_section`, `offer_banner_section`, `category_section`, `slider_section`, `left_offer_banner_section`, `bottom_offer_banner_section`, `featured_item_section`, `new_item_section`, `toprated_item_section`, `bestseller_item_section`, `special_item_section`, `flashsale_item_section`, `rooms_section`, `call_to_action_section_status`, `featured_courses_section_status`, `causes_section`, `job_education_section`) VALUES (86, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 169, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (87, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 170, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (88, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 171, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (89, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 172, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (91, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 174, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (92, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 175, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (93, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 176, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (97, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 218, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (109, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 230, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (110, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 231, 1, 1, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (111, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 232, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (112, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 233, 1, 1, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1), (113, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 234, 1, NULL, NULL, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `user_items` -- CREATE TABLE `user_items` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `stock` int(11) DEFAULT '0', `sku` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `thumbnail` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `current_price` decimal(11,2) NOT NULL DEFAULT '0.00', `previous_price` decimal(11,2) NOT NULL DEFAULT '0.00', `is_feature` int(11) NOT NULL DEFAULT '0', `rating` decimal(11,2) NOT NULL DEFAULT '0.00', `type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'digital - digital product, physical - physical product', `download_link` text COLLATE utf8mb4_unicode_ci, `download_file` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `start_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `flash` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `special_offer` int(11) DEFAULT NULL, `flash_percentage` int(11) DEFAULT NULL, `start_date_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_date_time` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_items` -- INSERT INTO `user_items` (`id`, `user_id`, `stock`, `sku`, `thumbnail`, `current_price`, `previous_price`, `is_feature`, `rating`, `type`, `download_link`, `download_file`, `status`, `created_at`, `updated_at`, `start_date`, `start_time`, `end_date`, `end_time`, `flash`, `special_offer`, `flash_percentage`, `start_date_time`, `end_date_time`) VALUES (59, 230, 99, '6701941', '1672568637.png', '56.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 04:23:57', '2023-02-04 03:06:33', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL), (60, 230, 99, '1234318', '1672571011.png', '99.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 05:03:31', '2023-06-08 09:30:57', '2022-12-26', '12:30 AM', '2026-11-25', '09:00 PM', '1', NULL, 2, '2022-12-26 00:30:00 AM', '2026-11-25 21:00:00 PM'), (61, 230, 96, '3591896', '1672571128.png', '99.00', '0.00', 0, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 05:05:28', '2023-02-19 11:50:01', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (62, 230, 100, '9283768', '1672571298.png', '80.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 05:08:18', '2023-01-03 03:53:52', '2023-01-01', '01:00 AM', '2025-08-01', '03:00 AM', '1', 1, 11, '2023-01-01 01:00:00 AM', '2025-08-01 03:00:00 AM'), (63, 230, 98, '9711467', '1672571538.png', '86.00', '0.00', 1, '4.00', 'physical', NULL, NULL, 1, '2023-01-01 05:12:18', '2023-01-04 00:45:37', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (64, 230, 0, '4547361', '1672571763.png', '120.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 05:16:03', '2023-01-01 05:20:11', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL), (65, 230, 85, '3922676', '1672571912.png', '199.00', '250.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 05:18:32', '2024-01-11 02:39:27', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL), (66, 230, 95, '1809546', '1672572344.png', '110.00', '0.00', 0, '4.00', 'physical', NULL, NULL, 1, '2023-01-01 05:25:44', '2023-06-04 20:06:13', '2023-01-01', '01:00 AM', '2026-08-06', '06:30 PM', '1', NULL, 10, '2023-01-01 01:00:00 AM', '2026-08-06 18:30:00 PM'), (67, 230, 99, '6519184', '1672575275.png', '255.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 06:14:35', '2023-01-04 00:08:48', NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL), (68, 230, 100, '7705103', '1672575523.png', '500.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-01 06:18:43', '2023-01-03 03:53:05', '2023-01-01', '12:30 AM', '2026-12-03', '08:30 PM', '1', 1, 5, '2023-01-01 00:30:00 AM', '2026-12-03 20:30:00 PM'), (69, 230, 0, NULL, '1672576029.png', '30.00', '0.00', 1, '4.00', 'digital', NULL, '1701600808-656c5e28af089.zip', 1, '2023-01-01 06:27:09', '2023-12-03 04:53:28', '2023-01-01', '12:00 AM', '2029-07-04', '04:00 PM', '1', 1, 1, '2023-01-01 00:00:00 AM', '2029-07-04 16:00:00 PM'), (75, 230, 99, '2133463', '1672740162.png', '99.00', '0.00', 0, '5.00', 'physical', NULL, NULL, 1, '2023-01-03 04:02:42', '2023-01-04 00:18:53', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (76, 230, 0, '8899638', '1672740422.png', '150.00', '0.00', 1, '5.00', 'physical', NULL, NULL, 1, '2023-01-03 04:07:02', '2023-09-12 22:52:15', '2023-09-12', '12:00 AM', '2023-09-27', '12:30 AM', '1', 1, 66, '2023-09-12 00:00:00 AM', '2023-09-27 00:30:00 AM'), (77, 230, 79, '8498030', '1672816311.png', '301.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-04 01:11:51', '2024-01-10 23:55:47', '2023-01-01', '03:30 PM', '2028-01-15', '02:30 PM', '1', 1, 8, '2023-01-01 15:30:00 PM', '2028-01-15 14:30:00 PM'), (78, 230, 0, '4631885', '1672824839.png', '60.00', '0.00', 1, '0.00', 'physical', NULL, NULL, 1, '2023-01-04 03:33:59', '2023-09-14 03:18:20', '2023-09-12', '12:00 AM', '2023-09-14', '01:00 AM', '1', 1, 6, '2023-09-12 00:00:00 AM', '2023-09-14 01:00:00 AM'); -- -------------------------------------------------------- -- -- Table structure for table `user_item_categories` -- CREATE TABLE `user_item_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) NOT NULL DEFAULT '1', `is_feature` int(11) 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 `user_item_categories` -- INSERT INTO `user_item_categories` (`id`, `user_id`, `language_id`, `name`, `slug`, `image`, `status`, `is_feature`, `created_at`, `updated_at`) VALUES (3, 169, 184, 'builder', 'builder', NULL, 1, 0, '2022-03-30 05:03:56', '2022-04-03 06:22:07'), (4, 169, 184, 'instructs', 'instructs', NULL, 1, 0, '2022-03-30 05:26:19', '2022-04-03 06:21:52'), (5, 169, 189, 'scopes', 'scopes', '1648728893about.jpg', 1, 0, '2022-03-31 12:14:53', '2022-04-03 06:22:35'), (12, 220, 236, 'Appliances', 'appliances', NULL, 1, 0, '2022-08-20 06:20:55', '2022-08-20 06:20:55'), (13, 220, 236, 'Apps & Games', 'apps-&-games', NULL, 1, 0, '2022-08-20 06:21:17', '2022-08-20 06:21:17'), (14, 220, 236, 'Arts, Crafts, & Sewing', 'arts,-crafts,-&-sewing', NULL, 1, 0, '2022-08-20 06:21:33', '2022-08-20 06:21:33'), (15, 220, 236, 'Automotive Parts & Accessories', 'automotive-parts-&-accessories', NULL, 1, 0, '2022-08-20 06:21:43', '2022-08-20 06:21:43'), (16, 220, 236, 'Beauty & Personal Care', 'beauty-&-personal-care', NULL, 1, 0, '2022-08-20 06:21:57', '2022-08-20 06:21:57'), (17, 220, 236, 'CDs & Vinyl', 'cds-&-vinyl', NULL, 1, 0, '2022-08-20 06:22:26', '2022-08-20 06:22:26'), (18, 220, 236, 'Clothing, Shoes and Jewelry', 'clothing,-shoes-and-jewelry', NULL, 1, 0, '2022-08-20 06:22:40', '2022-08-20 11:23:35'), (19, 220, 237, 'الأجهزة', 'الأجهزة', NULL, 1, 0, '2022-08-20 06:23:30', '2022-08-20 11:23:29'), (20, 220, 237, 'التطبيقات والألعاب', 'التطبيقات-والألعاب', NULL, 1, 0, '2022-08-20 06:23:52', '2022-08-20 06:23:52'), (21, 220, 237, 'الفنون والحرف والخياطة', 'الفنون-والحرف-والخياطة', NULL, 1, 0, '2022-08-20 06:24:07', '2022-08-20 06:24:07'), (22, 220, 237, 'قطع غيار واكسسوارات السيارات', 'قطع-غيار-واكسسوارات-السيارات', NULL, 1, 0, '2022-08-20 06:24:24', '2022-08-20 06:28:39'), (23, 220, 237, 'الجمال والعناية الشخصية', 'الجمال-والعناية-الشخصية', NULL, 1, 0, '2022-08-20 06:24:45', '2022-08-20 06:24:45'), (24, 220, 237, 'اسطوانات و فينيل', 'اسطوانات-و-فينيل', NULL, 1, 0, '2022-08-20 06:25:02', '2022-08-20 06:25:02'), (25, 220, 237, 'الملابس والأحذية والمجوهرات', 'الملابس-والأحذية-والمجوهرات', NULL, 1, 0, '2022-08-20 06:25:17', '2022-08-20 06:25:17'), (26, 224, 241, 'Home exercise equipment', 'home-exercise-equipment', '1662180902icon_1.png', 1, 0, '2022-09-03 04:55:02', '2022-09-03 04:55:02'), (27, 224, 242, 'معدات تمارين منزلية', 'معدات-تمارين-منزلية', '1662181050icon_1.png', 1, 0, '2022-09-03 04:57:30', '2022-09-03 04:57:30'), (28, 224, 241, 'Electronics', 'electronics', '1662181141electronic-technology-concept-logo-design-digital-vector-34345699.jpg', 1, 0, '2022-09-03 04:59:01', '2022-09-03 04:59:01'), (29, 224, 242, 'إلكترونيات', 'إلكترونيات', '1662181158electronic-technology-concept-logo-design-digital-vector-34345699.jpg', 1, 0, '2022-09-03 04:59:18', '2022-09-03 04:59:18'), (32, 224, 241, 'Gaming', 'gaming', '1662181433Screenshot_1.png', 1, 0, '2022-09-03 05:03:53', '2022-09-03 05:03:53'), (33, 224, 242, 'الألعاب', 'الألعاب', '1662181448Screenshot_1.png', 1, 0, '2022-09-03 05:04:08', '2022-09-03 05:04:08'), (34, 224, 241, 'Furniture', 'furniture', '1662181512pngtree-gold-furniture-lamp-chair-interior-logo-design-template-inspirat-image_312127.jpg', 1, 0, '2022-09-03 05:05:12', '2022-10-03 06:23:27'), (35, 224, 242, 'أثاث', 'أثاث', '1662181525pngtree-gold-furniture-lamp-chair-interior-logo-design-template-inspirat-image_312127.jpg', 1, 0, '2022-09-03 05:05:25', '2022-09-03 05:05:25'), (36, 224, 243, 'Muebles', 'muebles', '1663406347pngtree-gold-furniture-lamp-chair-interior-logo-design-template-inspirat-image_312127.jpg', 1, 0, '2022-09-17 09:19:07', '2022-09-17 09:19:07'), (37, 224, 244, 'Mobilya', 'mobilya', '1663406371pngtree-gold-furniture-lamp-chair-interior-logo-design-template-inspirat-image_312127.jpg', 1, 0, '2022-09-17 09:19:31', '2022-09-17 09:19:31'), (38, 224, 244, 'game', 'game', '1663406475Screenshot_1.png', 1, 0, '2022-09-17 09:21:15', '2022-09-17 09:21:15'), (39, 224, 243, 'juego', 'juego', '1663406504Screenshot_1.png', 1, 0, '2022-09-17 09:21:44', '2022-09-17 09:21:44'), (40, 226, 246, 'Consumer Electronics', 'consumer-electronics', '1663481115Consumer Electronics.png', 1, 0, '2022-09-18 06:05:15', '2022-10-24 09:43:05'), (41, 226, 246, 'Apparel', 'apparel', '1663481159Apparel.png', 1, 0, '2022-09-18 06:05:43', '2022-09-18 06:05:59'), (42, 226, 246, 'Vehicle Parts & Accessories', 'vehicle-parts-&-accessories', '1663481183Vehicle Parts & Accessories.png', 1, 0, '2022-09-18 06:06:23', '2022-09-18 06:06:23'), (43, 226, 246, 'Sports & Entertainment', 'sports-&-entertainment', '1663481209Sports & Entertainment.png', 1, 0, '2022-09-18 06:06:49', '2022-09-18 06:06:49'), (44, 226, 246, 'Machinery', 'machinery', '1663481235Machinery.png', 1, 0, '2022-09-18 06:07:15', '2022-09-18 06:07:15'), (45, 226, 246, 'Home & Garden', 'home-&-garden', '1663481260Home & Garden.png', 1, 0, '2022-09-18 06:07:40', '2022-09-18 06:07:40'), (46, 226, 246, 'Beauty & Personal Care', 'beauty-&-personal-care', '1663481392Beauty & Personal Care.png', 1, 0, '2022-09-18 06:09:52', '2022-09-18 06:09:52'), (47, 226, 246, 'Apps', 'apps', '1665294120digital.png', 1, 0, '2022-10-09 05:42:00', '2022-10-09 05:43:26'), (52, 226, 249, 'Consumer Electronics', 'consumer-electronics', '1666692478Consumer Electronics.png', 1, 0, '2022-10-25 10:07:58', '2022-10-25 10:07:58'), (53, 226, 249, 'Apparel', 'apparel', '1666692510Apparel.png', 1, 0, '2022-10-25 10:08:30', '2022-10-25 10:08:30'), (54, 226, 249, 'Vehicle Parts & Accessories', 'vehicle-parts-%26-accessories', '1666692536Vehicle Parts & Accessories.png', 1, 0, '2022-10-25 10:08:56', '2022-10-25 10:08:56'), (55, 226, 249, 'Apps', 'apps', '1666692559digital.png', 1, 0, '2022-10-25 10:09:19', '2022-10-25 10:09:19'), (56, 229, 250, 'Medical', 'medical', '1670147383ctg-4.png', 1, 0, '2022-12-04 03:49:43', '2022-12-04 03:49:43'), (57, 226, 249, 'Sports & Entertainment', 'sports-%26-entertainment', '1671361620Sports & Entertainment.png', 1, 0, '2022-12-18 05:05:36', '2022-12-18 05:07:00'), (58, 226, 249, 'Machinery', 'machinery', '1671361637Machinery.png', 1, 0, '2022-12-18 05:07:17', '2022-12-18 05:07:17'), (59, 226, 249, 'Home & Garden', 'home-%26-garden', '1671361664Home & Garden.png', 1, 0, '2022-12-18 05:07:44', '2022-12-18 05:07:44'), (60, 226, 249, 'Beauty & Personal Care', 'beauty-%26-personal-care', '1671361690Beauty & Personal Care.png', 1, 0, '2022-12-18 05:08:10', '2022-12-18 05:08:10'), (61, 230, 252, 'Electronics & gadgets', 'electronics-%26-gadgets', '167255230208.png', 1, 0, '2022-12-31 23:51:42', '2022-12-31 23:51:42'), (62, 230, 253, 'الإلكترونيات والأدوات-electronics', '%D8%A7%D9%84%D8%A5%D9%84%D9%83%D8%AA%D8%B1%D9%88%D9%86%D9%8A%D8%A7%D8%AA-%D9%88%D8%A7%D9%84%D8%A3%D8%AF%D9%88%D8%A7%D8%AA-electronics', '167255260608.png', 1, 0, '2022-12-31 23:56:46', '2023-01-01 04:50:54'), (63, 230, 252, 'Fashion & Clothing', 'fashion-%26-clothing', '167255270207.png', 1, 0, '2022-12-31 23:58:22', '2022-12-31 23:58:22'), (64, 230, 253, 'الازياء والملابس-fashion', '%D8%A7%D9%84%D8%A7%D8%B2%D9%8A%D8%A7%D8%A1-%D9%88%D8%A7%D9%84%D9%85%D9%84%D8%A7%D8%A8%D8%B3-fashion', '167255286607.png', 1, 0, '2023-01-01 00:01:06', '2023-01-01 04:50:30'), (65, 230, 252, 'Interior & Furniture', 'interior-%26-furniture', '167255293906.png', 1, 0, '2023-01-01 00:02:19', '2023-01-01 00:02:19'), (66, 230, 253, 'الداخلية والأثاث-furniture', '%D8%A7%D9%84%D8%AF%D8%A7%D8%AE%D9%84%D9%8A%D8%A9-%D9%88%D8%A7%D9%84%D8%A3%D8%AB%D8%A7%D8%AB-furniture', '167255296106.png', 1, 0, '2023-01-01 00:02:41', '2023-01-01 04:50:15'), (67, 230, 252, 'Software & Games', 'software-%26-games', '167255308105.png', 1, 0, '2023-01-01 00:04:41', '2023-01-01 00:04:41'), (68, 230, 253, 'البرمجيات والألعاب-software', '%D8%A7%D9%84%D8%A8%D8%B1%D9%85%D8%AC%D9%8A%D8%A7%D8%AA-%D9%88%D8%A7%D9%84%D8%A3%D9%84%D8%B9%D8%A7%D8%A8-software', '167255311405.png', 1, 0, '2023-01-01 00:05:14', '2023-01-01 04:49:57'), (69, 230, 252, 'Smart Watch', 'smart-watch', '167255366504.png', 1, 0, '2023-01-01 00:14:25', '2023-01-01 00:14:25'), (70, 230, 253, 'ساعة ذكية-watch', '%D8%B3%D8%A7%D8%B9%D8%A9-%D8%B0%D9%83%D9%8A%D8%A9-watch', '167255368304.png', 1, 0, '2023-01-01 00:14:43', '2023-01-01 04:49:37'), (71, 230, 252, 'Camera & Accessories', 'camera-%26-accessories', '167256761101.png', 1, 0, '2023-01-01 04:06:51', '2023-01-02 04:43:26'), (72, 230, 253, 'الكاميرا والملحقات-camera', '%D8%A7%D9%84%D9%83%D8%A7%D9%85%D9%8A%D8%B1%D8%A7-%D9%88%D8%A7%D9%84%D9%85%D9%84%D8%AD%D9%82%D8%A7%D8%AA-camera', '167256762301.png', 1, 0, '2023-01-01 04:07:03', '2023-01-02 04:43:59'), (73, 230, 252, 'Headphone & Speaker', 'headphone-%26-speaker', '167257669403.png', 1, 0, '2023-01-01 06:38:14', '2023-01-01 06:38:14'), (74, 230, 253, 'سماعة ومكبر صوت-Headphone', '%D8%B3%D9%85%D8%A7%D8%B9%D8%A9-%D9%88%D9%85%D9%83%D8%A8%D8%B1-%D8%B5%D9%88%D8%AA-headphone', '167257672603.png', 1, 0, '2023-01-01 06:38:46', '2023-01-01 06:38:46'), (75, 176, 254, 'Electronics & gadgets', 'electronics-%26-gadgets', '167255230208.png', 1, 0, '2022-12-31 23:51:42', '2022-12-31 23:51:42'), (76, 176, 255, 'الإلكترونيات والأدوات-electronics', '%D8%A7%D9%84%D8%A5%D9%84%D9%83%D8%AA%D8%B1%D9%88%D9%86%D9%8A%D8%A7%D8%AA-%D9%88%D8%A7%D9%84%D8%A3%D8%AF%D9%88%D8%A7%D8%AA-electronics', '167255260608.png', 1, 0, '2022-12-31 23:56:46', '2023-01-01 04:50:54'), (77, 176, 254, 'Fashion & Clothing', 'fashion-%26-clothing', '167255270207.png', 1, 0, '2022-12-31 23:58:22', '2022-12-31 23:58:22'), (78, 176, 255, 'الازياء والملابس-fashion', '%D8%A7%D9%84%D8%A7%D8%B2%D9%8A%D8%A7%D8%A1-%D9%88%D8%A7%D9%84%D9%85%D9%84%D8%A7%D8%A8%D8%B3-fashion', '167255286607.png', 1, 0, '2023-01-01 00:01:06', '2023-01-01 04:50:30'), (79, 245, 277, 'Test Category', 'test-category', '1709031329650fef61f0884.jpg', 1, 1, '2024-02-27 04:55:29', '2024-02-27 04:55:32'); -- -------------------------------------------------------- -- -- Table structure for table `user_item_contents` -- CREATE TABLE `user_item_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `item_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '0', `category_id` int(11) DEFAULT NULL, `subcategory_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `summary` text COLLATE utf8mb4_unicode_ci, `tags` text COLLATE utf8mb4_unicode_ci, `description` text COLLATE utf8mb4_unicode_ci, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `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_item_contents` -- INSERT INTO `user_item_contents` (`id`, `item_id`, `language_id`, `category_id`, `subcategory_id`, `title`, `slug`, `summary`, `tags`, `description`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (106, 59, 252, 71, 101, 'Widescreen NX Mini F1 SMART NX', 'widescreen-nx-mini-f1-smart-nx', 'Widescreen NX Mini F1 SMART NX', 'Widescreen NX Mini F1 SMART NX', '<p>Widescreen NX Mini F1 SMART NX<br /></p>', 'Widescreen NX Mini F1 SMART NX', 'Widescreen NX Mini F1 SMART NX', '2023-01-01 04:23:57', '2023-01-01 04:23:57'), (107, 59, 253, 72, 102, 'شاشة عريضة NX Mini F1 SMART NX', 'شاشة-عريضة-nx-mini-f1-smart-nx', 'شاشة عريضة NX Mini F1 SMART NX', 'شاشة عريضة NX Mini F1 SMART NX', '<p>شاشة عريضة NX Mini F1 SMART NX<br /></p>', 'شاشة عريضة NX Mini F1 SMART NX', 'شاشة عريضة NX Mini F1 SMART NX', '2023-01-01 04:23:57', '2023-01-01 04:23:57'), (108, 60, 252, 63, 109, 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', 'men-winter-jacket-coats,-windproof-snow-jackets-with-inner-down-cotton-layer-warm-outfits', 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><br /></p>', 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', '2023-01-01 05:03:31', '2023-01-01 05:03:31'), (109, 60, 253, 64, 110, 'معاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخلي', 'معاطف-جاكيت-شتوية-للرجال-،-سترات-ثلجية-مقاومة-للرياح-مع-ملابس-دافئة-بطبقة-من-القطن-الداخلي', 'معاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخلي', 'معاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخلي', '<p><font color=\"#757575\">معاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخليمعاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخليمعاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخليمعاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخليمعاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخليمعاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخلي</font><br /></p>', 'معاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخلي', 'معاطف جاكيت شتوية للرجال ، سترات ثلجية مقاومة للرياح مع ملابس دافئة بطبقة من القطن الداخلي', '2023-01-01 05:03:31', '2023-01-01 05:03:31'), (110, 61, 252, 63, 109, 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', 'men\'s-windbreaker-hooded-jacket,-lightweight-casual-zip-up-bomber-coat-back-letter-printed-outwear', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><br /></p>', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear Men\'s Windbreaker Hooded Jacket', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '2023-01-01 05:05:28', '2023-01-01 05:05:28'), (111, 61, 253, 64, 110, 'سترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجية', 'سترة-رجالية-بغطاء-للرأس-واقية-من-الرياح-،-معطف-منفوخ-غير-رسمي-خفيف-الوزن-بسحّاب-خلفي-مطبوع-عليه-حروف-خارجية', 'سترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجية', 'سترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجية', '<p>سترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيفسترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجيةسترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجيةسترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجيةسترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجية الوزن بسحّاب خلفي مطبوع عليه حروف خارجية <br /></p>', 'سترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجية', 'سترة رجالية بغطاء للرأس واقية من الرياح ، معطف منفوخ غير رسمي خفيف الوزن بسحّاب خلفي مطبوع عليه حروف خارجية', '2023-01-01 05:05:28', '2023-01-01 05:05:28'), (112, 62, 252, 69, 103, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', 't500-smart-watch-compatible-with-android-&-ios-bluetooth-watch', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '2023-01-01 05:08:18', '2023-01-01 05:08:18'), (113, 62, 253, 70, 105, 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', 't500-ساعة-ذكية-متوافقة-مع-android-و-ios-bluetooth-watch', 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', '<p>T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch <br /></p>', 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', '2023-01-01 05:08:18', '2023-01-01 05:08:18'), (114, 63, 252, 69, 103, 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', 'microwear-w17-pro-series-7-smartwatch-|-wireless-charging-|-500+-watch-faces-|-bluetooth-call-smart', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><br /></p>', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '2023-01-01 05:12:18', '2023-01-01 05:12:18'), (115, 63, 253, 70, 105, 'ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث', 'ساعة-ذكية-microwear-w17-pro-series-7-|-الشحن-اللاسلكي-|-أكثر-من-500-وجه-ساعة-|-ساعة-ذكية-للاتصال-عبر-البلوتوث', 'ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث', 'ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث', '<p>ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث <br /></p>', 'ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث', 'ساعة ذكية Microwear W17 Pro Series 7 | الشحن اللاسلكي | أكثر من 500 وجه ساعة | ساعة ذكية للاتصال عبر البلوتوث', '2023-01-01 05:12:18', '2023-01-01 05:12:18'), (116, 64, 252, 71, 107, 'Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera', 'canon-zoom-lens-ef-s-55-250mm-f4-5.6-is-stm-for-canon-dslr-camera', 'Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera', 'Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera </span><br />', 'Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera', 'Canon Zoom Lens EF-S 55-250mm f/4-5.6 IS STM For Canon DSLR Camera', '2023-01-01 05:16:03', '2023-01-01 05:16:03'), (117, 64, 253, 72, 108, 'عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR', 'عدسة-زووم-من-كانون-ef-s-55-250mm-f--4-5.6-is-stm-لكاميرا-كانون-dslr', 'عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR', 'عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR', '<p>عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR <br /></p>', 'عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR', 'عدسة زووم من كانون EF-S 55-250mm f / 4-5.6 IS STM لكاميرا كانون DSLR', '2023-01-01 05:16:03', '2023-01-01 05:16:03'), (118, 65, 252, 71, 107, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', 'nikon-af-s-dx-nikkor-18-140mm-f3.5-5.6g-ed-vibration-reduction-zoom-lens-with-auto-focus-for-nion-dslr-cameras', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '2023-01-01 05:18:32', '2023-01-01 05:18:32'), (119, 65, 253, 72, 108, 'نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR', 'نيكون-af-s-dx-nikkor-18-140mm-f--3.5-5.6g-ed-عدسة-تكبير-لتقليل-الاهتزاز-مع-تركيز-تلقائي-لكاميرات-nion-dslr', 'نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR', 'نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR', '<p>نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR <br /></p>', 'نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR', 'نيكون AF-S DX NIKKOR 18-140mm f / 3.5-5.6G ED عدسة تكبير لتقليل الاهتزاز مع تركيز تلقائي لكاميرات Nion DSLR', '2023-01-01 05:18:32', '2023-01-01 05:18:32'), (120, 66, 252, 71, 101, 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', 'nikon-d5300-(af-s-18-55-mm-vr-ii-kit-lens)-digital-slr-camera', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><br /></p>', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '2023-01-01 05:25:44', '2023-01-01 05:25:44'), (121, 66, 253, 72, 102, 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', 'كاميرا-نيكون-d5300-(af-s-18-55-mm-vr-ii-kit-lens)-كاميرا-slr-رقمية', 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', '<p>كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية<br /></p>', 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', '2023-01-01 05:25:44', '2023-01-01 05:25:44'), (122, 67, 252, 61, 115, 'Apple iPhone 7 Orange 256GB Storage', 'apple-iphone-7-orange-256gb-storage', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', 'Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', 'Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', 'Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', '2023-01-01 06:14:35', '2023-01-02 02:14:05'), (123, 67, 253, 62, 116, 'آيفون 7Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', 'آيفون-7product-details-of-for-iphone-6--iphone-6s--iphone-7--iphone-8-2.5d-transparent-0.3mm-glass-screen-protector-(-half-glass-)', 'يوفر حماية فورية من الخدوش والغبار\r\nيحافظ على حيوية الشاشة والحدة\r\nتوفر الخصائص الفريدة حماية لا مثيل لها\r\nحواف مدببة لمظهر جذاب ومتانة\r\nتغطية كاملة للشاشة بدون عمر', 'Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', '<p>تفاصيل المنتج لـ iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D واقي شاشة زجاجي شفاف 0.3 مم (نصف زجاج)</p><p>يوفر حماية فورية من الخدوش والغبار</p><p>يحافظ على حيوية الشاشة والحدة</p><p>توفر الخصائص الفريدة حماية لا مثيل لها</p><p>حواف مدببة لمظهر جذاب ومتانة</p><p>تغطية كاملة للشاشة بدون عمر</p><p>مواصفات ال iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D شفاف 0.3 مم واقي شاشة زجاجي (نصف زجاج)</p><p>لا توجد علامة تجارية</p>', 'Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', 'Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )', '2023-01-01 06:14:35', '2023-01-01 06:14:35'), (124, 68, 252, 61, 115, 'iPhone 14 pro max 256 GB (HK) Active', 'iphone-14-pro-max-256-gb-(hk)-active', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', 'iPhone 14 pro max 256 GB (HK) Active', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', 'ModelApple iPhone 14 Pro Max ReleasedSeptember 2022 StatusAvailable', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable', '2023-01-01 06:18:43', '2023-01-01 06:18:43'); INSERT INTO `user_item_contents` (`id`, `item_id`, `language_id`, `category_id`, `subcategory_id`, `title`, `slug`, `summary`, `tags`, `description`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (125, 68, 253, 62, 116, 'iPhone 14 pro max 256 GB (HK) نشط', 'iphone-14-pro-max-256-gb-(hk)-نشط', 'الموديل: Apple iPhone 14 Pro Max\r\nصدر سبتمبر 2022\r\nالحالة متاح\r\nالنوع\r\nالأبعاد 160.7 × 77.6 × 7.9 ملم', 'iPhone 14 pro max 256 GB (HK) نشط', '<p>تفاصيل منتج iPhone 14 pro max 256 GB (HK) Active</p><p>الموديل: Apple iPhone 14 Pro Max</p><p>صدر سبتمبر 2022</p><p>الحالة متاح</p><p>النوع</p><p>الأبعاد 160.7 × 77.6 × 7.9 ملم</p><p>الوزن 240 جرام</p><p>مقاومة للماء والغبار IP68</p><p>نوع العرض: LTPO Super Retina XDR OLED</p><p>الحجم: 6.7 بوصة</p><p>الدقة: ١٢٩٠ × ٢٧٩٦ بكسل</p><p>ألوان العرض</p><p>كثافة البكسل ~ 460 نقطة في البوصة</p><p>شاشة تعمل باللمس نعم</p><p>حماية الشاشة: زجاج سيراميك مقاوم للخدش ، طلاء مقاوم للزيت</p><p>الميزات 120 هرتز ، HDR10 ، Dolby Vision ، 1000 شمعة (النوع) ، 2000 شمعة (HBM)</p><p>وحدة المعالجة المركزية</p><p>GPUApple GPU (رسومات خماسية النواة)</p><p>(الذاكرة العشوائية) 6 جيجابايت</p><p>التخزين الداخلي 128 جيجا بايت ، 256 جيجا بايت ، 512 جيجا بايت ، 1 تيرابايت</p><p>فتحة لبطاقة الذاكرة</p><p>أجهزة الاستشعار: Face ID ، مقياس التسارع ، الدوران ، القرب ، البوصلة ، البارومتر</p><p>نظام التشغيل iOS 16</p><p>الكاميرا الخلفية: 48 ميجابكسل (عريضة) + 12 ميجابكسل (تليفوتوغرافي) + 12 ميجابكسل (فائقة السرعة) + ماسح ضوئي TOF 3D LiDAR (عمق)</p><p>صورة 2160 ص</p><p>Video4K @ 24/25/30 / 60fps ، 1080p @ 25/30/60/120/240 إطارًا في الثانية ، 10 بت HDR ، Dolby Vision HDR (حتى 60 إطارًا في الثانية) ، ProRes ، الوضع السينمائي (4K @ 30 إطارًا في الثانية) ، تسجيل صوت ستريو.</p><p>فلاش نعم</p><p>الكاميرا الأمامية: 12 ميجابكسل (واسعة) + SL 3D ، (مستشعر العمق / القياسات الحيوية)</p><p>SIM نانو</p><p>بطاقتي SIM نعم</p><p>Wi-Fi 802.11 a / b / g / n / ac / 6 ، ثنائي النطاق ، نقطة فعالة</p><p>USBLightning ، USB 2.0</p><p>GPS مزدوج النطاق A-GPS ، GLONASS ، GALILEO ، BDS ، QZSS</p><p>NFC نعم</p><p>الشحن اللاسلكي نعم</p><p>جاك سماعة الرأس</p><p>السعة Li-Ion + شحن سريع ، 50٪ في 30 دقيقة (معلن) + USB Power Delivery 2.0 + MagSafe شحن لاسلكي 15W + Qi مغناطيسي سريع الشحن اللاسلكي 7.5 واط</p><p>التنسيب</p><p>تشغيل الفيديو نعم</p><p>خرج الفيديو نعم</p><p>راديو FM</p><p>نغمات الرنين نعم</p><p>مكبر الصوت نعم</p><p>مكبر الصوت نعم</p><p>شبكة 4G LTE 1، 2، 3، 4، 5، 7، 8، 12، 13، 17، 18، 19، 20، 25، 26، 28، 30، 32، 34، 38، 39، 40، 41، 42، 46 ، 48 ، 53 ، 66 - A2894 ، A2896</p><p>نطاقات 5G NR 1 ، 2 ، 3 ، 5 ، 7 ، 8 ، 12 ، 20 ، 25 ، 26 ، 28 ، 30 ، 38 ، 40 ، 41 ، 48 ، 53 ، 66 ، 70 ، 77 ، 78 ، 79 SA / NSA / Sub6 - A2894 ، A2896</p><p>SpeedHSPA 42.2 / 5.76 ميجابت في الثانية ، LTE-A ، 5G ، EV-DO Rev.A 3.1 ميجابت في الثانية</p><p>#ايفون</p>', 'ModelApple iPhone 14 Pro Max ReleasedSeptember 2022 StatusAvailable TypeBar', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '2023-01-01 06:18:43', '2023-01-01 06:18:43'), (126, 69, 252, 67, 104, 'Microsoft office 2019 professional plus', 'microsoft-office-2019-professional-plus', 'Microsoft office 2019 professional plus', 'microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', 'Microsoft office 2019 professional plus', 'Microsoft office 2019 professional plus', '2023-01-01 06:27:09', '2023-01-01 06:27:09'), (127, 69, 253, 68, 106, 'مايكروسوفت أوفيس 2019 بروفيشنال بلس', 'مايكروسوفت-أوفيس-2019-بروفيشنال-بلس', 'مايكروسوفت أوفيس 2019 بروفيشنال بلس', 'مايكروسوفت أوفيس 2019 بروفيشنال بلس', '<p>لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة. لقد نجت ليس فقط خمسة قرون ، ولكن أيضًا القفزة في التنضيد الإلكتروني ، وظلت دون تغيير جوهري. تم نشره في الستينيات من القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع Lorem Ipsum ، ومؤخرًا مع برامج النشر المكتبي مثل Aldus PageMaker بما في ذلك إصدارات Lorem Ipsum.لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة. لقد نجت ليس فقط خمسة قرون ، ولكن أيضًا القفزة في التنضيد الإلكتروني ، وظلت دون تغيير جوهري. تم نشره في الستينيات من القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع Lorem Ipsum ، ومؤخرًا مع برامج النشر المكتبي مثل Aldus PageMaker بما في ذلك إصدارات Lorem Ipsum.لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة. لقد نجت ليس فقط خمسة قرون ، ولكن أيضًا القفزة في التنضيد الإلكتروني ، وظلت دون تغيير جوهري. تم نشره في الستينيات من القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع Lorem Ipsum ، ومؤخرًا مع برامج النشر المكتبي مثل Aldus PageMaker بما في ذلك إصدارات Lorem Ipsum.<br /></p>', 'نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص', 'نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص', '2023-01-01 06:27:09', '2023-01-01 06:27:09'), (129, 75, 252, 63, 121, 'High quality Artificial Leather wallet for men', 'high-quality-artificial-leather-wallet-for-men', 'Brand: Mobarak Leather\r\nMaterial : Artificial Lwather\r\nColor: Chocolate\r\nFashion wallet', 'High quality Artificial Leather wallet for men', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of High quality Artificial Leather wallet for men</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Brand: Mobarak Leather</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Material : Artificial Lwather</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Color: Chocolate</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Fashion wallet</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Card poket</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">coine poket</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">origin of country china</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gender: Men</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of High quality Artificial Leather wallet for men</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">221247651_BD-1168165543</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Leather Material</span><div style=\"width:306px;\">PU</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Outside Material</span><div style=\"width:306px;\">Artificial Leather</div></li></ul></div><div><span style=\"width:140px;color:rgb(117,117,117);\">What’s in the box</span><div>High quality Artificial Leather Wallet For men</div></div></div></div></div>', 'Brand: Mobarak Leather Material : Artificial Lwather Color: Chocolate', 'Brand: Mobarak Leather\r\nMaterial : Artificial Lwather\r\nColor: Chocolate', '2023-01-03 04:02:42', '2023-01-03 04:02:42'), (130, 75, 253, 64, 122, 'محفظة من الجلد الصناعي عالية الجودة للرجال', 'محفظة-من-الجلد-الصناعي-عالية-الجودة-للرجال', 'محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال', 'محفظة من الجلد الصناعي عالية الجودة للرجال', '<p>محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال</p><div><div>محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال</div></div><div><div>محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال</div></div><div><div>محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال</div></div><div><div>محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال</div></div><div><br /></div>', 'محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال', 'محفظة من الجلد الصناعي عالية الجودة للرجال محفظة من الجلد الصناعي عالية الجودة للرجال', '2023-01-03 04:02:42', '2023-01-03 04:02:42'), (131, 76, 252, 63, 121, 'Casual Footwear for Men - Black', 'casual-footwear-for-men---black', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', 'Casual Footwear for Men - Black', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', 'A shoe is an item of footwear intended to prote', 'A shoe is an item of footwear intended to prote', '2023-01-03 04:07:02', '2023-01-03 04:07:02'), (132, 76, 253, 64, 122, 'حذاء كاجوال للرجال - اسود', 'حذاء-كاجوال-للرجال---اسود', 'مادة النعل: EVA\r\nمادة حذاء الرجل: الجزء العلوي المحبوك + نعل خارجي PVC\r\nمادة البطانة: نسيج قطن\r\nاللون: مزيج أسود أحمر', 'حذاء كاجوال للرجال - اسود', '<p>الحذاء هو عنصر من الأحذية يهدف إلى حماية القدم البشرية وراحتها أثناء قيام مرتديها بأنشطة مختلفة. تستخدم الأحذية أيضًا كعنصر زينة وأزياء. تنوع تصميم الأحذية بشكل كبير عبر الزمن ومن ثقافة إلى أخرى ، حيث كان المظهر في الأصل مرتبطًا بالوظيفة. بالإضافة إلى ذلك ، غالبًا ما تملي الموضة العديد من عناصر التصميم ، مثل ما إذا كانت الأحذية ذات كعب عالٍ جدًا أو كعب مسطح. يقدم البائع مجموعة واسعة من المنتجات من العلامات التجارية الشهيرة في بنغلاديش مع وعد بتجربة تسوق سريعة وآمنة وسهلة عبر الإنترنت من خلال Daraz. يقترب البائع من العملاء الضخمين على منصة التسوق عبر الإنترنت الرائدة هذه في جميع أنحاء بنغلاديش ويخدم إلى حد كبير لتحقيق رضا العملاء بشكل أكبر. العلامات التجارية التي تعمل مع Daraz لا تخدم فقط منتجات من الدرجة الأولى ولكنها أيضًا مكرسة لاكتساب الولاء للعلامة التجارية.<br /></p>', 'هدف إلى حماية القدم البشرية وراحتها أثناء قيام مرتديها بأنشط', 'هدف إلى حماية القدم البشرية وراحتها أثناء قيام مرتديها بأنشط', '2023-01-03 04:07:02', '2023-01-03 04:07:02'), (133, 77, 252, 65, 123, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', 'black-marble-gold-luxury-dinning-room-sets-daining-table-and-6-seater-chair-dining-set', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '2023-01-04 01:11:51', '2023-01-04 01:11:51'), (134, 77, 253, 66, 124, 'طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام', 'طقم-غرفة-طعام-فاخرة-من-الذهب-الأسود-من-الرخام-الأسود-وطاولة-طعام-و-6-كراسي-لتناول-الطعام', 'طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام', 'طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام', '<p>طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام <br /></p>', 'طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام', 'طقم غرفة طعام فاخرة من الذهب الأسود من الرخام الأسود وطاولة طعام و 6 كراسي لتناول الطعام', '2023-01-04 01:11:51', '2023-01-04 01:11:51'), (135, 78, 252, 73, 125, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', 'headband-foldable-stereo-bluetooth-headphones-wireless-heads', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div>', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '2023-01-04 03:34:00', '2023-09-14 03:18:47'), (136, 78, 253, 74, 126, 'سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث', 'سماعات-رأس-لاسلكية-قابلة-للطي-تعمل-بتقنية-البلوتوث', 'سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث', 'سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث', '<p>سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث <br /></p>', 'سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث', 'سماعات رأس لاسلكية قابلة للطي تعمل بتقنية البلوتوث', '2023-01-04 03:34:00', '2023-01-04 03:34:00'); -- -------------------------------------------------------- -- -- Table structure for table `user_item_images` -- CREATE TABLE `user_item_images` ( `id` bigint(20) UNSIGNED NOT NULL, `item_id` int(11) DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci 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_item_images` -- INSERT INTO `user_item_images` (`id`, `item_id`, `image`, `created_at`, `updated_at`) VALUES (108, 59, 'ff9e80ca0dbc294d9a9bfd852c4d2fd2487ae767.png', '2023-01-01 04:23:57', '2023-01-01 04:23:57'), (109, 59, '6c4cd35923bdc08c2e80025b1992ece4e13f7640.png', '2023-01-01 04:23:57', '2023-01-01 04:23:57'), (110, 59, '0f76e700e9b0b14a03584a1eb72fdf7cf78133a2.png', '2023-01-01 04:23:57', '2023-01-01 04:23:57'), (111, 60, '024b7b8ec4a89e04a360f5464fd3a58b1478d162.png', '2023-01-01 05:03:31', '2023-01-01 05:03:31'), (112, 60, '45ef1c27bece2f748ed29cc670df913ce5c84c73.png', '2023-01-01 05:03:31', '2023-01-01 05:03:31'), (113, 60, 'ea231dcd853a7fd26a19740a54755c54472606ce.png', '2023-01-01 05:03:31', '2023-01-01 05:03:31'), (114, 61, '83cb8372a715fed46d34d8110ee09a153381d2df.png', '2023-01-01 05:05:28', '2023-01-01 05:05:28'), (115, 61, '067e1f1a6727af47559b165f7b0cce50d3a80894.png', '2023-01-01 05:05:28', '2023-01-01 05:05:28'), (116, 61, 'c5b02985f2ab5d2746fb14ae86d19abaee18796e.png', '2023-01-01 05:05:28', '2023-01-01 05:05:28'), (117, 62, 'b8ded5e8e94731ec8ffa440817229bb6ec74fbf7.png', '2023-01-01 05:08:18', '2023-01-01 05:08:18'), (118, 62, 'f8abbffb14293589d0ef40cdcfb70103124d4e60.png', '2023-01-01 05:08:18', '2023-01-01 05:08:18'), (119, 62, '84295c036af74bb0db421b37621bfc3b3664cb3a.png', '2023-01-01 05:08:18', '2023-01-01 05:08:18'), (120, 63, '5666f4b45ca08ca1778317860060d3c29704c01e.png', '2023-01-01 05:12:18', '2023-01-01 05:12:18'), (121, 63, '7a4c490a3cac49cb396641a9c564b9ed4feec38f.png', '2023-01-01 05:12:18', '2023-01-01 05:12:18'), (122, 63, 'f0eaebde5e8cf4b183cdff15182e548f294136b1.png', '2023-01-01 05:12:18', '2023-01-01 05:12:18'), (123, 64, 'dbbfdc76765989a71deb59ba721811e86c26c5e2.png', '2023-01-01 05:16:03', '2023-01-01 05:16:03'), (124, 64, '5e8db113c722bc4b110bc4d7c56837b8506e48d8.png', '2023-01-01 05:16:03', '2023-01-01 05:16:03'), (125, 64, 'af9ec448c4d3679a2b21cb17bbbffbd88ec59502.png', '2023-01-01 05:16:03', '2023-01-01 05:16:03'), (126, 65, '61eca46721e937e3bd18735e0b7d6958f0a4920f.png', '2023-01-01 05:18:32', '2023-01-01 05:18:32'), (127, 65, '5787403cf6251b5946565e50fb4ed403e7149a05.png', '2023-01-01 05:18:32', '2023-01-01 05:18:32'), (128, 65, '799f8bf032bff881c7cb25dfa572b8ed2eaa6918.png', '2023-01-01 05:18:32', '2023-01-01 05:18:32'), (129, 66, 'c2a52e45d4350da97118c22e9a3f05ebff8e6e7d.png', '2023-01-01 05:25:44', '2023-01-01 05:25:44'), (130, 66, '3801394d32a803965fb7b045de2ae128d280e104.png', '2023-01-01 05:25:44', '2023-01-01 05:25:44'), (131, 66, 'c7763e16718a68eb5b4b178abab02dc1640fc158.png', '2023-01-01 05:25:44', '2023-01-01 05:25:44'), (132, 67, '43bd107fe8b707fcedb4847591f290fda48f96e4.png', '2023-01-01 06:14:35', '2023-01-01 06:14:35'), (133, 67, 'f5c8b311acfd6fb05f6c8ae0753ed9a98aeebd1b.png', '2023-01-01 06:14:35', '2023-01-01 06:14:35'), (134, 67, 'dc8269e2a3797ba56c08b064d5bce7d828a50e6a.png', '2023-01-01 06:14:35', '2023-01-01 06:14:35'), (135, 68, 'fabd89cfe76cf2898e571915bbbc4e9ecff07235.png', '2023-01-01 06:18:43', '2023-01-01 06:18:43'), (136, 68, '15252c77152eed415e0f609fb9a47345617e02ee.png', '2023-01-01 06:18:43', '2023-01-01 06:18:43'), (137, 68, '315b34163c2e278a057653c965f5b32815d8fc4e.png', '2023-01-01 06:18:43', '2023-01-01 06:18:43'), (139, 69, '5b6bf4fa283133b8eac5fa9b4d65f49a78d4399d.png', '2023-01-01 06:27:09', '2023-01-01 06:27:09'), (140, 69, '9ba251a22adad2eac7ca8b2165744844c8b3a009.png', '2023-01-01 06:27:09', '2023-01-01 06:27:09'), (141, 75, 'b29623a00eba643ce7ed39fd994f4de62aa59850.png', '2023-01-03 04:02:42', '2023-01-03 04:02:42'), (142, 75, '2b116f8d9210b63b42f78f3b1aaf2aa0fb386de4.png', '2023-01-03 04:02:42', '2023-01-03 04:02:42'), (143, 75, '142bf5f47fd0372b04739bc1424f6d0ab9e7fd97.png', '2023-01-03 04:02:42', '2023-01-03 04:02:42'), (144, 76, 'edda6fce8db4129305455c67f281a09fc9f02d28.png', '2023-01-03 04:07:02', '2023-01-03 04:07:02'), (145, 76, '2f57049533476ab29e1adbdc4772993d813109ab.png', '2023-01-03 04:07:02', '2023-01-03 04:07:02'), (146, 76, 'e09182b2f58081641b3cb27f24d31b81111a2113.png', '2023-01-03 04:07:02', '2023-01-03 04:07:02'), (147, 77, 'ee7b8348f42551dbcd717b67538ffd8b81138ecc.png', '2023-01-04 01:11:51', '2023-01-04 01:11:51'), (148, 77, 'cdc0112af3bef10b108d2ad741a11bbe7381f90e.png', '2023-01-04 01:11:51', '2023-01-04 01:11:51'), (149, 77, '11c1ca1220e6df87853a37cac60240242a621ffd.png', '2023-01-04 01:11:51', '2023-01-04 01:11:51'), (150, 78, 'a023e0fd5e07ad670b1911e4dcd9c8a0362146a1.png', '2023-01-04 03:33:59', '2023-01-04 03:33:59'), (151, 78, 'a41fc75095103023560623fb44bea24666acfcdd.png', '2023-01-04 03:33:59', '2023-01-04 03:33:59'), (152, 78, 'd2f36bf642107dff1304c6ab9591ca9c5dcef5b3.png', '2023-01-04 03:33:59', '2023-01-04 03:33:59'); -- -------------------------------------------------------- -- -- Table structure for table `user_item_sub_categories` -- CREATE TABLE `user_item_sub_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `language_id` int(11) NOT NULL DEFAULT '0', `category_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` int(11) 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 `user_item_sub_categories` -- INSERT INTO `user_item_sub_categories` (`id`, `user_id`, `language_id`, `category_id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES (1, 169, 184, 3, 'PostgreSQL', 'postgresql', 1, '2022-03-30 05:04:15', '2022-04-03 06:28:09'), (2, 169, 184, 4, 'technical', 'technical', 1, '2022-03-30 05:04:28', '2022-04-03 06:27:35'), (4, 169, 184, 3, 'example', 'example', 1, '2022-03-30 05:05:02', '2022-04-03 06:26:22'), (101, 230, 252, 71, 'Camera', 'camera', 1, '2023-01-01 04:07:57', '2023-01-01 04:07:57'), (102, 230, 253, 72, 'الة تصوير-cam', 'الة-تصوير-cam', 1, '2023-01-01 04:09:07', '2023-01-01 04:53:55'), (103, 230, 252, 69, 'Smart Watch', 'smart-watch', 1, '2023-01-01 04:10:00', '2023-01-01 04:10:00'), (104, 230, 252, 67, 'Software', 'software', 1, '2023-01-01 04:11:09', '2023-01-01 04:11:09'), (105, 230, 253, 70, 'ساعة ذكية-watch', 'ساعة-ذكية-watch', 1, '2023-01-01 04:14:37', '2023-01-01 04:52:30'), (106, 230, 253, 68, 'برمجة-software', 'برمجة-software', 1, '2023-01-01 04:17:54', '2023-01-01 04:53:40'), (107, 230, 252, 71, 'Camera Accessories', 'camera-accessories', 1, '2023-01-01 04:55:31', '2023-01-01 04:55:31'), (108, 230, 253, 72, 'ملحقات الكاميرا-Camera Accessories', 'ملحقات-الكاميرا-camera-accessories', 1, '2023-01-01 04:56:00', '2023-01-01 04:56:00'), (109, 230, 252, 63, 'Men\'s Clothing', 'men\'s-clothing', 1, '2023-01-01 04:56:57', '2023-01-01 04:56:57'), (110, 230, 253, 64, 'ملابس رجالية-Men\'s Clothing', 'ملابس-رجالية-men\'s-clothing', 1, '2023-01-01 04:57:24', '2023-01-01 04:57:24'), (111, 230, 252, 63, 'Baby Clothing', 'baby-clothing', 1, '2023-01-01 04:57:42', '2023-01-01 04:57:42'), (112, 230, 253, 64, 'ملابس اطفال-Baby Clothing', 'ملابس-اطفال-baby-clothing', 1, '2023-01-01 04:58:13', '2023-01-01 04:58:13'), (113, 230, 252, 63, 'Women Clothing', 'women-clothing', 1, '2023-01-01 04:58:39', '2023-01-01 04:58:39'), (114, 230, 253, 64, 'ملابس النساء-Women Clothing', 'ملابس-النساء-women-clothing', 1, '2023-01-01 04:59:03', '2023-01-01 04:59:03'), (115, 230, 252, 61, 'Smartphone', 'smartphone', 1, '2023-01-01 06:09:30', '2023-01-01 06:09:30'), (116, 230, 253, 62, 'هاتف ذكي-Smartphone', 'هاتف-ذكي-smartphone', 1, '2023-01-01 06:10:12', '2023-01-01 06:10:12'), (117, 176, 254, 77, 'Women Clothing', 'women-clothing', 1, '2023-01-01 04:58:39', '2023-01-01 04:58:39'), (118, 176, 255, 78, 'ملابس النساء-Women Clothing', 'ملابس-النساء-women-clothing', 1, '2023-01-01 04:59:03', '2023-01-01 04:59:03'), (119, 176, 254, 75, 'Smartphone', 'smartphone', 1, '2023-01-01 06:09:30', '2023-01-01 06:09:30'), (120, 176, 255, 76, 'هاتف ذكي-Smartphone', 'هاتف-ذكي-smartphone', 1, '2023-01-01 06:10:12', '2023-01-01 06:10:12'), (121, 230, 252, 63, 'Fashion Accessories', 'fashion-accessories', 1, '2023-01-03 03:58:40', '2023-01-03 03:58:40'), (122, 230, 253, 64, 'اكسسوارات الموضة', 'اكسسوارات-الموضة', 1, '2023-01-03 03:59:29', '2023-01-03 03:59:29'), (123, 230, 252, 65, 'Furniture', 'furniture', 1, '2023-01-04 01:07:55', '2023-01-04 01:07:55'), (124, 230, 253, 66, 'أثاث-Furniture', 'أثاث-furniture', 1, '2023-01-04 01:08:27', '2023-01-04 01:08:27'), (125, 230, 252, 73, 'Headphones', 'headphones', 1, '2023-01-04 03:30:00', '2023-01-04 03:30:00'), (126, 230, 253, 74, 'سماعات الرأس', 'سماعات-الرأس', 1, '2023-01-04 03:30:33', '2023-01-04 03:30:33'); -- -------------------------------------------------------- -- -- Table structure for table `user_item_variations` -- CREATE TABLE `user_item_variations` ( `id` bigint(20) UNSIGNED NOT NULL, `item_id` int(11) DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `variant_name` text COLLATE utf8mb4_unicode_ci, `option_name` text COLLATE utf8mb4_unicode_ci, `option_price` text COLLATE utf8mb4_unicode_ci, `option_stock` text COLLATE utf8mb4_unicode_ci, `indx` varchar(255) COLLATE utf8mb4_unicode_ci 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_item_variations` -- INSERT INTO `user_item_variations` (`id`, `item_id`, `language_id`, `variant_name`, `option_name`, `option_price`, `option_stock`, `indx`, `created_at`, `updated_at`) VALUES (1193, 26, 241, 'english color', '[\"red\",\"green\"]', '[\"1\",\"2\"]', '[18,\"19\"]', '0', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1194, 26, 242, 'اللون العربي', '[\"\\u0623\\u062d\\u0645\\u0631\",\"ar green\"]', '[\"1\",\"2\"]', '[18,\"19\"]', '0', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1195, 26, 243, 'sp colors', '[\"sp red\",\"sp green\"]', '[\"1\",\"2\"]', '[18,\"19\"]', '0', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1196, 26, 244, 'tr color', '[\"tr red\",\"tr green\"]', '[\"1\",\"2\"]', '[18,\"19\"]', '0', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1197, 26, 241, 'size', '[\"xl\",\"m\"]', '[\"4\",\"5\"]', '[51,\"19\"]', '1', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1198, 26, 242, 'ar size', '[\"ar xl\",\"ar m\"]', '[\"4\",\"5\"]', '[51,\"19\"]', '1', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1199, 26, 243, 'sp size', '[\"sp xl\",\"sp m\"]', '[\"4\",\"5\"]', '[51,\"19\"]', '1', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1200, 26, 244, 'tr size', '[\"tr xl\",\"tr m\"]', '[\"4\",\"5\"]', '[51,\"19\"]', '1', '2022-09-12 11:11:51', '2022-09-21 07:32:30'), (1406, 49, 246, 'sizze', '[\"xl\",\"sm\"]', '[\"2\",\"3\"]', '[1,\"1\"]', '0', '2022-10-24 05:23:57', '2022-10-24 05:43:52'), (1407, 49, 249, 'size ar', '[\"xl ar\",\"sm r\"]', '[\"2\",\"3\"]', '[1,\"1\"]', '0', '2022-10-24 05:23:57', '2022-10-24 05:43:52'), (1408, 49, 246, 'height', '[\"4inch\",\"3 inch\"]', '[\"3\",\"4\"]', '[1,\"1\"]', '1', '2022-10-24 05:23:57', '2022-10-24 05:43:52'), (1409, 49, 249, 'height ar', '[\"4 inch r\",\"3incch\"]', '[\"3\",\"4\"]', '[1,\"1\"]', '1', '2022-10-24 05:23:57', '2022-10-24 05:43:52'), (1440, 48, 246, 'variatio one', '[\"option 1\",\"option 2\"]', '[\"5\",\"6\"]', '[\"95\",\"100\"]', '0', '2022-12-04 05:17:14', '2022-12-04 05:17:14'), (1441, 48, 249, 'var ar', '[\"asd ar\",\"ada ar\"]', '[\"5\",\"6\"]', '[\"95\",\"100\"]', '0', '2022-12-04 05:17:14', '2022-12-04 05:17:14'), (1442, 48, 246, 'variation 2', '[\"gteen\",\"red\"]', '[\"1\",\"2\"]', '[\"95\",\"100\"]', '1', '2022-12-04 05:17:14', '2022-12-04 05:17:14'), (1443, 48, 249, 'variaion 2 ar', '[\"green ar\",\"red ar\"]', '[\"1\",\"2\"]', '[\"95\",\"100\"]', '1', '2022-12-04 05:17:14', '2022-12-04 05:17:14'), (1502, 47, 246, 'v1', '[\"asd\"]', '[\"3\"]', '[\"3\"]', '0', '2022-12-04 06:02:03', '2022-12-04 06:02:03'), (1503, 47, 249, 'vb', '[\"asd\"]', '[\"3\"]', '[\"3\"]', '0', '2022-12-04 06:02:03', '2022-12-04 06:02:03'), (1504, 47, 246, 'asd', '[\"asd\"]', '[\"0\"]', '[\"0\"]', '1', '2022-12-04 06:02:03', '2022-12-04 06:02:03'), (1505, 47, 249, 'asd', '[\"asd\"]', '[\"0\"]', '[\"0\"]', '1', '2022-12-04 06:02:03', '2022-12-04 06:02:03'), (1506, 1, 183, 'color', '[\"red\",\"blue\"]', '[\"2\",\"3\"]', '[88,\"100\"]', '0', '2022-12-06 04:36:46', '2022-12-11 00:27:50'), (1507, 1, 184, 'kalaar', '[\"rad\",\"blu\"]', '[\"2\",\"3\"]', '[88,\"100\"]', '0', '2022-12-06 04:36:46', '2022-12-11 00:27:50'), (1508, 1, 183, 'size', '[\"4 chaka\",\"2 chaka\"]', '[\"5\",\"6\"]', '[88,\"100\"]', '1', '2022-12-06 04:36:46', '2022-12-11 00:27:50'), (1509, 1, 184, 'saiz', '[\"4 chakka\",\"2 chakka\"]', '[\"5\",\"6\"]', '[88,\"100\"]', '1', '2022-12-06 04:36:46', '2022-12-11 00:27:50'), (1780, 58, 246, 'color', '[\"orange\",\"gray\"]', '[\"2.9\",\"59\"]', '[100,94]', '0', '2022-12-24 00:37:18', '2022-12-24 02:27:03'), (1781, 58, 249, 'ar color', '[\"orangear\",\"gray ar\"]', '[\"2.9\",\"59\"]', '[98,94]', '0', '2022-12-24 00:37:18', '2022-12-24 02:25:19'), (1782, 58, 246, 'size', '[\"xl\",\"m\"]', '[\"6\",\"55\"]', '[94,100]', '1', '2022-12-24 00:37:18', '2022-12-24 02:27:03'), (1783, 58, 249, 'size ar', '[\"xl ar\",\"m ar\"]', '[\"6\",\"55\"]', '[94,98]', '1', '2022-12-24 00:37:18', '2022-12-24 02:25:19'), (1784, 58, 246, 'Brand', '[\"yellow\",\"infinity\",\"twelve\"]', '[\"99\",\"13\",\"6\"]', '[\"100\",94,\"100\"]', '2', '2022-12-24 00:37:18', '2022-12-24 02:27:03'), (1785, 58, 249, 'Brand ar', '[\"yellowbrnadar\",\"infinity ar\",\"twelve ar\"]', '[\"99\",\"13\",\"6\"]', '[\"100\",92,\"100\"]', '2', '2022-12-24 00:37:18', '2022-12-24 02:25:19'), (1786, 54, 246, 'weight', '[\"10 kg\",\"20 kg\"]', '[\"10\",\"15\"]', '[\"100\",95]', '0', '2022-12-24 00:37:27', '2022-12-24 02:27:03'), (1787, 54, 249, 'weight ar', '[\"10 kg ar\",\"20 kg ar\"]', '[\"10\",\"15\"]', '[\"100\",92]', '0', '2022-12-24 00:37:27', '2022-12-24 02:25:20'), (1788, 54, 246, 'height', '[\"60 fit\",\"65 fit\"]', '[\"20\",\"25\"]', '[100,95]', '1', '2022-12-24 00:37:27', '2022-12-24 02:27:03'), (1789, 54, 249, 'height ar', '[\"60 fit ar\",\"60 fit ar\"]', '[\"20\",\"25\"]', '[97,95]', '1', '2022-12-24 00:37:27', '2022-12-24 02:25:20'), (1793, 76, 252, 'Size', '[\"39\",\"40\",\"41\",\"42\"]', '[\"5\",\"6\",\"6\",\"7\"]', '[86,95,99,96]', '0', '2023-01-03 04:13:17', '2024-01-11 02:33:31'), (1794, 76, 253, 'بحجم', '[\"39\",\"40\",\"41\",\"42\"]', '[\"5\",\"6\",\"6\",\"7\"]', '[86,95,99,96]', '0', '2023-01-03 04:13:17', '2024-01-11 02:33:31'), (1795, 76, 252, 'Color', '[\"Black\",\"Blue\",\"Orange\"]', '[\"7\",\"5\",\"6\"]', '[85,94,97]', '1', '2023-01-03 04:13:17', '2024-01-11 02:33:31'), (1796, 76, 253, 'اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u0632\\u0631\\u0642\",\"\\u0627\\u0644\\u0628\\u0631\\u062a\\u0642\\u0627\\u0644\\u064a\"]', '[\"7\",\"5\",\"6\"]', '[85,94,97]', '1', '2023-01-03 04:13:17', '2024-01-11 02:33:31'), (1801, 78, 252, 'Color', '[\"Black\",\"Red\",\"Blue\"]', '[\"0\",\"3\",\"5\"]', '[485,286,649]', '0', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1802, 78, 253, 'اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u062d\\u0645\\u0631\",\"\\u0623\\u0632\\u0631\\u0642\"]', '[\"0\",\"3\",\"5\"]', '[485,286,649]', '0', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1803, 78, 252, 'Interface', '[\"Wired\",\"Wireless\",\"USB\"]', '[\"0\",\"2\",\"5\"]', '[423,849,\"236\"]', '1', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1804, 78, 253, 'واجهه المستخدم', '[\"\\u0633\\u0644\\u0643\\u064a\",\"\\u0644\\u0627\\u0633\\u0644\\u0643\\u064a\",\"\\u064a\\u0648 \\u0627\\u0633 \\u0628\\u064a\"]', '[\"0\",\"2\",\"5\"]', '[423,849,\"236\"]', '1', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1805, 78, 252, 'Type', '[\"Standard\",\"Gaming\",\"With Microphone\"]', '[\"5\",\"10\",\"2\"]', '[487,488,495]', '2', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1806, 78, 253, 'يكتب', '[\"\\u0627\\u0633\\u0627\\u0633\\u064a\",\"\\u0627\\u0644\\u0623\\u0644\\u0639\\u0627\\u0628\",\"\\u0645\\u0639 \\u0645\\u064a\\u0643\\u0631\\u0648\\u0641\\u0648\\u0646\"]', '[\"5\",\"10\",\"2\"]', '[487,488,495]', '2', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1807, 78, 252, 'Special Feature', '[\"RGB\",\"DJ Grade\",\"7.1\",\"Illuminated\"]', '[\"1\",\"5\",\"7\",\"3\"]', '[99986,9989,95,\"1000\"]', '3', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1808, 78, 253, 'خاصية مميزة', '[\"RGB\",\"\\u062f\\u0631\\u062c\\u0629 DJ\",\"7.1\",\"\\u0645\\u0636\\u064a\\u0626\\u0629\"]', '[\"1\",\"5\",\"7\",\"3\"]', '[99986,9989,95,\"1000\"]', '3', '2023-01-13 07:05:25', '2024-01-10 23:55:47'), (1809, 75, 252, 'Color', '[\"Black\",\"Red\"]', '[\"5\",\"10\"]', '[298,299]', '0', '2023-01-13 07:37:41', '2023-02-06 22:08:53'), (1810, 75, 253, 'اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u062d\\u0645\\u0631\"]', '[\"5\",\"10\"]', '[298,299]', '0', '2023-01-13 07:37:41', '2023-02-06 22:08:53'), (1811, 75, 252, 'Material', '[\"Leather\",\"Plastic\",\"Cloth\"]', '[\"3\",\"6\",\"4\"]', '[298,\"300\",299]', '1', '2023-01-13 07:37:41', '2023-02-06 22:08:53'), (1812, 75, 253, 'مواد', '[\"\\u062c\\u0644\\u062f\",\"\\u0628\\u0644\\u0627\\u0633\\u062a\\u064a\\u0643\",\"\\u0642\\u0645\\u0627\\u0634\"]', '[\"3\",\"6\",\"4\"]', '[298,\"300\",299]', '1', '2023-01-13 07:37:41', '2023-02-06 22:08:53'), (1815, 63, 252, 'Type', '[\"Smart\",\"Analog\"]', '[\"2\",\"4\"]', '[996,\"1000\"]', '0', '2023-01-13 07:41:45', '2023-05-15 20:05:14'), (1816, 63, 253, 'يكتب', '[\"\\u0630\\u0643\\u064a\",\"\\u0627\\u0644\\u062a\\u0646\\u0627\\u0638\\u0631\\u064a\\u0629\"]', '[\"2\",\"4\"]', '[996,\"1000\"]', '0', '2023-01-13 07:41:45', '2023-05-15 20:05:14'), (1817, 63, 252, 'Color Family', '[\"Black\",\"White\",\"Silver\"]', '[\"2\",\"3\",\"4\"]', '[996,\"1000\",\"1000\"]', '1', '2023-01-13 07:41:45', '2023-05-15 20:05:14'), (1818, 63, 253, 'عائلة اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u0628\\u064a\\u0636\",\"\\u0641\\u0636\\u0629\"]', '[\"2\",\"3\",\"4\"]', '[996,\"1000\",\"1000\"]', '1', '2023-01-13 07:41:45', '2023-05-15 20:05:14'), (1819, 62, 252, 'Type', '[\"Smart\",\"Analog\"]', '[\"2\",\"4\"]', '[990,\"1000\"]', '0', '2023-01-13 07:41:45', '2023-06-03 08:34:08'), (1820, 62, 253, 'يكتب', '[\"\\u0630\\u0643\\u064a\",\"\\u0627\\u0644\\u062a\\u0646\\u0627\\u0638\\u0631\\u064a\\u0629\"]', '[\"2\",\"4\"]', '[990,\"1000\"]', '0', '2023-01-13 07:41:45', '2023-06-03 08:34:08'), (1821, 62, 252, 'Color Family', '[\"Black\",\"White\",\"Silver\"]', '[\"2\",\"3\",\"4\"]', '[994,\"1000\",996]', '1', '2023-01-13 07:41:45', '2023-06-03 08:34:09'), (1822, 62, 253, 'عائلة اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u0628\\u064a\\u0636\",\"\\u0641\\u0636\\u0629\"]', '[\"2\",\"3\",\"4\"]', '[994,\"1000\",996]', '1', '2023-01-13 07:41:45', '2023-06-03 08:34:09'), (1823, 68, 252, 'Color Family', '[\"Black\",\"White\",\"Silver\"]', '[\"2\",\"3\",\"4\"]', '[982,998,996]', '1', '2023-01-13 07:41:45', '2024-01-11 02:39:27'), (1824, 68, 253, 'عائلة اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u0628\\u064a\\u0636\",\"\\u0641\\u0636\\u0629\"]', '[\"2\",\"3\",\"4\"]', '[982,998,996]', '1', '2023-01-13 07:41:45', '2024-01-11 02:39:27'), (1825, 67, 252, 'Color Family', '[\"Black\",\"White\",\"Silver\"]', '[\"2\",\"3\",\"4\"]', '[990,996,999]', '1', '2023-01-13 07:41:45', '2023-05-18 22:36:46'), (1826, 67, 253, 'عائلة اللون', '[\"\\u0623\\u0633\\u0648\\u062f\",\"\\u0623\\u0628\\u064a\\u0636\",\"\\u0641\\u0636\\u0629\"]', '[\"2\",\"3\",\"4\"]', '[990,996,999]', '1', '2023-01-13 07:41:45', '2023-05-18 22:36:46'); -- -------------------------------------------------------- -- -- Table structure for table `user_jcategories` -- CREATE TABLE `user_jcategories` ( `id` bigint(20) NOT NULL, `language_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `serial_number` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_jcategories` -- INSERT INTO `user_jcategories` (`id`, `language_id`, `user_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (15, 183, 169, 'Web Developer', 1, 1, '2021-11-15 03:47:43', '2021-11-15 03:47:43'), (16, 183, 169, 'Web Designer', 1, 2, '2021-11-15 03:47:56', '2021-11-15 03:47:56'), (17, 183, 169, 'Graphic Designer', 1, 3, '2021-11-15 03:49:22', '2021-11-15 03:49:22'), (18, 184, 169, 'مطور ويب', 1, 1, '2021-11-15 03:47:43', '2021-11-15 03:47:43'), (19, 184, 169, 'مصمم الويب', 1, 2, '2021-11-15 03:47:56', '2021-11-15 03:47:56'), (20, 184, 169, 'مصمم جرافيك', 1, 3, '2021-11-15 03:49:22', '2021-11-15 03:49:22'), (21, 185, 170, 'Web Developer', 1, 1, '2021-11-17 09:11:07', '2021-11-15 03:47:43'), (22, 185, 170, 'Web Designer', 1, 2, '2021-11-17 09:11:07', '2021-11-15 03:47:56'), (23, 185, 170, 'Graphic Designer', 1, 3, '2021-11-17 09:11:07', '2021-11-15 03:49:22'), (24, 186, 170, 'مطور ويب', 1, 1, '2021-11-17 09:11:22', '2021-11-15 03:47:43'), (25, 186, 170, 'مصمم الويب', 1, 2, '2021-11-17 09:11:22', '2021-11-15 03:47:56'), (26, 186, 170, 'مصمم جرافيك', 1, 3, '2021-11-17 09:11:22', '2021-11-15 03:49:22'), (27, 187, 171, 'Web Developer', 1, 1, '2021-11-18 04:41:26', '2021-11-15 03:47:43'), (28, 187, 171, 'Web Designer', 1, 2, '2021-11-18 04:41:26', '2021-11-15 03:47:56'), (29, 187, 171, 'Graphic Designer', 1, 3, '2021-11-18 04:41:26', '2021-11-15 03:49:22'), (30, 188, 171, 'مطور ويب', 1, 1, '2021-11-18 04:41:42', '2021-11-15 03:47:43'), (31, 188, 171, 'مصمم الويب', 1, 2, '2021-11-18 04:41:42', '2021-11-15 03:47:56'), (32, 188, 171, 'مصمم جرافيك', 1, 3, '2021-11-18 04:41:42', '2021-11-15 03:49:22'), (33, 190, 172, 'Web Developer', 1, 1, '2022-12-25 06:02:25', '2021-11-14 21:47:43'), (34, 190, 172, 'Web Designer', 1, 2, '2022-12-25 06:02:26', '2021-11-14 21:47:56'), (35, 190, 172, 'Graphic Designer', 1, 3, '2022-12-25 06:02:28', '2021-11-14 21:49:22'), (36, 251, 172, 'مطور ويب', 1, 1, '2022-12-25 06:02:34', '2021-11-14 21:47:43'), (37, 251, 172, 'مصمم الويب', 1, 2, '2022-12-25 06:02:36', '2021-11-14 21:47:56'), (38, 251, 172, 'مصمم جرافيك', 1, 3, '2022-12-25 06:02:39', '2021-11-14 21:49:22'), (39, 192, 174, 'Web Developer', 1, 1, '2021-11-17 22:41:26', '2021-11-14 21:47:43'), (40, 192, 174, 'Web Designer', 1, 2, '2021-11-17 22:41:26', '2021-11-14 21:47:56'), (41, 192, 174, 'Graphic Designer', 1, 3, '2021-11-17 22:41:26', '2021-11-14 21:49:22'), (42, 193, 174, 'مطور ويب', 1, 1, '2021-11-17 22:41:42', '2021-11-14 21:47:43'), (43, 193, 174, 'مصمم الويب', 1, 2, '2021-11-17 22:41:42', '2021-11-14 21:47:56'), (44, 193, 174, 'مصمم جرافيك', 1, 3, '2021-11-17 22:41:42', '2021-11-14 21:49:22'), (45, 194, 175, 'Web Developer', 1, 1, '2021-11-17 22:41:26', '2021-11-14 21:47:43'), (46, 194, 175, 'Web Designer', 1, 2, '2021-11-17 22:41:26', '2021-11-14 21:47:56'), (47, 194, 175, 'Graphic Designer', 1, 3, '2021-11-17 22:41:26', '2021-11-14 21:49:22'), (48, 195, 175, 'مطور ويب', 1, 1, '2021-11-17 22:41:42', '2021-11-14 21:47:43'), (49, 195, 175, 'مصمم الويب', 1, 2, '2021-11-17 22:41:42', '2021-11-14 21:47:56'), (50, 195, 175, 'مصمم جرافيك', 1, 3, '2021-11-17 22:41:42', '2021-11-14 21:49:22'), (51, 254, 176, 'Web Developer', 1, 1, '2023-01-03 07:44:33', '2021-11-14 21:47:43'), (52, 254, 176, 'Web Designer', 1, 2, '2023-01-03 07:44:35', '2021-11-14 21:47:56'), (53, 254, 176, 'Graphic Designer', 1, 3, '2023-01-03 07:44:38', '2021-11-14 21:49:22'), (54, 255, 176, 'مطور ويب', 1, 1, '2023-01-03 07:44:45', '2021-11-14 21:47:43'), (55, 255, 176, 'مصمم الويب', 1, 2, '2023-01-03 07:44:48', '2021-11-14 21:47:56'), (56, 255, 176, 'مصمم جرافيك', 1, 3, '2023-01-03 07:44:50', '2021-11-14 21:49:22'), (57, 252, 230, 'Web Developer', 1, 1, '2021-11-17 22:41:26', '2021-11-14 21:47:43'), (58, 252, 230, 'Web Designer', 1, 2, '2021-11-17 22:41:26', '2021-11-14 21:47:56'), (59, 252, 230, 'Graphic Designer', 1, 3, '2021-11-17 22:41:26', '2021-11-14 21:49:22'), (60, 253, 230, 'مطور ويب', 1, 1, '2021-11-17 22:41:42', '2021-11-14 21:47:43'), (61, 253, 230, 'مصمم الويب', 1, 2, '2023-01-02 05:21:51', '2021-11-14 21:47:56'), (62, 253, 230, 'مصمم جرافيك', 1, 3, '2023-01-02 05:21:54', '2021-11-14 21:49:22'); -- -------------------------------------------------------- -- -- Table structure for table `user_jobs` -- CREATE TABLE `user_jobs` ( `id` bigint(20) NOT NULL, `jcategory_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `title` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `vacancy` int(11) DEFAULT NULL, `deadline` varchar(255) DEFAULT NULL, `experience` varchar(255) DEFAULT NULL, `job_responsibilities` text, `employment_status` varchar(255) DEFAULT NULL, `educational_requirements` text, `experience_requirements` text, `additional_requirements` text, `job_location` varchar(255) DEFAULT NULL, `salary` text, `benefits` text, `read_before_apply` text, `email` varchar(255) DEFAULT NULL, `serial_number` int(11) NOT NULL, `meta_keywords` text, `meta_description` text, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_jobs` -- INSERT INTO `user_jobs` (`id`, `jcategory_id`, `language_id`, `user_id`, `title`, `slug`, `vacancy`, `deadline`, `experience`, `job_responsibilities`, `employment_status`, `educational_requirements`, `experience_requirements`, `additional_requirements`, `job_location`, `salary`, `benefits`, `read_before_apply`, `email`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (15, 15, 183, 169, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (16, 16, 183, 169, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (17, 17, 183, 169, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (18, 18, 184, 169, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (19, 19, 184, 169, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (20, 20, 184, 169, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (21, 21, 185, 170, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (22, 22, 185, 170, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (23, 23, 185, 170, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (24, 24, 186, 170, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (25, 25, 186, 170, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (26, 26, 186, 170, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (27, 27, 187, 171, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (28, 28, 187, 171, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (29, 29, 187, 171, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (30, 30, 188, 171, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (31, 31, 188, 171, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (32, 32, 188, 171, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-15 03:50:24', '2021-11-15 03:50:24'), (33, 33, 190, 172, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (34, 34, 190, 172, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'); INSERT INTO `user_jobs` (`id`, `jcategory_id`, `language_id`, `user_id`, `title`, `slug`, `vacancy`, `deadline`, `experience`, `job_responsibilities`, `employment_status`, `educational_requirements`, `experience_requirements`, `additional_requirements`, `job_location`, `salary`, `benefits`, `read_before_apply`, `email`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (35, 35, 190, 172, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (36, 36, 251, 172, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (37, 37, 251, 172, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (38, 38, 251, 172, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (39, 39, 192, 174, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (40, 40, 192, 174, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (41, 41, 192, 174, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (42, 42, 193, 174, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (43, 43, 193, 174, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (44, 44, 193, 174, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (45, 45, 194, 175, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (46, 46, 194, 175, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (47, 47, 194, 175, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (48, 48, 195, 175, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (49, 49, 195, 175, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (50, 50, 195, 175, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (51, 51, 254, 176, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (52, 52, 254, 176, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (53, 53, 254, 176, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (54, 54, 255, 176, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (55, 55, 255, 176, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'); INSERT INTO `user_jobs` (`id`, `jcategory_id`, `language_id`, `user_id`, `title`, `slug`, `vacancy`, `deadline`, `experience`, `job_responsibilities`, `employment_status`, `educational_requirements`, `experience_requirements`, `additional_requirements`, `job_location`, `salary`, `benefits`, `read_before_apply`, `email`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (56, 56, 255, 176, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (57, 57, 252, 230, 'Senior Laravel Web Developer Recruitment', 'senior-laravel-web-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (58, 58, 252, 230, 'Senior Frontend Developer Recruitment', 'senior-frontend-developer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (59, 59, 252, 230, 'Senior Graphic Designer Recruitment', 'senior-graphic-designer-recruitment', 3, '12/23/2021', '4', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'full-time', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'CA, USA', '4000 - 5000 USD', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', '<p><span style=\"color:rgb(0,0,0);font-family:Verdana;text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators</span><br /></p>', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (60, 60, 253, 230, 'توظيف كبار مطوري ويب Laravel', 'توظيف-كبار-مطوري-ويب-laravel', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (61, 61, 253, 230, 'توظيف كبار مطوري الواجهة الأمامية', 'توظيف-كبار-مطوري-الواجهة-الأمامية', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'), (62, 62, 253, 230, 'توظيف مصمم غرافيك أول', 'توظيف-مصمم-غرافيك-أول', 3, '12/23/2021', '4', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'وقت كامل', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'كاليفورنيا ، الولايات المتحدة الأمريكية', '4000 - 5000 USD', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو', 'user@gmail.com', 1, NULL, NULL, '2021-11-14 21:50:24', '2021-11-14 21:50:24'); -- -------------------------------------------------------- -- -- Table structure for table `user_job_experiences` -- CREATE TABLE `user_job_experiences` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `company_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `designation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `is_continue` tinyint(4) NOT NULL DEFAULT '0', `serial_number` int(11) 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 `user_job_experiences` -- INSERT INTO `user_job_experiences` (`id`, `user_id`, `language_id`, `company_name`, `designation`, `content`, `start_date`, `end_date`, `is_continue`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 234, 261, 'ABC Group', 'Laravel Developer', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.', '2021-07-01', NULL, 1, 1, '2023-06-19 08:42:09', '2023-06-19 08:42:09'), (2, 234, 261, 'XYZsoft LTD', 'Full-stack Developer', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words', '2020-02-06', '2021-06-09', 0, 2, '2023-06-19 08:44:14', '2023-06-19 08:44:14'), (3, 234, 261, 'MNO Tech', 'Frontend Designer', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it', '2020-02-26', '2020-03-20', 0, 3, '2023-06-19 08:44:57', '2023-06-19 08:44:57'); -- -------------------------------------------------------- -- -- Table structure for table `user_languages` -- CREATE TABLE `user_languages` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `is_default` tinyint(4) NOT NULL DEFAULT '0', `rtl` tinyint(4) NOT NULL COMMENT '0 - LTR, 1- RTL', `keywords` longtext COLLATE utf8mb4_unicode_ci, `user_id` 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 `user_languages` -- INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (52, 'English', 'en', 0, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"retake_quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"no_cause_found\":\"No Cause Found !\",\"Icon\":\"Icon\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Select_a_language\":\"Select a language\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Coupons\":\"Coupons\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Previous_Price\":\"Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Thanks_Page\":\"Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Contents\":\"Contents\",\"Text\":\"Text\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Quizzes\":\"Quizzes\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"View\":\"View\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Room_Amenities\":\"Room Amenities\",\"Ammenity_Name\":\"Ammenity Name\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"Make_New_Booking\":\"Make New Booking\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Room_Categories\":\"Room Categories\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Rent_/_Night\":\"Rent / Night\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Room_Booking_Details\":\"Room Booking Details\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', NULL, NULL, '2023-11-03 04:32:24'), (183, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 169, '2021-11-14 21:18:27', '2022-08-22 11:58:09'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (184, 'عربي', 'ar', 0, 1, '{\"Home\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0641\\u0626\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0627\\u0644\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0632\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u0627\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u0642\\u062f\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0627\\u062a\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Vacancy\":\"\\u062e\\u0627\\u0644\\u064a\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"Show_More\":\"\\u0623\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"Feature_Item\":\"\\u0639\\u0646\\u0635\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629\",\"New_item\":\"\\u0639\\u0646\\u0635\\u0631 \\u062c\\u062f\\u064a\\u062f\",\"Add_to_cart\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u0644\\u0629\",\"Add_to_wishlist\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\",\"Ratting_Items\":\"\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062e\\u0634\\u062e\\u0634\\u0629\",\"Best_sellers\":\"\\u0627\\u0644\\u0623\\u0641\\u0636\\u0644 \\u0645\\u0628\\u064a\\u0639\\u064b\\u0627\",\"Special_Items\":\"\\u0627\\u0644\\u0628\\u0646\\u0648\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629\",\"Flash_Sales\":\"\\u0645\\u0628\\u064a\\u0639\\u0627\\u062a \\u0641\\u0644\\u0627\\u0634\",\"Need_help\":\"\\u062a\\u062d\\u062a\\u0627\\u062c \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629\\u061f\",\"Talk_to_an_expert\":\"\\u062a\\u062d\\u062f\\u062b \\u0625\\u0644\\u0649 \\u062e\\u0628\\u064a\\u0631\",\"view_cart\":\"\\u0639\\u0631\\u0636 \\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Checkout\":\"\\u0627\\u0644\\u062f\\u0641\\u0639\",\"cart_empty\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0641\\u0627\\u0631\\u063a\\u0629 !\",\"Shop\":\"\\u0645\\u062d\\u0644\",\"Sort_by\":\"\\u0635\\u0646\\u0641 \\u062d\\u0633\\u0628\",\"Latest\":\"\\u0622\\u062e\\u0631\",\"Oldest\":\"\\u0627\\u0644\\u0623\\u0642\\u062f\\u0645\",\"Price_Hight_to_Low\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u062f\\u0646\\u0649\",\"Price_Low_to_High\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u0631\\u062e\\u0635 \\u0644\\u0644\\u0627\\u0639\\u0644\\u0649\",\"Filter_By_Price\":\"\\u062a\\u0635\\u0641\\u064a\\u0629 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0633\\u0639\\u0631\",\"Filter\":\"\\u0645\\u0646\\u0642\\u064a\",\"Shop_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u062c\\u0631\",\"Share_Now\":\"\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"Description\":\"\\u0648\\u0635\\u0641\",\"Reviews\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a\",\"Related_Items\":\"\\u0627\\u0644\\u0623\\u0635\\u0646\\u0627\\u0641 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"newsletter\":\"\\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Follow\":\"\\u064a\\u062a\\u0628\\u0639\",\"Signup\":\"\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Signout\":\"\\u062e\\u0631\\u0648\\u062c\",\"Login\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644\",\"Dashboard\":\"\\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"account_information\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\",\"email\":\"\\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"address\":\"\\u062a\\u0628\\u0648\\u0643\",\"city\":\"\\u0645\\u062f\\u064a\\u0646\\u0629\",\"country\":\"\\u062f\\u0648\\u0644\\u0629\",\"state\":\"\\u062d\\u0627\\u0644\\u0629\",\"Logout\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u062e\\u0631\\u0648\\u062c\",\"Phone_Number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0647\\u0627\\u062a\\u0641\",\"phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"my_profile\":\"\\u0645\\u0644\\u0641\\u064a\",\"edit_profile\":\"\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\",\"choose_photo\":\"\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0635\\u0648\\u0631\\u0629\",\"first_name\":\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0627\\u0648\\u0644\",\"last_name\":\"\\u0627\\u0644\\u0643\\u0646\\u064a\\u0629\",\"Update_profile\":\"\\u062a\\u062d\\u062f\\u064a\\u062b \\u0627\\u0644\\u0645\\u0644\\u0641\",\"myOrders\":\"\\u0637\\u0644\\u0628\\u064a\",\"mywishlist\":\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\\u064a\",\"Change_Password\":\"\\u063a\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0633\\u0631\",\"Current_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\",\"New_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0633\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"Confirm_New_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"billing_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"shipping_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Username\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Confirm_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"no_items\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"item\":\"\\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"title\":\"\\u0644\\u0642\\u0628\",\"price\":\"\\u0633\\u0639\\u0631\",\"action\":\"\\u0639\\u0645\\u0644\",\"Status\":\"\\u062d\\u0627\\u0644\\u0629\",\"order_number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e\",\"total\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639\",\"details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"forget_password\":\"\\u0646\\u0633\\u064a\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Proceed\":\"\\u064a\\u062a\\u0627\\u0628\\u0639\",\"Remember_Me\":\"\\u062a\\u0630\\u0643\\u0631\\u0646\\u0649\",\"Lost_your_password\":\"\\u0641\\u0642\\u062f\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"Login_Now\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"New_user\":\"\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062c\\u062f\\u064a\\u062f\",\"Donot_have_an_account\":\"\\u0644\\u0627 \\u062a\\u0645\\u0644\\u0643 \\u062d\\u0633\\u0627\\u0628\",\"Item_Order_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"order\":\"\\u062a\\u0631\\u062a\\u064a\\u0628\",\"Download_Invoice\":\"\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"Payment_Status\":\"\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Shipping_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Cart_Total\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0633\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Discount\":\"\\u062a\\u062e\\u0641\\u064a\\u0636\",\"subtotal\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a\",\"Shipping_charge\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"tax\":\"tax\",\"Paid_Amount\":\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\",\"Payment_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0648 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Image\":\"\\u0635\\u0648\\u0631\\u0629\",\"Ordered_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\",\"Quantity\":\"\\u0643\\u0645\\u064a\\u0629\",\"Variations\":\"\\u0627\\u0644\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641\\u0627\\u062a\",\"Back\":\"\\u062e\\u0644\\u0641\",\"payment_log\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Transaction_Id\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\",\"Amount\":\"\\u0645\\u0642\\u062f\\u0627\\u0631\",\"Receipt\":\"\\u0625\\u064a\\u0635\\u0627\\u0644\",\"Actions\":\"\\u0623\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a\",\"Free\":\"\\u062d\\u0631\",\"Success\":\"\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d\",\"Pending\":\"\\u0642\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u062a\\u0638\\u0627\\u0631\",\"Rejected\":\"\\u0645\\u0631\\u0641\\u0648\\u0636\",\"Show\":\"\\u064a\\u0639\\u0631\\u0636\",\"Receipt_Image\":\"\\u0635\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\",\"Owner_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643\",\"Member_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0636\\u0648\",\"Payment_details\":\"\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Currency\":\"\\u0639\\u0645\\u0644\\u0629\",\"Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629\",\"Package_details\":\"\\u062d\\u0632\\u0645\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Term\":\"\\u0634\\u0631\\u0637\",\"Purchase_Type\":\"\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621\",\"Trial\":\"\\u0645\\u062d\\u0627\\u0643\\u0645\\u0629\",\"Close\":\"\\u0642\\u0631\\u064a\\u0628\",\"reset_password\":\"\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Cart\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Total_Items\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"Remove\":\"\\u0625\\u0632\\u0627\\u0644\\u0629\",\"Update\":\"\\u062a\\u062d\\u062f\\u064a\\u062b\",\"Cart_is_empty\":\"\\u0627\\u0644\\u0633\\u0644\\u0629 \\u0641\\u0627\\u0631\\u063a\\u0629\",\"cost\":\"\\u0643\\u0644\\u0641\\u0629\",\"Coupon\":\"\\u0642\\u0633\\u064a\\u0645\\u0629\",\"Apply\":\"\\u064a\\u062a\\u0642\\u062f\\u0645\",\"Place_Order\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0627\\u0645\\u0631\",\"No_FAQ_Found\":\"\\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0623\\u062c\\u0648\\u0628\\u0629!\",\"Go_to_Dashboard\":\"\\u0627\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"privacy_policy\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"signup_text\":\"\\u0633\\u064a\\u062a\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0644\\u062f\\u0639\\u0645 \\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u060c \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0623\\u062e\\u0631\\u0649 \\u0645\\u0648\\u0635\\u0648\\u0641\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627\",\"no_reviews_found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629\",\"to_leave_a_review\":\"\\u0644\\u062a\\u0631\\u0643 \\u062a\\u0639\\u0644\\u064a\\u0642\",\"Order_Summary\":\"\\u0645\\u0644\\u062e\\u0635 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"Choose_an_option\":\"\\u0625\\u062e\\u062a\\u0631 \\u062e\\u064a\\u0627\\u0631\",\"Receive_Latest_Updates\":\"\\u062a\\u0644\\u0642\\u064a \\u0622\\u062e\\u0631 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a\",\"No_Blog_Category_Found\" : \"No Blog Category Found\", \n \"No_Blog_Found\" : \"No Blog Found\",\"Coupon_already_applied\" : \"Coupon already applied\",\"tenant_offline_payment_success_text\" : \"tenant offline payment success text\",\"Out_of_Stock\" : \"Out of Stock\"}', 169, '2021-11-14 21:23:45', '2022-08-22 10:14:41'), (185, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 170, '2021-11-16 06:47:45', '2021-11-16 06:47:45'), (186, 'عربي', 'ar', 0, 1, '{\"Home\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0641\\u0626\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0627\\u0644\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0632\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u0627\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u0642\\u062f\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0627\\u062a\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Vacancy\":\"\\u062e\\u0627\\u0644\\u064a\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"No_Blog_Category_Found\" : \"No Blog Category Found\", \n \"No_Blog_Found\" : \"No Blog Found\",\"Coupon_already_applied\" : \"Coupon already applied\",\"tenant_offline_payment_success_text\" : \"tenant offline payment success text\",\"Out_of_Stock\" : \"Out of Stock\"}', 170, '2021-11-16 07:00:28', '2021-11-16 07:00:28'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (187, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 171, '2021-11-17 04:30:27', '2021-11-17 04:30:27'), (188, 'عربي', 'ar', 0, 1, '{\"Home\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0641\\u0626\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0645\\u0648\\u0642\\u0639 \\u0627\\u0644\\u062a\\u0648\\u0627\\u0635\\u0644 \\u0627\\u0644\\u0627\\u062c\\u062a\\u0645\\u0627\\u0639\\u064a \\u0627\\u0644\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a \\u0648\\u0627\\u0644\\u0645\\u0632\\u0627\\u064a\\u0627 \\u0627\\u0644\\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u0627\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u0642\\u062f\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0627\\u062a\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Vacancy\":\"\\u062e\\u0627\\u0644\\u064a\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"No_Blog_Category_Found\" : \"No Blog Category Found\", \n \"No_Blog_Found\" : \"No Blog Found\",\"Coupon_already_applied\" : \"Coupon already applied\",\"tenant_offline_payment_success_text\" : \"tenant offline payment success text\",\"Out_of_Stock\" : \"Out of Stock\"}', 171, '2021-11-17 05:00:32', '2021-11-17 05:00:32'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (190, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 172, '2022-06-12 04:39:48', '2022-06-12 04:39:48'), (191, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Password\" : \"Enter Password\",\"Enter_Name\":\"Enter Name\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View Cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"My Order\",\"mywishlist\":\"My Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Items Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\"}', 173, '2022-06-12 04:46:45', '2022-06-12 04:46:45'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (192, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 174, '2022-03-13 03:20:20', '2022-03-13 03:20:20'), (193, 'عربي', 'ar', 1, 0, '{\"Home\":\"\\u0628\\u064a\\u062a\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0627\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u0649\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0627\\u0644\\u062a\\u0635\\u0646\\u064a\\u0641\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a & \\u0623\\u0645\\u0628\\u064a\\u0631 \\u061b \\u0641\\u0648\\u0627\\u0626\\u062f \\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u064a\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u064f\\u0642\\u062f\\u0651\\u0650\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Vacancy\":\"\\u0634\\u0627\\u063a\\u0631\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Username\":\"\\u0627\\u062f\\u062e\\u0644 \\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Top_Rated_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u062a\\u0642\\u064a\\u064a\\u0645\\u064b\\u0627\",\"Enter_Password\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Enter_Password_Again\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0645\\u0631\\u0629 \\u0623\\u062e\\u0631\\u0649\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"Show_More\":\"\\u0623\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"Feature_Item\":\"\\u0639\\u0646\\u0635\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629\",\"New_item\":\"\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u062c\\u062f\\u064a\\u062f\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Add_to_cart\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u0644\\u0629\",\"Add_to_wishlist\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\",\"Ratting_Items\":\"\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062e\\u0634\\u062e\\u0634\\u0629\",\"Best_sellers\":\"\\u0623\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u064a\\u0646\",\"Special_Items\":\"\\u0627\\u0644\\u0628\\u0646\\u0648\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629\",\"Flash_Sales\":\"\\u0645\\u0628\\u064a\\u0639\\u0627\\u062a \\u0641\\u0644\\u0627\\u0634\",\"Need_help\":\"\\u062a\\u062d\\u062a\\u0627\\u062c \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629\\u061f\",\"Talk_to_an_expert\":\"\\u062a\\u062d\\u062f\\u062b \\u0625\\u0644\\u0649 \\u062e\\u0628\\u064a\\u0631\",\"view_cart\":\"\\u0639\\u0631\\u0636 \\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Checkout\":\"\\u0627\\u0644\\u062f\\u0641\\u0639\",\"cart_empty\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0641\\u0627\\u0631\\u063a\\u0629 !\",\"Shop\":\"\\u0645\\u062d\\u0644\",\"Sort_by\":\"\\u0635\\u0646\\u0641 \\u062d\\u0633\\u0628\",\"Latest\":\"\\u0623\\u062d\\u062f\\u062b\",\"Oldest\":\"\\u0627\\u0644\\u0623\\u0642\\u062f\\u0645\",\"Price_Hight_to_Low\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0642\\u0644\",\"Price_Low_to_High\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u0631\\u062e\\u0635 \\u0644\\u0644\\u0627\\u0639\\u0644\\u0649\",\"Filter_By_Price\":\"\\u062a\\u0635\\u0641\\u064a\\u0629 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0633\\u0639\\u0631\",\"Filter\":\"\\u0645\\u0646\\u0642\\u064a\",\"Shop_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u062c\\u0631\",\"shop_now\":\"\\u062a\\u0633\\u0648\\u0642 \\u0627\\u0644\\u0622\\u0646\",\"Share_Now\":\"\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"Description\":\"\\u0648\\u0635\\u0641\",\"Reviews\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a\",\"Related_Items\":\"\\u0627\\u0644\\u0623\\u0635\\u0646\\u0627\\u0641 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"newsletter\":\"\\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Follow\":\"\\u064a\\u062a\\u0628\\u0639\",\"Signup\":\"\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Signout\":\"\\u062e\\u0631\\u0648\\u062c\",\"Login\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644\",\"Dashboard\":\"\\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"account_information\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\",\"email\":\"\\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"address\":\"\\u062a\\u0628\\u0648\\u0643\",\"city\":\"\\u0645\\u062f\\u064a\\u0646\\u0629\",\"country\":\"\\u062f\\u0648\\u0644\\u0629\",\"state\":\"\\u062f\\u0648\\u0644\\u0629\",\"Logout\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u062e\\u0631\\u0648\\u062c\",\"Phone_Number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u062a\\u0644\\u064a\\u0641\\u0648\\u0646\",\"phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"my_profile\":\"\\u0645\\u0644\\u0641\\u064a\",\"edit_profile\":\"\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\",\"choose_photo\":\"\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0635\\u0648\\u0631\\u0629\",\"first_name\":\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0623\\u0648\\u0644\",\"last_name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629\",\"Update_profile\":\"\\u062a\\u062d\\u062f\\u064a\\u062b \\u0627\\u0644\\u0645\\u0644\\u0641\",\"myOrders\":\"\\u0637\\u0644\\u0628\\u064a\",\"mywishlist\":\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\\u064a\",\"Change_Password\":\"\\u062a\\u063a\\u064a\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Current_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\",\"New_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0645\\u0631\\u0648\\u0631 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"Confirm_New_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"billing_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"shipping_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Username\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Confirm_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"no_items\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631\",\"item\":\"\\u0628\\u0646\\u062f\",\"title\":\"\\u0644\\u0642\\u0628\",\"price\":\"\\u0633\\u0639\\u0631\",\"action\":\"\\u0641\\u0639\\u0644\",\"Status\":\"\\u062d\\u0627\\u0644\\u0629\",\"order_number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0631\",\"date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e\",\"total\":\"\\u0645\\u062c\\u0645\\u0648\\u0639\",\"details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"forget_password\":\"\\u0646\\u0633\\u064a\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Proceed\":\"\\u062a\\u0642\\u062f\\u0645\",\"Remember_Me\":\"\\u062a\\u0630\\u0643\\u0631\\u0646\\u0649\",\"Lost_your_password\":\"\\u0641\\u0642\\u062f\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"Login_Now\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"New_user\":\"\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062c\\u062f\\u064a\\u062f\",\"Donot_have_an_account\":\"\\u0644\\u0627 \\u062a\\u0645\\u0644\\u0643 \\u062d\\u0633\\u0627\\u0628\",\"Item_Order_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"order\":\"\\u062a\\u0631\\u062a\\u064a\\u0628\",\"Download_Invoice\":\"\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"Payment_Status\":\"\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Shipping_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Cart_Total\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0633\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Discount\":\"\\u062a\\u062e\\u0641\\u064a\\u0636\",\"subtotal\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a\",\"Shipping_charge\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"tax\":\"\\u0636\\u0631\\u064a\\u0628\\u0629\",\"Paid_Amount\":\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\",\"Payment_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0648 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Image\":\"\\u0635\\u0648\\u0631\\u0629\",\"Ordered_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\",\"Quantity\":\"\\u0643\\u0645\\u064a\\u0629\",\"Variations\":\"\\u0627\\u0644\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641\\u0627\\u062a\",\"Back\":\"\\u0627\\u0644\\u0649 \\u0627\\u0644\\u062e\\u0644\\u0641\",\"payment_log\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Transaction_Id\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\",\"Amount\":\"\\u0645\\u0642\\u062f\\u0627\\u0631\",\"Receipt\":\"\\u0625\\u064a\\u0635\\u0627\\u0644\",\"Actions\":\"\\u0623\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a\",\"Free\":\"\\u062d\\u0631\",\"Success\":\"\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d\",\"Pending\":\"\\u0642\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u062a\\u0638\\u0627\\u0631\",\"Rejected\":\"\\u0645\\u0631\\u0641\\u0648\\u0636\",\"Show\":\"\\u062a\\u0628\\u064a\\u0646\",\"Receipt_Image\":\"\\u0635\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\",\"Owner_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643\",\"Member_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0636\\u0648\",\"Payment_details\":\"\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Currency\":\"\\u0639\\u0645\\u0644\\u0629\",\"Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629\",\"Package_details\":\"\\u062d\\u0632\\u0645\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Term\":\"\\u0634\\u0631\\u0637\",\"Purchase_Type\":\"\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621\",\"Trial\":\"\\u0627\\u0644\\u062a\\u062c\\u0631\\u0628\\u0629\",\"Close\":\"\\u0642\\u0631\\u064a\\u0628\",\"reset_password\":\"\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Cart\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Total_Items\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"Remove\":\"\\u064a\\u0632\\u064a\\u0644\",\"Update\":\"\\u062a\\u062d\\u062f\\u064a\\u062b\",\"Cart_is_empty\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0647 \\u062e\\u0627\\u0644\\u064a\\u0647\",\"cost\":\"\\u0643\\u0644\\u0641\\u0629\",\"Coupon\":\"\\u0642\\u0633\\u064a\\u0645\\u0629\",\"Apply\":\"\\u062a\\u0637\\u0628\\u064a\\u0642\",\"Place_Order\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0627\\u0645\\u0631\",\"No_FAQ_Found\":\"\\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0623\\u062c\\u0648\\u0628\\u0629!\",\"Go_to_Dashboard\":\"\\u0627\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"privacy_policy\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"signup_text\":\"\\u0633\\u064a\\u062a\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0644\\u062f\\u0639\\u0645 \\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u060c \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0623\\u062e\\u0631\\u0649 \\u0645\\u0648\\u0635\\u0648\\u0641\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627\",\"no_reviews_found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629\",\"to_leave_a_review\":\"\\u0644\\u062a\\u0631\\u0643 \\u062a\\u0639\\u0644\\u064a\\u0642\",\"Order_Summary\":\"\\u0645\\u0644\\u062e\\u0635 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"Choose_an_option\":\"\\u0625\\u062e\\u062a\\u0631 \\u062e\\u064a\\u0627\\u0631\",\"Receive_Latest_Updates\":\"\\u062a\\u0644\\u0642\\u064a \\u0622\\u062e\\u0631 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a\",\"No_Blog_Category_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0641\\u0626\\u0629 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"No_Blog_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Coupon_already_applied\":\"\\u0627\\u0644\\u0642\\u0633\\u064a\\u0645\\u0629 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0628\\u0627\\u0644\\u0641\\u0639\\u0644\",\"tenant_offline_payment_success_text\":\"\\u0646\\u0635 \\u0646\\u062c\\u0627\\u062d \\u0627\\u0644\\u062f\\u0641\\u0639 \\u062f\\u0648\\u0646 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0623\\u062c\\u0631\",\"Out_of_Stock\":\"\\u0625\\u0646\\u062a\\u0647\\u0649 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062e\\u0632\\u0646\",\"Item_price\":\"\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0633\\u0644\\u0639\\u0629\",\"item_order_payment_success_msg\":\"\\u0641\\u0642\\u0637 \\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\\u0643 \\u060c \\u062a\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u0644\\u0642\\u062f \\u0623\\u0631\\u0633\\u0644\\u0646\\u0627 \\u0644\\u0643 \\u0628\\u0631\\u064a\\u062f\\u064b\\u0627 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u064b\\u0627 \\u0645\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"No_Feature_Item_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631 \\u0645\\u0645\\u064a\\u0632!\",\"View_All\":\"\\u0645\\u0634\\u0627\\u0647\\u062f\\u0629 \\u0627\\u0644\\u0643\\u0644\",\"Flash_Sale\":\"\\u0628\\u064a\\u0639 \\u0645\\u0641\\u0627\\u062c\\u0626\",\"On_Sale\":\"\\u0644\\u0644\\u0628\\u064a\\u0639\",\"payment_success\":\"\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0646\\u0627\\u062c\\u062d\",\"Go_to_Home\":\"\\u0627\\u0630\\u0647\\u0628 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\"}', 174, '2022-03-13 03:20:20', '2022-03-13 03:20:20'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (194, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 175, '2022-03-14 06:36:17', '2022-03-14 06:36:17'), (195, 'عربي', 'ar', 0, 1, '{\"Home\":\"\\u0628\\u064a\\u062a\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0627\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u0649\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0627\\u0644\\u062a\\u0635\\u0646\\u064a\\u0641\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a & \\u0623\\u0645\\u0628\\u064a\\u0631 \\u061b \\u0641\\u0648\\u0627\\u0626\\u062f \\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u064a\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u064f\\u0642\\u062f\\u0651\\u0650\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Vacancy\":\"\\u0634\\u0627\\u063a\\u0631\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Username\":\"\\u0627\\u062f\\u062e\\u0644 \\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Top_Rated_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u062a\\u0642\\u064a\\u064a\\u0645\\u064b\\u0627\",\"Enter_Password\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Enter_Password_Again\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0645\\u0631\\u0629 \\u0623\\u062e\\u0631\\u0649\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"Show_More\":\"\\u0623\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"Feature_Item\":\"\\u0639\\u0646\\u0635\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629\",\"New_item\":\"\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u062c\\u062f\\u064a\\u062f\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Add_to_cart\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u0644\\u0629\",\"Add_to_wishlist\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\",\"Ratting_Items\":\"\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062e\\u0634\\u062e\\u0634\\u0629\",\"Best_sellers\":\"\\u0623\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u064a\\u0646\",\"Special_Items\":\"\\u0627\\u0644\\u0628\\u0646\\u0648\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629\",\"Flash_Sales\":\"\\u0645\\u0628\\u064a\\u0639\\u0627\\u062a \\u0641\\u0644\\u0627\\u0634\",\"Need_help\":\"\\u062a\\u062d\\u062a\\u0627\\u062c \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629\\u061f\",\"Talk_to_an_expert\":\"\\u062a\\u062d\\u062f\\u062b \\u0625\\u0644\\u0649 \\u062e\\u0628\\u064a\\u0631\",\"view_cart\":\"\\u0639\\u0631\\u0636 \\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Checkout\":\"\\u0627\\u0644\\u062f\\u0641\\u0639\",\"cart_empty\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0641\\u0627\\u0631\\u063a\\u0629 !\",\"Shop\":\"\\u0645\\u062d\\u0644\",\"Sort_by\":\"\\u0635\\u0646\\u0641 \\u062d\\u0633\\u0628\",\"Latest\":\"\\u0623\\u062d\\u062f\\u062b\",\"Oldest\":\"\\u0627\\u0644\\u0623\\u0642\\u062f\\u0645\",\"Price_Hight_to_Low\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0642\\u0644\",\"Price_Low_to_High\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u0631\\u062e\\u0635 \\u0644\\u0644\\u0627\\u0639\\u0644\\u0649\",\"Filter_By_Price\":\"\\u062a\\u0635\\u0641\\u064a\\u0629 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0633\\u0639\\u0631\",\"Filter\":\"\\u0645\\u0646\\u0642\\u064a\",\"Shop_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u062c\\u0631\",\"shop_now\":\"\\u062a\\u0633\\u0648\\u0642 \\u0627\\u0644\\u0622\\u0646\",\"Share_Now\":\"\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"Description\":\"\\u0648\\u0635\\u0641\",\"Reviews\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a\",\"Related_Items\":\"\\u0627\\u0644\\u0623\\u0635\\u0646\\u0627\\u0641 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"newsletter\":\"\\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Follow\":\"\\u064a\\u062a\\u0628\\u0639\",\"Signup\":\"\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Signout\":\"\\u062e\\u0631\\u0648\\u062c\",\"Login\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644\",\"Dashboard\":\"\\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"account_information\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\",\"email\":\"\\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"address\":\"\\u062a\\u0628\\u0648\\u0643\",\"city\":\"\\u0645\\u062f\\u064a\\u0646\\u0629\",\"country\":\"\\u062f\\u0648\\u0644\\u0629\",\"state\":\"\\u062f\\u0648\\u0644\\u0629\",\"Logout\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u062e\\u0631\\u0648\\u062c\",\"Phone_Number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u062a\\u0644\\u064a\\u0641\\u0648\\u0646\",\"phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"my_profile\":\"\\u0645\\u0644\\u0641\\u064a\",\"edit_profile\":\"\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\",\"choose_photo\":\"\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0635\\u0648\\u0631\\u0629\",\"first_name\":\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0623\\u0648\\u0644\",\"last_name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629\",\"Update_profile\":\"\\u062a\\u062d\\u062f\\u064a\\u062b \\u0627\\u0644\\u0645\\u0644\\u0641\",\"myOrders\":\"\\u0637\\u0644\\u0628\\u064a\",\"mywishlist\":\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\\u064a\",\"Change_Password\":\"\\u062a\\u063a\\u064a\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Current_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\",\"New_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0645\\u0631\\u0648\\u0631 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"Confirm_New_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"billing_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"shipping_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Username\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Confirm_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"no_items\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631\",\"item\":\"\\u0628\\u0646\\u062f\",\"title\":\"\\u0644\\u0642\\u0628\",\"price\":\"\\u0633\\u0639\\u0631\",\"action\":\"\\u0641\\u0639\\u0644\",\"Status\":\"\\u062d\\u0627\\u0644\\u0629\",\"order_number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0631\",\"date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e\",\"total\":\"\\u0645\\u062c\\u0645\\u0648\\u0639\",\"details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"forget_password\":\"\\u0646\\u0633\\u064a\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Proceed\":\"\\u062a\\u0642\\u062f\\u0645\",\"Remember_Me\":\"\\u062a\\u0630\\u0643\\u0631\\u0646\\u0649\",\"Lost_your_password\":\"\\u0641\\u0642\\u062f\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"Login_Now\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"New_user\":\"\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062c\\u062f\\u064a\\u062f\",\"Donot_have_an_account\":\"\\u0644\\u0627 \\u062a\\u0645\\u0644\\u0643 \\u062d\\u0633\\u0627\\u0628\",\"Item_Order_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"order\":\"\\u062a\\u0631\\u062a\\u064a\\u0628\",\"Download_Invoice\":\"\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"Payment_Status\":\"\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Shipping_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Cart_Total\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0633\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Discount\":\"\\u062a\\u062e\\u0641\\u064a\\u0636\",\"subtotal\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a\",\"Shipping_charge\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"tax\":\"\\u0636\\u0631\\u064a\\u0628\\u0629\",\"Paid_Amount\":\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\",\"Payment_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0648 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Image\":\"\\u0635\\u0648\\u0631\\u0629\",\"Ordered_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\",\"Quantity\":\"\\u0643\\u0645\\u064a\\u0629\",\"Variations\":\"\\u0627\\u0644\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641\\u0627\\u062a\",\"Back\":\"\\u0627\\u0644\\u0649 \\u0627\\u0644\\u062e\\u0644\\u0641\",\"payment_log\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Transaction_Id\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\",\"Amount\":\"\\u0645\\u0642\\u062f\\u0627\\u0631\",\"Receipt\":\"\\u0625\\u064a\\u0635\\u0627\\u0644\",\"Actions\":\"\\u0623\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a\",\"Free\":\"\\u062d\\u0631\",\"Success\":\"\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d\",\"Pending\":\"\\u0642\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u062a\\u0638\\u0627\\u0631\",\"Rejected\":\"\\u0645\\u0631\\u0641\\u0648\\u0636\",\"Show\":\"\\u062a\\u0628\\u064a\\u0646\",\"Receipt_Image\":\"\\u0635\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\",\"Owner_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643\",\"Member_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0636\\u0648\",\"Payment_details\":\"\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Currency\":\"\\u0639\\u0645\\u0644\\u0629\",\"Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629\",\"Package_details\":\"\\u062d\\u0632\\u0645\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Term\":\"\\u0634\\u0631\\u0637\",\"Purchase_Type\":\"\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621\",\"Trial\":\"\\u0627\\u0644\\u062a\\u062c\\u0631\\u0628\\u0629\",\"Close\":\"\\u0642\\u0631\\u064a\\u0628\",\"reset_password\":\"\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Cart\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Total_Items\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"Remove\":\"\\u064a\\u0632\\u064a\\u0644\",\"Update\":\"\\u062a\\u062d\\u062f\\u064a\\u062b\",\"Cart_is_empty\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0647 \\u062e\\u0627\\u0644\\u064a\\u0647\",\"cost\":\"\\u0643\\u0644\\u0641\\u0629\",\"Coupon\":\"\\u0642\\u0633\\u064a\\u0645\\u0629\",\"Apply\":\"\\u062a\\u0637\\u0628\\u064a\\u0642\",\"Place_Order\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0627\\u0645\\u0631\",\"No_FAQ_Found\":\"\\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0623\\u062c\\u0648\\u0628\\u0629!\",\"Go_to_Dashboard\":\"\\u0627\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"privacy_policy\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"signup_text\":\"\\u0633\\u064a\\u062a\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0644\\u062f\\u0639\\u0645 \\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u060c \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0623\\u062e\\u0631\\u0649 \\u0645\\u0648\\u0635\\u0648\\u0641\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627\",\"no_reviews_found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629\",\"to_leave_a_review\":\"\\u0644\\u062a\\u0631\\u0643 \\u062a\\u0639\\u0644\\u064a\\u0642\",\"Order_Summary\":\"\\u0645\\u0644\\u062e\\u0635 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"Choose_an_option\":\"\\u0625\\u062e\\u062a\\u0631 \\u062e\\u064a\\u0627\\u0631\",\"Receive_Latest_Updates\":\"\\u062a\\u0644\\u0642\\u064a \\u0622\\u062e\\u0631 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a\",\"No_Blog_Category_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0641\\u0626\\u0629 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"No_Blog_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Coupon_already_applied\":\"\\u0627\\u0644\\u0642\\u0633\\u064a\\u0645\\u0629 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0628\\u0627\\u0644\\u0641\\u0639\\u0644\",\"tenant_offline_payment_success_text\":\"\\u0646\\u0635 \\u0646\\u062c\\u0627\\u062d \\u0627\\u0644\\u062f\\u0641\\u0639 \\u062f\\u0648\\u0646 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0623\\u062c\\u0631\",\"Out_of_Stock\":\"\\u0625\\u0646\\u062a\\u0647\\u0649 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062e\\u0632\\u0646\",\"Item_price\":\"\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0633\\u0644\\u0639\\u0629\",\"item_order_payment_success_msg\":\"\\u0641\\u0642\\u0637 \\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\\u0643 \\u060c \\u062a\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u0644\\u0642\\u062f \\u0623\\u0631\\u0633\\u0644\\u0646\\u0627 \\u0644\\u0643 \\u0628\\u0631\\u064a\\u062f\\u064b\\u0627 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u064b\\u0627 \\u0645\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"No_Feature_Item_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631 \\u0645\\u0645\\u064a\\u0632!\",\"View_All\":\"\\u0645\\u0634\\u0627\\u0647\\u062f\\u0629 \\u0627\\u0644\\u0643\\u0644\",\"Flash_Sale\":\"\\u0628\\u064a\\u0639 \\u0645\\u0641\\u0627\\u062c\\u0626\",\"On_Sale\":\"\\u0644\\u0644\\u0628\\u064a\\u0639\",\"payment_success\":\"\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0646\\u0627\\u062c\\u062d\",\"Go_to_Home\":\"\\u0627\\u0630\\u0647\\u0628 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\"}', 175, '2022-03-12 04:06:44', '2022-03-12 04:06:44'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (196, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 178, '2022-06-19 06:01:32', '2022-06-19 06:01:32'), (197, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 179, '2022-06-19 06:06:32', '2022-06-19 06:06:32'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (198, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 180, '2022-06-19 06:59:03', '2022-06-19 06:59:03'), (199, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 181, '2022-06-19 07:08:10', '2022-06-19 07:08:10'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (200, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 182, '2022-06-19 07:11:47', '2022-06-19 07:11:47'), (201, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 183, '2022-06-19 07:26:03', '2022-06-19 07:26:03'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (234, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 218, '2022-06-21 06:05:51', '2022-06-21 06:05:51'), (251, 'Arabic', 'ar', 0, 1, '{\"Home\":\"\\u0628\\u064a\\u062a\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0627\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u0649\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0627\\u0644\\u062a\\u0635\\u0646\\u064a\\u0641\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a & \\u0623\\u0645\\u0628\\u064a\\u0631 \\u061b \\u0641\\u0648\\u0627\\u0626\\u062f \\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u064a\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u064f\\u0642\\u062f\\u0651\\u0650\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Vacancy\":\"\\u0634\\u0627\\u063a\\u0631\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Username\":\"\\u0627\\u062f\\u062e\\u0644 \\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Top_Rated_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u062a\\u0642\\u064a\\u064a\\u0645\\u064b\\u0627\",\"Enter_Password\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Enter_Password_Again\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0645\\u0631\\u0629 \\u0623\\u062e\\u0631\\u0649\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"Show_More\":\"\\u0623\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"Feature_Item\":\"\\u0639\\u0646\\u0635\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629\",\"New_item\":\"\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u062c\\u062f\\u064a\\u062f\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Add_to_cart\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u0644\\u0629\",\"Add_to_wishlist\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\",\"Ratting_Items\":\"\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062e\\u0634\\u062e\\u0634\\u0629\",\"Best_sellers\":\"\\u0623\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u064a\\u0646\",\"Special_Items\":\"\\u0627\\u0644\\u0628\\u0646\\u0648\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629\",\"Flash_Sales\":\"\\u0645\\u0628\\u064a\\u0639\\u0627\\u062a \\u0641\\u0644\\u0627\\u0634\",\"Need_help\":\"\\u062a\\u062d\\u062a\\u0627\\u062c \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629\\u061f\",\"Talk_to_an_expert\":\"\\u062a\\u062d\\u062f\\u062b \\u0625\\u0644\\u0649 \\u062e\\u0628\\u064a\\u0631\",\"view_cart\":\"\\u0639\\u0631\\u0636 \\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Checkout\":\"\\u0627\\u0644\\u062f\\u0641\\u0639\",\"cart_empty\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0641\\u0627\\u0631\\u063a\\u0629 !\",\"Shop\":\"\\u0645\\u062d\\u0644\",\"Sort_by\":\"\\u0635\\u0646\\u0641 \\u062d\\u0633\\u0628\",\"Latest\":\"\\u0623\\u062d\\u062f\\u062b\",\"Oldest\":\"\\u0627\\u0644\\u0623\\u0642\\u062f\\u0645\",\"Price_Hight_to_Low\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0642\\u0644\",\"Price_Low_to_High\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u0631\\u062e\\u0635 \\u0644\\u0644\\u0627\\u0639\\u0644\\u0649\",\"Filter_By_Price\":\"\\u062a\\u0635\\u0641\\u064a\\u0629 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0633\\u0639\\u0631\",\"Filter\":\"\\u0645\\u0646\\u0642\\u064a\",\"Shop_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u062c\\u0631\",\"shop_now\":\"\\u062a\\u0633\\u0648\\u0642 \\u0627\\u0644\\u0622\\u0646\",\"Share_Now\":\"\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"Description\":\"\\u0648\\u0635\\u0641\",\"Reviews\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a\",\"Related_Items\":\"\\u0627\\u0644\\u0623\\u0635\\u0646\\u0627\\u0641 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"newsletter\":\"\\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Follow\":\"\\u064a\\u062a\\u0628\\u0639\",\"Signup\":\"\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Signout\":\"\\u062e\\u0631\\u0648\\u062c\",\"Login\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644\",\"Dashboard\":\"\\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"account_information\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\",\"email\":\"\\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"address\":\"\\u062a\\u0628\\u0648\\u0643\",\"city\":\"\\u0645\\u062f\\u064a\\u0646\\u0629\",\"country\":\"\\u062f\\u0648\\u0644\\u0629\",\"state\":\"\\u062f\\u0648\\u0644\\u0629\",\"Logout\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u062e\\u0631\\u0648\\u062c\",\"Phone_Number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u062a\\u0644\\u064a\\u0641\\u0648\\u0646\",\"phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"my_profile\":\"\\u0645\\u0644\\u0641\\u064a\",\"edit_profile\":\"\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\",\"choose_photo\":\"\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0635\\u0648\\u0631\\u0629\",\"first_name\":\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0623\\u0648\\u0644\",\"last_name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629\",\"Update_profile\":\"\\u062a\\u062d\\u062f\\u064a\\u062b \\u0627\\u0644\\u0645\\u0644\\u0641\",\"myOrders\":\"\\u0637\\u0644\\u0628\\u064a\",\"mywishlist\":\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\\u064a\",\"Change_Password\":\"\\u062a\\u063a\\u064a\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Current_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\",\"New_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0645\\u0631\\u0648\\u0631 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"Confirm_New_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"billing_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"shipping_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Username\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Confirm_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"no_items\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631\",\"item\":\"\\u0628\\u0646\\u062f\",\"title\":\"\\u0644\\u0642\\u0628\",\"price\":\"\\u0633\\u0639\\u0631\",\"action\":\"\\u0641\\u0639\\u0644\",\"Status\":\"\\u062d\\u0627\\u0644\\u0629\",\"order_number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0631\",\"date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e\",\"total\":\"\\u0645\\u062c\\u0645\\u0648\\u0639\",\"details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"forget_password\":\"\\u0646\\u0633\\u064a\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Proceed\":\"\\u062a\\u0642\\u062f\\u0645\",\"Remember_Me\":\"\\u062a\\u0630\\u0643\\u0631\\u0646\\u0649\",\"Lost_your_password\":\"\\u0641\\u0642\\u062f\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"Login_Now\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"New_user\":\"\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062c\\u062f\\u064a\\u062f\",\"Donot_have_an_account\":\"\\u0644\\u0627 \\u062a\\u0645\\u0644\\u0643 \\u062d\\u0633\\u0627\\u0628\",\"Item_Order_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"order\":\"\\u062a\\u0631\\u062a\\u064a\\u0628\",\"Download_Invoice\":\"\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"Payment_Status\":\"\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Shipping_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Cart_Total\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0633\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Discount\":\"\\u062a\\u062e\\u0641\\u064a\\u0636\",\"subtotal\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a\",\"Shipping_charge\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"tax\":\"\\u0636\\u0631\\u064a\\u0628\\u0629\",\"Paid_Amount\":\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\",\"Payment_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0648 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Image\":\"\\u0635\\u0648\\u0631\\u0629\",\"Ordered_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\",\"Quantity\":\"\\u0643\\u0645\\u064a\\u0629\",\"Variations\":\"\\u0627\\u0644\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641\\u0627\\u062a\",\"Back\":\"\\u0627\\u0644\\u0649 \\u0627\\u0644\\u062e\\u0644\\u0641\",\"payment_log\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Transaction_Id\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\",\"Amount\":\"\\u0645\\u0642\\u062f\\u0627\\u0631\",\"Receipt\":\"\\u0625\\u064a\\u0635\\u0627\\u0644\",\"Actions\":\"\\u0623\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a\",\"Free\":\"\\u062d\\u0631\",\"Success\":\"\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d\",\"Pending\":\"\\u0642\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u062a\\u0638\\u0627\\u0631\",\"Rejected\":\"\\u0645\\u0631\\u0641\\u0648\\u0636\",\"Show\":\"\\u062a\\u0628\\u064a\\u0646\",\"Receipt_Image\":\"\\u0635\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\",\"Owner_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643\",\"Member_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0636\\u0648\",\"Payment_details\":\"\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Currency\":\"\\u0639\\u0645\\u0644\\u0629\",\"Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629\",\"Package_details\":\"\\u062d\\u0632\\u0645\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Term\":\"\\u0634\\u0631\\u0637\",\"Purchase_Type\":\"\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621\",\"Trial\":\"\\u0627\\u0644\\u062a\\u062c\\u0631\\u0628\\u0629\",\"Close\":\"\\u0642\\u0631\\u064a\\u0628\",\"reset_password\":\"\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Cart\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Total_Items\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"Remove\":\"\\u064a\\u0632\\u064a\\u0644\",\"Update\":\"\\u062a\\u062d\\u062f\\u064a\\u062b\",\"Cart_is_empty\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0647 \\u062e\\u0627\\u0644\\u064a\\u0647\",\"cost\":\"\\u0643\\u0644\\u0641\\u0629\",\"Coupon\":\"\\u0642\\u0633\\u064a\\u0645\\u0629\",\"Apply\":\"\\u062a\\u0637\\u0628\\u064a\\u0642\",\"Place_Order\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0627\\u0645\\u0631\",\"No_FAQ_Found\":\"\\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0623\\u062c\\u0648\\u0628\\u0629!\",\"Go_to_Dashboard\":\"\\u0627\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"privacy_policy\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"signup_text\":\"\\u0633\\u064a\\u062a\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0644\\u062f\\u0639\\u0645 \\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u060c \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0623\\u062e\\u0631\\u0649 \\u0645\\u0648\\u0635\\u0648\\u0641\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627\",\"no_reviews_found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629\",\"to_leave_a_review\":\"\\u0644\\u062a\\u0631\\u0643 \\u062a\\u0639\\u0644\\u064a\\u0642\",\"Order_Summary\":\"\\u0645\\u0644\\u062e\\u0635 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"Choose_an_option\":\"\\u0625\\u062e\\u062a\\u0631 \\u062e\\u064a\\u0627\\u0631\",\"Receive_Latest_Updates\":\"\\u062a\\u0644\\u0642\\u064a \\u0622\\u062e\\u0631 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a\",\"No_Blog_Category_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0641\\u0626\\u0629 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"No_Blog_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Coupon_already_applied\":\"\\u0627\\u0644\\u0642\\u0633\\u064a\\u0645\\u0629 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0628\\u0627\\u0644\\u0641\\u0639\\u0644\",\"tenant_offline_payment_success_text\":\"\\u0646\\u0635 \\u0646\\u062c\\u0627\\u062d \\u0627\\u0644\\u062f\\u0641\\u0639 \\u062f\\u0648\\u0646 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0623\\u062c\\u0631\",\"Out_of_Stock\":\"\\u0625\\u0646\\u062a\\u0647\\u0649 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062e\\u0632\\u0646\",\"Item_price\":\"\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0633\\u0644\\u0639\\u0629\",\"item_order_payment_success_msg\":\"\\u0641\\u0642\\u0637 \\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\\u0643 \\u060c \\u062a\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u0644\\u0642\\u062f \\u0623\\u0631\\u0633\\u0644\\u0646\\u0627 \\u0644\\u0643 \\u0628\\u0631\\u064a\\u062f\\u064b\\u0627 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u064b\\u0627 \\u0645\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"No_Feature_Item_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631 \\u0645\\u0645\\u064a\\u0632!\",\"View_All\":\"\\u0645\\u0634\\u0627\\u0647\\u062f\\u0629 \\u0627\\u0644\\u0643\\u0644\",\"Flash_Sale\":\"\\u0628\\u064a\\u0639 \\u0645\\u0641\\u0627\\u062c\\u0626\",\"On_Sale\":\"\\u0644\\u0644\\u0628\\u064a\\u0639\",\"payment_success\":\"\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0646\\u0627\\u062c\\u062d\",\"Go_to_Home\":\"\\u0627\\u0630\\u0647\\u0628 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\"}', 172, '2022-12-24 22:47:43', '2022-12-31 01:25:15'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (252, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\",\"Page Not Found\":\"Page Not Found\",\"You are lost\": \"You are lost\",\n \"Back home\":\"Back home\",\n \"404\":\"404\",\n \"The page you are looking for might have been moved, renamed, or might never existed\": \"The page you are looking for might have been moved, renamed, or might never existed\"}', 230, '2022-12-30 23:25:32', '2022-12-30 23:25:32'), (253, 'عربي', 'ar', 0, 1, '{\"Home\":\"\\u0628\\u064a\\u062a\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0627\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u0649\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0627\\u0644\\u062a\\u0635\\u0646\\u064a\\u0641\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a & \\u0623\\u0645\\u0628\\u064a\\u0631 \\u061b \\u0641\\u0648\\u0627\\u0626\\u062f \\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u064a\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u064f\\u0642\\u062f\\u0651\\u0650\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Vacancy\":\"\\u0634\\u0627\\u063a\\u0631\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Username\":\"\\u0627\\u062f\\u062e\\u0644 \\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Top_Rated_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u062a\\u0642\\u064a\\u064a\\u0645\\u064b\\u0627\",\"Enter_Password\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Enter_Password_Again\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0645\\u0631\\u0629 \\u0623\\u062e\\u0631\\u0649\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"Show_More\":\"\\u0623\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"Feature_Item\":\"\\u0639\\u0646\\u0635\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629\",\"New_item\":\"\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u062c\\u062f\\u064a\\u062f\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Add_to_cart\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u0644\\u0629\",\"Add_to_wishlist\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\",\"Ratting_Items\":\"\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062e\\u0634\\u062e\\u0634\\u0629\",\"Best_sellers\":\"\\u0623\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u064a\\u0646\",\"Special_Items\":\"\\u0627\\u0644\\u0628\\u0646\\u0648\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629\",\"Flash_Sales\":\"\\u0645\\u0628\\u064a\\u0639\\u0627\\u062a \\u0641\\u0644\\u0627\\u0634\",\"Need_help\":\"\\u062a\\u062d\\u062a\\u0627\\u062c \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629\\u061f\",\"Talk_to_an_expert\":\"\\u062a\\u062d\\u062f\\u062b \\u0625\\u0644\\u0649 \\u062e\\u0628\\u064a\\u0631\",\"view_cart\":\"\\u0639\\u0631\\u0636 \\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Checkout\":\"\\u0627\\u0644\\u062f\\u0641\\u0639\",\"cart_empty\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0641\\u0627\\u0631\\u063a\\u0629 !\",\"Shop\":\"\\u0645\\u062d\\u0644\",\"Sort_by\":\"\\u0635\\u0646\\u0641 \\u062d\\u0633\\u0628\",\"Latest\":\"\\u0623\\u062d\\u062f\\u062b\",\"Oldest\":\"\\u0627\\u0644\\u0623\\u0642\\u062f\\u0645\",\"Price_Hight_to_Low\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0642\\u0644\",\"Price_Low_to_High\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u0631\\u062e\\u0635 \\u0644\\u0644\\u0627\\u0639\\u0644\\u0649\",\"Filter_By_Price\":\"\\u062a\\u0635\\u0641\\u064a\\u0629 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0633\\u0639\\u0631\",\"Filter\":\"\\u0645\\u0646\\u0642\\u064a\",\"Shop_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u062c\\u0631\",\"shop_now\":\"\\u062a\\u0633\\u0648\\u0642 \\u0627\\u0644\\u0622\\u0646\",\"Share_Now\":\"\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"Description\":\"\\u0648\\u0635\\u0641\",\"Reviews\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a\",\"Related_Items\":\"\\u0627\\u0644\\u0623\\u0635\\u0646\\u0627\\u0641 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"newsletter\":\"\\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Follow\":\"\\u064a\\u062a\\u0628\\u0639\",\"Signup\":\"\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Signout\":\"\\u062e\\u0631\\u0648\\u062c\",\"Login\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644\",\"Dashboard\":\"\\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"account_information\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\",\"email\":\"\\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"address\":\"\\u062a\\u0628\\u0648\\u0643\",\"city\":\"\\u0645\\u062f\\u064a\\u0646\\u0629\",\"country\":\"\\u062f\\u0648\\u0644\\u0629\",\"state\":\"\\u062f\\u0648\\u0644\\u0629\",\"Logout\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u062e\\u0631\\u0648\\u062c\",\"Phone_Number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u062a\\u0644\\u064a\\u0641\\u0648\\u0646\",\"phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"my_profile\":\"\\u0645\\u0644\\u0641\\u064a\",\"edit_profile\":\"\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\",\"choose_photo\":\"\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0635\\u0648\\u0631\\u0629\",\"first_name\":\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0623\\u0648\\u0644\",\"last_name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629\",\"Update_profile\":\"\\u062a\\u062d\\u062f\\u064a\\u062b \\u0627\\u0644\\u0645\\u0644\\u0641\",\"myOrders\":\"\\u0637\\u0644\\u0628\\u064a\",\"mywishlist\":\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\\u064a\",\"Change_Password\":\"\\u062a\\u063a\\u064a\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Current_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\",\"New_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0645\\u0631\\u0648\\u0631 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"Confirm_New_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"billing_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"shipping_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Username\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Confirm_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"no_items\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631\",\"item\":\"\\u0628\\u0646\\u062f\",\"title\":\"\\u0644\\u0642\\u0628\",\"price\":\"\\u0633\\u0639\\u0631\",\"action\":\"\\u0641\\u0639\\u0644\",\"Status\":\"\\u062d\\u0627\\u0644\\u0629\",\"order_number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0631\",\"date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e\",\"total\":\"\\u0645\\u062c\\u0645\\u0648\\u0639\",\"details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"forget_password\":\"\\u0646\\u0633\\u064a\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Proceed\":\"\\u062a\\u0642\\u062f\\u0645\",\"Remember_Me\":\"\\u062a\\u0630\\u0643\\u0631\\u0646\\u0649\",\"Lost_your_password\":\"\\u0641\\u0642\\u062f\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"Login_Now\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"New_user\":\"\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062c\\u062f\\u064a\\u062f\",\"Donot_have_an_account\":\"\\u0644\\u0627 \\u062a\\u0645\\u0644\\u0643 \\u062d\\u0633\\u0627\\u0628\",\"Item_Order_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"order\":\"\\u062a\\u0631\\u062a\\u064a\\u0628\",\"Download_Invoice\":\"\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"Payment_Status\":\"\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Shipping_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Cart_Total\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0633\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Discount\":\"\\u062a\\u062e\\u0641\\u064a\\u0636\",\"subtotal\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a\",\"Shipping_charge\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"tax\":\"\\u0636\\u0631\\u064a\\u0628\\u0629\",\"Paid_Amount\":\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\",\"Payment_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0648 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Image\":\"\\u0635\\u0648\\u0631\\u0629\",\"Ordered_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\",\"Quantity\":\"\\u0643\\u0645\\u064a\\u0629\",\"Variations\":\"\\u0627\\u0644\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641\\u0627\\u062a\",\"Back\":\"\\u0627\\u0644\\u0649 \\u0627\\u0644\\u062e\\u0644\\u0641\",\"payment_log\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Transaction_Id\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\",\"Amount\":\"\\u0645\\u0642\\u062f\\u0627\\u0631\",\"Receipt\":\"\\u0625\\u064a\\u0635\\u0627\\u0644\",\"Actions\":\"\\u0623\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a\",\"Free\":\"\\u062d\\u0631\",\"Success\":\"\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d\",\"Pending\":\"\\u0642\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u062a\\u0638\\u0627\\u0631\",\"Rejected\":\"\\u0645\\u0631\\u0641\\u0648\\u0636\",\"Show\":\"\\u062a\\u0628\\u064a\\u0646\",\"Receipt_Image\":\"\\u0635\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\",\"Owner_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643\",\"Member_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0636\\u0648\",\"Payment_details\":\"\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Currency\":\"\\u0639\\u0645\\u0644\\u0629\",\"Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629\",\"Package_details\":\"\\u062d\\u0632\\u0645\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Term\":\"\\u0634\\u0631\\u0637\",\"Purchase_Type\":\"\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621\",\"Trial\":\"\\u0627\\u0644\\u062a\\u062c\\u0631\\u0628\\u0629\",\"Close\":\"\\u0642\\u0631\\u064a\\u0628\",\"reset_password\":\"\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Cart\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Total_Items\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"Remove\":\"\\u064a\\u0632\\u064a\\u0644\",\"Update\":\"\\u062a\\u062d\\u062f\\u064a\\u062b\",\"Cart_is_empty\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0647 \\u062e\\u0627\\u0644\\u064a\\u0647\",\"cost\":\"\\u0643\\u0644\\u0641\\u0629\",\"Coupon\":\"\\u0642\\u0633\\u064a\\u0645\\u0629\",\"Apply\":\"\\u062a\\u0637\\u0628\\u064a\\u0642\",\"Place_Order\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0627\\u0645\\u0631\",\"No_FAQ_Found\":\"\\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0623\\u062c\\u0648\\u0628\\u0629!\",\"Go_to_Dashboard\":\"\\u0627\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"privacy_policy\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"signup_text\":\"\\u0633\\u064a\\u062a\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0644\\u062f\\u0639\\u0645 \\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u060c \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0623\\u062e\\u0631\\u0649 \\u0645\\u0648\\u0635\\u0648\\u0641\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627\",\"no_reviews_found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629\",\"to_leave_a_review\":\"\\u0644\\u062a\\u0631\\u0643 \\u062a\\u0639\\u0644\\u064a\\u0642\",\"Order_Summary\":\"\\u0645\\u0644\\u062e\\u0635 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"Choose_an_option\":\"\\u0625\\u062e\\u062a\\u0631 \\u062e\\u064a\\u0627\\u0631\",\"Receive_Latest_Updates\":\"\\u062a\\u0644\\u0642\\u064a \\u0622\\u062e\\u0631 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a\",\"No_Blog_Category_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0641\\u0626\\u0629 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"No_Blog_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Coupon_already_applied\":\"\\u0627\\u0644\\u0642\\u0633\\u064a\\u0645\\u0629 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0628\\u0627\\u0644\\u0641\\u0639\\u0644\",\"tenant_offline_payment_success_text\":\"\\u0646\\u0635 \\u0646\\u062c\\u0627\\u062d \\u0627\\u0644\\u062f\\u0641\\u0639 \\u062f\\u0648\\u0646 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0623\\u062c\\u0631\",\"Out_of_Stock\":\"\\u0625\\u0646\\u062a\\u0647\\u0649 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062e\\u0632\\u0646\",\"Item_price\":\"\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0633\\u0644\\u0639\\u0629\",\"item_order_payment_success_msg\":\"\\u0641\\u0642\\u0637 \\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\\u0643 \\u060c \\u062a\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u0644\\u0642\\u062f \\u0623\\u0631\\u0633\\u0644\\u0646\\u0627 \\u0644\\u0643 \\u0628\\u0631\\u064a\\u062f\\u064b\\u0627 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u064b\\u0627 \\u0645\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"No_Feature_Item_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631 \\u0645\\u0645\\u064a\\u0632!\",\"View_All\":\"\\u0645\\u0634\\u0627\\u0647\\u062f\\u0629 \\u0627\\u0644\\u0643\\u0644\",\"Flash_Sale\":\"\\u0628\\u064a\\u0639 \\u0645\\u0641\\u0627\\u062c\\u0626\",\"On_Sale\":\"\\u0644\\u0644\\u0628\\u064a\\u0639\",\"payment_success\":\"\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0646\\u0627\\u062c\\u062d\",\"Go_to_Home\":\"\\u0627\\u0630\\u0647\\u0628 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Page_Not_Found\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u063a\\u064a\\u0631 \\u0645\\u0648\\u062c\\u0648\\u062f\\u0629\",\"You_are_lost\":\"\\u0623\\u0646\\u062a \\u0636\\u0627\\u0626\\u0639\",\"Back_home\":\"\\u0627\\u0644\\u0639\\u0648\\u062f\\u0629 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0645\\u0646\\u0632\\u0644\",\"404\":\"404\",\"The_page_you_are_looking_for_might_have_been_moved,_renamed,_or_might_never_existed\":\"\\u0631\\u0628\\u0645\\u0627 \\u062a\\u0645 \\u0646\\u0642\\u0644 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u062a\\u064a \\u062a\\u0628\\u062d\\u062b \\u0639\\u0646\\u0647\\u0627\\u060c \\u0623\\u0648 \\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0633\\u0645\\u064a\\u062a\\u0647\\u0627\\u060c \\u0623\\u0648 \\u0631\\u0628\\u0645\\u0627 \\u0644\\u0645 \\u062a\\u0643\\u0646 \\u0645\\u0648\\u062c\\u0648\\u062f\\u0629 \\u0639\\u0644\\u0649 \\u0627\\u0644\\u0625\\u0637\\u0644\\u0627\\u0642\"}', 230, '2022-12-31 23:55:56', '2023-09-10 23:35:08'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (254, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"Enter_maximum_guests\":\"Enter maximum guests\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"Room_Description\":\"Room Description\",\"Enter_room_descriptions\":\"Enter room descriptions\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"Enter_Summary\":\"Enter Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Enter_Number_of_Guests\":\"Enter Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"Enter_Your_Coupon\":\"Enter Your Coupon\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Edit_Course\":\"Edit Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"Add_Instructor\":\"Add Instructor\",\"Edit_Instructor\":\"Edit Instructor\",\"Enter_Instructor_Name\":\"Enter Instructor Name\",\"Enter_Instructor_Occupation\":\"Enter Instructor Occupation\",\"Enter_Instructor_Description\":\"Enter Instructor Description\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"Retake Quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"Add_Cause\":\"Add Cause\",\"Edit_Cause\":\"Edit Cause\",\"no_cause_found\":\"No Cause Found !\",\"Counter_Information\":\"Counter Information\",\"Add_Counter\":\"Add Counter\",\"Edit_Counter_Information\":\"Edit Counter Information\",\"Enter_Title\":\"Enter title\",\"Icon\":\"Icon\",\"Category_Icon_Color\":\"Category Icon Color\",\"Category_Name\":\"Category Name\",\"Enter_Category_Name\":\"Enter Category Name\",\"Category_Status\":\"Category Status\",\"Category_Short_Description\":\"Category Short Description\",\"Enter_Category_short_description\":\"Enter Category short description\",\"Category_Serial_Number\":\"Category Serial Number\",\"Enter_Category_Serial_Number\":\"Enter Category Serial Number\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"Counter_Information_Page\":\"Counter Information Page\",\"Click_on_the_dropdown_icon_to_select_a_icon\":\"Click on the dropdown icon to select a icon.\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Serial_Number\":\"Serial Number\",\"Enter_Serial_Number\":\"Enter Serial Number\",\"Select_a_language\":\"Select a language\",\"Add_Course\":\"Add Course\",\"Add_Course_Category\":\"Add Course Category\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Edit_Course_Category\":\"Edit Course Category\",\"Coupons\":\"Coupons\",\"Enter_Coupon_Name\":\"Enter Coupon Name\",\"Enter_Coupon_Code\":\"Enter Coupon Code\",\"Add_Coupon\":\"Add Coupon\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Edit_Coupon\":\"Edit Coupon\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Enter_Certificate_Title\":\"Enter Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Enter_Certificate_Text\":\"Enter Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"Enter_Course_Description\":\"Enter Course Description\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Enter_Current_Price\":\"Enter Current Price\",\"Previous_Price\":\"Previous Price\",\"Enter_Previous_Price\":\"Enter Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Click_this_link_to_add_a_new_instructor\":\"Click this link to add a new instructor.\",\"To_separate_the_features_enter_a_new_line_after_each_feature\":\"To separate the features, enter a new line after each feature.\",\"Meta_Keywords\":\"Meta Keywords\",\"Enter_Meta_Keywords\":\"Enter Meta Keywords\",\"Meta_Description\":\"Meta Description\",\"Enter_Meta_Description\":\"Enter Meta Description\",\"Select_Instructor\":\"Select Instructor\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Add_FAQ\":\"Add FAQ\",\"Edit_FAQ\":\"Edit FAQ\",\"Thanks_Page\":\"Thanks Page\",\"Edit_Thanks_Page\":\"Edit Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Report\":\"Report\",\"From\":\"From\",\"To\":\"To\",\"Export\":\"Export\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Add_Answer\":\"Add Answer\",\"Enter_FAQ_Serial_Number\":\"Enter FAQ Serial Number\",\"Social_Links\":\"Social Links\",\"Add_Social_Link\":\"Add Social Link\",\"Edit_Social_Links\":\"Social Link\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"Enter_URL_of_Social_Media_Account\":\"Enter URL of Social Media Account\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Add_Lesson\":\"Add Lesson\",\"Edit_Lesson\":\"Edit Lesson\",\"Select_Lesson_Status\":\"Select Lesson Status\",\"Enter_Lesson_Serial_Number\":\"Enter Lesson Serial Number\",\"Contents\":\"Contents\",\"Add_Code\":\"Add Code\",\"Enter_Code\":\"Enter Code\",\"Edit_Code\":\"Edit Code\",\"Text\":\"Text\",\"Add_File\":\"Add File\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"Add_Module\":\"Add Module\",\"Edit_Module\":\"Edit Module\",\"Enter_Module_Title\":\"Enter Module Title\",\"Select_Module_Status\":\"Select Module Status\",\"Enter_Module_Serial_Number\":\"Enter Module Serial Number\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Add_Video\":\"Add Video\",\"Quizzes\":\"Quizzes\",\"Add_Quiz\":\"Add Quiz\",\"Edit_Quiz\":\"Edit Quiz\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Edit_Preview_Template\":\"Edit Preview Template\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"Add\":\"Add\",\"View\":\"View\",\"Donation_Management\":\"Donation Management\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Add_Donation_Category\":\"Add Donation Category\",\"Update_Donation_Category\":\"Update Donation Category\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"NO_DONATION_CATEGORY_FOUND\":\"NO DONATION CATEGORY FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Enter_Cause_Content\":\"Enter Cause Content\",\"Clone_for\":\"Clone for\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Hotel_Management\":\"Hotel Management\",\"Room_Amenities\":\"Room Amenities\",\"Add_Amenity\":\"Add Amenity\",\"Ammenity_Name\":\"Ammenity Name\",\"Ammenity_Serial_Number\":\"Ammenity Serial Number\",\"Enter_Ammenity_Serial_Number\":\"Enter Ammenity Serial Number\",\"Update_Room_Ammenity\":\"Update Room Ammenity\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"All_Rooms\":\"All Rooms\",\"Add_Room\":\"Add Room\",\"Edit_Room\":\"Edit Room\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Edit_Booking_Details\":\"Edit Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"New_Booking\":\"New Booking\",\"Add_Booking\":\"Add Booking\",\"Make_New_Booking\":\"Make New Booking\",\"All_Bookings\":\"All Bookings\",\"Paid_Bookings\":\"Paid Bookings\",\"Unpaid_Bookings\":\"Unpaid Bookings\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Enter_Discount_Amount\":\"Enter Discount Amount\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent Room Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Enter_Room_Rent\":\"Enter Room Rent\",\"Room_Categories\":\"Room Categories\",\"Enter_no_of_rooms\":\"Enter no of rooms\",\"Enter_no_of_beds\":\"Enter no of beds\",\"Enter_on_of_bath\":\"Enter on of bath\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Latitude\":\"Latitude\",\"Longitude\":\"Longitude\",\"Rent_/_Night\":\"Rent / Night\",\"Update_Room_Category\":\"Update Room Category\",\"Leave_blank_if_you_want_to_make_it_unlimited\":\"Leave blank if you want to make it unlimited\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND !\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_SERVICE_FOUND\": \"NO SERVICE FOUND!\",\"Download_CV\": \"Download CV\",\"Education\": \"Education\",\n \"Job\": \"Job\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"Room_Booking_Details\":\"Room Booking Details\",\"Payment_Information\":\"Payment Information\",\"User_Information\":\"User Information\",\"retake_quiz\":\"retake_quiz\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 176, '2022-03-14 06:36:17', '2022-03-14 06:36:17'), (255, 'عربي', 'ar', 0, 1, '{\"Home\":\"\\u0628\\u064a\\u062a\",\"Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\",\"Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638\",\"Blog\":\"\\u0645\\u062f\\u0648\\u0646\\u0629 \\u0627\\u0648 \\u0645\\u0630\\u0643\\u0631\\u0629\",\"Contact\":\"\\u0627\\u062a\\u0635\\u0627\\u0644\",\"Career\":\"\\u0645\\u0633\\u0627\\u0631 \\u0645\\u0647\\u0646\\u064a \\u0645\\u0633\\u0627\\u0631 \\u0648\\u0638\\u064a\\u0641\\u064a\",\"Job_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u0629\",\"All\":\"\\u0627\\u0644\\u062c\\u0645\\u064a\\u0639\",\"Name\":\"\\u0627\\u0633\\u0645\",\"Email_Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u0649\",\"Subject\":\"\\u0645\\u0648\\u0636\\u0648\\u0639\\u0627\\u062a\",\"Message\":\"\\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send_Message\":\"\\u0623\\u0631\\u0633\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Stay_Connected\":\"\\u0627\\u0628\\u0642 \\u0639\\u0644\\u0649 \\u0627\\u062a\\u0635\\u0627\\u0644\",\"Service_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u062e\\u062f\\u0645\\u0629\",\"Categories\":\"\\u0627\\u0644\\u062a\\u0635\\u0646\\u064a\\u0641\\u0627\\u062a\",\"Portfolio_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062d\\u0641\\u0638\\u0629\",\"Related_Portfolios\":\"\\u0627\\u0644\\u0645\\u062d\\u0627\\u0641\\u0638 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"Search_Here\":\"\\u0627\\u0628\\u062d\\u062b \\u0647\\u0646\\u0627\",\"Search_your_keyword\":\"\\u0627\\u0628\\u062d\\u062b \\u0641\\u064a \\u0643\\u0644\\u0645\\u062a\\u0643 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\",\"Blog_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062f\\u0648\\u0646\\u0629\",\"Facebook\":\"\\u0641\\u064a\\u0633\\u0628\\u0648\\u0643\",\"Twitter\":\"\\u062a\\u0648\\u064a\\u062a\\u0631\",\"Linkedin\":\"\\u064a\\u0646\\u0643\\u062f\\u064a\\u0646\",\"Our_Projects\":\"\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\\u0646\\u0627\",\"Team\":\"\\u0641\\u0631\\u064a\\u0642\",\"Team_Members\":\"\\u0623\\u0639\\u0636\\u0627\\u0621 \\u0627\\u0644\\u0641\\u0631\\u064a\\u0642\",\"Learn_More\":\"\\u064a\\u062a\\u0639\\u0644\\u0645 \\u0623\\u0643\\u062b\\u0631\",\"Pages\":\"\\u0627\\u0644\\u0635\\u0641\\u062d\\u0627\\u062a\",\"Client_Name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0645\\u064a\\u0644\",\"Start_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0628\\u062f\\u0621\",\"End_Date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e \\u0627\\u0644\\u0627\\u0646\\u062a\\u0647\\u0627\\u0621\",\"Our_Portfolio\":\"\\u0644\\u062f\\u064a\\u0646\\u0627 \\u0645\\u062d\\u0641\\u0638\\u0629\",\"Our_Services\":\"\\u062e\\u062f\\u0645\\u0627\\u062a\\u0646\\u0627\",\"Deadline\":\"\\u0627\\u0644\\u0645\\u0648\\u0639\\u062f \\u0627\\u0644\\u0646\\u0647\\u0627\\u0626\\u064a\",\"Job_Responsibilities\":\"\\u0645\\u0633\\u0624\\u0648\\u0644\\u064a\\u0627\\u062a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Employment_Status\":\"\\u0627\\u0644\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0648\\u0638\\u064a\\u0641\\u064a\\u0629\",\"Educational_Requirements\":\"\\u0627\\u0644\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"years\":\"\\u0633\\u0646\\u0648\\u0627\\u062a\",\"year\":\"\\u0639\\u0627\\u0645\",\"Experience_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0627\\u0644\\u062e\\u0628\\u0631\\u0629\",\"Additional_Requirements\":\"\\u0645\\u062a\\u0637\\u0644\\u0628\\u0627\\u062a \\u0625\\u0636\\u0627\\u0641\\u064a\\u0629\",\"Job_Location\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Salary\":\"\\u0645\\u0631\\u062a\\u0628\",\"Read_Before_Apply\":\"\\u0627\\u0642\\u0631\\u0623 \\u0642\\u0628\\u0644 \\u0627\\u0644\\u062a\\u0642\\u062f\\u064a\\u0645\",\"Send_your_CV_to\":\"\\u0623\\u0631\\u0633\\u0644 \\u0633\\u064a\\u0631\\u062a\\u0643 \\u0627\\u0644\\u0630\\u0627\\u062a\\u064a\\u0629 \\u0625\\u0644\\u0649\",\"Compensation_&_Other_Benefits\":\"\\u0627\\u0644\\u062a\\u0639\\u0648\\u064a\\u0636\\u0627\\u062a & \\u0623\\u0645\\u0628\\u064a\\u0631 \\u061b \\u0641\\u0648\\u0627\\u0626\\u062f \\u0623\\u062e\\u0631\\u0649\",\"SUBSCRIBE\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"\\u0627\\u0644\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643 \\u0641\\u064a \\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Subscribe\":\"\\u0627\\u0644\\u0625\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Quick_Links\":\"\\u0631\\u0648\\u0627\\u0628\\u0637 \\u0633\\u0631\\u064a\\u0639\\u0629\",\"Quote\":\"\\u064a\\u0642\\u062a\\u0628\\u0633\",\"Submit\":\"\\u064a\\u064f\\u0642\\u062f\\u0651\\u0650\\u0645\",\"Request_A_Quote\":\"\\u0627\\u0637\\u0644\\u0628 \\u0627\\u0642\\u062a\\u0628\\u0627\\u0633\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Contact_Us\":\"\\u0627\\u062a\\u0635\\u0644 \\u0628\\u0646\\u0627\",\"FAQ\":\"\\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u0627\\u062a\",\"Share\":\"\\u064a\\u0634\\u0627\\u0631\\u0643\",\"Latest_Blogs\":\"\\u0623\\u062d\\u062f\\u062b \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Category\":\"\\u0641\\u0626\\u0629\",\"Website_Link\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"Educational_Experience\":\"\\u0627\\u0644\\u062e\\u0628\\u0631\\u0629 \\u0627\\u0644\\u062a\\u0639\\u0644\\u064a\\u0645\\u064a\\u0629\",\"Work_Experience\":\"\\u062e\\u0628\\u0631\\u0629 \\u0641\\u064a \\u0627\\u0644\\u0639\\u0645\\u0644\",\"Vacancy\":\"\\u0634\\u0627\\u063a\\u0631\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Username\":\"\\u0627\\u062f\\u062e\\u0644 \\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Top_Rated_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u062a\\u0642\\u064a\\u064a\\u0645\\u064b\\u0627\",\"Enter_Password\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Enter_Password_Again\":\"\\u0623\\u062f\\u062e\\u0644 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0645\\u0631\\u0629 \\u0623\\u062e\\u0631\\u0649\",\"Only_zip_file_is_allowed\":\"\\u064a\\u0633\\u0645\\u062d \\u0641\\u0642\\u0637 \\u0628\\u0645\\u0644\\u0641 \\u0645\\u0636\\u063a\\u0648\\u0637\",\"Show_More\":\"\\u0623\\u0638\\u0647\\u0631 \\u0627\\u0644\\u0645\\u0632\\u064a\\u062f\",\"Feature_Item\":\"\\u0639\\u0646\\u0635\\u0631 \\u0627\\u0644\\u0645\\u064a\\u0632\\u0629\",\"New_item\":\"\\u0645\\u0646\\u062a\\u062c\\u0627\\u062a \\u062c\\u062f\\u064a\\u062f\\u0629\",\"by\":\"\\u0628\\u0648\\u0627\\u0633\\u0637\\u0629\",\"Add_to_cart\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0633\\u0644\\u0629\",\"Add_to_wishlist\":\"\\u0623\\u0636\\u0641 \\u0625\\u0644\\u0649 \\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\",\"Ratting_Items\":\"\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u062e\\u0634\\u062e\\u0634\\u0629\",\"Best_sellers\":\"\\u0623\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0628\\u0627\\u0626\\u0639\\u064a\\u0646\",\"Special_Items\":\"\\u0627\\u0644\\u0628\\u0646\\u0648\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629\",\"Flash_Sales\":\"\\u0645\\u0628\\u064a\\u0639\\u0627\\u062a \\u0641\\u0644\\u0627\\u0634\",\"Need_help\":\"\\u062a\\u062d\\u062a\\u0627\\u062c \\u0645\\u0633\\u0627\\u0639\\u062f\\u0629\\u061f\",\"Talk_to_an_expert\":\"\\u062a\\u062d\\u062f\\u062b \\u0625\\u0644\\u0649 \\u062e\\u0628\\u064a\\u0631\",\"view_cart\":\"\\u0639\\u0631\\u0636 \\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Checkout\":\"\\u0627\\u0644\\u062f\\u0641\\u0639\",\"cart_empty\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642 \\u0641\\u0627\\u0631\\u063a\\u0629 !\",\"Shop\":\"\\u0645\\u062d\\u0644\",\"Sort_by\":\"\\u0635\\u0646\\u0641 \\u062d\\u0633\\u0628\",\"Latest\":\"\\u0623\\u062d\\u062f\\u062b\",\"Oldest\":\"\\u0627\\u0644\\u0623\\u0642\\u062f\\u0645\",\"Price_Hight_to_Low\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0623\\u0639\\u0644\\u0649 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0623\\u0642\\u0644\",\"Price_Low_to_High\":\"\\u0627\\u0644\\u0633\\u0639\\u0631 \\u0645\\u0646 \\u0627\\u0644\\u0627\\u0631\\u062e\\u0635 \\u0644\\u0644\\u0627\\u0639\\u0644\\u0649\",\"Filter_By_Price\":\"\\u062a\\u0635\\u0641\\u064a\\u0629 \\u062d\\u0633\\u0628 \\u0627\\u0644\\u0633\\u0639\\u0631\",\"Filter\":\"\\u0645\\u0646\\u0642\\u064a\",\"Shop_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u062a\\u062c\\u0631\",\"shop_now\":\"\\u062a\\u0633\\u0648\\u0642 \\u0627\\u0644\\u0622\\u0646\",\"Share_Now\":\"\\u0634\\u0627\\u0631\\u0643 \\u0627\\u0644\\u0622\\u0646\",\"Description\":\"\\u0648\\u0635\\u0641\",\"Reviews\":\"\\u0627\\u0644\\u0645\\u0631\\u0627\\u062c\\u0639\\u0627\\u062a\",\"Related_Items\":\"\\u0627\\u0644\\u0623\\u0635\\u0646\\u0627\\u0641 \\u0630\\u0627\\u062a \\u0627\\u0644\\u0635\\u0644\\u0629\",\"newsletter\":\"\\u0627\\u0644\\u0646\\u0634\\u0631\\u0629 \\u0627\\u0644\\u0625\\u062e\\u0628\\u0627\\u0631\\u064a\\u0629\",\"Follow\":\"\\u064a\\u062a\\u0628\\u0639\",\"Signup\":\"\\u0627\\u0634\\u062a\\u0631\\u0627\\u0643\",\"Signout\":\"\\u062e\\u0631\\u0648\\u062c\",\"Login\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644\",\"Dashboard\":\"\\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"account_information\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0627\\u0644\\u062d\\u0633\\u0627\\u0628\",\"email\":\"\\u0628\\u0631\\u064a\\u062f \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"address\":\"\\u062a\\u0628\\u0648\\u0643\",\"city\":\"\\u0645\\u062f\\u064a\\u0646\\u0629\",\"country\":\"\\u062f\\u0648\\u0644\\u0629\",\"state\":\"\\u062f\\u0648\\u0644\\u0629\",\"Logout\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u062e\\u0631\\u0648\\u062c\",\"Phone_Number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u062a\\u0644\\u064a\\u0641\\u0648\\u0646\",\"phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"my_profile\":\"\\u0645\\u0644\\u0641\\u064a\",\"edit_profile\":\"\\u062a\\u0639\\u062f\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0644\\u0641 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\",\"choose_photo\":\"\\u0627\\u062e\\u062a\\u064a\\u0627\\u0631 \\u0635\\u0648\\u0631\\u0629\",\"first_name\":\"\\u0627\\u0644\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0623\\u0648\\u0644\",\"last_name\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0639\\u0627\\u0626\\u0644\\u0629\",\"Update_profile\":\"\\u062a\\u062d\\u062f\\u064a\\u062b \\u0627\\u0644\\u0645\\u0644\\u0641\",\"myOrders\":\"\\u0637\\u0644\\u0628\\u064a\",\"mywishlist\":\"\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0645\\u0646\\u064a\\u0627\\u062a\\u064a\",\"Change_Password\":\"\\u062a\\u063a\\u064a\\u064a\\u0631 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Current_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062d\\u0627\\u0644\\u064a\\u0629\",\"New_Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0645\\u0631\\u0648\\u0631 \\u062c\\u062f\\u064a\\u062f\\u0629\",\"Confirm_New_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062c\\u062f\\u064a\\u062f\\u0629\",\"billing_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"shipping_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Username\":\"\\u0627\\u0633\\u0645 \\u0627\\u0644\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645\",\"Password\":\"\\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Confirm_Password\":\"\\u062a\\u0623\\u0643\\u064a\\u062f \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"no_items\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631\",\"item\":\"\\u0628\\u0646\\u062f\",\"title\":\"\\u0644\\u0642\\u0628\",\"price\":\"\\u0633\\u0639\\u0631\",\"action\":\"\\u0641\\u0639\\u0644\",\"Status\":\"\\u062d\\u0627\\u0644\\u0629\",\"order_number\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0623\\u0645\\u0631\",\"date\":\"\\u062a\\u0627\\u0631\\u064a\\u062e\",\"total\":\"\\u0645\\u062c\\u0645\\u0648\\u0639\",\"details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"forget_password\":\"\\u0646\\u0633\\u064a\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Proceed\":\"\\u062a\\u0642\\u062f\\u0645\",\"Remember_Me\":\"\\u062a\\u0630\\u0643\\u0631\\u0646\\u0649\",\"Lost_your_password\":\"\\u0641\\u0642\\u062f\\u062a \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631 \\u0627\\u0644\\u062e\\u0627\\u0635\\u0629 \\u0628\\u0643\",\"Login_Now\":\"\\u062a\\u0633\\u062c\\u064a\\u0644 \\u0627\\u0644\\u062f\\u062e\\u0648\\u0644 \\u0627\\u0644\\u0622\\u0646\",\"New_user\":\"\\u0645\\u0633\\u062a\\u062e\\u062f\\u0645 \\u062c\\u062f\\u064a\\u062f\",\"Donot_have_an_account\":\"\\u0644\\u0627 \\u062a\\u0645\\u0644\\u0643 \\u062d\\u0633\\u0627\\u0628\",\"Item_Order_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0635\\u0631\",\"order\":\"\\u062a\\u0631\\u062a\\u064a\\u0628\",\"Download_Invoice\":\"\\u062a\\u062d\\u0645\\u064a\\u0644 \\u0641\\u0627\\u062a\\u0648\\u0631\\u0629\",\"Payment_Status\":\"\\u062d\\u0627\\u0644\\u0629 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Shipping_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"Cart_Total\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0633\\u0644\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Discount\":\"\\u062a\\u062e\\u0641\\u064a\\u0636\",\"subtotal\":\"\\u0627\\u0644\\u0645\\u062c\\u0645\\u0648\\u0639 \\u0627\\u0644\\u0641\\u0631\\u0639\\u064a\",\"Shipping_charge\":\"\\u0631\\u0633\\u0648\\u0645 \\u0627\\u0644\\u0634\\u062d\\u0646\",\"tax\":\"\\u0636\\u0631\\u064a\\u0628\\u0629\",\"Paid_Amount\":\"\\u0627\\u0644\\u0645\\u0628\\u0644\\u063a \\u0627\\u0644\\u0645\\u062f\\u0641\\u0648\\u0639\",\"Payment_Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0648 \\u0627\\u0644\\u0633\\u062f\\u0627\\u062f\",\"Image\":\"\\u0635\\u0648\\u0631\\u0629\",\"Ordered_Items\":\"\\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0627\\u0644\\u0645\\u0637\\u0644\\u0648\\u0628\\u0629\",\"Quantity\":\"\\u0643\\u0645\\u064a\\u0629\",\"Variations\":\"\\u0627\\u0644\\u0627\\u062e\\u062a\\u0644\\u0627\\u0641\\u0627\\u062a\",\"Back\":\"\\u0627\\u0644\\u0649 \\u0627\\u0644\\u062e\\u0644\\u0641\",\"payment_log\":\"\\u0633\\u062c\\u0644 \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Transaction_Id\":\"\\u0631\\u0642\\u0645 \\u0627\\u0644\\u0645\\u0639\\u0627\\u0645\\u0644\\u0629\",\"Amount\":\"\\u0645\\u0642\\u062f\\u0627\\u0631\",\"Receipt\":\"\\u0625\\u064a\\u0635\\u0627\\u0644\",\"Actions\":\"\\u0623\\u062c\\u0631\\u0627\\u0621\\u0627\\u062a\",\"Free\":\"\\u062d\\u0631\",\"Success\":\"\\u0627\\u0644\\u0646\\u062c\\u0627\\u062d\",\"Pending\":\"\\u0642\\u064a\\u062f \\u0627\\u0644\\u0627\\u0646\\u062a\\u0638\\u0627\\u0631\",\"Rejected\":\"\\u0645\\u0631\\u0641\\u0648\\u0636\",\"Show\":\"\\u062a\\u0628\\u064a\\u0646\",\"Receipt_Image\":\"\\u0635\\u0648\\u0631\\u0629 \\u0627\\u0644\\u0627\\u0633\\u062a\\u0644\\u0627\\u0645\",\"Owner_Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0645\\u0627\\u0644\\u0643\",\"Member_details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644 \\u0627\\u0644\\u0639\\u0636\\u0648\",\"Payment_details\":\"\\u0628\\u064a\\u0627\\u0646\\u0627\\u062a \\u0627\\u0644\\u062f\\u0641\\u0639\",\"Currency\":\"\\u0639\\u0645\\u0644\\u0629\",\"Method\":\"\\u0637\\u0631\\u064a\\u0642\\u0629\",\"Package_details\":\"\\u062d\\u0632\\u0645\\u0629 \\u0645\\u0646 \\u0627\\u0644\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Term\":\"\\u0634\\u0631\\u0637\",\"Purchase_Type\":\"\\u0646\\u0648\\u0639 \\u0627\\u0644\\u0634\\u0631\\u0627\\u0621\",\"Trial\":\"\\u0627\\u0644\\u062a\\u062c\\u0631\\u0628\\u0629\",\"Close\":\"\\u0642\\u0631\\u064a\\u0628\",\"reset_password\":\"\\u0625\\u0639\\u0627\\u062f\\u0629 \\u062a\\u0639\\u064a\\u064a\\u0646 \\u0643\\u0644\\u0645\\u0629 \\u0627\\u0644\\u0645\\u0631\\u0648\\u0631\",\"Cart\":\"\\u0639\\u0631\\u0628\\u0629 \\u0627\\u0644\\u062a\\u0633\\u0648\\u0642\",\"Total_Items\":\"\\u0625\\u062c\\u0645\\u0627\\u0644\\u064a \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631\",\"Remove\":\"\\u064a\\u0632\\u064a\\u0644\",\"Update\":\"\\u062a\\u062d\\u062f\\u064a\\u062b\",\"Cart_is_empty\":\"\\u0627\\u0644\\u0628\\u0637\\u0627\\u0642\\u0647 \\u062e\\u0627\\u0644\\u064a\\u0647\",\"cost\":\"\\u0643\\u0644\\u0641\\u0629\",\"Coupon\":\"\\u0642\\u0633\\u064a\\u0645\\u0629\",\"Apply\":\"\\u062a\\u0637\\u0628\\u064a\\u0642\",\"Place_Order\":\"\\u0645\\u0643\\u0627\\u0646 \\u0627\\u0644\\u0627\\u0645\\u0631\",\"No_FAQ_Found\":\"\\u0644\\u0627 \\u062a\\u0648\\u062c\\u062f \\u0623\\u0633\\u0626\\u0644\\u0629 \\u0648\\u0623\\u062c\\u0648\\u0628\\u0629!\",\"Go_to_Dashboard\":\"\\u0627\\u0644\\u0630\\u0647\\u0627\\u0628 \\u0625\\u0644\\u0649 \\u0644\\u0648\\u062d\\u0629 \\u0627\\u0644\\u0642\\u064a\\u0627\\u062f\\u0629\",\"privacy_policy\":\"\\u0633\\u064a\\u0627\\u0633\\u0629 \\u0627\\u0644\\u062e\\u0635\\u0648\\u0635\\u064a\\u0629\",\"signup_text\":\"\\u0633\\u064a\\u062a\\u0645 \\u0627\\u0633\\u062a\\u062e\\u062f\\u0627\\u0645 \\u0628\\u064a\\u0627\\u0646\\u0627\\u062a\\u0643 \\u0627\\u0644\\u0634\\u062e\\u0635\\u064a\\u0629 \\u0644\\u062f\\u0639\\u0645 \\u062a\\u062c\\u0631\\u0628\\u062a\\u0643 \\u0641\\u064a \\u062c\\u0645\\u064a\\u0639 \\u0623\\u0646\\u062d\\u0627\\u0621 \\u0647\\u0630\\u0627 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639 \\u060c \\u0648\\u0625\\u062f\\u0627\\u0631\\u0629 \\u0627\\u0644\\u0648\\u0635\\u0648\\u0644 \\u0625\\u0644\\u0649 \\u062d\\u0633\\u0627\\u0628\\u0643 \\u060c \\u0648\\u0644\\u0623\\u063a\\u0631\\u0627\\u0636 \\u0623\\u062e\\u0631\\u0649 \\u0645\\u0648\\u0635\\u0648\\u0641\\u0629 \\u0641\\u064a \\u0645\\u0648\\u0642\\u0639\\u0646\\u0627\",\"no_reviews_found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u0631\\u0627\\u062c\\u0639\\u0629\",\"to_leave_a_review\":\"\\u0644\\u062a\\u0631\\u0643 \\u062a\\u0639\\u0644\\u064a\\u0642\",\"Order_Summary\":\"\\u0645\\u0644\\u062e\\u0635 \\u0627\\u0644\\u0637\\u0644\\u0628\",\"Choose_an_option\":\"\\u0625\\u062e\\u062a\\u0631 \\u062e\\u064a\\u0627\\u0631\",\"Receive_Latest_Updates\":\"\\u062a\\u0644\\u0642\\u064a \\u0622\\u062e\\u0631 \\u0627\\u0644\\u062a\\u062d\\u062f\\u064a\\u062b\\u0627\\u062a\",\"No_Blog_Category_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0641\\u0626\\u0629 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"No_Blog_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0645\\u062f\\u0648\\u0646\\u0629\",\"Coupon_already_applied\":\"\\u0627\\u0644\\u0642\\u0633\\u064a\\u0645\\u0629 \\u0645\\u0637\\u0628\\u0642\\u0629 \\u0628\\u0627\\u0644\\u0641\\u0639\\u0644\",\"tenant_offline_payment_success_text\":\"\\u0646\\u0635 \\u0646\\u062c\\u0627\\u062d \\u0627\\u0644\\u062f\\u0641\\u0639 \\u062f\\u0648\\u0646 \\u0627\\u062a\\u0635\\u0627\\u0644 \\u0627\\u0644\\u0645\\u0633\\u062a\\u0623\\u062c\\u0631\",\"Out_of_Stock\":\"\\u0625\\u0646\\u062a\\u0647\\u0649 \\u0645\\u0646 \\u0627\\u0644\\u0645\\u062e\\u0632\\u0646\",\"Item_price\":\"\\u0633\\u0639\\u0631 \\u0627\\u0644\\u0633\\u0644\\u0639\\u0629\",\"item_order_payment_success_msg\":\"\\u0641\\u0642\\u0637 \\u0644\\u0625\\u0639\\u0644\\u0627\\u0645\\u0643 \\u060c \\u062a\\u0645 \\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643 \\u0644\\u0637\\u0644\\u0628 \\u0627\\u0644\\u0639\\u0646\\u0627\\u0635\\u0631 \\u0628\\u0646\\u062c\\u0627\\u062d. \\u0644\\u0642\\u062f \\u0623\\u0631\\u0633\\u0644\\u0646\\u0627 \\u0644\\u0643 \\u0628\\u0631\\u064a\\u062f\\u064b\\u0627 \\u0625\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\\u064b\\u0627 \\u0645\\u0639 \\u0627\\u0644\\u0641\\u0627\\u062a\\u0648\\u0631\\u0629. \\u064a\\u0631\\u062c\\u0649 \\u0627\\u0644\\u062a\\u062d\\u0642\\u0642 \\u0645\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0648\\u0627\\u0631\\u062f \\u0627\\u0644\\u062e\\u0627\\u0635 \\u0628\\u0643\",\"No_Feature_Item_Found\":\"\\u0644\\u0645 \\u064a\\u062a\\u0645 \\u0627\\u0644\\u0639\\u062b\\u0648\\u0631 \\u0639\\u0644\\u0649 \\u0639\\u0646\\u0635\\u0631 \\u0645\\u0645\\u064a\\u0632!\",\"View_All\":\"\\u0645\\u0634\\u0627\\u0647\\u062f\\u0629 \\u0627\\u0644\\u0643\\u0644\",\"Flash_Sale\":\"\\u0628\\u064a\\u0639 \\u0645\\u0641\\u0627\\u062c\\u0626\",\"On_Sale\":\"\\u0644\\u0644\\u0628\\u064a\\u0639\",\"payment_success\":\"\\u0627\\u0644\\u062f\\u0641\\u0639 \\u0627\\u0644\\u0646\\u0627\\u062c\\u062d\",\"Go_to_Home\":\"\\u0627\\u0630\\u0647\\u0628 \\u0625\\u0644\\u0649 \\u0627\\u0644\\u0635\\u0641\\u062d\\u0629 \\u0627\\u0644\\u0631\\u0626\\u064a\\u0633\\u064a\\u0629\"}', 176, '2022-03-12 04:06:44', '2022-03-12 04:06:44'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (256, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"retake_quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"no_cause_found\":\"No Cause Found !\",\"Icon\":\"Icon\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Select_a_language\":\"Select a language\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Coupons\":\"Coupons\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Previous_Price\":\"Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Thanks_Page\":\"Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Contents\":\"Contents\",\"Text\":\"Text\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Quizzes\":\"Quizzes\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"View\":\"View\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Room_Amenities\":\"Room Amenities\",\"Ammenity_Name\":\"Ammenity Name\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"Make_New_Booking\":\"Make New Booking\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Room_Categories\":\"Room Categories\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Rent_/_Night\":\"Rent / Night\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Room_Booking_Details\":\"Room Booking Details\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 231, '2023-06-18 00:18:43', '2023-06-18 00:18:43'), (258, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"retake_quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"no_cause_found\":\"No Cause Found !\",\"Icon\":\"Icon\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Select_a_language\":\"Select a language\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Coupons\":\"Coupons\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Previous_Price\":\"Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Thanks_Page\":\"Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Contents\":\"Contents\",\"Text\":\"Text\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Quizzes\":\"Quizzes\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"View\":\"View\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Room_Amenities\":\"Room Amenities\",\"Ammenity_Name\":\"Ammenity Name\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"Make_New_Booking\":\"Make New Booking\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Room_Categories\":\"Room Categories\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Rent_/_Night\":\"Rent / Night\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Room_Booking_Details\":\"Room Booking Details\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 232, '2023-06-18 23:12:06', '2023-06-18 23:12:06'); INSERT INTO `user_languages` (`id`, `name`, `code`, `is_default`, `rtl`, `keywords`, `user_id`, `created_at`, `updated_at`) VALUES (259, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet_\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request_\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"retake_quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"no_cause_found\":\"No Cause Found !\",\"Icon\":\"Icon\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Select_a_language\":\"Select a language\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Coupons\":\"Coupons\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Previous_Price\":\"Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Thanks_Page\":\"Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Contents\":\"Contents\",\"Text\":\"Text\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Quizzes\":\"Quizzes\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"View\":\"View\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Room_Amenities\":\"Room Amenities\",\"Ammenity_Name\":\"Ammenity Name\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"Make_New_Booking\":\"Make New Booking\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_\\/_Out_Date\":\"Check In \\/ Out Date\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Room_Categories\":\"Room Categories\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Rent_\\/_Night\":\"Rent \\/ Night\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"Your offline payment is pending. When it will success we will notify your mail. Thank you.\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Room_Booking_Details\":\"Room Booking Details\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 233, '2023-06-19 05:23:22', '2023-09-16 22:26:36'), (261, 'English', 'en', 1, 0, '{\"Home\":\"Home\",\"Services\":\"Services\",\"Portfolios\":\"Portfolios\",\"Blog\":\"Blog\",\"Contact\":\"Contact\",\"Career\":\"Career\",\"Job_Details\":\"Job Details\",\"All\":\"All\",\"Name\":\"Name\",\"Email_Address\":\"Email Address\",\"Subject\":\"Subject\",\"Message\":\"Message\",\"Send_Message\":\"Send Message\",\"Stay_Connected\":\"Stay Connected\",\"Service_Details\":\"Service Details\",\"Categories\":\"Categories\",\"Portfolio_Details\":\"Portfolio Details\",\"Related_Portfolios\":\"Related Portfolios\",\"Search_Here\":\"Search Here\",\"Search_your_keyword\":\"Search your keyword\",\"Blog_Details\":\"Blog Details\",\"Facebook\":\"Facebook\",\"Twitter\":\"Twitter\",\"Linkedin\":\"Linkedin\",\"Our_Projects\":\"Our Projects\",\"Team\":\"Team\",\"Team_Members\":\"Team Members\",\"Learn_More\":\"Learn More\",\"Pages\":\"Pages\",\"Client_Name\":\"Client Name\",\"Start_Date\":\"Start Date\",\"End_Date\":\"End Date\",\"Our_Portfolio\":\"Our Portfolio\",\"Our_Services\":\"Our Services\",\"Deadline\":\"Deadline\",\"Job_Responsibilities\":\"Job Responsibilities\",\"Employment_Status\":\"Employment Status\",\"Education\":\"Education\",\"Job\":\"Job\",\"Educational_Requirements\":\"Educational Requirements\",\"years\":\"years\",\"year\":\"year\",\"Experience_Requirements\":\"Experience Requirements\",\"Additional_Requirements\":\"Additional Requirements\",\"Job_Location\":\"Job Location\",\"Salary\":\"Salary\",\"Read_Before_Apply\":\"Read Before Apply\",\"Send_your_CV_to\":\"Send your CV to\",\"Compensation_&_Other_Benefits\":\"Compensation & Other Benefits\",\"SUBSCRIBE\":\"SUBSCRIBE\",\"SUBSCRIBE_FOR_NEWSLETTER\":\"SUBSCRIBE FOR NEWSLETTER\",\"Subscribe\":\"Subscribe\",\"Quick_Links\":\"Quick Links\",\"Quote\":\"Quote\",\"Submit\":\"Submit\",\"Request_A_Quote\":\"Request A Quote\",\"Testimonial\":\"Testimonial\",\"Contact_Us\":\"Contact Us\",\"FAQ\":\"FAQ\",\"Share\":\"Share\",\"Latest_Blogs\":\"Latest Blog\",\"Category\":\"Category\",\"Website_Link\":\"Website Link\",\"Educational_Experience\":\"Educational Experience\",\"Work_Experience\":\"Work Experience\",\"Vacancy\":\"Vacancy\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Name\":\"Enter Name\",\"Enter_Username\":\"Enter Username\",\"Top_Rated_Items\":\"Top Rated Items\",\"Enter_Password\":\"Enter Password\",\"Enter_Password_Again\":\"Enter Password Again\",\"Only_zip_file_is_allowed\":\"Only zip file is allowed\",\"Show_More\":\"Show More\",\"Feature_Item\":\"Feature Item\",\"New_item\":\"New Products\",\"by\":\"By\",\"Add_to_cart\":\"Add to Cart\",\"Add_to_wishlist\":\"Add to Wishlist\",\"Ratting_Items\":\"Ratting Items\",\"Best_sellers\":\"Best Sellers\",\"Special_Items\":\"Special Items\",\"Flash_Sales\":\"Flash Sales\",\"Need_help\":\"Need help?\",\"Talk_to_an_expert\":\"Talk to an expert\",\"view_cart\":\"View cart\",\"Checkout\":\"Checkout\",\"cart_empty\":\"your cart is empty !\",\"Shop\":\"Shop\",\"Sort_by\":\"Sort by\",\"Latest\":\"Latest\",\"Oldest\":\"Oldest\",\"Price_Hight_to_Low\":\"Price Hight to Low\",\"Price_Low_to_High\":\"Price Low to High\",\"Filter_By_Price\":\"Filter By Price\",\"Filter\":\"Filter\",\"Shop_Details\":\"Shop Details\",\"shop_now\":\"Shop Now\",\"Share_Now\":\"Share Now\",\"Description\":\"Description\",\"Reviews\":\"Reviews\",\"Related_Items\":\"Related Items\",\"newsletter\":\"Newsletter\",\"Follow\":\"Follow\",\"Signup\":\"Sign up\",\"Signout\":\"Sign out\",\"Login\":\"Login\",\"Dashboard\":\"Dashboard\",\"account_information\":\"Account Information\",\"email\":\"Email\",\"address\":\"Address\",\"city\":\"City\",\"country\":\"Country\",\"state\":\"State\",\"Logout\":\"Logout\",\"Phone_Number\":\"Phone Number\",\"phone\":\"Phone\",\"my_profile\":\"My Profile\",\"edit_profile\":\"Edit Profile\",\"choose_photo\":\"Choose a photo\",\"first_name\":\"First Name\",\"last_name\":\"Last Name\",\"Update_profile\":\"Update Profile\",\"myOrders\":\"Product Order\",\"mywishlist\":\"Product Wishlist\",\"Change_Password\":\"Change Password\",\"Current_Password\":\"Current Password\",\"New_Password\":\"New Password\",\"Confirm_New_Password\":\"Confirm New Password\",\"billing_details\":\"Billing details\",\"shipping_details\":\"Shipping details\",\"Username\":\"Username\",\"Password\":\"Password\",\"Confirm_Password\":\"Confirm Password\",\"no_items\":\"No Item Found\",\"item\":\"Item\",\"title\":\"Title\",\"price\":\"Price\",\"action\":\"Action\",\"Status\":\"Status\",\"order_number\":\"Order Number\",\"date\":\"Date\",\"total\":\"Total\",\"details\":\"Details\",\"forget_password\":\"Forget Password\",\"Proceed\":\"Proceed\",\"Remember_Me\":\"Remember Me\",\"Lost_your_password\":\"Lost your password\",\"Login_Now\":\"Login Now\",\"New_user\":\"New User\",\"Donot_have_an_account\":\"Do not have an account\",\"Item_Order_details\":\"Item Order Details\",\"order\":\"Order\",\"Download_Invoice\":\"Download Invoice\",\"Payment_Status\":\"Payment Status\",\"Shipping_Method\":\"Shipping Method\",\"Cart_Total\":\"Cart Total\",\"Discount\":\"Discount\",\"subtotal\":\"Subtotal\",\"Shipping_charge\":\"Shipping Charge\",\"tax\":\"Tax\",\"Paid_Amount\":\"Paid Amount\",\"Payment_Method\":\"Payment Method\",\"Image\":\"Image\",\"Ordered_Items\":\"Ordered Items\",\"Quantity\":\"Quantity\",\"Variations\":\"Variations\",\"Back\":\"Back\",\"payment_log\":\"Payment Log\",\"Transaction_Id\":\"Transaction Id\",\"Amount\":\"Amount\",\"Receipt\":\"Receipt\",\"Actions\":\"Actions\",\"Free\":\"Free\",\"Success\":\"Success\",\"Pending\":\"Pending\",\"Rejected\":\"Rejected\",\"Show\":\"Show\",\"Featured\":\"Featured\",\"Expired\":\"Expired\",\"Receipt_Image\":\"Receipt Image\",\"Owner_Details\":\"Owner Details\",\"Member_details\":\"Member Details\",\"Payment_details\":\"Payment Details\",\"Currency\":\"Currency\",\"Method\":\"Method\",\"Package_details\":\"Package Details\",\"Term\":\"Term\",\"Purchase_Type\":\"Purchase Type\",\"Trial\":\"Trial\",\"Close\":\"Close\",\"reset_password\":\"Reset Password\",\"Cart\":\"Cart\",\"Total_Items\":\"Total Items\",\"Remove\":\"Remove\",\"Update\":\"Update\",\"Cart_is_empty\":\"Cart is empty\",\"cost\":\"Cost\",\"Coupon\":\"Coupon\",\"Apply\":\"Apply\",\"Place_Order\":\"Place Order\",\"No_FAQ_Found\":\"No FAQ Found!\",\"Go_to_Dashboard\":\"Go to Dashboard\",\"privacy_policy\":\"Privacy Policy\",\"signup_text\":\"Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our\",\"no_reviews_found\":\"No Review Found\",\"to_leave_a_review\":\"to leave a review\",\"Order_Summary\":\"Order Summary\",\"Choose_an_option\":\"Choose an option\",\"Receive_Latest_Updates\":\"Receive Latest Updates\",\"No_Blog_Category_Found\":\"No Blog Category Found\",\"No_Blog_Found\":\"No Blog Found\",\"Coupon_already_applied\":\"Coupon already applied\",\"tenant_offline_payment_success_text\":\"tenant offline payment success text\",\"Out_of_Stock\":\"Out of Stock\",\"Item_price\":\"Item Price\",\"item_order_payment_success_msg\":\"Your payment for items order is successful. We sent you an email with Invoice. Please check your inbox\",\"No_Feature_Item_Found\":\"No Feature Item Found!\",\"View_All\":\"View All\",\"Flash_Sale\":\"Flash Sale\",\"On_Sale\":\"On Sale\",\"payment_success\":\"Payment Success\",\"Go_to_Home\":\"Go to Home\",\"Beds\":\"Beds\",\"Baths\":\"Baths\",\"Guests\":\"Guests\",\"Max_Guests\":\"Max Guests\",\"Payment_Information\":\"Payment Information\",\"search\":\"search\",\"Dates\":\"Dates\",\"Bed\":\"Bed\",\"Bath\":\"Bath\",\"Guest\":\"Guest\",\"Night\":\"Night\",\"Details\":\"Details\",\"read_more\":\"read more\",\"Features\":\"Features\",\"popular_features\":\"Popular Features\",\"Room\":\"Room\",\"Rooms\":\"Rooms\",\"No_Related_Rooms_Found\":\"No Related Rooms Found!\",\"Your_transaction_request_was_received_and_sent_for_review\":\"Your transaction request was received and sent for review.\",\"It_might_take_upto_24_-_48_hours\":\"It might take upto 24 - 48 hours.\",\"room_details\":\"Room Details\",\"Amenities\":\"Amenities\",\"This_coupon_can_be_applied_to_this_room\":\"This coupon can be applied to these rooms\",\"Leave_this_field_empty_for_all_rooms\":\"Leave this field empty for all rooms\",\"Summary\":\"Summary\",\"contact_info\":\"Contact Info\",\"Google_Map\":\"Google Map\",\"This_Room_Has_No_Review_Yet.\":\"This Room Has No Review Yet.\",\"Please\":\"Please\",\"Review\":\"Review\",\"Click_Here\":\"Click Here\",\"Number_of_Nights\":\"Number of Nights\",\"Number_of_Guests\":\"Number of Guests\",\"Full_Name\":\"Full Name\",\"Card_Number\":\"Card Number\",\"CVC_Number\":\"CVC Number\",\"Expiry_Month\":\"Expiry Month\",\"Expiry_Year\":\"Expiry Year\",\"book_now\":\"book now\",\"Related_Rooms\":\"Related Rooms\",\"No_Room_Found!\":\"No Room Found!\",\"Your_transaction_was_successful\":\"Your transaction was successful\",\"We_have_received_your_booking_request.\":\"We have received your booking request.\",\"We_have_sent_you_a_mail_with_an_invoice\":\"We have sent you a mail with an invoice.\",\"Thank_You\":\"Thank You.\",\"Filters\":\"Filters\",\"Rent\":\"Rent\",\"More_Amenities\":\"More Amenities\",\"Filter_Rooms\":\"Filter Rooms\",\"Course_Management\":\"Course Management\",\"course\":\"Course\",\"Courses\":\"Courses\",\"new_course\":\"New Course\",\"old_course\":\"Old Course\",\"search_course\":\"Search Course\",\"Select_Courses\":\"Select Courses\",\"no_course_found\":\"No Course Found\",\"students\":\"Students\",\"course_type\":\"Course Type\",\"Course_Price\":\"Course Price\",\"all_courses\":\"All Courses\",\"free_courses\":\"Free Courses\",\"premium_courses\":\"Premium Courses\",\"Premium\":\"Premium\",\"Add_Category\":\"Add Category\",\"all_category\":\"All Category\",\"Course_Categories\":\"Course Categories\",\"NO_COURSE_CATEGORY_FOUND\":\"NO COURSE CATEGORY FOUND\",\"course_details\":\"Course Details\",\"Students_Enrolled\":\"Students Enrolled\",\"curriculum\":\"Curriculum\",\"Instructor\":\"Instructor\",\"Instructors\":\"Instructors\",\"NO_INSTRUCTOR_FOUND\":\"NO INSTRUCTOR FOUND!\",\"frequently_asked_questions\":\"Frequently Asked Questions\",\"please_login_to_give_your_feedback\":\"Please login to give your feedback\",\"ratings\":\"Ratings\",\"enter_your_feedback\":\"Enter Your Feedback\",\"this_course_is_not_reviewed_yet\":\"This course is not reviewed yet\",\"discounted_price\":\"Discounted Price\",\"you_have_already_enrolled_in_this_course\":\"You have already enrolled in this course\",\"select_payment_gateway\":\"Select Payment Gateway\",\"enter_your_card_number\":\"Enter Your Card Number\",\"enter_CVC_number\":\"Enter CVC Number\",\"enter_expiry_month\":\"Enter Expiry Month\",\"enter_expiry_year\":\"Enter Expiry Year\",\"enter_card_code\":\"Enter Card Code\",\"Code\":\"Code\",\"enrol_now\":\"Enrol Now\",\"this_course_includes\":\"This Course Includes\",\"related_courses\":\"Related Courses\",\"Purchase_History\":\"Purchase History\",\"no_information_found\":\"No Information Found\",\"User_Information\":\"User Information\",\"Order_ID\":\"Order ID\",\"Paid_via\":\"Paid via\",\"Invoice\":\"Invoice\",\"Completed\":\"Completed\",\"my_courses\":\"Courses\",\"duration\":\"Duration\",\"certificate\":\"Certificate\",\"download\":\"Download\",\"quiz\":\"Quiz\",\"you_scored\":\"You scored\",\"retake_quiz\":\"retake_quiz\",\"check\":\"check\",\"next\":\"Next\",\"print\":\"print\",\"Donate_Now\":\"Donate Now\",\"cause_details\":\"Cause Details\",\"Raised\":\"Raised\",\"of\":\"of\",\"Donation_Form\":\"Donation Form\",\"donation\":\"Donation\",\"Donations\":\"Donations\",\"Cause\":\"Cause\",\"Causes\":\"Causes\",\"no_cause_found\":\"No Cause Found !\",\"Icon\":\"Icon\",\"Yes\":\"Yes\",\"No\":\"No\",\"Edit\":\"Edit\",\"Delete\":\"Delete\",\"Language\":\"Language\",\"NO_LANGUAGE_FOUND\":\"NO LANGUAGE FOUND\",\"NO_COUNTER_INFORMATION_FOUND\":\"NO COUNTER INFORMATION FOUND\",\"Count\":\"Count\",\"Select_a_language\":\"Select a language\",\"Active\":\"Active\",\"Deactive\":\"Deactive\",\"Select_a_Status\":\"Select a Status\",\"Save\":\"Save\",\"Coupons\":\"Coupons\",\"Coupon_Type\":\"Coupon Type\",\"NO_COUPON_FOUND\":\"NO COUPON FOUND\",\"Value\":\"Value\",\"Select_a_Type\":\"Select a Type\",\"Fixed\":\"Fixed\",\"Percentage\":\"Percentage\",\"Created\":\"Created\",\"Certificate_Settings\":\"Certificate Settings\",\"Certificate_Status\":\"Certificate Status\",\"Enable\":\"Enable\",\"Disable\":\"Disable\",\"Enforce_Quiz_Completion\":\"Enforce Quiz Completion\",\"Minimum_Quiz_Score\":\"Minimum Quiz Score\",\"Minimum_quiz_score_needed_to_complete_quiz_of_a_lesson\":\"Minimum quiz score needed to complete quiz of a lesson\",\"Certificate_Title\":\"Certificate Title\",\"Certificate_Text\":\"Certificate Text\",\"Shortcodes\":\"Shortcodes\",\"Meaning\":\"Meaning\",\"Student_Name\":\"Student Name\",\"Course_Duration\":\"Course Duration\",\"Course_Title\":\"Course Title\",\"You_can_use_these_short_codes_to_show_dynamic_data_in_certificate_text\":\"You can use these short codes to show dynamic data in certificate text\",\"Thumbnail_Image\":\"Thumbnail Image\",\"Introduction_Video\":\"Introduction Video\",\"Cover_Image\":\"Cover Image\",\"Pricing_Type\":\"Pricing Type\",\"Current_Price\":\"Current Price\",\"Previous_Price\":\"Previous Price\",\"Select_a_Category\":\"Select a Category\",\"Draft\":\"Draft\",\"Published\":\"Published\",\"Select\":\"Select\",\"Information\":\"Information\",\"FAQs\":\"FAQs\",\"Thanks_Page\":\"Thanks Page\",\"Preview\":\"Preview\",\"Course_Enrolments\":\"Course Enrolments\",\"Enrol_Date\":\"Enrol Date\",\"Enrolment_Details\":\"Enrolment Details\",\"NO_ENROLMENT_FOUND\":\"NO ENROLMENT FOUND\",\"Attachment\":\"Attachment\",\"Payment\":\"Payment\",\"Gateway\":\"Gateway\",\"Question\":\"Question\",\"Enter_Question\":\"Enter Question\",\"Answer\":\"Answer\",\"Enter_Answer\":\"Enter Answer\",\"Right_Answer\":\"Right Answer\",\"Social_Icon\":\"Social Icon\",\"url\":\"URL\",\"NO_SOCIAL_LINK_FOUND\":\"NO SOCIAL LINK FOUND!\",\"Occupation\":\"Occupation\",\"Lesson\":\"Lesson\",\"Contents\":\"Contents\",\"Text\":\"Text\",\"Module\":\"Module\",\"Modules\":\"Modules\",\"NO_MODULE_FOUND\":\"NO MODULE FOUND!\",\"Quizzes\":\"Quizzes\",\"Manage_Quiz\":\"Manage Quiz\",\"No_Content_Found\":\"No Content Found!\",\"Preview_Image\":\"Preview Image\",\"Video_Preview\":\"Video Preview\",\"Manage\":\"Manage\",\"Option\":\"Option\",\"Enter_Option\":\"Enter Option\",\"View\":\"View\",\"Donation_Id\":\"Donation ID\",\"Donation_Details\":\"Donation Details\",\"Donation_Categories\":\"Donation Categories\",\"Donation_History\":\"Donation History\",\"NO_DONATION_FOUND\":\"NO DONATION FOUND!\",\"Goal_Amount\":\"Goal Amount\",\"Raised_Amount\":\"Raised Amount\",\"Minimum_Amount\":\"Minimum Amount\",\"Custom_Amount\":\"Custom Amount\",\"Content\":\"Content\",\"Search_by_Transaction_Id\":\"Search by Transaction ID\",\"Event\":\"Event\",\"Settings\":\"Settings\",\"Room_Settings\":\"Room_Settings\",\"Guest_Checkout\":\"Guest Checkout\",\"Room_Amenities\":\"Room Amenities\",\"Ammenity_Name\":\"Ammenity Name\",\"NO_ROOM_AMENITY_FOUND\":\"NO ROOM AMENITY FOUND!\",\"Select_a_Room\":\"Select a Room\",\"Room_Bookings\":\"Room Bookings\",\"Booking_Details\":\"Booking Details\",\"Booking_Number\":\"Booking Number\",\"Booking_Date\":\"Booking Date\",\"Make_New_Booking\":\"Make New Booking\",\"Booking_No\":\"Booking No\",\"Customer_Full_Name\":\"Customer Full Name\",\"Customer_Email\":\"Customer Email\",\"Customer_Mail_Address\":\"Customer Mail Address\",\"Enter_Full_Name\":\"Enter Full Name\",\"Enter_Customer_Email\":\"Enter Customer Email\",\"Customer_Phone_Number\":\"Customer Phone Number\",\"Enter_Phone_Number\":\"Enter Phone Number\",\"Room_Name\":\"Room Name\",\"Room_Type\":\"Room Type\",\"Check_In_/_Out_Date\":\"Check In / Out Date\",\"Total_Rent\":\"Total Rent\",\"Select_a_Method\":\"Select a Method\",\"Paid\":\"Paid\",\"Unpaid\":\"Unpaid\",\"Select_Dates\":\"Select Dates\",\"Latest_Rooms\":\"Latest Rooms\",\"Oldest_Rooms\":\"Oldest Rooms\",\"Rent:_Low_to_High\":\"Rent: Low to High\",\"Rent:_High_to_Low\":\"Rent: High to Low\",\"All_Room_Bookings\":\"All Room Bookings\",\"Paid_Room_Bookings\":\"Paid Room Bookings\",\"Unpaid_Room_Bookings\":\"Unpaid Room Bookings\",\"Search_By_Booking_No\":\"Search By Booking No.\",\"Details_&_Edit\":\"Details & Edit\",\"Send_Mail\":\"Send Mail\",\"Attachment_Image\":\"Attachment Image\",\"Sider_Images\":\"Slider Images\",\"Featured_Image\":\"Featured Image\",\"Recent_Room_Bookings\":\"Recent_Room_Bookings\",\"NO_ROOM_BOOKING_FOUND\":\"NO ROOM BOOKING FOUND!\",\"Room_Categories\":\"Room Categories\",\"Room_Title\":\"Room Title\",\"Room_Status\":\"Room Status\",\"Booking_Status\":\"Booking Status\",\"Hide\":\"Hide\",\"Rent_/_Night\":\"Rent / Night\",\"NO_ROOM_CATEGORY_FOUND\":\"NO ROOM CATEGORY FOUND!\",\"Download_CV\":\"Download CV\",\"NO_PORTFOLIO_FOUND\":\"NO PORTFOLIO FOUND\",\"NO_Skill_FOUND\":\"NO Skill FOUND !\",\"NO_SERVICE_FOUND\":\"NO SERVICE FOUND!\",\"NO_TESTIMONIAL_FOUND\":\"NO TESTIMONIAL FOUND!\",\"Recent_Blogs\":\"Recent Blogs\",\"descending\":\"descending\",\"ascending\":\"ascending\",\"Products\":\"Products\",\"Enrolled_Courses\":\"Enrolled Courses\",\"Number_of_nights_will_be_calculated_based_on_checkin_&_checkout_date\":\"Number of nights will be calculated based on checkin & checkout date\",\"No_Feature_Found\":\"No Feature Found\",\"room_booking_payment_success_msg\":\"Your payment for room booking is successful. We sent you an email with Invoice. Please check your inbox\",\"user_offline_payment_success_text\":\"user offline payment success text\",\"donation_payment_success_msg\":\"Your payment for donation is successful. We sent you an email with Invoice. Please check your inbox\",\"ITEMS\":\"ITEMS\",\"ITEM\":\"ITEM\",\"goal\":\"goal\",\"raised\":\"raised\",\"find_your_dream_course\":\"Find Your Dream Course\",\"find_course\":\"Find Course\",\"Anonymous_Donation\":\"Anonymous Donation\",\"Present\":\"Present\",\"Room_Booking_Details\":\"Room Booking Details\",\"Correct\":\"Correct\",\"Incorrect\":\"Incorrect\"}', 234, '2023-06-19 07:44:17', '2023-06-19 07:44:17'); -- -------------------------------------------------------- -- -- Table structure for table `user_lessons` -- CREATE TABLE `user_lessons` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED DEFAULT NULL, `module_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) NOT NULL, `duration` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completion_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; -- -- Dumping data for table `user_lessons` -- INSERT INTO `user_lessons` (`id`, `user_id`, `language_id`, `module_id`, `title`, `status`, `serial_number`, `duration`, `completion_status`, `created_at`, `updated_at`) VALUES (1, 231, 256, 1, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (2, 231, 256, 1, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (3, 231, 256, 3, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (4, 231, 256, 3, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (5, 231, 256, 3, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (6, 231, 256, 3, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (7, 231, 256, 4, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (8, 231, 256, 4, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (9, 231, 256, 4, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (10, 231, 256, 5, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (11, 231, 256, 5, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (12, 231, 256, 5, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (13, 231, 256, 6, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (14, 231, 256, 6, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (43, 231, 256, 27, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (44, 231, 256, 27, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (45, 231, 256, 28, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (46, 231, 256, 28, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (47, 231, 256, 28, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (48, 231, 256, 28, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (49, 231, 256, 29, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (50, 231, 256, 29, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (51, 231, 256, 29, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (52, 231, 256, 30, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (53, 231, 256, 30, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (54, 231, 256, 30, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (55, 231, 256, 31, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (56, 231, 256, 31, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (71, 231, 256, 17, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (72, 231, 256, 17, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (73, 231, 256, 18, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (74, 231, 256, 18, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (75, 231, 256, 18, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (76, 231, 256, 18, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (77, 231, 256, 19, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (78, 231, 256, 19, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (79, 231, 256, 19, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (80, 231, 256, 20, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (81, 231, 256, 20, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (82, 231, 256, 20, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (83, 231, 256, 21, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (84, 231, 256, 21, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (98, 231, 256, 37, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (99, 231, 256, 37, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (100, 231, 256, 38, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (101, 231, 256, 38, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (102, 231, 256, 38, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (103, 231, 256, 38, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (104, 231, 256, 39, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (105, 231, 256, 39, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (106, 231, 256, 39, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (107, 231, 256, 40, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (108, 231, 256, 40, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (109, 231, 256, 40, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (110, 231, 256, 41, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (111, 231, 256, 41, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (125, 231, 256, 47, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (126, 231, 256, 47, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (127, 231, 256, 48, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (128, 231, 256, 48, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (129, 231, 256, 48, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (130, 231, 256, 48, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (131, 231, 256, 49, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (132, 231, 256, 49, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (133, 231, 256, 49, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (134, 231, 256, 50, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (135, 231, 256, 50, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (136, 231, 256, 50, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (137, 231, 256, 51, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (138, 231, 256, 51, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (139, 231, 256, 52, 'ntroduction إلى Laravel و MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (153, 231, 256, 57, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (154, 231, 256, 57, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (155, 231, 256, 58, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (156, 231, 256, 58, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (157, 231, 256, 58, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (158, 231, 256, 58, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (159, 231, 256, 59, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (160, 231, 256, 59, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (161, 231, 256, 59, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (162, 231, 256, 60, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (163, 231, 256, 60, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (164, 231, 256, 60, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (165, 231, 256, 61, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (166, 231, 256, 61, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (167, 231, 256, 62, 'ntroduction إلى Laravel و MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (181, 231, 256, 67, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (182, 231, 256, 67, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (183, 231, 256, 68, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (184, 231, 256, 68, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (185, 231, 256, 68, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (186, 231, 256, 68, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (187, 231, 256, 69, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (188, 231, 256, 69, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (189, 231, 256, 69, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (190, 231, 256, 70, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (191, 231, 256, 70, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (192, 231, 256, 70, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (193, 231, 256, 71, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (194, 231, 256, 71, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (195, 231, 256, 72, 'ntroduction إلى Laravel و MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (209, 231, 256, 77, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (210, 231, 256, 77, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (211, 231, 256, 78, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (212, 231, 256, 78, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (213, 231, 256, 78, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (214, 231, 256, 78, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (215, 231, 256, 79, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (216, 231, 256, 79, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (217, 231, 256, 79, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (218, 231, 256, 80, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (219, 231, 256, 80, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (220, 231, 256, 80, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (221, 231, 256, 81, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (222, 231, 256, 81, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (223, 231, 256, 82, 'ntroduction إلى Laravel و MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (237, 231, 256, 87, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (238, 231, 256, 87, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (239, 231, 256, 88, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (240, 231, 256, 88, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (241, 231, 256, 88, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (242, 231, 256, 88, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (243, 231, 256, 89, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (244, 231, 256, 89, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (245, 231, 256, 89, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (246, 231, 256, 90, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (247, 231, 256, 90, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (248, 231, 256, 90, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (249, 231, 256, 91, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (250, 231, 256, 91, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (251, 231, 256, 92, 'ntroduction إلى Laravel و MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (265, 231, 256, 97, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (266, 231, 256, 97, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (267, 231, 256, 98, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (268, 231, 256, 98, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (269, 231, 256, 98, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (270, 231, 256, 98, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (271, 231, 256, 99, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (272, 231, 256, 99, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (273, 231, 256, 99, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (274, 231, 256, 100, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (275, 231, 256, 100, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (276, 231, 256, 100, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (277, 231, 256, 101, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (278, 231, 256, 101, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'), (293, 231, 256, 107, 'ntroduction to laravel and MVC', 'published', 1, '00:01:00', 0, '2022-05-14 17:32:14', '2022-05-14 18:18:17'), (294, 231, 256, 107, 'Reference files', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:05', '2022-05-14 17:34:05'), (295, 231, 256, 108, 'New - Tools', 'published', 1, '00:00:00', 0, '2022-05-14 17:34:37', '2022-05-14 17:34:44'), (296, 231, 256, 108, 'New - Using MySQL', 'published', 2, '00:00:00', 0, '2022-05-14 17:34:57', '2022-05-14 17:34:57'), (297, 231, 256, 108, 'New- Installing Node.js', 'published', 3, '00:00:00', 0, '2022-05-14 17:35:09', '2022-05-14 17:35:09'), (298, 231, 256, 108, 'New - Installing Laravel', 'published', 4, '00:00:00', 0, '2022-05-14 17:35:29', '2022-05-14 17:35:29'), (299, 231, 256, 109, 'Route Introduction', 'published', 1, '00:00:00', 0, '2022-05-14 17:36:21', '2022-05-14 17:36:21'), (300, 231, 256, 109, 'Routes', 'published', 2, '00:00:00', 0, '2022-05-14 17:36:33', '2022-05-14 17:37:03'), (301, 231, 256, 109, 'Naming Routes', 'published', 3, '00:00:00', 0, '2022-05-14 17:36:55', '2022-05-14 17:36:55'), (302, 231, 256, 110, 'Creating Controllers', 'published', 1, '00:00:00', 0, '2022-05-14 17:39:53', '2022-05-14 17:39:53'), (303, 231, 256, 110, 'Passing data', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:09', '2022-05-14 17:42:09'), (304, 231, 256, 110, 'Resources and Controllers', 'published', 3, '00:00:00', 0, '2022-05-14 17:42:21', '2022-05-14 17:42:21'), (305, 231, 256, 111, 'Creating views and custom method', 'published', 1, '00:00:00', 0, '2022-05-14 17:42:40', '2022-05-14 17:42:40'), (306, 231, 256, 111, 'Passing data to views', 'published', 2, '00:00:00', 0, '2022-05-14 17:42:55', '2022-05-14 17:42:55'); -- -------------------------------------------------------- -- -- Table structure for table `user_lesson_complete` -- CREATE TABLE `user_lesson_complete` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `lesson_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_lesson_contents` -- CREATE TABLE `user_lesson_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `lesson_id` bigint(20) UNSIGNED NOT NULL, `video_unique_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_original_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_duration` time DEFAULT NULL, `video_preview` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_unique_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_original_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text` blob, `code` text COLLATE utf8mb4_unicode_ci, `type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_no` int(11) NOT NULL DEFAULT '1', `completion_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; -- -- Dumping data for table `user_lesson_contents` -- INSERT INTO `user_lesson_contents` (`id`, `user_id`, `lesson_id`, `video_unique_name`, `video_original_name`, `video_duration`, `video_preview`, `file_unique_name`, `file_original_name`, `text`, `code`, `type`, `order_no`, `completion_status`, `created_at`, `updated_at`) VALUES (1, 231, 1, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (2, 231, 1, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (3, 231, 1, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (4, 231, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-18 21:31:38'), (5, 231, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-18 21:31:38'), (6, 231, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (7, 231, 2, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (8, 231, 2, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (9, 231, 2, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (10, 231, 2, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (11, 231, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (12, 231, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (13, 231, 3, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (14, 231, 3, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (15, 231, 3, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (16, 231, 3, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (17, 231, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (18, 231, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (19, 231, 4, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (20, 231, 4, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (21, 231, 4, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (22, 231, 4, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (23, 231, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (24, 231, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (25, 231, 5, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (26, 231, 5, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (27, 231, 5, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (28, 231, 5, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (29, 231, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (30, 231, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (31, 231, 6, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (32, 231, 6, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (33, 231, 6, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (34, 231, 6, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (35, 231, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (36, 231, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (37, 231, 7, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (38, 231, 7, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (39, 231, 7, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (40, 231, 7, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (41, 231, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (42, 231, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (43, 231, 8, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (44, 231, 8, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (45, 231, 8, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (46, 231, 8, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (47, 231, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (48, 231, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (49, 231, 9, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (50, 231, 9, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (51, 231, 9, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (52, 231, 9, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (53, 231, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (54, 231, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (55, 231, 10, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (56, 231, 10, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (57, 231, 10, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (58, 231, 10, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (59, 231, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (60, 231, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (61, 231, 11, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (62, 231, 11, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (63, 231, 11, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (64, 231, 11, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (65, 231, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (66, 231, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (67, 231, 12, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (68, 231, 12, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (69, 231, 12, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (70, 231, 12, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (71, 231, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (72, 231, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (73, 231, 13, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (74, 231, 13, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (75, 231, 13, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (76, 231, 13, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (77, 1, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (78, 231, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (79, 231, 14, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (80, 231, 14, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (81, 231, 14, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (82, 231, 14, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (83, 231, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (84, 231, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (169, 231, 43, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-15 15:42:42'), (170, 231, 43, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (171, 231, 43, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (172, 231, 43, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (173, 231, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-15 15:42:42'), (174, 231, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (175, 231, 44, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (176, 231, 44, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (177, 231, 44, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (178, 231, 44, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (179, 231, 44, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (180, 231, 44, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (181, 231, 45, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (182, 231, 45, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (183, 231, 45, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'); INSERT INTO `user_lesson_contents` (`id`, `user_id`, `lesson_id`, `video_unique_name`, `video_original_name`, `video_duration`, `video_preview`, `file_unique_name`, `file_original_name`, `text`, `code`, `type`, `order_no`, `completion_status`, `created_at`, `updated_at`) VALUES (184, 231, 45, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (185, 231, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (186, 231, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (187, 231, 46, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (188, 231, 46, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (189, 231, 46, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (190, 231, 46, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (191, 231, 46, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (192, 231, 46, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (193, 231, 47, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (194, 231, 47, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (195, 231, 47, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (196, 231, 47, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (197, 231, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (198, 231, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (199, 231, 48, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (200, 231, 48, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (201, 231, 48, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (202, 231, 48, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (203, 231, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (204, 231, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (205, 231, 49, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (206, 231, 49, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (207, 231, 49, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (208, 231, 49, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (209, 231, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (210, 231, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (211, 231, 50, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (212, 231, 50, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (213, 231, 50, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (214, 231, 50, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (215, 231, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (216, 231, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (217, 231, 51, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (218, 231, 51, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (219, 231, 51, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (220, 231, 51, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (221, 231, 51, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (222, 231, 51, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (223, 231, 52, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (224, 231, 52, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (225, 231, 52, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (226, 231, 52, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (227, 231, 52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (228, 231, 52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (229, 231, 53, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (230, 231, 53, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (231, 231, 53, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (232, 231, 53, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (233, 231, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (234, 231, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (235, 231, 54, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (236, 231, 54, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (237, 231, 54, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (238, 231, 54, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (239, 231, 54, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (240, 231, 54, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (241, 231, 55, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (242, 231, 55, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (243, 231, 55, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (244, 231, 55, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (245, 231, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (246, 231, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'), (247, 231, 56, '6280ef87c4ea3.mp4', 'file_example_MP4_640_3MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 3, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:15'), (248, 231, 56, '6280ef87c4ea1.mp4', 'file_example_MP4_480_1_5MG.mp4', '00:00:30', NULL, NULL, NULL, NULL, NULL, 'video', 6, 0, '2022-05-14 18:18:17', '2022-05-14 18:28:19'), (249, 231, 56, NULL, NULL, NULL, NULL, '6280f05217d97.pdf', 'sample.pdf', NULL, NULL, 'file', 5, 0, '2022-05-14 18:21:39', '2022-05-14 18:28:20'), (250, 231, 56, NULL, NULL, NULL, NULL, NULL, NULL, 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c653c2f7370616e3e3c6272202f3e3c2f703e, NULL, 'text', 1, 0, '2022-05-14 18:22:22', '2022-05-14 18:28:12'), (251, 231, 56, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<!DOCTYPE html>\r\n<html>\r\n <head>\r\n <meta charset=\"utf-8\">\r\n <title>Untitled</title>\r\n <meta name=\"description\" content=\"This is an example of a meta description.\">\r\n <link rel=\"stylesheet\" type=\"text/css\" href=\"theme.css\">\r\n\r\n <!--[if lt IE 9]>\r\n <script src=\"http://html5shim.googlecode.com/svn/trunk/html5.js\"></script>\r\n <![endif]-->\r\n </head>\r\n <body>\r\n <div>This is pure HTML message.</div>\r\n <div>Next, we’ll display today’s date and day by PHP!</div>\r\n <div>\r\n Today’s date is <b><?php echo date(\'Y/m/d\') ?></b> and it’s a <b><?php echo date(‘l’) ?></b> today!\r\n </div>\r\n <div>Again, this is static HTML content.</div> \r\n </body>\r\n</html>', 'code', 2, 0, '2022-05-14 18:25:06', '2022-05-14 18:28:15'), (252, 231, 56, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quiz', 4, 0, '2022-05-14 18:27:23', '2022-05-14 18:28:20'); -- -------------------------------------------------------- -- -- Table structure for table `user_lesson_content_complete` -- CREATE TABLE `user_lesson_content_complete` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `lesson_id` bigint(20) UNSIGNED NOT NULL, `lesson_content_id` bigint(20) UNSIGNED NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci 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_lesson_quizzes` -- CREATE TABLE `user_lesson_quizzes` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `lesson_id` bigint(20) UNSIGNED NOT NULL, `lesson_content_id` bigint(20) UNSIGNED NOT NULL, `question` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `answers` text COLLATE utf8mb4_unicode_ci 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 `user_lesson_quizzes` -- INSERT INTO `user_lesson_quizzes` (`id`, `user_id`, `lesson_id`, `lesson_content_id`, `question`, `answers`, `created_at`, `updated_at`) VALUES (2, 231, 1, 6, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (3, 231, 2, 12, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (4, 231, 2, 12, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (5, 231, 3, 18, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (6, 231, 3, 18, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (7, 231, 4, 24, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (8, 231, 4, 24, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (9, 231, 5, 30, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (10, 231, 5, 30, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (11, 231, 6, 36, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (12, 231, 6, 36, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (13, 231, 7, 42, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (14, 231, 7, 42, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (15, 231, 8, 48, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (16, 231, 8, 48, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (17, 231, 9, 54, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (18, 231, 9, 54, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (19, 231, 10, 60, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (20, 231, 10, 60, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (21, 231, 11, 66, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (22, 231, 11, 66, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (23, 231, 12, 72, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (24, 231, 12, 72, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (25, 231, 13, 78, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (26, 231, 13, 78, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (27, 231, 14, 84, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (28, 231, 14, 84, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (115, 231, 43, 169, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (116, 231, 43, 169, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (117, 231, 44, 174, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (118, 231, 44, 174, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (119, 231, 45, 180, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (120, 231, 45, 180, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (121, 231, 46, 186, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (122, 231, 46, 186, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (123, 231, 47, 192, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (124, 231, 47, 192, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (125, 231, 48, 198, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (126, 231, 48, 198, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (127, 231, 49, 204, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (128, 231, 49, 204, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (130, 231, 50, 210, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (131, 231, 50, 210, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (132, 231, 51, 216, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (133, 231, 51, 216, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (134, 231, 52, 222, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (135, 231, 52, 222, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (136, 231, 53, 228, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (137, 231, 53, 228, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (138, 231, 54, 234, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (139, 231, 54, 234, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (140, 231, 55, 240, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (141, 231, 55, 240, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'), (142, 231, 56, 246, 'What is Server Side Language ?', '[{\"option\":\"Javascript\",\"rightAnswer\":0},{\"option\":\"PHP\",\"rightAnswer\":1},{\"option\":\"HTML\",\"rightAnswer\":0}]', '2022-05-14 18:27:23', '2022-05-14 18:27:23'), (143, 231, 56, 246, 'What is Client Side Language ?', '[{\"option\":\"PHP\",\"rightAnswer\":0},{\"option\":\"Python\",\"rightAnswer\":0},{\"option\":\"Javascript\",\"rightAnswer\":1}]', '2022-05-14 18:27:44', '2022-05-14 18:27:44'); -- -------------------------------------------------------- -- -- Table structure for table `user_members` -- CREATE TABLE `user_members` ( `id` int(11) NOT NULL, `language_id` int(11) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `name` varchar(50) DEFAULT NULL, `rank` varchar(50) DEFAULT NULL, `image` varchar(255) DEFAULT NULL, `facebook` varchar(255) DEFAULT NULL, `twitter` varchar(255) DEFAULT NULL, `instagram` varchar(255) DEFAULT NULL, `linkedin` varchar(255) DEFAULT NULL, `featured` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_members` -- INSERT INTO `user_members` (`id`, `language_id`, `user_id`, `name`, `rank`, `image`, `facebook`, `twitter`, `instagram`, `linkedin`, `featured`) VALUES (24, 183, 169, 'Stuart Clark', 'CEO, Rolan', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (25, 183, 169, 'Federico Cheisa', 'Manager, Rolan', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (26, 183, 169, 'Dani Olmo', 'Developer, Rolan', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (27, 183, 169, 'Thiago Silva', 'Designer, Rolan', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (28, 183, 169, 'Thiago Motta', 'Team Leader, Rolan', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (29, 183, 169, 'Chielini', 'Developer, Rolan', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (30, 184, 169, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (31, 184, 169, 'فيديريكو المطارد', 'مدير رولان', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (32, 184, 169, 'داني أولمو', 'المطور ، رولان', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (33, 184, 169, 'تياغو سيلفا', 'المصمم رولان', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (34, 184, 169, 'تياجو موتا', 'قائد الفريق ، رولان', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (35, 184, 169, 'كيليني', 'المطور ، رولان', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (36, 185, 170, 'Stuart Clark', 'CEO, Rolan', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (37, 185, 170, 'Federico Cheisa', 'Manager, Rolan', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (38, 185, 170, 'Dani Olmo', 'Developer, Rolan', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (39, 185, 170, 'Thiago Silva', 'Designer, Rolan', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (40, 185, 170, 'Thiago Motta', 'Team Leader, Rolan', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (41, 185, 170, 'Chielini', 'Developer, Rolan', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (42, 186, 170, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (43, 186, 170, 'فيديريكو المطارد', 'مدير رولان', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (44, 186, 170, 'داني أولمو', 'المطور ، رولان', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (45, 186, 170, 'تياغو سيلفا', 'المصمم رولان', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (46, 186, 170, 'تياجو موتا', 'قائد الفريق ، رولان', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (47, 186, 170, 'كيليني', 'المطور ، رولان', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (48, 187, 171, 'Stuart Clark', 'CEO, Rolan', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (49, 187, 171, 'Federico Cheisa', 'Manager, Rolan', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (50, 187, 171, 'Dani Olmo', 'Developer, Rolan', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (51, 187, 171, 'Thiago Silva', 'Designer, Rolan', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (52, 187, 171, 'Thiago Motta', 'Team Leader, Rolan', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (53, 187, 171, 'Chielini', 'Developer, Rolan', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (54, 188, 171, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (55, 188, 171, 'فيديريكو المطارد', 'مدير رولان', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (56, 188, 171, 'داني أولمو', 'المطور ، رولان', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (57, 188, 171, 'تياغو سيلفا', 'المصمم رولان', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (58, 188, 171, 'تياجو موتا', 'قائد الفريق ، رولان', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (59, 188, 171, 'كيليني', 'المطور ، رولان', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (60, 190, 172, 'Stuart Clark', 'CEO, Rolan', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (61, 190, 172, 'Federico Cheisa', 'Manager, Rolan', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (62, 190, 172, 'Dani Olmo', 'Developer, Rolan', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (63, 190, 172, 'Thiago Silva', 'Designer, Rolan', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (64, 190, 172, 'Thiago Motta', 'Team Leader, Rolan', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (65, 190, 172, 'Chielini', 'Developer, Rolan', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (66, 251, 172, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (67, 251, 172, 'فيديريكو المطارد', 'مدير رولان', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (68, 251, 172, 'داني أولمو', 'المطور ، رولان', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (69, 251, 172, 'تياغو سيلفا', 'المصمم رولان', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (70, 251, 172, 'تياجو موتا', 'قائد الفريق ، رولان', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (71, 251, 172, 'كيليني', 'المطور ، رولان', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (72, 192, 174, 'Stuart Clark', 'CEO, Rolan', '77fd8c98cbac033eb9208e5d41671290e9ae65e6.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (73, 192, 174, 'Federico Cheisa', 'Manager, Rolan', 'ce38744ba92b841ec371066096cfae32ac3fb433.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (74, 192, 174, 'Dani Olmo', 'Developer, Rolan', '189ff0cdf780a59aa414f4c5422075b884a5f67b.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (75, 192, 174, 'Thiago Silva', 'Designer, Rolan', 'bd39661d73f980587b075d225a2ff5a3991c1964.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (76, 192, 174, 'Thiago Motta', 'Team Leader, Rolan', '716ece3ac2eefb7a7267c6489d6e99354e8f18c3.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (77, 192, 174, 'Chielini', 'Developer, Rolan', '54fab799139d4f815ff7601249f4bb81feb98d29.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (78, 193, 174, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', '77fd8c98cbac033eb9208e5d41671290e9ae65e6.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (79, 193, 174, 'فيديريكو المطارد', 'مدير رولان', 'ce38744ba92b841ec371066096cfae32ac3fb433.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (80, 193, 174, 'دانيال أولمو', 'المطور Rolan', '189ff0cdf780a59aa414f4c5422075b884a5f67b.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (81, 193, 174, 'تياغو سيلفا', 'المصمم رولان', 'bd39661d73f980587b075d225a2ff5a3991c1964.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (82, 193, 174, 'تياجو موتا', 'قائد الفريق ، رولان', '716ece3ac2eefb7a7267c6489d6e99354e8f18c3.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (83, 193, 174, 'كيليني', 'المطور Rolan', '54fab799139d4f815ff7601249f4bb81feb98d29.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (84, 194, 175, 'Stuart Clark', 'CEO, Rolan', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (85, 194, 175, 'Federico Cheisa', 'Manager, Rolan', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (86, 194, 175, 'Dani Olmo', 'Developer, Rolan', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (87, 194, 175, 'Thiago Silva', 'Designer, Rolan', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (88, 194, 175, 'Thiago Motta', 'Team Leader, Rolan', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (89, 194, 175, 'Chielini', 'Developer, Rolan', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (90, 195, 175, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', 'acd1febb23fa4b94a5bd4fedc1a27c3f7df28ece.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (91, 195, 175, 'فيديريكو المطارد', 'مدير رولان', '4e7eba710318635d8f05ccfcac8b1d5361d129ff.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (92, 195, 175, 'داني أولمو', 'المطور ، رولان', '513e589a441846ebf507b866658495631cdb4d7c.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (93, 195, 175, 'تياغو سيلفا', 'المصمم رولان', '104f6e9e54dc58e1f4fe1e80419afa126a30bb96.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (94, 195, 175, 'تياجو موتا', 'قائد الفريق ، رولان', 'c9a3753524b7ef640d7a1dd088392b9a360b8ff2.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (95, 195, 175, 'كيليني', 'المطور ، رولان', 'f774486cb1090ba3ced25a372f3eebd08f0b6ab4.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (96, 254, 176, 'Stuart Clark', 'CEO, Rolan', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (97, 254, 176, 'Federico Cheisa', 'Manager, Rolan', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (98, 254, 176, 'Dani Olmo', 'Developer, Rolan', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (99, 254, 176, 'Thiago Silva', 'Designer, Rolan', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (100, 254, 176, 'Thiago Motta', 'Team Leader, Rolan', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (101, 254, 176, 'Chielini', 'Developer, Rolan', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (102, 255, 176, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (103, 255, 176, 'فيديريكو المطارد', 'مدير رولان', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (104, 255, 176, 'داني أولمو', 'المطور ، رولان', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (105, 255, 176, 'تياغو سيلفا', 'المصمم رولان', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (106, 255, 176, 'تياجو موتا', 'قائد الفريق ، رولان', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (107, 255, 176, 'كيليني', 'المطور ، رولان', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (108, 252, 230, 'Stuart Clark', 'CEO, Rolan', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (109, 252, 230, 'Federico Cheisa', 'Manager, Rolan', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (110, 252, 230, 'Dani Olmo', 'Developer, Rolan', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (111, 252, 230, 'Thiago Silva', 'Designer, Rolan', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (112, 252, 230, 'Thiago Motta', 'Team Leader, Rolan', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (113, 252, 230, 'Chielini', 'Developer, Rolan', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (114, 253, 230, 'ستيوارت كلارك', 'المدير التنفيذي ، رولاند', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (115, 253, 230, 'فيديريكو المطارد', 'مدير رولان', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (116, 253, 230, 'داني أولمو', 'المطور ، رولان', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 1), (117, 253, 230, 'تياغو سيلفا', 'المصمم رولان', '106c4b3be01e1a98e0ac679fb668462783531142.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (118, 253, 230, 'تياجو موتا', 'قائد الفريق ، رولان', '21f0b12d9fa81d8cef910aa70ac19b5847d4fe8e.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0), (119, 253, 230, 'كيليني', 'المطور ، رولان', '60f069776008d1ec166f876fb65d68230f58cdf0.jpg', 'http://example.com/', 'http://example.com/', 'http://example.com/', 'http://example.com/', 0); -- -------------------------------------------------------- -- -- Table structure for table `user_menus` -- CREATE TABLE `user_menus` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `menus` text COLLATE utf8mb4_unicode_ci, `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_menus` -- INSERT INTO `user_menus` (`id`, `user_id`, `language_id`, `menus`, `created_at`, `updated_at`) VALUES (154, 170, 185, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2021-11-16 06:47:45', '2021-11-16 06:47:45'), (155, 170, 186, '[{\"type\":\"home\",\"text\":\"الصفحة الرئيسية\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"custom\",\"text\":\"عن\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"type\":\"team\",\"text\":\"فريق\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"career\",\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"faq\",\"text\":\"التعليمات\",\"href\":\"\",\"target\":\"_self\"}]},{\"type\":\"services\",\"text\":\"خدمات\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"blog\",\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"portfolios\",\"text\":\"المحافظ\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"contact\",\"text\":\"اتصل\",\"href\":\"\",\"target\":\"_self\"}]', '2021-11-15 04:12:56', '2021-11-15 04:12:56'), (156, 171, 187, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2021-11-17 04:30:27', '2021-11-17 04:30:27'), (157, 171, 188, '[{\"type\":\"home\",\"text\":\"الصفحة الرئيسية\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"custom\",\"text\":\"عن\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"type\":\"team\",\"text\":\"فريق\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"career\",\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"faq\",\"text\":\"التعليمات\",\"href\":\"\",\"target\":\"_self\"}]},{\"type\":\"services\",\"text\":\"خدمات\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"blog\",\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"portfolios\",\"text\":\"المحافظ\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"contact\",\"text\":\"اتصل\",\"href\":\"\",\"target\":\"_self\"}]', '2021-11-15 04:12:56', '2021-11-15 04:12:56'), (164, 169, 183, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"text\":\"Shop\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"}]', '2022-04-02 10:50:22', '2022-04-02 10:50:22'), (165, 172, 190, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-12 04:39:48', '2022-06-12 04:39:48'), (166, 173, 191, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-12 04:46:45', '2022-06-12 04:46:45'), (171, 178, 196, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-19 06:01:32', '2022-06-19 06:01:32'), (172, 179, 197, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-19 06:06:32', '2022-06-19 06:06:32'), (173, 180, 198, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-19 06:59:03', '2022-06-19 06:59:03'), (174, 181, 199, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-19 07:08:10', '2022-06-19 07:08:10'), (175, 182, 200, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-19 07:11:47', '2022-06-19 07:11:47'), (176, 183, 201, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"About\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2022-06-19 07:26:03', '2022-06-19 07:26:03'), (210, 218, 234, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"type\":\"shop\",\"text\":\"Shop\",\"href\":\"\",\"target\":\"_self\"}]', '2022-06-21 06:27:48', '2022-06-21 06:27:48'), (215, 169, 184, '[{\"text\":\"الصفحة الرئيسية\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"عن\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"فريق\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"التعليمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"خدمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"المحافظ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"اتصل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"type\":\"shop\",\"text\":\"محل\",\"href\":\"\",\"target\":\"_self\"}]', '2022-08-21 10:29:56', '2022-08-21 10:29:56'), (243, 172, 251, '[{\"text\":\"الصفحة الرئيسية\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"عن\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"فريق\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"التعليمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"خدمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"المحافظ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"اتصل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"type\":\"shop\",\"text\":\"محل\",\"href\":\"\",\"target\":\"_self\"}]', '2022-12-24 22:56:00', '2022-12-24 22:56:00'), (248, 230, 253, '[{\"type\":\"home\",\"text\":\"بيت\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"services\",\"text\":\"خدمات\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"blog\",\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"portfolios\",\"text\":\"المحافظ\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"contact\",\"text\":\"اتصال\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"team\",\"text\":\"فريق\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"career\",\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"faq\",\"text\":\"التعليمات\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"shop\",\"text\":\"محل\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"cart\",\"text\":\"عربة التسوق\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"checkout\",\"text\":\"الدفع\",\"href\":\"\",\"target\":\"_self\"}]', '2023-01-01 06:59:41', '2023-01-01 06:59:41'), (253, 176, 254, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"text\":\"Shop\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"}]', '2023-01-03 04:43:23', '2023-01-03 04:43:23'), (255, 176, 255, '[{\"text\":\"الصفحة الرئيسية\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"عن\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"فريق\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"التعليمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"خدمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"المحافظ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"اتصل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"text\":\"محل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"}]', '2023-01-03 04:45:48', '2023-01-03 04:45:48'), (256, 175, 194, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"text\":\"Shop\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"}]', '2023-01-03 04:48:07', '2023-01-03 04:48:07'), (258, 175, 195, '[{\"text\":\"الصفحة الرئيسية\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"عن\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"فريق\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"التعليمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"خدمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"المحافظ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"اتصل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"text\":\"محل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"}]', '2023-01-03 04:49:28', '2023-01-03 04:49:28'), (260, 174, 192, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Shop\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"}]', '2023-01-03 04:42:40', '2023-01-03 04:42:40'), (264, 174, 193, '[{\"text\":\"بيت\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"custom\",\"text\":\"حول\",\"href\":\"\",\"target\":\"_self\",\"children\":[{\"text\":\"مسار مهني مسار وظيفي\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"التعليمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"},{\"text\":\"فريق\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"}]},{\"text\":\"خدمات\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"مدونة او مذكرة\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"المحافظ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"اتصال\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"text\":\"محل\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"}]', '2023-01-03 05:16:31', '2023-01-03 05:16:31'), (266, 230, 252, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"},{\"type\":\"1\",\"text\":\"Terms & Conditions\",\"href\":\"\",\"target\":\"_self\"},{\"type\":\"2\",\"text\":\"Privacy Policy\",\"href\":\"\",\"target\":\"_self\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Shop\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2023-01-30 01:41:41', '2023-01-30 01:41:41'), (274, 233, 259, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"type\":\"causes\",\"text\":\"Causes\",\"href\":\"\",\"target\":\"_self\"},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"type\":\"faq\",\"text\":\"FAQ\",\"href\":\"\",\"target\":\"_self\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2023-06-19 07:25:58', '2023-06-19 07:25:58'), (275, 234, 261, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"type\":\"shop\",\"text\":\"Shop\",\"href\":\"\",\"target\":\"_self\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2023-06-19 07:44:17', '2023-06-19 07:44:17'), (280, 232, 258, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"Rooms\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"rooms\"},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"type\":\"faq\",\"text\":\"FAQ\",\"href\":\"\",\"target\":\"_self\"}]', '2023-09-12 02:45:54', '2023-09-12 02:45:54'), (291, 231, 256, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"Team\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"FAQ\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"faq\"}]},{\"text\":\"Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services\"},{\"text\":\"Portfolios\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"portfolios\"},{\"text\":\"Shop\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"shop\"},{\"text\":\"Blog\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"blog\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"},{\"type\":\"courses\",\"text\":\"Courses\",\"href\":\"\",\"target\":\"_self\"}]', '2024-01-11 00:33:26', '2024-01-11 00:33:26'); -- -------------------------------------------------------- -- -- Table structure for table `user_offer_banners` -- CREATE TABLE `user_offer_banners` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `text_1` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text_2` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text_3` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` text COLLATE utf8mb4_unicode_ci, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_offer_banners` -- INSERT INTO `user_offer_banners` (`id`, `user_id`, `language_id`, `text_1`, `text_2`, `text_3`, `url`, `image`, `status`, `created_at`, `updated_at`, `position`) VALUES (1, 169, 183, 'xbEAQTHGYF', 'CrVpg1Ud5Q', 'BEv8mlsjIo', 'http://businesso.local/user/offer-banner/1/edit?language=en', '1650706681sub-1.jpg', '1', '2022-04-23 09:32:47', '2022-04-25 06:12:20', 'top'), (2, 169, 183, '5PCaPcWaz4', 'H2xot1vI7c', '6jlMACmbmU', 'http://localhost/phpmyadmin/index.php?route=/sql&db=blogaas&table=user_hero_statics&pos=0', '1650706721sub-2.jpg', '1', '2022-04-23 09:38:41', '2022-04-25 06:12:14', 'top'), (3, 169, 183, 'pC8EtRTzRg', 'MOKxdfHWL5', 'eYZM1pZ9Ag', 'http://localhost/phpmyadmin/index.php?route=/sql&db=blogaas&table=user_hero_statics&pos=0', '1650706735sub-3.jpg', '1', '2022-04-23 09:38:55', '2022-04-25 06:12:05', 'top'), (4, 169, 183, 'LF5i', 'vZHfLxr', 'XUsb3fBo0i', 'http://localhost/phpmyadmin/index.php?route=/sql&db=blogaas&table=user_hero_statics&pos=0', '1650867179sub-3.jpg', '1', '2022-04-25 06:12:59', '2022-04-25 06:36:16', 'bottom'), (5, 169, 183, 'Y5r', 'Naif sdse', 'x7KVyj', 'http://localhost/phpmyadmin/index.php?route=/sql&db=blogaas&table=user_hero_statics&pos=0', '1650867213shop-banner-2.jpg', '1', '2022-04-25 06:13:33', '2022-04-25 06:35:52', 'bottom'), (6, 220, 236, 'Exclusive Washing Machine', 'Washing Machine', '2 years Warranty', 'https://500px.com/photo/59565428/cow-fighting-by-buchachon-petthanya', '1660982315Screenshot_9.png', '1', '2022-08-20 07:58:35', '2022-08-20 09:57:29', 'bottom'), (7, 220, 236, 'Exclusive Washing Machine', 'Washing Machine', '2 years Warranty', 'https://500px.com/photo/59565428/cow-fighting-by-buchachon-petthanya', '1660990026sub-1.jpg', '1', '2022-08-20 10:07:06', '2022-08-20 10:07:06', 'bottom'), (9, 226, 246, 'zoom', 'zoom', 'zoom meeting', 'https://500px.com/photo/59565428/cow-fighting-by-buchachon-petthanya', '1671346353sub-3.jpg', '1', '2022-10-09 11:31:42', '2022-12-18 00:52:33', 'bottom'), (10, 226, 246, 'google', 'google met', 'google', 'https://www.google.com', '1671347030product-thumb-2.jpg', '1', '2022-10-09 11:32:34', '2022-12-18 01:03:50', 'bottom'), (11, 226, 246, 'Patently Apple test', 'Apple Introduces', '20% Off Discount Mela.', 'https://500px.com/photo/59565428/cow-fighting-by-buchachon-petthanya', '1666702121shop-sidebar-thumb.jpg', '1', '2022-10-25 12:48:41', '2022-10-25 12:48:41', 'left'), (12, 226, 246, 'Exclusive Washing Machine', 'Washing Machine', '2 years Warranty', 'http://127.0.0.1:8000/link', '1666702907features-1.jpg', '1', '2022-10-25 13:01:47', '2022-10-25 13:01:47', 'left'), (13, 226, 246, 'Patently Apple test Arabic', 'ZpIEIY3Vd8', 'adit 3', 'http://127.0.0.1:8000/link', '1672466056shop-sidebar-thumb.jpg', '1', '2022-10-25 13:02:32', '2022-12-30 23:54:16', 'left'), (14, 230, 252, 'CATCH', 'BIG DEALS', 'ON THE WATCHES', 'http://example.com/', '1672557865Frame 4.png', '1', '2023-01-01 01:24:25', '2023-01-01 01:24:25', 'top'), (15, 230, 252, 'GET', 'HOT DEALS', 'ON THE GADGET', 'http://example.com/', '1672558015Frame 2.png', '1', '2023-01-01 01:26:55', '2023-01-01 01:26:55', 'top'), (16, 230, 252, 'FEEL THE MUSIC', 'WITH', 'STEREO AIRPODS', 'http://example.com/', '1672651391Frame 12.png', '1', '2023-01-01 01:28:39', '2023-01-02 03:23:11', 'top'), (17, 230, 253, 'المصيد', 'صفقات كبيرة', 'على الساعات', 'http://example.com/', '1672558869Frame 4.png', '1', '2023-01-01 01:35:33', '2023-01-01 01:41:09', 'top'), (18, 230, 253, 'احصل على', 'صفقة حاسمة', 'على الأداة', 'http://example.com/', '1672558853Frame 2.png', '1', '2023-01-01 01:36:39', '2023-01-01 01:40:53', 'top'), (19, 230, 253, 'أشعر بالموسيقى', 'مع', 'مكبرات صوت ستيريو', 'http://example.com/', '1672653546Frame 16.png', '1', '2023-01-01 01:37:37', '2023-01-02 03:59:06', 'top'), (20, 230, 252, 'BIG DEALS', 'ON THE WATCHES', 'CATCH', 'http://example.com/', '1672651543Frame 13.png', '1', '2023-01-01 03:45:44', '2023-01-02 03:25:43', 'left'), (21, 230, 252, 'WITH', 'MODERN PC ACCESSORIES', 'BUILT YOUR PC', 'http://example.com/', '1672651230Frame 11.png', '1', '2023-01-01 03:52:31', '2023-01-02 03:20:30', 'left'), (22, 230, 253, 'صفقات كبيرة', 'على الساعات', 'المصيد', 'http://example.com/', '1672653371Frame 14.png', '1', '2023-01-01 03:57:12', '2023-01-02 03:56:11', 'left'), (23, 230, 253, 'مع', 'ملحقات الكمبيوتر الحديثة', 'قم ببناء جهاز الكمبيوتر الخاص بك', 'http://example.com/', '1672653346Frame 15.png', '1', '2023-01-01 03:58:20', '2023-01-02 03:55:46', 'left'), (29, 230, 253, 'Laudantium vel alia', 'Consequuntur veniam', 'Voluptate est optio', 'https://www.kifewuj.cm', '1701600634download.png', '1', '2023-12-03 04:50:34', '2023-12-03 04:50:34', 'top'); -- -------------------------------------------------------- -- -- Table structure for table `user_offline_gateways` -- CREATE TABLE `user_offline_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_description` text COLLATE utf8mb4_unicode_ci, `instructions` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) NOT NULL DEFAULT '0', `is_receipt` tinyint(4) NOT NULL DEFAULT '1', `receipt` int(11) DEFAULT NULL, `item_checkout_status` int(11) 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 `user_offline_gateways` -- INSERT INTO `user_offline_gateways` (`id`, `user_id`, `name`, `short_description`, `instructions`, `serial_number`, `is_receipt`, `receipt`, `item_checkout_status`, `created_at`, `updated_at`) VALUES (1, 169, 'JPMorgan Chase & Co.', 'Please send your payment to the following Name: Lorem Ipsum ciary Name', NULL, 3, 1, NULL, 1, '2022-04-07 10:39:28', '2022-12-11 00:43:20'), (5, 230, 'Bank of America', 'Easy to pay', '<p>Easy to pay via Bank of America<br></p>', 1, 0, NULL, 1, '2023-01-04 00:03:11', '2023-01-04 00:03:16'), (6, 231, 'AB Bank', 'asdgarghaerg argraeg', '<p>asdf gargher qewr </p>', 1, 1, NULL, 1, '2023-07-17 21:39:34', '2023-07-17 21:39:37'), (7, 233, 'AB Bank', 'asdgasdf asdfasdf asd', '<p>as fasdfasd sadf</p>', 1, 1, NULL, 1, '2023-07-17 22:49:28', '2023-07-17 22:49:31'); -- -------------------------------------------------------- -- -- Table structure for table `user_orders` -- CREATE TABLE `user_orders` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `customer_id` int(11) DEFAULT NULL, `billing_country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cart_total` decimal(8,2) NOT NULL DEFAULT '0.00', `discount` decimal(8,2) NOT NULL DEFAULT '0.00', `tax` decimal(8,2) NOT NULL DEFAULT '0.00', `total` decimal(8,2) NOT NULL DEFAULT '0.00', `method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gateway_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_charge` decimal(8,2) DEFAULT NULL, `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `txnid` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `charge_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoice_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receipt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_orders` -- INSERT INTO `user_orders` (`id`, `user_id`, `customer_id`, `billing_country`, `billing_fname`, `billing_lname`, `billing_address`, `billing_city`, `billing_email`, `billing_number`, `shpping_country`, `shpping_fname`, `shpping_lname`, `shpping_address`, `shpping_city`, `shpping_email`, `shpping_number`, `cart_total`, `discount`, `tax`, `total`, `method`, `gateway_type`, `currency_code`, `order_number`, `shipping_method`, `shipping_charge`, `payment_status`, `order_status`, `txnid`, `charge_id`, `invoice_number`, `receipt`, `created_at`, `updated_at`, `conversation_id`) VALUES (191, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '1278.00', '0.00', '63.90', '1364.90', 'Paypal', 'online', 'INR', 'hMGm1670325880', 'veniam quis nostrud df', '23.00', 'Completed', 'Pending', '6HV54549VP266821J', 'PAYID-MOHSMQA9GH684874V8221701', '7VV71670325880.pdf', NULL, '2022-12-06 05:24:40', '2022-12-06 05:24:40', NULL), (192, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '1326.00', '0.00', '66.30', '1415.30', 'Paypal', 'online', 'INR', 'ifPg1670326056', 'veniam quis nostrud df', '23.00', 'Completed', 'Pending', '0HH18137SU343262W', 'PAYID-MOHSOFQ0EA871085T1425746', 'LxSN1670326056.pdf', NULL, '2022-12-06 05:27:36', '2022-12-06 05:27:36', NULL), (193, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '707.00', '0.00', '35.35', '765.35', 'Paypal', 'online', 'INR', 'zFty1670327374', 'veniam quis nostrud df', '23.00', 'Completed', 'Pending', '3EX45272DE082291G', 'PAYID-MOHSYOY0BW81323PH375724U', NULL, NULL, '2022-12-06 05:49:34', '2022-12-06 05:49:34', NULL), (194, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '707.00', '0.00', '35.35', '765.35', 'Paypal', 'online', 'INR', 'Xnfs1670327493', 'veniam quis nostrud df', '23.00', 'Completed', 'Pending', '3EX45272DE082291G', 'PAYID-MOHSYOY0BW81323PH375724U', NULL, NULL, '2022-12-06 05:51:33', '2022-12-06 05:51:33', NULL), (195, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '707.00', '0.00', '35.35', '765.35', 'Paypal', 'online', 'INR', 'NtQV1670327597', 'veniam quis nostrud df', '23.00', 'Completed', 'Pending', '3EX45272DE082291G', 'PAYID-MOHSYOY0BW81323PH375724U', '6iT91670327597.pdf', NULL, '2022-12-06 05:53:17', '2022-12-06 05:53:17', NULL), (196, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '5315.00', '0.00', '265.75', '5603.75', 'Paypal', 'online', 'INR', 'Ht391670327901', 'veniam quis nostrud df', '23.00', 'Completed', 'Pending', '3TN04696487590437', 'PAYID-MOHS4UA45Y29796VF810033F', 'DESH1670327901.pdf', NULL, '2022-12-06 05:58:21', '2022-12-06 05:58:21', NULL), (197, 169, 1, 'bangladsh', 'Mayeen', 'shohag', 'dhajk', 'dhaka', 'faltusone@gmail.com', '013665589878', 'Bangladesh', 'Mayeen', 'Shohag', 'sector #11; House 3', 'Dhaka', 'faltusone@gmail.com', '01699886585', '639.00', '0.00', '31.95', '693.95', 'Paypal', 'online', 'INR', 'GWwf1670737853', 'veniam quis nostrud df', '23.00', 'Completed', 'processing', '5Y1563383J121691F', 'PAYID-MOKW7HQ2HL03504X15009212', 'b1gh1670737854.pdf', NULL, '2022-12-10 23:50:53', '2022-12-11 00:27:50', NULL), (223, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '685.02', '0.00', '0.00', '688.02', 'Paypal', 'online', 'USD', '7RMx1672812528', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'completed', '9PN687384T630052Y', 'PAYID-MO2RPVA3VU80339K29997831', 'Y6Hf1672812528.pdf', NULL, '2023-01-04 00:08:48', '2023-01-04 00:13:05', NULL), (224, 230, 31, 'US', 'andy', 'cartoutz', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'andy3743@cartoutz.com', '+1 202-918-2133', 'US', 'andy', 'cartoutz', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'andy3743@cartoutz.com', '+1 202-918-2133', '522.52', '0.00', '0.00', '525.52', 'Bank of America', 'offline', 'USD', 'Ipm01672814585', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'completed', '60dd6466', NULL, 'eBgv1672814585.pdf', NULL, '2023-01-04 00:43:05', '2023-01-04 00:43:36', NULL), (225, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '60.00', '0.00', '0.00', '63.00', 'Bank of America', 'offline', 'USD', 'A1YL1673565661', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'e4d5a418', NULL, 'xRzZ1673565661.pdf', NULL, '2023-01-12 22:21:01', '2023-01-12 22:21:01', NULL), (226, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '60.00', '0.00', '0.00', '63.00', 'Bank of America', 'offline', 'USD', 'VD7t1673587254', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'c6d91b90', NULL, NULL, NULL, '2023-01-13 04:20:54', '2023-01-13 04:20:54', NULL), (227, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'yax11673588766', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'ae550f20', NULL, 'fB1j1673588766.pdf', NULL, '2023-01-13 04:46:06', '2023-01-13 04:46:06', NULL), (228, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '160.00', '0.00', '0.00', '163.00', 'Bank of America', 'offline', 'USD', 'zT4K1673635061', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'c4a3eb23', NULL, '4btC1673635061.pdf', NULL, '2023-01-13 17:37:41', '2023-01-13 17:37:41', NULL), (229, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'AEUv1673697432', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '961edd28', NULL, NULL, NULL, '2023-01-14 10:57:12', '2023-01-14 10:57:12', NULL), (230, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', '9IEB1673730329', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'f0b5467b', NULL, 'i2gh1673730329.pdf', NULL, '2023-01-14 20:05:29', '2023-01-14 20:05:29', NULL), (231, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '199.00', '0.00', '0.00', '202.00', 'Bank of America', 'offline', 'USD', 'jNYH1673794406', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '79f876b8', NULL, NULL, NULL, '2023-01-15 13:53:26', '2023-01-15 13:53:26', NULL), (232, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Stripe', 'online', 'USD', 'tbgc1673797039', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'Pending', '3bf6908a', NULL, NULL, NULL, '2023-01-15 14:37:19', '2023-01-15 14:37:19', NULL), (233, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'Wfze1673825676', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'a8b5589f', NULL, '8iEY1673825676.pdf', NULL, '2023-01-15 22:34:36', '2023-01-15 22:34:36', NULL), (234, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '199.00', '0.00', '0.00', '202.00', 'Bank of America', 'offline', 'USD', 'WhTo1673855464', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'ed9a561b', NULL, 'lYMv1673855464.pdf', NULL, '2023-01-16 06:51:04', '2023-01-16 06:51:04', NULL), (235, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', '77tI1675086219', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '7046100c', NULL, 'kTMF1675086219.pdf', NULL, '2023-01-30 12:43:39', '2023-01-30 12:43:39', NULL), (236, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'YGR71675131749', NULL, '0.00', 'Pending', 'Pending', '5f6ed429', NULL, 'V8h81675131749.pdf', NULL, '2023-01-31 01:22:29', '2023-01-31 01:22:29', NULL), (237, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '73.00', '0.00', '0.00', '76.00', 'Bank of America', 'offline', 'USD', 'We9G1675161685', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '68c2625c', NULL, 'tjt01675161685.pdf', NULL, '2023-01-31 09:41:25', '2023-01-31 09:41:25', NULL), (238, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', 'cdqm1675236605', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'e45a4a56', NULL, '0Q3H1675236605.pdf', NULL, '2023-02-01 06:30:05', '2023-02-01 06:30:05', NULL), (239, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '150.66', '0.00', '0.00', '153.66', 'Paypal', 'online', 'USD', 'YtMp1675259897', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'Pending', '5RF977372G874780X', 'PAYID-MPNG72Y5LY411447C615574J', 'oWat1675259897.pdf', NULL, '2023-02-01 12:58:17', '2023-02-01 12:58:17', NULL), (240, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '99.00', '0.00', '0.00', '102.00', 'Bank of America', 'offline', 'USD', 'UMSP1675277666', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '40e25d57', NULL, 'AZVU1675277666.pdf', NULL, '2023-02-01 17:54:26', '2023-02-01 17:54:26', NULL), (241, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', 'M4WQ1675312944', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'cf98b106', NULL, 'FoRO1675312944.pdf', NULL, '2023-02-02 03:42:24', '2023-02-02 03:42:24', NULL), (242, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '99.00', '0.00', '0.00', '102.00', 'Bank of America', 'offline', 'USD', 'VoXf1675434533', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'ffd6a3e2', NULL, 's1Q61675434533.pdf', NULL, '2023-02-03 13:28:53', '2023-02-03 13:28:53', NULL), (243, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '56.00', '0.00', '0.00', '59.00', 'Bank of America', 'offline', 'USD', 'mNyT1675483593', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '10df47b2', NULL, 'hIoo1675483593.pdf', NULL, '2023-02-04 03:06:33', '2023-02-04 03:06:33', NULL), (244, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '99.00', '0.00', '0.00', '102.00', 'Bank of America', 'offline', 'USD', 'FFRd1675490804', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'e0c968a4', NULL, 'e6rS1675490804.pdf', NULL, '2023-02-04 05:06:44', '2023-02-04 05:06:44', NULL), (245, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'rameshapatil62@gmail.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'rameshapatil62@gmail.com', '+1 202-918-2132', '306.16', '0.00', '0.00', '309.16', 'Bank of America', 'offline', 'USD', 'Tble1675678909', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '7114a761', NULL, 'b3S61675678909.pdf', NULL, '2023-02-06 09:21:49', '2023-02-06 09:21:49', NULL), (246, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'zDo21675679324', NULL, '0.00', 'Pending', 'Pending', '83cd1648', NULL, '8KhF1675679324.pdf', NULL, '2023-02-06 09:28:44', '2023-02-06 09:28:44', NULL), (247, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '77.00', '0.00', '0.00', '80.00', 'Bank of America', 'offline', 'USD', 'hV0q1675703767', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '396d7a35', NULL, 'pI5U1675703767.pdf', NULL, '2023-02-06 16:16:07', '2023-02-06 16:16:07', NULL), (248, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '74.76', '0.00', '0.00', '77.76', 'Bank of America', 'offline', 'USD', 'Fo5R1675721790', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '4659520f', NULL, '44jF1675721790.pdf', NULL, '2023-02-06 21:16:30', '2023-02-06 21:16:30', NULL), (249, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '107.00', '0.00', '0.00', '110.00', 'Bank of America', 'offline', 'USD', 'FBdF1675724933', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '6240c60a', NULL, 'OT1F1675724933.pdf', NULL, '2023-02-06 22:08:53', '2023-02-06 22:08:53', NULL), (250, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '148.50', '0.00', '0.00', '148.50', 'Bank of America', 'offline', 'USD', 'PpAM1675773717', NULL, '0.00', 'Pending', 'Pending', 'e406cbe4', NULL, 'dMJR1675773717.pdf', NULL, '2023-02-07 11:41:57', '2023-02-07 11:41:57', NULL), (251, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '199.00', '0.00', '0.00', '202.00', 'Bank of America', 'offline', 'USD', 'Wcra1675778454', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '375c3fed', NULL, 'undy1675778454.pdf', NULL, '2023-02-07 13:00:54', '2023-02-07 13:00:54', NULL), (252, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '478.80', '0.00', '0.00', '481.80', 'Bank of America', 'offline', 'USD', '9QPC1675790062', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'da3ed593', NULL, 'uudF1675790062.pdf', NULL, '2023-02-07 16:14:22', '2023-02-07 16:14:22', NULL), (253, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', '7aD61675958502', NULL, '0.00', 'Pending', 'Pending', '2566f679', NULL, 'TwQv1675958502.pdf', NULL, '2023-02-09 15:01:42', '2023-02-09 15:01:42', NULL), (254, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '74.76', '0.00', '0.00', '77.76', 'Bank of America', 'offline', 'USD', 'waIq1676030122', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '74f1db16', NULL, 'sTlz1676030122.pdf', NULL, '2023-02-10 10:55:22', '2023-02-10 10:55:22', NULL), (255, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'riUo1676038380', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '8665c776', NULL, '3bV01676038380.pdf', NULL, '2023-02-10 13:13:00', '2023-02-10 13:13:00', NULL), (256, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'qsAw1676123730', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '1f4ac99c', NULL, 'ohZb1676123730.pdf', NULL, '2023-02-11 12:55:30', '2023-02-11 12:55:30', NULL), (257, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '59.40', '0.00', '0.00', '59.40', 'Bank of America', 'offline', 'USD', 'Owfd1676153175', NULL, '0.00', 'Pending', 'Pending', 'baa0b4c9', NULL, '1QCB1676153175.pdf', NULL, '2023-02-11 21:06:15', '2023-02-11 21:06:15', NULL), (258, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '2384.50', '0.00', '0.00', '2387.50', 'Bank of America', 'offline', 'USD', '2IFK1676344820', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'a1a29975', NULL, '7GMP1676344820.pdf', NULL, '2023-02-14 02:20:20', '2023-02-14 02:20:20', NULL), (259, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', '1an01676444299', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '00c38d40', NULL, 'lFlZ1676444299.pdf', NULL, '2023-02-15 05:58:19', '2023-02-15 05:58:19', NULL), (260, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '77.00', '0.00', '0.00', '80.00', 'Bank of America', 'offline', 'USD', 'BIXB1676486431', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '72d9f1dd', NULL, 's7gs1676486431.pdf', NULL, '2023-02-15 17:40:31', '2023-02-15 17:40:31', NULL), (261, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '478.80', '0.00', '0.00', '481.80', 'Bank of America', 'offline', 'USD', 'qqdb1676556712', 'شنتشن ايدن التكنولوجيا المحدودة', '3.00', 'Pending', 'Pending', 'ba07a3b4', NULL, 'fyOG1676556712.pdf', NULL, '2023-02-16 13:11:52', '2023-02-16 13:11:52', NULL), (262, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'xzto1676624092', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '72b188d8', NULL, '3qZd1676624092.pdf', NULL, '2023-02-17 07:54:52', '2023-02-17 07:54:52', NULL), (263, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '99.00', '0.00', '0.00', '102.00', 'Bank of America', 'offline', 'USD', 'vxSs1676802400', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2d5bcc66', NULL, 'g3yI1676802400.pdf', NULL, '2023-02-19 09:26:40', '2023-02-19 09:26:40', NULL), (264, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '99.00', '0.00', '0.00', '102.00', 'Bank of America', 'offline', 'USD', '1GuJ1676811001', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '0ef591ab', NULL, 'BWyy1676811001.pdf', NULL, '2023-02-19 11:50:01', '2023-02-19 11:50:01', NULL), (265, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', 'NfMA1676877296', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '7bbb752c', NULL, 'VkJx1676877296.pdf', NULL, '2023-02-20 06:14:56', '2023-02-20 06:14:56', NULL), (266, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '478.80', '0.00', '0.00', '481.80', 'Bank of America', 'offline', 'USD', 'SIB11676913432', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2d67bf01', NULL, 'LbLP1676913432.pdf', NULL, '2023-02-20 16:17:12', '2023-02-20 16:17:12', NULL), (267, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', 'dBvQ1676927559', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'e451654d', NULL, 'bloc1676927559.pdf', NULL, '2023-02-20 20:12:39', '2023-02-20 20:12:39', NULL), (268, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'kT1Q1676928191', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'e26a4f10', NULL, '4J7R1676928191.pdf', NULL, '2023-02-20 20:23:11', '2023-02-20 20:23:11', NULL), (269, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', '1Zxv1677011509', 'شنتشن ايدن التكنولوجيا المحدودة', '3.00', 'Pending', 'Pending', '4796a276', NULL, 'dzpM1677011509.pdf', NULL, '2023-02-21 19:31:49', '2023-02-21 19:31:49', NULL), (270, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '663.73', '0.00', '0.00', '666.73', 'Bank of America', 'offline', 'USD', 'sBAY1677297926', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'f2450e46', NULL, 'KLZU1677297926.pdf', NULL, '2023-02-25 03:05:26', '2023-02-25 03:05:26', NULL), (271, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', 'YIQc1677327734', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '5c174de0', NULL, 'AucK1677327734.pdf', NULL, '2023-02-25 11:22:14', '2023-02-25 11:22:14', NULL), (272, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'Plk31677344581', NULL, '0.00', 'Pending', 'Pending', 'f063e038', NULL, 'bxDv1677344581.pdf', NULL, '2023-02-25 16:03:01', '2023-02-25 16:03:01', NULL), (273, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', '0Vkz1677489020', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '6362d789', NULL, 'o2k41677489020.pdf', NULL, '2023-02-27 08:10:20', '2023-02-27 08:10:20', NULL), (274, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', '0PRc1677589667', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'f67c34a1', NULL, 'Q0on1677589667.pdf', NULL, '2023-02-28 12:07:47', '2023-02-28 12:07:47', NULL), (275, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '180.00', '0.00', '0.00', '183.00', 'Bank of America', 'offline', 'USD', 'A77F1677662590', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '6f80eead', NULL, '7O4t1677662590.pdf', NULL, '2023-03-01 08:23:10', '2023-03-01 08:23:10', NULL), (276, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '74.76', '0.00', '0.00', '77.76', 'Bank of America', 'offline', 'USD', '1A2U1677765651', 'شنتشن ايدن التكنولوجيا المحدودة', '3.00', 'Pending', 'Pending', '406ec78d', NULL, 'YFpa1677765651.pdf', NULL, '2023-03-02 13:00:51', '2023-03-02 13:00:51', NULL), (277, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '477.85', '0.00', '0.00', '480.85', 'Bank of America', 'offline', 'USD', 'j0ky1677781162', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '9d3d7525', NULL, 'dyJH1677781162.pdf', NULL, '2023-03-02 17:19:22', '2023-03-02 17:19:22', NULL), (278, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '478.80', '0.00', '0.00', '481.80', 'Bank of America', 'offline', 'USD', 'Oe8O1677824374', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2ee15dbd', NULL, 'baBS1677824374.pdf', NULL, '2023-03-03 05:19:34', '2023-03-03 05:19:34', NULL), (279, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'PgtN1677864718', NULL, '0.00', 'Pending', 'Pending', '8b284430', NULL, 'XD7J1677864718.pdf', NULL, '2023-03-03 16:31:58', '2023-03-03 16:31:58', NULL), (280, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '216.66', '0.00', '0.00', '219.66', 'Bank of America', 'offline', 'USD', 'hsgG1677971434', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '9851a5cb', NULL, 'LCTK1677971434.pdf', NULL, '2023-03-04 22:10:34', '2023-03-04 22:10:34', NULL), (281, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '90.00', '0.00', '0.00', '93.00', 'Bank of America', 'offline', 'USD', 'EwTH1677985755', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '065c29de', NULL, 'ju9C1677985755.pdf', NULL, '2023-03-05 02:09:15', '2023-03-05 02:09:15', NULL), (282, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '477.85', '0.00', '0.00', '480.85', 'Bank of America', 'offline', 'USD', 'D5iu1678413711', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '991f439d', NULL, 'X2Dz1678413711.pdf', NULL, '2023-03-10 01:01:51', '2023-03-10 01:01:51', NULL), (283, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', '8JJo1678456278', NULL, '0.00', 'Pending', 'Pending', 'ae2287ea', NULL, 'uHXP1678456278.pdf', NULL, '2023-03-10 12:51:18', '2023-03-10 12:51:18', NULL), (284, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'fPhw1678635752', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '181c4bf4', NULL, 'MD3x1678635752.pdf', NULL, '2023-03-12 14:42:32', '2023-03-12 14:42:32', NULL), (285, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'GFZS1678750183', NULL, '0.00', 'Pending', 'Pending', '7e028280', NULL, 'MASm1678750183.pdf', NULL, '2023-03-13 22:29:43', '2023-03-13 22:29:43', NULL), (286, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '74.76', '0.00', '0.00', '77.76', 'Bank of America', 'offline', 'USD', 'ZnqT1678766489', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '660983b3', NULL, 'Bt7G1678766490.pdf', NULL, '2023-03-14 03:01:29', '2023-03-14 03:01:30', NULL), (287, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '753.82', '0.00', '0.00', '756.82', 'Bank of America', 'offline', 'USD', 'Bsml1678778609', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'bad03875', NULL, 'w9qp1678778609.pdf', NULL, '2023-03-14 06:23:29', '2023-03-14 06:23:29', NULL), (288, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', '0xxy1678906759', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '074d537c', NULL, '6whc1678906759.pdf', NULL, '2023-03-15 17:59:19', '2023-03-15 17:59:19', NULL), (289, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '228.00', '0.00', '0.00', '231.00', 'Bank of America', 'offline', 'USD', 'AsJT1679064416', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'c7ad8453', NULL, 'yQDU1679064416.pdf', NULL, '2023-03-17 13:46:56', '2023-03-17 13:46:56', NULL), (290, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '240.00', '0.00', '0.00', '243.00', 'Bank of America', 'offline', 'USD', 'hprs1679065621', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'a4800493', NULL, 'Phfx1679065621.pdf', NULL, '2023-03-17 14:07:01', '2023-03-17 14:07:01', NULL), (291, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '59.40', '0.00', '0.00', '59.40', 'Bank of America', 'offline', 'USD', 'AGO81679068520', NULL, '0.00', 'Pending', 'Pending', '0d8e227e', NULL, 'mmev1679068520.pdf', NULL, '2023-03-17 14:55:20', '2023-03-17 14:55:20', NULL), (292, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'ATvB1679076852', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'db77d8c9', NULL, 'EuhV1679076852.pdf', NULL, '2023-03-17 17:14:12', '2023-03-17 17:14:12', NULL), (293, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'n7Ik1679095789', NULL, '0.00', 'Pending', 'Pending', 'f5f74b8c', NULL, 'Bhhz1679095789.pdf', NULL, '2023-03-17 22:29:49', '2023-03-17 22:29:49', NULL), (294, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '1395.68', '0.00', '0.00', '1398.68', 'Bank of America', 'offline', 'USD', 'B2Y71679148682', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '0590f3da', NULL, 'GCtn1679148682.pdf', NULL, '2023-03-18 13:11:22', '2023-03-18 13:11:22', NULL), (295, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '150.66', '0.00', '0.00', '153.66', 'Bank of America', 'offline', 'USD', 'YgaA1679406010', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '1088ac05', NULL, 'l4r41679406010.pdf', NULL, '2023-03-21 12:40:10', '2023-03-21 12:40:10', NULL), (296, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'HVI11680321094', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '962b1ce8', NULL, 'tkhB1680321094.pdf', NULL, '2023-04-01 01:51:34', '2023-04-01 01:51:34', NULL), (297, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '553.84', '0.00', '0.00', '556.84', 'Bank of America', 'offline', 'USD', 'Wb5h1680502153', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '0023ce56', NULL, 'OScw1680502153.pdf', NULL, '2023-04-03 04:09:13', '2023-04-03 04:09:13', NULL), (298, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '199.00', '0.00', '0.00', '202.00', 'Bank of America', 'offline', 'USD', 'UCJZ1680592721', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '655f767a', NULL, 'Xsjp1680592721.pdf', NULL, '2023-04-04 05:18:41', '2023-04-04 05:18:41', NULL), (299, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'ccue1680672216', NULL, '0.00', 'Pending', 'Pending', '3ab777ea', NULL, 'tAkg1680672216.pdf', NULL, '2023-04-05 03:23:36', '2023-04-05 03:23:36', NULL), (300, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '99.00', '0.00', '0.00', '102.00', 'Bank of America', 'offline', 'USD', 'c4YH1680672350', 'شنتشن ايدن التكنولوجيا المحدودة', '3.00', 'Pending', 'Pending', '4af05b2a', NULL, 'YXJT1680672350.pdf', NULL, '2023-04-05 03:25:50', '2023-04-05 03:25:50', NULL), (301, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'LYr31681043813', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'b8617287', NULL, 'Pm3I1681043813.pdf', NULL, '2023-04-09 10:36:53', '2023-04-09 10:36:53', NULL), (302, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'JWGK1681054199', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '5bed223d', NULL, 'tQn51681054199.pdf', NULL, '2023-04-09 13:29:59', '2023-04-09 13:29:59', NULL), (303, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '199.00', '0.00', '0.00', '202.00', 'Bank of America', 'offline', 'USD', 'wpyo1681154535', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'c1ba618b', NULL, 'Fnxu1681154535.pdf', NULL, '2023-04-10 17:22:15', '2023-04-10 17:22:15', NULL), (304, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', 'eYIW1681272257', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'd5a004d7', NULL, 'QAh81681272257.pdf', NULL, '2023-04-12 02:04:17', '2023-04-12 02:04:17', NULL), (305, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'GOrd1681423548', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '8305fade', NULL, 'ig391681423548.pdf', NULL, '2023-04-13 20:05:48', '2023-04-13 20:05:48', NULL), (306, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '753.30', '0.00', '0.00', '756.30', 'Bank of America', 'offline', 'USD', 'jIxv1681547584', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'f3ffd4d4', NULL, '72U91681547584.pdf', NULL, '2023-04-15 06:33:04', '2023-04-15 06:33:04', NULL), (307, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', 'VIqi1681710083', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '73f27ada', NULL, 'ibHg1681710083.pdf', NULL, '2023-04-17 03:41:23', '2023-04-17 03:41:23', NULL), (308, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '150.66', '0.00', '0.00', '153.66', 'Bank of America', 'offline', 'USD', '0FXl1681750486', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '89160068', NULL, 'A3h81681750486.pdf', NULL, '2023-04-17 14:54:46', '2023-04-17 14:54:46', NULL); INSERT INTO `user_orders` (`id`, `user_id`, `customer_id`, `billing_country`, `billing_fname`, `billing_lname`, `billing_address`, `billing_city`, `billing_email`, `billing_number`, `shpping_country`, `shpping_fname`, `shpping_lname`, `shpping_address`, `shpping_city`, `shpping_email`, `shpping_number`, `cart_total`, `discount`, `tax`, `total`, `method`, `gateway_type`, `currency_code`, `order_number`, `shipping_method`, `shipping_charge`, `payment_status`, `order_status`, `txnid`, `charge_id`, `invoice_number`, `receipt`, `created_at`, `updated_at`, `conversation_id`) VALUES (309, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '550.68', '0.00', '0.00', '553.68', 'Bank of America', 'offline', 'USD', 'epF61681880280', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'a3ef4c0e', NULL, 'QlDV1681880280.pdf', NULL, '2023-04-19 02:58:00', '2023-04-19 02:58:00', NULL), (310, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '72.00', '0.00', '0.00', '75.00', 'Bank of America', 'offline', 'USD', 'veC01681997385', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '6fa4e122', NULL, 'Mmr31681997385.pdf', NULL, '2023-04-20 11:29:45', '2023-04-20 11:29:45', NULL), (311, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', 'Rgk41682255116', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '4eb316f1', NULL, 'qkk01682255116.pdf', NULL, '2023-04-23 11:05:16', '2023-04-23 11:05:16', NULL), (312, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'pcNa1682265549', NULL, '0.00', 'Pending', 'Pending', '76851973', NULL, '3eTQ1682265549.pdf', NULL, '2023-04-23 13:59:09', '2023-04-23 13:59:09', NULL), (313, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '151.59', '0.00', '0.00', '154.59', 'Bank of America', 'offline', 'USD', 'x6z91682291327', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '9d93f930', NULL, NULL, NULL, '2023-04-23 21:08:47', '2023-04-23 21:08:47', NULL), (314, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '1194.00', '0.00', '0.00', '1197.00', 'Bank of America', 'offline', 'USD', 'lNjZ1682467053', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '397810ad', NULL, 'I3vK1682467053.pdf', NULL, '2023-04-25 21:57:33', '2023-04-25 21:57:33', NULL), (315, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '150.66', '0.00', '0.00', '153.66', 'Bank of America', 'offline', 'USD', 'QYD61682485715', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2a9a1c2a', NULL, 'eLnO1682485715.pdf', NULL, '2023-04-26 03:08:35', '2023-04-26 03:08:35', NULL), (316, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', 'S7ST1682673582', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2aa53253', NULL, 'O92r1682673582.pdf', NULL, '2023-04-28 07:19:42', '2023-04-28 07:19:42', NULL), (317, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '258.00', '0.00', '0.00', '261.00', 'Bank of America', 'offline', 'USD', 'gNF81682700826', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2e142a16', NULL, 'tr2j1682700826.pdf', NULL, '2023-04-28 14:53:46', '2023-04-28 14:53:46', NULL), (318, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '257.00', '0.00', '0.00', '260.00', 'Bank of America', 'offline', 'USD', '6Lxd1683126562', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '4273c4a6', NULL, 'Pcan1683126562.pdf', NULL, '2023-05-03 13:09:22', '2023-05-03 13:09:22', NULL), (319, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'fVlF1683335208', NULL, '0.00', 'Pending', 'Pending', '86bd1e90', NULL, 'Bq5y1683335208.pdf', NULL, '2023-05-05 23:06:48', '2023-05-05 23:06:48', NULL), (320, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '398.00', '0.00', '0.00', '401.00', 'Bank of America', 'offline', 'USD', 'apUY1683520387', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '2f463b6d', NULL, 'uVdt1683520387.pdf', NULL, '2023-05-08 02:33:07', '2023-05-08 02:33:07', NULL), (321, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '237.00', '0.00', '0.00', '240.00', 'Bank of America', 'offline', 'USD', 'xSky1683777444', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '144a950f', NULL, 'Q0os1683777444.pdf', NULL, '2023-05-11 01:57:24', '2023-05-11 01:57:24', NULL), (322, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '90.00', '0.00', '0.00', '93.00', 'Bank of America', 'offline', 'USD', 'nzF61684188314', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'beb169d8', NULL, '0JJG1684188314.pdf', NULL, '2023-05-15 20:05:14', '2023-05-15 20:05:14', NULL), (323, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '774.00', '0.00', '0.00', '777.00', 'Bank of America', 'offline', 'USD', 'cGJT1684456606', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '3184edd9', NULL, 'Wmle1684456606.pdf', NULL, '2023-05-18 22:36:46', '2023-05-18 22:36:46', NULL), (324, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '451.98', '0.00', '0.00', '454.98', 'Bank of America', 'offline', 'USD', 'pLic1684457100', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '270e39c3', NULL, 'znQm1684457100.pdf', NULL, '2023-05-18 22:45:00', '2023-05-18 22:45:00', NULL), (325, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '451.98', '0.00', '0.00', '454.98', 'Bank of America', 'offline', 'USD', 'gqaY1684462193', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '4cae92fd', NULL, 'NpwD1684462193.pdf', NULL, '2023-05-19 00:09:53', '2023-05-19 00:09:53', NULL), (326, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', 'DfYU1684604754', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'da0dffe5', NULL, '59L21684604754.pdf', NULL, '2023-05-20 15:45:54', '2023-05-20 15:45:54', NULL), (327, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'OvBW1684769027', NULL, '0.00', 'Pending', 'Pending', 'b74ef4d9', NULL, 'Aymk1684769027.pdf', NULL, '2023-05-22 13:23:47', '2023-05-22 13:23:47', NULL), (328, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '29.70', '0.00', '0.00', '29.70', 'Bank of America', 'offline', 'USD', 'fRdB1684856663', NULL, '0.00', 'Pending', 'Pending', '5c157eef', NULL, 'POei1684856663.pdf', NULL, '2023-05-23 13:44:23', '2023-05-23 13:44:23', NULL), (329, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '276.92', '0.00', '0.00', '279.92', 'Bank of America', 'offline', 'USD', '3Uxp1685205610', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '625e34b2', NULL, 'aSLs1685205610.pdf', NULL, '2023-05-27 14:40:10', '2023-05-27 14:40:10', NULL), (330, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '830.76', '0.00', '0.00', '833.76', 'Bank of America', 'offline', 'USD', 'pfzs1685275525', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '9f00edcf', NULL, 'yQ201685275525.pdf', NULL, '2023-05-28 10:05:25', '2023-05-28 10:05:25', NULL), (331, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '66.00', '0.00', '0.00', '69.00', 'Bank of America', 'offline', 'USD', 'HVwQ1685520601', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '401124ce', NULL, 'ispo1685520601.pdf', NULL, '2023-05-31 06:10:01', '2023-05-31 06:10:01', NULL), (332, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '59.40', '0.00', '0.00', '59.40', 'Bank of America', 'offline', 'USD', 'VQSe1685613566', NULL, '0.00', 'Pending', 'Pending', 'b35887d2', NULL, 'rRlV1685613566.pdf', NULL, '2023-06-01 07:59:26', '2023-06-01 07:59:26', NULL), (333, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '74.76', '0.00', '0.00', '77.76', 'Bank of America', 'offline', 'USD', 'ic6X1685788448', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '303ef626', NULL, '65TD1685788449.pdf', NULL, '2023-06-03 08:34:08', '2023-06-03 08:34:09', NULL), (334, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '149.73', '0.00', '0.00', '152.73', 'Paypal', 'online', 'USD', 'XfBI1685821292', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'Pending', '3B890099UK4324134', 'PAYID-MR5ZONI8SV04834VD7937303', '95Oi1685821292.pdf', NULL, '2023-06-03 17:41:32', '2023-06-03 17:41:32', NULL), (335, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '149.73', '0.00', '0.00', '152.73', 'Bank of America', 'offline', 'USD', 'IB5o1685874312', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '48faef35', NULL, 'dF7O1685874312.pdf', NULL, '2023-06-04 08:25:12', '2023-06-04 08:25:12', NULL), (336, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '575.90', '0.00', '0.00', '578.90', 'Bank of America', 'offline', 'USD', 'wP3e1685916373', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '358534c8', NULL, 'su531685916373.pdf', NULL, '2023-06-04 20:06:13', '2023-06-04 20:06:13', NULL), (337, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '97.02', '0.00', '0.00', '100.02', 'Bank of America', 'offline', 'USD', 'hqHe1686223857', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '855541f9', NULL, 'nBPa1686223857.pdf', NULL, '2023-06-08 09:30:57', '2023-06-08 09:30:57', NULL), (338, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'PyeQ1686656219', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'bc068b68', NULL, '7QfY1686656219.pdf', NULL, '2023-06-13 09:36:59', '2023-06-13 09:36:59', NULL), (339, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '476.90', '0.00', '0.00', '479.90', 'Bank of America', 'offline', 'USD', 'u0oa1686656487', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', 'd9e5a25b', NULL, 'YfyX1686656487.pdf', NULL, '2023-06-13 09:41:27', '2023-06-13 09:41:27', NULL), (340, 230, 30, 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', 'US', 'yash', 'nakayos', '4496 Berkshire Circle, Knoxville, Tennessee, US', 'Knoxville', 'nakayos292@prolug.com', '+1 202-918-2132', '199.00', '0.00', '0.00', '202.00', 'Bank of America', 'offline', 'USD', 'uqmh1686948426', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Pending', 'Pending', '94926d21', NULL, 'wqo51686948426.pdf', NULL, '2023-06-16 18:47:06', '2023-06-16 18:47:06', NULL), (341, 230, 84, 'Bangladesh', 'Fahad', 'Shemul', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'fahadahmadshemul@gmail.com', '01789295350', 'Bangladesh', 'Fahad', 'Shemul', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'fahadahmadshemul@gmail.com', '01789295350', '342.56', '0.00', '0.00', '345.56', 'PhonePe', 'online', 'INR', 'Ixfi1704952547', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'Pending', '659f82d01c377', '659f82d01c377', 'CqxX1704952547.pdf', NULL, '2024-01-10 23:55:47', '2024-01-10 23:55:47', NULL), (342, 230, 84, 'Bangladesh', 'Fahad', 'Shemul', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'fahadahmadshemul@gmail.com', '01789295350', 'Bangladesh', 'Fahad', 'Shemul', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'fahadahmadshemul@gmail.com', '01789295350', '690.38', '0.00', '0.00', '693.38', 'PhonePe', 'online', 'INR', 'GzQ51704962011', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'Pending', '659fa7b9e49d7', '659fa7b9e49d7', 'lcDj1704962011.pdf', NULL, '2024-01-11 02:33:31', '2024-01-11 02:33:31', NULL), (343, 230, 84, 'Bangladesh', 'Fahad', 'Shemul', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'fahadahmadshemul@gmail.com', '01789295350', 'Bangladesh', 'Fahad', 'Shemul', 'House no 3, Road 5/c, sector 11, Uttara, Dhaka, Bangladesh', 'Dhaka', 'fahadahmadshemul@gmail.com', '01789295350', '675.90', '0.00', '0.00', '678.90', 'PhonePe', 'online', 'INR', 'dZGp1704962367', 'Shenzhen Aiden Technology Co., Ltd', '3.00', 'Completed', 'Pending', '659fa929c0997', '659fa929c0997', '5SaE1704962367.pdf', NULL, '2024-01-11 02:39:27', '2024-01-11 02:39:27', NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_order_items` -- CREATE TABLE `user_order_items` ( `id` bigint(20) UNSIGNED NOT NULL, `user_order_id` int(11) DEFAULT NULL, `customer_id` int(11) DEFAULT NULL, `item_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sku` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qty` int(11) DEFAULT NULL, `category` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `summary` text COLLATE utf8mb4_unicode_ci, `description` text COLLATE utf8mb4_unicode_ci, `price` decimal(8,2) DEFAULT NULL, `previous_price` decimal(8,2) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `variations` text COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_order_items` -- INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (12, 8, 19, 12, 'Dish drainer HDR', '5827197', 1, '12', '1660978165.png', 'Dish drainer HDR', '<p>Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR <br /></p>', '23.00', '0.00', '2022-08-31 07:07:46', NULL, 'null'), (13, 8, 19, 15, 'Cow fighting', NULL, 1, '13', '1660981982.png', 'Cow fighting', '<p>Cow fighting</p><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><br /></div>', '12.00', '0.00', '2022-08-31 07:07:46', NULL, 'null'), (14, 8, 19, 14, 'invisible man and videogames', NULL, 1, '13', '1660981675.png', 'invisible man and videogames', '<p>invisible man and videogames</p><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><br /></div>', '2.00', '0.00', '2022-08-31 07:07:46', NULL, 'null'), (15, 9, 19, 15, 'Cow fighting', NULL, 4, '13', '1660981982.png', 'Cow fighting', '<p>Cow fighting</p><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><br /></div>', '12.00', '0.00', '2022-09-01 07:06:21', NULL, 'null'), (16, 9, 19, 14, 'invisible man and videogames', NULL, 4, '13', '1660981675.png', 'invisible man and videogames', '<p>invisible man and videogames</p><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><br /></div>', '2.00', '0.00', '2022-09-01 07:06:21', NULL, 'null'), (17, 9, 19, 13, 'Washing machine', '8751803', 2, '12', '1660980194.png', 'Washing machine', '<p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><br /></div></div></div></div></div></div></div></div></div></div>', '50.00', '0.00', '2022-09-01 07:06:21', NULL, '{\"color\":{\"name\":\"dwer\",\"price\":34},\"werwer\":{\"name\":\"wer\",\"price\":34},\"qweqwe\":{\"name\":\"qwe\",\"price\":2}}'), (18, 10, 19, 12, 'Dish drainer HDR', '5827197', 3, '12', '1660978165.png', 'Dish drainer HDR', '<p>Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR Dish drainer HDR <br /></p>', '20.00', '0.00', '2022-09-01 07:41:16', NULL, 'null'), (19, 11, 19, 14, 'invisible man and videogames', NULL, 4, '13', '1660981675.png', 'invisible man and videogames', '<p>invisible man and videogames</p><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><br /></div>', '2.00', '0.00', '2022-09-01 08:17:05', NULL, 'null'), (20, 11, 19, 15, 'Cow fighting', NULL, 2, '13', '1660981982.png', 'Cow fighting', '<p>Cow fighting</p><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><div>Cow fighting</div></div><div><br /></div>', '12.00', '0.00', '2022-09-01 08:17:05', NULL, 'null'), (21, 11, 19, 13, 'Washing machine', '8751803', 1, '12', '1660980194.png', 'Washing machine', '<p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><p>Washing machine</p><div><br /></div></div></div></div></div></div></div></div></div></div>', '50.00', '0.00', '2022-09-01 08:17:05', NULL, '{\"color\":{\"name\":\"dwer\",\"price\":34},\"werwer\":{\"name\":\"wer\",\"price\":34},\"qweqwe\":{\"name\":\"qeeqweqw\",\"price\":23}}'), (22, 12, 19, 14, 'invisible man and videogames', NULL, 1, '13', '1660981675.png', 'invisible man and videogames', '<p>invisible man and videogames</p><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><div>invisible man and videogames</div></div><div><br /></div>', '2.00', '0.00', '2022-09-01 11:26:00', NULL, 'null'), (44, 97, 20, 26, 'Hercules Model 95814', '5147948', 1, '34', '1662461180.jpg', 'Model 95814', '<h3 style=\"color:rgb(21,106,85);font-family:Roboto, sans-serif;font-size:2em;line-height:1.1;margin-left:auto;font-weight:300;text-align:center;\">Model 95814</h3>', '44.00', '0.00', '2022-09-15 10:32:06', NULL, '{\"english color\":{\"name\":\"red\",\"price\":1},\"size\":{\"name\":\"xl\",\"price\":4}}'), (48, 101, 20, 27, 'chair - with 4 different language slug', '5158705', 1, '34', '1663656856.png', 'chair - with 4 different language slug', '<p>chair - with 4 different language slug <br /></p>', '56.00', '0.00', '2022-09-20 10:43:27', NULL, 'null'), (206, 191, 1, 9, 'basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball', '9720705', 2, '10', '1650861648.jpg', 'basket ball', '<p>basket ball <br /></p>', '52.00', '0.00', '2022-12-06 05:24:40', NULL, 'null'), (207, 191, 1, 7, 'bike asdasdasd', '3', 2, '10', '1650794408.png', 'asd', '<p>asd</p>', '555.00', '8787.00', '2022-12-06 05:24:40', NULL, 'null'), (208, 191, 1, 1, 'car', '345', 2, '10', '1650351297.png', 'wer', '<p>werwer</p>', '25.00', '345.00', '2022-12-06 05:24:40', NULL, '{\"color\":{\"name\":\"red\",\"price\":2},\"size\":{\"name\":\"4 chaka\",\"price\":5}}'), (209, 192, 1, 16, 'updated street fighter', NULL, 1, '10', '1661153800.png', 'street fighter', '<p>street fighter<br /></p>', '100.00', '0.00', '2022-12-06 05:27:36', NULL, 'null'), (210, 192, 1, 9, 'basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball', '9720705', 1, '10', '1650861648.jpg', 'basket ball', '<p>basket ball <br /></p>', '52.00', '0.00', '2022-12-06 05:27:36', NULL, 'null'), (211, 192, 1, 7, 'bike asdasdasd', '3', 1, '10', '1650794408.png', 'asd', '<p>asd</p>', '555.00', '8787.00', '2022-12-06 05:27:36', NULL, 'null'), (212, 192, 1, 3, 'headphone', '1819898', 1, '10', '1650428104.png', '', '', '555.00', '8787.00', '2022-12-06 05:27:36', NULL, 'null'), (213, 192, 1, 1, 'car', '345', 2, '10', '1650351297.png', 'wer', '<p>werwer</p>', '25.00', '345.00', '2022-12-06 05:27:36', NULL, '{\"color\":{\"name\":\"red\",\"price\":2},\"size\":{\"name\":\"4 chaka\",\"price\":5}}'), (214, 195, 1, 16, 'updated street fighter', NULL, 1, '10', '1661153800.png', 'street fighter', '<p>street fighter<br /></p>', '100.00', '0.00', '2022-12-06 05:53:17', NULL, 'null'), (215, 195, 1, 9, 'basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball', '9720705', 1, '10', '1650861648.jpg', 'basket ball', '<p>basket ball <br /></p>', '52.00', '0.00', '2022-12-06 05:53:17', NULL, 'null'), (216, 195, 1, 7, 'bike asdasdasd', '3', 1, '10', '1650794408.png', 'asd', '<p>asd</p>', '555.00', '8787.00', '2022-12-06 05:53:17', NULL, 'null'), (217, 196, 1, 16, 'updated street fighter', NULL, 1, '10', '1661153800.png', 'street fighter', '<p>street fighter<br /></p>', '100.00', '0.00', '2022-12-06 05:58:21', NULL, 'null'), (218, 196, 1, 9, 'basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball', '9720705', 3, '10', '1650861648.jpg', 'basket ball', '<p>basket ball <br /></p>', '52.00', '0.00', '2022-12-06 05:58:21', NULL, 'null'), (219, 196, 1, 7, 'bike asdasdasd', '3', 4, '10', '1650794408.png', 'asd', '<p>asd</p>', '555.00', '8787.00', '2022-12-06 05:58:21', NULL, 'null'), (220, 196, 1, 3, 'headphone', '1819898', 5, '10', '1650428104.png', '', '', '555.00', '8787.00', '2022-12-06 05:58:21', NULL, 'null'), (221, 196, 1, 1, 'car', '345', 2, '10', '1650351297.png', 'wer', '<p>werwer</p>', '25.00', '345.00', '2022-12-06 05:58:21', NULL, '{\"color\":{\"name\":\"red\",\"price\":2},\"size\":{\"name\":\"4 chaka\",\"price\":5}}'), (222, 197, 1, 9, 'basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball basket ball', '9720705', 1, '10', '1650861648.jpg', 'basket ball', '<p>basket ball <br /></p>', '52.00', '0.00', '2022-12-10 23:50:53', NULL, 'null'), (223, 197, 1, 7, 'bike asdasdasd', '3', 1, '10', '1650794408.png', 'asd', '<p>asd</p>', '555.00', '8787.00', '2022-12-10 23:50:54', NULL, 'null'), (224, 197, 1, 1, 'car', '345', 1, '10', '1650351297.png', 'wer', '<p>werwer</p>', '25.00', '345.00', '2022-12-10 23:50:54', NULL, '{\"color\":{\"name\":\"red\",\"price\":2},\"size\":{\"name\":\"4 chaka\",\"price\":5}}'), (270, 222, 21, 58, 'Tshirt', '2925262', 6, '41', '1671431533.png', 'Tshirt', '<p>Tshirt<br /></p>', '8.64', '0.00', '2022-12-24 02:25:20', NULL, '{\"color\":{\"name\":\"gray\",\"price\":28.32},\"size\":{\"name\":\"xl\",\"price\":2.88},\"Brand\":{\"name\":\"infinity\",\"price\":6.24}}'), (271, 222, 21, 57, 'baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt', '1238970', 2, '41', '1671428793.png', 'baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt', '<p><span style=\"text-align:right;\">baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt </span><span style=\"text-align:right;\">baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt </span><span style=\"text-align:right;\">baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt </span><span style=\"text-align:right;\">baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt </span><span style=\"text-align:right;\">baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt baby care shirt </span><br /></p>', '60.00', '0.00', '2022-12-24 02:25:20', NULL, 'null'), (272, 222, 21, 56, 'powerband', '8354488', 3, '40', '1671428611.png', 'powerband', '<p>powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband powerband <br /></p>', '156.00', '60.00', '2022-12-24 02:25:20', NULL, 'null'), (273, 222, 21, 54, 'water machine', '7419912', 5, '42', '1671367394.png', 'water machine', '<p>water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine water machine <br /></p>', '3750.00', '2500.00', '2022-12-24 02:25:20', NULL, '{\"weight\":{\"name\":\"20 kg\",\"price\":\"7.50\"},\"height\":{\"name\":\"65 fit\",\"price\":\"12.50\"}}'), (274, 223, 30, 76, 'Casual Footwear for Men - Black', '8899638', 2, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '279.00', '0.00', '2023-01-04 00:08:48', NULL, '{\"Size\":{\"name\":39,\"price\":4.65},\"Color\":{\"name\":\"Black\",\"price\":6.51}}'), (275, 223, 30, 75, 'High quality Artificial Leather wallet for men', '2133463', 1, '63', '1672740162.png', 'Brand: Mobarak Leather\r\nMaterial : Artificial Lwather\r\nColor: Chocolate\r\nFashion wallet', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of High quality Artificial Leather wallet for men</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Brand: Mobarak Leather</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Material : Artificial Lwather</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Color: Chocolate</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Fashion wallet</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Card poket</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">coine poket</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">origin of country china</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gender: Men</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of High quality Artificial Leather wallet for men</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">221247651_BD-1168165543</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Leather Material</span><div style=\"width:306px;\">PU</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Outside Material</span><div style=\"width:306px;\">Artificial Leather</div></li></ul></div><div><span style=\"width:140px;color:rgb(117,117,117);\">What’s in the box</span><div>High quality Artificial Leather Wallet For men</div></div></div></div></div>', '99.00', '0.00', '2023-01-04 00:08:48', NULL, 'null'), (276, 223, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-01-04 00:08:48', NULL, 'null'), (277, 223, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-01-04 00:08:48', NULL, 'null'), (278, 224, 31, 66, 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '1809546', 1, '71', '1672572344.png', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><br /></p>', '99.00', '0.00', '2023-01-04 00:43:05', NULL, 'null'), (279, 224, 31, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-01-04 00:43:05', NULL, '{\"Size\":{\"name\":42,\"price\":6.51},\"Color\":{\"name\":\"Black\",\"price\":6.51}}'), (280, 224, 31, 63, 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '9711467', 2, '69', '1672571538.png', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><br /></p>', '172.00', '0.00', '2023-01-04 00:43:05', NULL, 'null'), (281, 224, 31, 61, 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '3591896', 1, '63', '1672571128.png', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><br /></p>', '99.00', '0.00', '2023-01-04 00:43:05', NULL, 'null'), (282, 225, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-01-12 22:21:01', NULL, 'null'), (283, 227, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-01-13 04:46:06', NULL, 'null'), (284, 228, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 2, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '120.00', '0.00', '2023-01-13 17:37:41', NULL, '{\"Color\":{\"name\":\"Red\",\"price\":\"3.00\"},\"Interface\":{\"name\":\"Wireless\",\"price\":\"2.00\"},\"Type\":{\"name\":\"Gaming\",\"price\":\"10.00\"},\"Special Feature\":{\"name\":\"DJ Grade\",\"price\":\"5.00\"}}'), (285, 230, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-01-14 20:05:29', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (286, 233, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-01-15 22:34:36', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (287, 234, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2023-01-16 06:51:04', NULL, 'null'), (288, 235, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-01-30 12:43:39', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (289, 236, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-01-31 01:22:29', NULL, 'null'), (290, 237, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-01-31 09:41:25', NULL, '{\"Color\":{\"name\":\"Red\",\"price\":\"3.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"DJ Grade\",\"price\":\"5.00\"}}'), (291, 238, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-02-01 06:30:05', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (292, 239, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-02-01 12:58:17', NULL, '{\"Size\":{\"name\":39,\"price\":4.6500000000000003552713678800500929355621337890625},\"Color\":{\"name\":\"Black\",\"price\":6.5099999999999997868371792719699442386627197265625}}'), (293, 240, 30, 61, 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '3591896', 1, '63', '1672571128.png', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><br /></p>', '99.00', '0.00', '2023-02-01 17:54:26', NULL, 'null'), (294, 241, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-02-02 03:42:24', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (295, 242, 30, 61, 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '3591896', 1, '63', '1672571128.png', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><br /></p>', '99.00', '0.00', '2023-02-03 13:28:53', NULL, 'null'), (296, 243, 30, 59, 'Widescreen NX Mini F1 SMART NX', '6701941', 1, '71', '1672568637.png', 'Widescreen NX Mini F1 SMART NX', '<p>Widescreen NX Mini F1 SMART NX<br /></p>', '56.00', '0.00', '2023-02-04 03:06:33', NULL, 'null'), (297, 244, 30, 66, 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '1809546', 1, '71', '1672572344.png', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><br /></p>', '99.00', '0.00', '2023-02-04 05:06:44', NULL, 'null'), (298, 245, 30, 62, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '9283768', 4, '69', '1672571298.png', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', '284.80', '0.00', '2023-02-06 09:21:49', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"Color Family\":{\"name\":\"Silver\",\"price\":3.560000000000000053290705182007513940334320068359375}}'), (299, 246, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-02-06 09:28:44', NULL, 'null'), (300, 247, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-02-06 16:16:07', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Gaming\",\"price\":\"10.00\"},\"Special Feature\":{\"name\":7.0999999999999996447286321199499070644378662109375,\"price\":\"7.00\"}}'), (301, 248, 30, 62, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '9283768', 1, '69', '1672571298.png', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', '71.20', '0.00', '2023-02-06 21:16:30', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"Color Family\":{\"name\":\"Black\",\"price\":1.7800000000000000266453525910037569701671600341796875}}'), (302, 249, 30, 75, 'High quality Artificial Leather wallet for men', '2133463', 1, '63', '1672740162.png', 'Brand: Mobarak Leather\r\nMaterial : Artificial Lwather\r\nColor: Chocolate\r\nFashion wallet', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of High quality Artificial Leather wallet for men</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Brand: Mobarak Leather</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Material : Artificial Lwather</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Color: Chocolate</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Fashion wallet</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Card poket</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">coine poket</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">origin of country china</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gender: Men</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of High quality Artificial Leather wallet for men</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">221247651_BD-1168165543</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Leather Material</span><div style=\"width:306px;\">PU</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Outside Material</span><div style=\"width:306px;\">Artificial Leather</div></li></ul></div><div><span style=\"width:140px;color:rgb(117,117,117);\">What’s in the box</span><div>High quality Artificial Leather Wallet For men</div></div></div></div></div>', '99.00', '0.00', '2023-02-06 22:08:53', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"5.00\"},\"Material\":{\"name\":\"Leather\",\"price\":\"3.00\"}}'), (303, 250, 30, 69, 'Microsoft office 2019 professional plus', NULL, 5, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '148.50', '0.00', '2023-02-07 11:41:57', NULL, 'null'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (304, 251, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2023-02-07 13:00:54', NULL, 'null'), (305, 252, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-02-07 16:14:22', NULL, '{\"Color Family\":{\"name\":\"Silver\",\"price\":\"3.80\"}}'), (306, 253, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-02-09 15:01:42', NULL, 'null'), (307, 254, 30, 62, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '9283768', 1, '69', '1672571298.png', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', '71.20', '0.00', '2023-02-10 10:55:22', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"Color Family\":{\"name\":\"Black\",\"price\":1.7800000000000000266453525910037569701671600341796875}}'), (308, 255, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-02-10 13:13:00', NULL, 'null'), (309, 256, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-02-11 12:55:30', NULL, 'null'), (310, 257, 30, 69, 'Microsoft office 2019 professional plus', NULL, 2, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '59.40', '0.00', '2023-02-11 21:06:15', NULL, 'null'), (311, 258, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 5, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '2375.00', '0.00', '2023-02-14 02:20:20', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (312, 259, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-02-15 05:58:19', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (313, 260, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-02-15 17:40:31', NULL, '{\"Color\":{\"name\":\"Blue\",\"price\":\"5.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":7.0999999999999996447286321199499070644378662109375,\"price\":\"7.00\"}}'), (314, 261, 30, 68, 'iPhone 14 pro max 256 GB (HK) نشط', '7705103', 1, '62', '1672575523.png', 'الموديل: Apple iPhone 14 Pro Max\r\nصدر سبتمبر 2022\r\nالحالة متاح\r\nالنوع\r\nالأبعاد 160.7 × 77.6 × 7.9 ملم', '<p>تفاصيل منتج iPhone 14 pro max 256 GB (HK) Active</p><p>الموديل: Apple iPhone 14 Pro Max</p><p>صدر سبتمبر 2022</p><p>الحالة متاح</p><p>النوع</p><p>الأبعاد 160.7 × 77.6 × 7.9 ملم</p><p>الوزن 240 جرام</p><p>مقاومة للماء والغبار IP68</p><p>نوع العرض: LTPO Super Retina XDR OLED</p><p>الحجم: 6.7 بوصة</p><p>الدقة: ١٢٩٠ × ٢٧٩٦ بكسل</p><p>ألوان العرض</p><p>كثافة البكسل ~ 460 نقطة في البوصة</p><p>شاشة تعمل باللمس نعم</p><p>حماية الشاشة: زجاج سيراميك مقاوم للخدش ، طلاء مقاوم للزيت</p><p>الميزات 120 هرتز ، HDR10 ، Dolby Vision ، 1000 شمعة (النوع) ، 2000 شمعة (HBM)</p><p>وحدة المعالجة المركزية</p><p>GPUApple GPU (رسومات خماسية النواة)</p><p>(الذاكرة العشوائية) 6 جيجابايت</p><p>التخزين الداخلي 128 جيجا بايت ، 256 جيجا بايت ، 512 جيجا بايت ، 1 تيرابايت</p><p>فتحة لبطاقة الذاكرة</p><p>أجهزة الاستشعار: Face ID ، مقياس التسارع ، الدوران ، القرب ، البوصلة ، البارومتر</p><p>نظام التشغيل iOS 16</p><p>الكاميرا الخلفية: 48 ميجابكسل (عريضة) + 12 ميجابكسل (تليفوتوغرافي) + 12 ميجابكسل (فائقة السرعة) + ماسح ضوئي TOF 3D LiDAR (عمق)</p><p>صورة 2160 ص</p><p>Video4K @ 24/25/30 / 60fps ، 1080p @ 25/30/60/120/240 إطارًا في الثانية ، 10 بت HDR ، Dolby Vision HDR (حتى 60 إطارًا في الثانية) ، ProRes ، الوضع السينمائي (4K @ 30 إطارًا في الثانية) ، تسجيل صوت ستريو.</p><p>فلاش نعم</p><p>الكاميرا الأمامية: 12 ميجابكسل (واسعة) + SL 3D ، (مستشعر العمق / القياسات الحيوية)</p><p>SIM نانو</p><p>بطاقتي SIM نعم</p><p>Wi-Fi 802.11 a / b / g / n / ac / 6 ، ثنائي النطاق ، نقطة فعالة</p><p>USBLightning ، USB 2.0</p><p>GPS مزدوج النطاق A-GPS ، GLONASS ، GALILEO ، BDS ، QZSS</p><p>NFC نعم</p><p>الشحن اللاسلكي نعم</p><p>جاك سماعة الرأس</p><p>السعة Li-Ion + شحن سريع ، 50٪ في 30 دقيقة (معلن) + USB Power Delivery 2.0 + MagSafe شحن لاسلكي 15W + Qi مغناطيسي سريع الشحن اللاسلكي 7.5 واط</p><p>التنسيب</p><p>تشغيل الفيديو نعم</p><p>خرج الفيديو نعم</p><p>راديو FM</p><p>نغمات الرنين نعم</p><p>مكبر الصوت نعم</p><p>مكبر الصوت نعم</p><p>شبكة 4G LTE 1، 2، 3، 4، 5، 7، 8، 12، 13، 17، 18، 19، 20، 25، 26، 28، 30، 32، 34، 38، 39، 40، 41، 42، 46 ، 48 ، 53 ، 66 - A2894 ، A2896</p><p>نطاقات 5G NR 1 ، 2 ، 3 ، 5 ، 7 ، 8 ، 12 ، 20 ، 25 ، 26 ، 28 ، 30 ، 38 ، 40 ، 41 ، 48 ، 53 ، 66 ، 70 ، 77 ، 78 ، 79 SA / NSA / Sub6 - A2894 ، A2896</p><p>SpeedHSPA 42.2 / 5.76 ميجابت في الثانية ، LTE-A ، 5G ، EV-DO Rev.A 3.1 ميجابت في الثانية</p><p>#ايفون</p>', '475.00', '0.00', '2023-02-16 13:11:52', NULL, '{\"\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0644\\u0648\\u0646\":{\"name\":\"\\u0641\\u0636\\u0629\",\"price\":\"3.80\"}}'), (315, 262, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-02-17 07:54:52', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (316, 263, 30, 66, 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '1809546', 1, '71', '1672572344.png', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><br /></p>', '99.00', '0.00', '2023-02-19 09:26:40', NULL, 'null'), (317, 264, 30, 61, 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '3591896', 1, '63', '1672571128.png', 'Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men\'s Windbreaker Hooded Jacket, Lightweight Casual Zip-up Bomber Coat Back Letter Printed Outwear </span><br /></p>', '99.00', '0.00', '2023-02-19 11:50:01', NULL, 'null'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (318, 265, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-02-20 06:14:56', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (319, 266, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-02-20 16:17:12', NULL, '{\"Color Family\":{\"name\":\"Silver\",\"price\":\"3.80\"}}'), (320, 267, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-02-20 20:12:39', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (321, 268, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-02-20 20:23:11', NULL, 'null'), (322, 269, 30, 68, 'iPhone 14 pro max 256 GB (HK) نشط', '7705103', 1, '62', '1672575523.png', 'الموديل: Apple iPhone 14 Pro Max\r\nصدر سبتمبر 2022\r\nالحالة متاح\r\nالنوع\r\nالأبعاد 160.7 × 77.6 × 7.9 ملم', '<p>تفاصيل منتج iPhone 14 pro max 256 GB (HK) Active</p><p>الموديل: Apple iPhone 14 Pro Max</p><p>صدر سبتمبر 2022</p><p>الحالة متاح</p><p>النوع</p><p>الأبعاد 160.7 × 77.6 × 7.9 ملم</p><p>الوزن 240 جرام</p><p>مقاومة للماء والغبار IP68</p><p>نوع العرض: LTPO Super Retina XDR OLED</p><p>الحجم: 6.7 بوصة</p><p>الدقة: ١٢٩٠ × ٢٧٩٦ بكسل</p><p>ألوان العرض</p><p>كثافة البكسل ~ 460 نقطة في البوصة</p><p>شاشة تعمل باللمس نعم</p><p>حماية الشاشة: زجاج سيراميك مقاوم للخدش ، طلاء مقاوم للزيت</p><p>الميزات 120 هرتز ، HDR10 ، Dolby Vision ، 1000 شمعة (النوع) ، 2000 شمعة (HBM)</p><p>وحدة المعالجة المركزية</p><p>GPUApple GPU (رسومات خماسية النواة)</p><p>(الذاكرة العشوائية) 6 جيجابايت</p><p>التخزين الداخلي 128 جيجا بايت ، 256 جيجا بايت ، 512 جيجا بايت ، 1 تيرابايت</p><p>فتحة لبطاقة الذاكرة</p><p>أجهزة الاستشعار: Face ID ، مقياس التسارع ، الدوران ، القرب ، البوصلة ، البارومتر</p><p>نظام التشغيل iOS 16</p><p>الكاميرا الخلفية: 48 ميجابكسل (عريضة) + 12 ميجابكسل (تليفوتوغرافي) + 12 ميجابكسل (فائقة السرعة) + ماسح ضوئي TOF 3D LiDAR (عمق)</p><p>صورة 2160 ص</p><p>Video4K @ 24/25/30 / 60fps ، 1080p @ 25/30/60/120/240 إطارًا في الثانية ، 10 بت HDR ، Dolby Vision HDR (حتى 60 إطارًا في الثانية) ، ProRes ، الوضع السينمائي (4K @ 30 إطارًا في الثانية) ، تسجيل صوت ستريو.</p><p>فلاش نعم</p><p>الكاميرا الأمامية: 12 ميجابكسل (واسعة) + SL 3D ، (مستشعر العمق / القياسات الحيوية)</p><p>SIM نانو</p><p>بطاقتي SIM نعم</p><p>Wi-Fi 802.11 a / b / g / n / ac / 6 ، ثنائي النطاق ، نقطة فعالة</p><p>USBLightning ، USB 2.0</p><p>GPS مزدوج النطاق A-GPS ، GLONASS ، GALILEO ، BDS ، QZSS</p><p>NFC نعم</p><p>الشحن اللاسلكي نعم</p><p>جاك سماعة الرأس</p><p>السعة Li-Ion + شحن سريع ، 50٪ في 30 دقيقة (معلن) + USB Power Delivery 2.0 + MagSafe شحن لاسلكي 15W + Qi مغناطيسي سريع الشحن اللاسلكي 7.5 واط</p><p>التنسيب</p><p>تشغيل الفيديو نعم</p><p>خرج الفيديو نعم</p><p>راديو FM</p><p>نغمات الرنين نعم</p><p>مكبر الصوت نعم</p><p>مكبر الصوت نعم</p><p>شبكة 4G LTE 1، 2، 3، 4، 5، 7، 8، 12، 13، 17، 18، 19، 20، 25، 26، 28، 30، 32، 34، 38، 39، 40، 41، 42، 46 ، 48 ، 53 ، 66 - A2894 ، A2896</p><p>نطاقات 5G NR 1 ، 2 ، 3 ، 5 ، 7 ، 8 ، 12 ، 20 ، 25 ، 26 ، 28 ، 30 ، 38 ، 40 ، 41 ، 48 ، 53 ، 66 ، 70 ، 77 ، 78 ، 79 SA / NSA / Sub6 - A2894 ، A2896</p><p>SpeedHSPA 42.2 / 5.76 ميجابت في الثانية ، LTE-A ، 5G ، EV-DO Rev.A 3.1 ميجابت في الثانية</p><p>#ايفون</p>', '475.00', '0.00', '2023-02-21 19:31:49', NULL, '{\"\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0644\\u0648\\u0646\":{\"name\":\"\\u0623\\u0633\\u0648\\u062f\",\"price\":\"1.90\"}}'), (323, 270, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 2, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '510.00', '0.00', '2023-02-25 03:05:26', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (324, 270, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-02-25 03:05:26', NULL, '{\"Size\":{\"name\":41,\"price\":5.5800000000000000710542735760100185871124267578125},\"Color\":{\"name\":\"Blue\",\"price\":4.6500000000000003552713678800500929355621337890625}}'), (325, 271, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-02-25 11:22:14', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (326, 272, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-02-25 16:03:01', NULL, 'null'), (327, 273, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-02-27 08:10:20', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (328, 274, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-02-28 12:07:47', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (329, 275, 30, 63, 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '9711467', 2, '69', '1672571538.png', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><br /></p>', '172.00', '0.00', '2023-03-01 08:23:10', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":\"2.00\"},\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (330, 276, 30, 62, 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', '9283768', 1, '70', '1672571298.png', 'T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch', '<p>T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch T500 ساعة ذكية متوافقة مع Android و iOS Bluetooth Watch <br /></p>', '71.20', '0.00', '2023-03-02 13:00:51', NULL, '{\"\\u064a\\u0643\\u062a\\u0628\":{\"name\":\"\\u0630\\u0643\\u064a\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"\\u0639\\u0627\\u0626\\u0644\\u0629 \\u0627\\u0644\\u0644\\u0648\\u0646\":{\"name\":\"\\u0623\\u0633\\u0648\\u062f\",\"price\":1.7800000000000000266453525910037569701671600341796875}}'), (331, 277, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-03-02 17:19:22', NULL, '{\"Color Family\":{\"name\":\"White\",\"price\":2.850000000000000088817841970012523233890533447265625}}'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (332, 278, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-03-03 05:19:34', NULL, '{\"Color Family\":{\"name\":\"Silver\",\"price\":\"3.80\"}}'), (333, 279, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-03-03 16:31:58', NULL, 'null'), (334, 280, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-03-04 22:10:34', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (335, 280, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-03-04 22:10:34', NULL, '{\"Size\":{\"name\":39,\"price\":4.6500000000000003552713678800500929355621337890625},\"Color\":{\"name\":\"Black\",\"price\":6.5099999999999997868371792719699442386627197265625}}'), (336, 281, 30, 63, 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '9711467', 1, '69', '1672571538.png', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><br /></p>', '86.00', '0.00', '2023-03-05 02:09:15', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":\"2.00\"},\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (337, 282, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-03-10 01:01:51', NULL, '{\"Color Family\":{\"name\":\"White\",\"price\":2.850000000000000088817841970012523233890533447265625}}'), (338, 283, 30, 69, 'مايكروسوفت أوفيس 2019 بروفيشنال بلس', NULL, 1, '68', '1672576029.png', 'مايكروسوفت أوفيس 2019 بروفيشنال بلس', '<p>لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة. لقد نجت ليس فقط خمسة قرون ، ولكن أيضًا القفزة في التنضيد الإلكتروني ، وظلت دون تغيير جوهري. تم نشره في الستينيات من القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع Lorem Ipsum ، ومؤخرًا مع برامج النشر المكتبي مثل Aldus PageMaker بما في ذلك إصدارات Lorem Ipsum.لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة. لقد نجت ليس فقط خمسة قرون ، ولكن أيضًا القفزة في التنضيد الإلكتروني ، وظلت دون تغيير جوهري. تم نشره في الستينيات من القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع Lorem Ipsum ، ومؤخرًا مع برامج النشر المكتبي مثل Aldus PageMaker بما في ذلك إصدارات Lorem Ipsum.لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة. لقد نجت ليس فقط خمسة قرون ، ولكن أيضًا القفزة في التنضيد الإلكتروني ، وظلت دون تغيير جوهري. تم نشره في الستينيات من القرن الماضي مع إصدار أوراق Letraset التي تحتوي على مقاطع Lorem Ipsum ، ومؤخرًا مع برامج النشر المكتبي مثل Aldus PageMaker بما في ذلك إصدارات Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-03-10 12:51:18', NULL, 'null'), (339, 284, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-03-12 14:42:32', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (340, 285, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-03-13 22:29:43', NULL, 'null'), (341, 286, 30, 62, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '9283768', 1, '69', '1672571298.png', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', '71.20', '0.00', '2023-03-14 03:01:30', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"Color Family\":{\"name\":\"Black\",\"price\":1.7800000000000000266453525910037569701671600341796875}}'), (342, 287, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-03-14 06:23:29', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (343, 287, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-03-14 06:23:29', NULL, 'null'), (344, 288, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-03-15 17:59:19', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (345, 289, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 3, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '180.00', '0.00', '2023-03-17 13:46:56', NULL, '{\"Color\":{\"name\":\"Red\",\"price\":\"3.00\"},\"Interface\":{\"name\":\"Wireless\",\"price\":\"2.00\"},\"Type\":{\"name\":\"Gaming\",\"price\":\"10.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (346, 290, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 3, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '180.00', '0.00', '2023-03-17 14:07:01', NULL, '{\"Color\":{\"name\":\"Red\",\"price\":\"3.00\"},\"Interface\":{\"name\":\"Wireless\",\"price\":\"2.00\"},\"Type\":{\"name\":\"Gaming\",\"price\":\"10.00\"},\"Special Feature\":{\"name\":\"DJ Grade\",\"price\":\"5.00\"}}'), (347, 291, 30, 69, 'Microsoft office 2019 professional plus', NULL, 2, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '59.40', '0.00', '2023-03-17 14:55:20', NULL, 'null'), (348, 292, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-03-17 17:14:12', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (349, 293, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-03-17 22:29:49', NULL, 'null'), (350, 294, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 4, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '1107.68', '0.00', '2023-03-18 13:11:22', NULL, 'null'), (351, 294, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 4, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '240.00', '0.00', '2023-03-18 13:11:22', NULL, '{\"Color\":{\"name\":\"Red\",\"price\":\"3.00\"},\"Interface\":{\"name\":\"Wireless\",\"price\":\"2.00\"},\"Type\":{\"name\":\"With Microphone\",\"price\":\"2.00\"},\"Special Feature\":{\"name\":\"DJ Grade\",\"price\":\"5.00\"}}'), (352, 295, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-03-21 12:40:10', NULL, '{\"Size\":{\"name\":39,\"price\":4.6500000000000003552713678800500929355621337890625},\"Color\":{\"name\":\"Black\",\"price\":6.5099999999999997868371792719699442386627197265625}}'), (353, 296, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-04-01 01:51:34', NULL, 'null'), (354, 297, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 2, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '553.84', '0.00', '2023-04-03 04:09:13', NULL, 'null'), (355, 298, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2023-04-04 05:18:41', NULL, 'null'), (356, 299, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-04-05 03:23:36', NULL, 'null'), (357, 300, 30, 66, 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', '1809546', 1, '72', '1672572344.png', 'كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية', '<p>كاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقميةكاميرا نيكون D5300 (AF-S 18-55 mm VR II Kit Lens) كاميرا SLR رقمية<br /></p>', '99.00', '0.00', '2023-04-05 03:25:50', NULL, 'null'), (358, 301, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-04-09 10:36:53', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (359, 302, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-04-09 13:29:59', NULL, 'null'), (360, 303, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2023-04-10 17:22:15', NULL, 'null'), (361, 304, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-04-12 02:04:17', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (362, 305, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-04-13 20:05:48', NULL, 'null'), (363, 306, 30, 76, 'Casual Footwear for Men - Black', '8899638', 5, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '697.50', '0.00', '2023-04-15 06:33:04', NULL, '{\"Size\":{\"name\":39,\"price\":4.6500000000000003552713678800500929355621337890625},\"Color\":{\"name\":\"Black\",\"price\":6.5099999999999997868371792719699442386627197265625}}'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (364, 307, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-04-17 03:41:23', NULL, 'null'), (365, 308, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-04-17 14:54:46', NULL, '{\"Size\":{\"name\":39,\"price\":4.6500000000000003552713678800500929355621337890625},\"Color\":{\"name\":\"Black\",\"price\":6.5099999999999997868371792719699442386627197265625}}'), (366, 309, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2023-04-19 02:58:00', NULL, 'null'), (367, 309, 30, 62, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '9283768', 1, '69', '1672571298.png', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', '71.20', '0.00', '2023-04-19 02:58:00', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"Color Family\":{\"name\":\"Black\",\"price\":1.7800000000000000266453525910037569701671600341796875}}'), (368, 309, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-04-19 02:58:00', NULL, 'null'), (369, 310, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-04-20 11:29:45', NULL, '{\"Color\":{\"name\":\"Red\",\"price\":\"3.00\"},\"Interface\":{\"name\":\"Wireless\",\"price\":\"2.00\"},\"Type\":{\"name\":\"With Microphone\",\"price\":\"2.00\"},\"Special Feature\":{\"name\":\"DJ Grade\",\"price\":\"5.00\"}}'), (370, 311, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-04-23 11:05:16', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (371, 312, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-04-23 13:59:09', NULL, 'null'), (372, 314, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 6, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '1194.00', '250.00', '2023-04-25 21:57:33', NULL, 'null'), (373, 315, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-04-26 03:08:35', NULL, '{\"Size\":{\"name\":39,\"price\":4.6500000000000003552713678800500929355621337890625},\"Color\":{\"name\":\"Black\",\"price\":6.5099999999999997868371792719699442386627197265625}}'), (374, 316, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-04-28 07:19:42', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (375, 317, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-04-28 14:53:46', NULL, '{\"Color Family\":{\"name\":\"White\",\"price\":\"3.00\"}}'), (376, 318, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 1, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '255.00', '0.00', '2023-05-03 13:09:22', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (377, 319, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-05-05 23:06:48', NULL, 'null'), (378, 320, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 2, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '398.00', '250.00', '2023-05-08 02:33:07', NULL, 'null'), (379, 321, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 3, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '180.00', '0.00', '2023-05-11 01:57:24', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wireless\",\"price\":\"2.00\"},\"Type\":{\"name\":\"Gaming\",\"price\":\"10.00\"},\"Special Feature\":{\"name\":7.0999999999999996447286321199499070644378662109375,\"price\":\"7.00\"}}'), (380, 322, 30, 63, 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '9711467', 1, '69', '1672571538.png', 'Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Microwear W17 Pro Series 7 SmartWatch | Wireless Charging | 500+ Watch Faces | Bluetooth Call Smart </span><br /></p>', '86.00', '0.00', '2023-05-15 20:05:14', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":\"2.00\"},\"Color Family\":{\"name\":\"Black\",\"price\":\"2.00\"}}'), (381, 323, 30, 67, 'Apple iPhone 7 Orange 256GB Storage', '6519184', 3, '61', '1672575275.png', 'Provides instant protection from scratches, dust\r\nPreserves display vibrancy, sharpness\r\nUnique properties provide unrivaled protection', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Provides instant protection from scratches, dust</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Preserves display vibrancy, sharpness</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Unique properties provide unrivaled protection</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Tapered edges for an appealing look, durability</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Full display coverage with no lif</li></ul></div><div style=\"font-size:14px;\"><h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:19px;color:rgb(33,33,33);\">Specifications of For iPhone 6 / iPhone 6s / iPhone 7 / iPhone 8 2.5D Transparent 0.3mm Glass Screen Protector ( Half Glass )</h2><div><ul><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">Brand</span><div style=\"width:306px;\">No Brand</div></li><li style=\"width:490px;line-height:18px;\"><span style=\"width:140px;color:rgb(117,117,117);\">SKU</span><div style=\"width:306px;\">188548770_BD-1136011075</div></li></ul></div></div></div></div>', '765.00', '0.00', '2023-05-18 22:36:46', NULL, '{\"Color Family\":{\"name\":\"White\",\"price\":\"3.00\"}}'), (382, 324, 30, 76, 'Casual Footwear for Men - Black', '8899638', 3, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '418.50', '0.00', '2023-05-18 22:45:00', NULL, '{\"Size\":{\"name\":42,\"price\":6.5099999999999997868371792719699442386627197265625},\"Color\":{\"name\":\"Blue\",\"price\":4.6500000000000003552713678800500929355621337890625}}'), (383, 325, 30, 76, 'Casual Footwear for Men - Black', '8899638', 3, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '418.50', '0.00', '2023-05-19 00:09:53', NULL, '{\"Size\":{\"name\":40,\"price\":5.5800000000000000710542735760100185871124267578125},\"Color\":{\"name\":\"Orange\",\"price\":5.5800000000000000710542735760100185871124267578125}}'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (384, 326, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-05-20 15:45:54', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (385, 327, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-05-22 13:23:47', NULL, 'null'), (386, 328, 30, 69, 'Microsoft office 2019 professional plus', NULL, 1, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '29.70', '0.00', '2023-05-23 13:44:23', NULL, 'null'), (387, 329, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2023-05-27 14:40:10', NULL, 'null'), (388, 330, 30, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 3, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '830.76', '0.00', '2023-05-28 10:05:25', NULL, 'null'), (389, 331, 30, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div></div>', '60.00', '0.00', '2023-05-31 06:10:01', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"5.00\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":\"1.00\"}}'), (390, 332, 30, 69, 'Microsoft office 2019 professional plus', NULL, 2, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '59.40', '0.00', '2023-06-01 07:59:26', NULL, 'null'), (391, 333, 30, 62, 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '9283768', 1, '69', '1672571298.png', 'T500 Smart Watch Compatible with Android & iOS Bluetooth Watch', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">T500 Smart Watch Compatible with Android & iOS Bluetooth Watch </span><br /></p>', '71.20', '0.00', '2023-06-03 08:34:09', NULL, '{\"Type\":{\"name\":\"Smart\",\"price\":1.7800000000000000266453525910037569701671600341796875},\"Color Family\":{\"name\":\"Black\",\"price\":1.7800000000000000266453525910037569701671600341796875}}'), (392, 334, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-06-03 17:41:32', NULL, '{\"Size\":{\"name\":40,\"price\":5.5800000000000000710542735760100185871124267578125},\"Color\":{\"name\":\"Blue\",\"price\":4.6500000000000003552713678800500929355621337890625}}'), (393, 335, 30, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '139.50', '0.00', '2023-06-04 08:25:12', NULL, '{\"Size\":{\"name\":40,\"price\":5.5800000000000000710542735760100185871124267578125},\"Color\":{\"name\":\"Blue\",\"price\":4.6500000000000003552713678800500929355621337890625}}'), (394, 336, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-06-04 20:06:13', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (395, 336, 30, 66, 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '1809546', 1, '71', '1672572344.png', 'nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">nikon d5300 (af-s 18-55 mm vr ii kit lens) digital slr camera </span><br /></p>', '99.00', '0.00', '2023-06-04 20:06:13', NULL, 'null'), (396, 337, 30, 60, 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', '1234318', 1, '63', '1672571011.png', 'Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits', '<p><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;background-color:rgb(239,240,245);\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><span style=\"background-color:rgb(239,240,245);color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Men Winter Jacket Coats, Windproof Snow Jackets with Inner Down Cotton Layer Warm Outfits </span><br /></p>', '97.02', '0.00', '2023-06-08 09:30:57', NULL, 'null'), (397, 338, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-06-13 09:36:59', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (398, 339, 30, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2023-06-13 09:41:27', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (399, 340, 30, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2023-06-16 18:47:06', NULL, 'null'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (400, 341, 84, 78, 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '4631885', 1, '73', '1672824839.png', 'Headband Foldable Stereo Bluetooth Headphones Wireless Heads', '<h2 style=\"font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">Type: Wireless Bluetooth Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Microphone included: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Noise Cancelling: Yes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Model: P47 ( 4.2 + EDR )</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Connectivity: Wired and Wireless(Bluetooth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Talk time: 6 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Standby time: Up to 15 hours</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Driver Unit:40mm Diameter</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Scope of Work: 10 meters</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USB Charging Cable: AC input 110-240VDC input 5V</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">AVRCP Remote Control Capabilities</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Forward, Backward Selections Feature Pause Function</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with ROHS Standards</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Bluetooth High-Speed Connected</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Answering Incoming Calls</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">High Fidelity Stereo Surround Sound</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Application: Gaming, Running, Sport</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Compatible with: All like Computer, Mobile, phone</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Very Easy to Use and Carry</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Durable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Quality Product.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Gift Item.</li></ul></div><div style=\"line-height:19px;\"><ul><li>P47 Headband Foldable Stereo Bluetooth Headphones Wireless Headse</li></ul><p>Product details of Wireless Bluetooth Headphone P47 Stereo Earphone with SD Card Slot</p><ul><li>Type: Wireless Bluetooth Headphone</li><li>You must get Charger Cable & AudioCable(1 by 1 Cable) with Headphone</li><li>Microphone included: Yes</li><li>Noise Cancelling: Yes</li><li>Model: P47 ( 4.2 + EDR )</li><li>Connectivity: Wired and Wireless(Bluetooth)</li><li>Talk time: 6 hours</li><li>Standby time: Up to 15 hours</li><li>TF Card/FM Stereo Radio/MP3 Player/Wireless/Bluetooth</li><li>Driver Unit:40mm Diameter</li><li>Scope of Work: 10 meters</li><li>USB Charging Cable: AC input 110-240VDC input 5V</li><li>AVRCP Remote Control Capabilities</li><li>Forward, Backward Selections Feature Pause Function</li><li>Compatible with ROHS Standards</li><li>Bluetooth High-Speed Connected</li><li>Answering Incoming Calls</li><li>High Fidelity Stereo Surround Sound</li><li>Application: Gaming, Running, Sport</li><li>Compatible with: All like Computer, Mobile, phone</li><li>Very Easy to Use and Carry</li><li>Durable</li><li>Quality Product.</li><li>Gift Item.</li></ul></div></div>', '60.00', '0.00', '2024-01-10 23:55:47', NULL, '{\"Color\":{\"name\":\"Black\",\"price\":\"0.00\"},\"Interface\":{\"name\":\"Wired\",\"price\":\"0.00\"},\"Type\":{\"name\":\"Standard\",\"price\":\"4.70\"},\"Special Feature\":{\"name\":\"RGB\",\"price\":0.94}}'), (401, 341, 84, 77, 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '8498030', 1, '65', '1672816311.png', 'Black marble gold luxury dinning room sets daining table and 6 seater chair dining set', '<p>Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set Black marble gold luxury dinning room sets daining table and 6 seater chair dining set <br /></p>', '276.92', '0.00', '2024-01-10 23:55:47', NULL, 'null'), (402, 342, 84, 76, 'Casual Footwear for Men - Black', '8899638', 1, '63', '1672740422.png', 'Insole Material:EVA\r\nMan Shoe Material: Knitted Upper+ PVC Outsole\r\nLining Material: Cotton Fabric\r\nColor: Black Mix Red', '<p>A shoe is an item of footwear intended to protect and comfort the human foot while the wearer is doing various activities. Shoes are also used as an item of decoration and fashion. The design of shoes has varied enormously through time and from culture to culture, with appearance originally being tied to function. Additionally, fashion has often dictated many design elements, such as whether shoes have very high heels or flat ones. The seller, offers a wide selection of products from renowned brands in Bangladesh with a promise of fast, safe and easy online shopping experience through Daraz. The seller comes closer to the huge customers on this leading online shopping platform of all over Bangladesh and serving to the greater extent for achieving higher customer satisfaction. The brands working with Daraz are not only serving top class products but also are dedicated to acquiring brand loyalty.<br /></p>', '150.00', '0.00', '2024-01-11 02:33:31', NULL, '{\"Size\":{\"name\":39,\"price\":\"1.70\"},\"Color\":{\"name\":\"Black\",\"price\":2.38}}'), (403, 342, 84, 69, 'Microsoft office 2019 professional plus', NULL, 2, '67', '1672576029.png', 'Microsoft office 2019 professional plus', '<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<br /></p>', '59.40', '0.00', '2024-01-11 02:33:31', NULL, 'null'), (404, 342, 84, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2024-01-11 02:33:31', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (405, 343, 84, 68, 'iPhone 14 pro max 256 GB (HK) Active', '7705103', 1, '61', '1672575523.png', 'ModelApple iPhone 14 Pro Max\r\nReleasedSeptember 2022\r\nStatusAvailable\r\nTypeBar', '<h2 style=\"font-weight:500;font-family:\'Roboto-Medium\';font-size:16px;line-height:52px;color:rgb(33,33,33);\">Product details of iPhone 14 pro max 256 GB (HK) Active</h2><div style=\"font-family:Roboto, \'-apple-system\', BlinkMacSystemFont, \'Helvetica Neue\', Helvetica, sans-serif;font-size:12px;\"><div><div><ul><li style=\"font-size:14px;line-height:18px;text-align:left;\">ModelApple iPhone 14 Pro Max</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">ReleasedSeptember 2022</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">StatusAvailable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">TypeBar</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dimensions160.7 x 77.6 x 7.9 mm</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Weight240 Grams</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">WaterproofIP68 dust/water resistant</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display TypeLTPO Super Retina XDR OLED</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Size6.7 inches</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Resolution1290 x 2796 pixels</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display Colors16M</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Pixel Density~460 PPI</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Touch ScreenYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Display ProtectionScratch-resistant ceramic glass, oleophobic coating</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Features120Hz, HDR10, Dolby Vision, 1000 nits (typ), 2000 nits (HBM)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CPUHexa-core</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPUApple GPU (5-core graphics)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">RAM (Memory)6 GB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Internal Storage128 GB, 256 GB, 512 GB, 1 TB</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Memory Card SlotNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SensorsFace ID, accelerometer, gyro, proximity, compass, barometer</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Operating SystemiOS 16</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Rear Camera48 MP (wide) + 12 MP (telephoto) + 12 MP (ultrawide) + TOF 3D LiDAR scanner (depth)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Image2160p</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video4K@24/25/30/60fps, 1080p@25/30/60/120/240fps, 10-bit HDR, Dolby Vision HDR (up to 60fps), ProRes, Cinematic mode (4K@30fps), stereo sound rec.</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FlashYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Front Camera12 MP (wide) + SL 3D, (depth/biometrics sensor)</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SIMNano SIM</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Dual SIMYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wi-fiWi-Fi 802.11 a/b/g/n/ac/6, dual-band, hotspot</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">USBLightning, USB 2.0</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">GPSDual-band A-GPS, GLONASS, GALILEO, BDS, QZSS</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">NFCYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Wireless ChargingYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Headphone JackNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">CapacityLi-Ion + Fast charging, 50% in 30 min (advertised) + USB Power Delivery 2.0 + MagSafe wireless charging 15W + Qi magnetic fast wireless charging 7.5W</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">PlacementNon-removable</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video PlaybackYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Video OutYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">FM RadioNo</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">Ring TonesYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">LoudspeakerYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">HandsfreeYes</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">4G LTE1, 2, 3, 4, 5, 7, 8, 12, 13, 17, 18, 19, 20, 25, 26, 28, 30, 32, 34, 38, 39, 40, 41, 42, 46, 48, 53, 66 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">5G NR Bands1, 2, 3, 5, 7, 8, 12, 20, 25, 26, 28, 30, 38, 40, 41, 48, 53, 66, 70, 77, 78, 79 SA/NSA/Sub6 - A2894, A2896</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">SpeedHSPA 42.2/5.76 Mbps, LTE-A, 5G, EV-DO Rev.A 3.1 Mbps</li><li style=\"font-size:14px;line-height:18px;text-align:left;\">#iphone</li></ul></div></div></div>', '475.00', '0.00', '2024-01-11 02:39:27', NULL, '{\"Color Family\":{\"name\":\"Black\",\"price\":\"1.90\"}}'), (406, 343, 84, 65, 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '3922676', 1, '71', '1672571912.png', 'Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras', '<span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><span style=\"color:rgb(117,117,117);font-family:\'Roboto-Regular\', Helvetica, Arial, sans-serif;\">Nikon AF-S DX NIKKOR 18-140mm f/3.5-5.6G ED Vibration Reduction Zoom Lens with Auto Focus for Nion DSLR Cameras </span><br />', '199.00', '250.00', '2024-01-11 02:39:27', NULL, 'null'), (426, 365, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:24:00', NULL, 'null'), (427, 366, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:25:27', NULL, 'null'), (428, 367, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:26:32', NULL, 'null'), (429, 368, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:27:45', NULL, 'null'), (430, 369, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:29:27', NULL, 'null'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (431, 370, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:30:34', NULL, 'null'), (432, 371, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:32:15', NULL, 'null'), (433, 372, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:40:36', NULL, 'null'), (434, 373, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:41:42', NULL, 'null'), (435, 374, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:42:51', NULL, 'null'), (436, 375, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:44:39', NULL, 'null'), (437, 376, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:47:34', NULL, 'null'), (438, 377, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:49:11', NULL, 'null'), (439, 378, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:50:32', NULL, 'null'), (440, 379, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 02:53:22', NULL, 'null'); INSERT INTO `user_order_items` (`id`, `user_order_id`, `customer_id`, `item_id`, `title`, `sku`, `qty`, `category`, `image`, `summary`, `description`, `price`, `previous_price`, `created_at`, `updated_at`, `variations`) VALUES (441, 380, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-09 03:03:44', NULL, 'null'), (442, 381, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-03-10 00:33:03', NULL, 'null'), (443, 382, 86, 80, 'Lorem ipsum dolo uptate unde maiores. Dicta!', '785', 1, '79', '1709972415.png', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', 'Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!Lorem ipsum dolo uptate unde maiores. Dicta!', '121.00', '130.00', '2024-04-16 02:22:21', NULL, 'null'); -- -------------------------------------------------------- -- -- Table structure for table `user_pages` -- CREATE TABLE `user_pages` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `body` blob, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `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_pages` -- INSERT INTO `user_pages` (`id`, `user_id`, `language_id`, `name`, `title`, `slug`, `body`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (1, 230, 252, 'Terms & Conditions', 'terms & conditions', 'terms-&-conditions', 0x3c6f6c3e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e496e74726f64756374696f6e3a205468657365207465726d7320616e6420636f6e646974696f6e7320676f7665726e2074686520757365206f6620746865207765627369746520616e6420616e79207365727669636573206f666665726564207468726f7567682074686520776562736974652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e557365722041677265656d656e743a204279207573696e6720746865207765627369746520616e64206974732073657276696365732c2074686520757365722061677265657320746f20626520626f756e64206279207468657365207465726d7320616e6420636f6e646974696f6e732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e4d6f64696669636174696f6e733a2054686520636f6d70616e792072657365727665732074686520726967687420746f206d6f64696679207468657365207465726d7320616e6420636f6e646974696f6e7320617420616e792074696d6520776974686f7574207072696f72206e6f746963652e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e55736572204163636f756e743a20546f20757365206365727461696e207365727669636573206f6e2074686520776562736974652c207468652075736572206d617920626520726571756972656420746f2063726561746520616e206163636f756e742e20546865207573657220697320726573706f6e7369626c6520666f72206d61696e7461696e696e672074686520636f6e666964656e7469616c697479206f66207468656972206163636f756e7420616e642070617373776f72642e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e436f6e74656e743a20546865207573657220697320736f6c656c7920726573706f6e7369626c6520666f722074686520636f6e74656e7420746865792075706c6f61642c20706f73742c206f72206f7468657277697365207472616e736d6974207468726f7567682074686520776562736974652e2054686520636f6d70616e792072657365727665732074686520726967687420746f2072656d6f766520616e7920636f6e74656e7420746861742076696f6c61746573207468657365207465726d7320616e6420636f6e646974696f6e732e3c2f7370616e3e3c2f6c693e3c2f6f6c3e, NULL, NULL, '2023-01-30 01:39:46', '2023-01-30 01:39:46'), (2, 230, 252, 'Privacy Policy', 'Privacy Policy', 'privacy-policy', 0x3c6f6c3e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e496e74726f64756374696f6e3a2054686973207072697661637920706f6c69637920676f7665726e732074686520636f6c6c656374696f6e2c207573652c20616e6420646973636c6f73757265206f6620706572736f6e616c20696e666f726d6174696f6e2062792074686520636f6d70616e79207468726f75676820697473207765627369746520616e642073657276696365732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e436f6c6c656374696f6e206f6620496e666f726d6174696f6e3a2054686520636f6d70616e79206d617920636f6c6c65637420706572736f6e616c20696e666f726d6174696f6e2073756368206173206e616d652c20616464726573732c20656d61696c2c20616e642070686f6e65206e756d626572207768656e207468652075736572206372656174657320616e206163636f756e74206f7220696e746572616374732077697468207468652077656273697465206f72206974732073657276696365732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e557365206f6620496e666f726d6174696f6e3a2054686520636f6d70616e79206d6179207573652074686520706572736f6e616c20696e666f726d6174696f6e20636f6c6c656374656420666f7220707572706f736573207375636820617320726573706f6e64696e6720746f20696e717569726965732c2070726f766964696e6720637573746f6d657220737570706f72742c20616e6420696d70726f76696e6720746865207765627369746520616e64206974732073657276696365732e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e446973636c6f73757265206f6620496e666f726d6174696f6e3a2054686520636f6d70616e792077696c6c206e6f7420646973636c6f7365207468652075736572e280997320706572736f6e616c20696e666f726d6174696f6e20746f207468697264207061727469657320756e6c657373207265717569726564206279206c6177206f722077697468207468652075736572e280997320636f6e73656e742e3c2f7370616e3e3c2f6c693e3c6c69207374796c653d22666f6e742d73697a653a313370783b6c696e652d6865696768743a312e383b666f6e742d66616d696c793a2748656c766574696361204e657565273b223e3c7370616e207374796c653d22666f6e742d73697a653a313870783b223e446174612053656375726974793a2054686520636f6d70616e792074616b657320726561736f6e61626c6520737465707320746f2070726f746563742074686520706572736f6e616c20696e666f726d6174696f6e20636f6c6c65637465642066726f6d20756e617574686f72697a6564206163636573732c207573652c206f7220646973636c6f737572652e20486f77657665722c206e6f2064617461207472616e736d697373696f6e206f7665722074686520696e7465726e65742063616e2062652067756172616e7465656420746f2062652031303025207365637572652e3c2f7370616e3e3c2f6c693e3c2f6f6c3e, NULL, NULL, '2023-01-30 01:41:17', '2023-01-30 01:41:17'), (3, 230, 252, 'Animal', 'vf tnszmet ymxdrnf6l74', 'vf-tnszmet-ymxdrnf6l74', 0x3c703e3c7374726f6e673e4c6f72656d20497073756d3c2f7374726f6e673e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e266e6273703b69732073696d706c792064756d6d792074657874206f6620746865207072696e74696e6720616e64207479706573657474696e6720696e6475737472792e204c6f72656d20497073756d20686173206265656e2074686520696e6475737472792773207374616e646172642064756d6d79207465787420657665722073696e636520746865203135303073207768656e20616e20756e6b6e6f776e207072696e74657220746f6f6b20612067616c6c6579206f66207479706520616e6420736372616d626c656420697420746f206d616b65206120747970652073706563696d656e20626f6f6b2e20497420686173207375727669766564206e6f74206f6e6c7920666976652063656e7475726965732c2062757420616c736f20746865206c65617020696e746f20656c656374726f6e6963207479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c61726973656420696e207468652031393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d2070617373616765732c20616e64206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f667477617265206c696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7374726f6e673e4c6f72656d20497073756d3c2f7374726f6e673e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e266e6273703b69732073696d706c792064756d6d792074657874206f6620746865207072696e74696e6720616e64207479706573657474696e6720696e6475737472792e204c6f72656d20497073756d20686173206265656e2074686520696e6475737472792773203c2f7370616e3e3c2f703e3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e3c62723e3c2f7370616e3e3c2f703e3c703e3c696d67207374796c653d2277696474683a203530253b20666c6f61743a2072696768743b22207372633d22687474703a2f2f627573696e6573736f2e746573742f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363530326163626564353663362e6a70672220616c743d22363530326163626564353663362e6a70672220636c6173733d226e6f74652d666c6f61742d7269676874223e3c2f703e3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e7479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c617269736564266e6273703b3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e31393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e70617373616765732c20616e64266e6273703b206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f6674776172653c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d2e3c2f7370616e3e3c2f703e, 'dsfghj', 'fdghj', '2023-09-14 00:48:59', '2023-09-14 03:30:21'); -- -------------------------------------------------------- -- -- Table structure for table `user_payment_gateways` -- CREATE TABLE `user_payment_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(10) UNSIGNED NOT NULL, `subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `details` text COLLATE utf8mb4_unicode_ci, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'manual', `information` mediumtext COLLATE utf8mb4_unicode_ci, `keyword` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) 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_payment_gateways` -- INSERT INTO `user_payment_gateways` (`id`, `user_id`, `subtitle`, `title`, `details`, `name`, `type`, `information`, `keyword`, `status`, `created_at`, `updated_at`) VALUES (6, 169, NULL, NULL, NULL, 'Flutterwave', 'automatic', '{\"public_key\":\"FLWPUBK_TEST-93972d50b7b24582a2050de2803799c0-X\",\"secret_key\":\"FLWSECK_TEST-3c9d39d4b16e9011bc4b9893f882f71e-X\",\"text\":\"Pay via your Flutterwave account.\"}', 'flutterwave', 1, '2020-09-16 13:07:37', '2022-02-12 18:48:57'), (9, 169, NULL, NULL, NULL, 'Razorpay', 'automatic', '{\"key\":\"rzp_test_fV9dM9URYbqjm7\",\"secret\":\"nickxZ1du2ojPYVVRTDif2Xr\",\"text\":\"Pay via your Razorpay account.\"}', 'razorpay', 1, '2020-09-16 13:07:37', '2020-09-16 13:15:31'), (11, 169, NULL, NULL, NULL, 'Paytm', 'automatic', '{\"environment\":\"local\",\"merchant\":\"tkogux49985047638244\",\"secret\":\"LhNGUUKE9xCQ9xY8\",\"website\":\"WEBSTAGING\",\"industry\":\"Retail\",\"text\":\"Pay via your paytm account.\"}', 'paytm', 1, '2020-09-16 13:07:37', '2022-02-12 23:08:59'), (12, 169, NULL, NULL, NULL, 'Paystack', 'automatic', '{\"key\":\"sk_test_4ac9f2c43514e3cc08ab68f922201549ebda1bfd\",\"email\":null,\"text\":\"Pay via your Paystack account.\"}', 'paystack', 1, '2020-09-16 13:07:37', '2020-09-16 13:15:31'), (13, 169, NULL, NULL, NULL, 'Instamojo', 'automatic', '{\"key\":\"test_172371aa837ae5cad6047dc3052\",\"token\":\"test_4ac5a785e25fc596b67dbc5c267\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Instamojo account.\"}', 'instamojo', 1, '2020-09-16 13:07:37', '2020-09-16 13:15:31'), (14, 169, NULL, NULL, NULL, 'Stripe', 'automatic', '{\"key\":\"pk_test_UnU1Coi1p5qFGwtpjZMRMgJM\",\"secret\":\"sk_test_QQcg3vGsKRPlW6T3dXcNJsor\",\"text\":\"Pay via your Credit account.\"}', 'stripe', 1, '2020-09-16 13:07:37', '2020-09-16 13:15:31'), (15, 169, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"AVYKFEw63FtDt9aeYOe9biyifNI56s2Hc2F1Us11hWoY5GMuegipJRQBfWLiIKNbwQ5tmqKSrQTU3zB3\",\"client_secret\":\"EJY0qOKliVg7wKsR3uPN7lngr9rL1N7q4WV0FulT1h4Fw3_e5Itv1mxSdbtSUwAaQoXQFgq-RLlk_sQu\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1, '2020-09-16 13:07:37', '2022-04-07 09:43:15'), (17, 169, NULL, NULL, NULL, 'Mollie Payment', 'automatic', '{\"key\":\"test_m6BAuk4mJ7asBP52AtCWn3WjpK4Tv3\",\"text\":\"Pay via your Mollie Payment account.\"}', 'mollie', 1, '2020-09-16 13:07:37', '2022-04-16 07:52:57'), (19, 169, NULL, NULL, NULL, 'Mercado Pago', 'automatic', '{\"token\":\"TEST-705032440135962-041006-ad2e021853f22338fe1a4db9f64d1491-421886156\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Mercado Pago account.\"}', 'mercadopago', 1, '2020-09-16 13:07:37', '2020-09-16 13:15:31'), (20, 169, NULL, NULL, NULL, 'Authorize.net', 'automatic', '{\"login_id\":\"3Ca5hYQ6h\",\"transaction_key\":\"8bt8Kr5gPZ3ZE23C\",\"public_key\":\"7m38JBnNjStNFq58BA6Wrr852ahtT533cGKavWwu6Fge28RDc5wC7wTL8Vsb35B3\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Authorize.net account.\"}', 'authorize.net', 1, '2020-09-16 13:07:37', '2020-09-16 13:15:31'), (43, 222, NULL, NULL, NULL, 'Flutterwave', 'automatic', NULL, 'flutterwave', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (44, 222, NULL, NULL, NULL, 'Razorpay', 'automatic', NULL, 'razorpay', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (45, 222, NULL, NULL, NULL, 'Paytm', 'automatic', NULL, 'paytm', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (46, 222, NULL, NULL, NULL, 'Paystack', 'automatic', NULL, 'paystack', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (47, 222, NULL, NULL, NULL, 'Instamojo', 'automatic', NULL, 'instamojo', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (48, 222, NULL, NULL, NULL, 'Stripe', 'automatic', NULL, 'stripe', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (49, 222, NULL, NULL, NULL, 'Paypal', 'automatic', NULL, 'paypal', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (50, 222, NULL, NULL, NULL, 'Mollie', 'automatic', NULL, 'mollie', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (51, 222, NULL, NULL, NULL, 'Mercadopago', 'automatic', NULL, 'mercadopago', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (52, 222, NULL, NULL, NULL, 'Authorize.net', 'automatic', NULL, 'authorize.net', 1, '2022-08-24 06:15:10', '2022-08-24 06:15:10'), (53, 223, NULL, NULL, NULL, 'Flutterwave', 'automatic', NULL, 'flutterwave', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (54, 223, NULL, NULL, NULL, 'Razorpay', 'automatic', NULL, 'razorpay', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (55, 223, NULL, NULL, NULL, 'Paytm', 'automatic', NULL, 'paytm', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (56, 223, NULL, NULL, NULL, 'Paystack', 'automatic', NULL, 'paystack', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (57, 223, NULL, NULL, NULL, 'Instamojo', 'automatic', NULL, 'instamojo', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (58, 223, NULL, NULL, NULL, 'Stripe', 'automatic', NULL, 'stripe', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (59, 223, NULL, NULL, NULL, 'Paypal', 'automatic', NULL, 'paypal', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (60, 223, NULL, NULL, NULL, 'Mollie', 'automatic', NULL, 'mollie', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (61, 223, NULL, NULL, NULL, 'Mercadopago', 'automatic', NULL, 'mercadopago', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (62, 223, NULL, NULL, NULL, 'Authorize.net', 'automatic', NULL, 'authorize.net', 1, '2022-08-24 06:17:03', '2022-08-24 06:17:03'), (93, 227, NULL, NULL, NULL, 'Flutterwave', 'automatic', NULL, 'flutterwave', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (94, 227, NULL, NULL, NULL, 'Razorpay', 'automatic', NULL, 'razorpay', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (95, 227, NULL, NULL, NULL, 'Paytm', 'automatic', NULL, 'paytm', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (96, 227, NULL, NULL, NULL, 'Paystack', 'automatic', NULL, 'paystack', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (97, 227, NULL, NULL, NULL, 'Instamojo', 'automatic', NULL, 'instamojo', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (98, 227, NULL, NULL, NULL, 'Stripe', 'automatic', NULL, 'stripe', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (99, 227, NULL, NULL, NULL, 'Paypal', 'automatic', NULL, 'paypal', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (100, 227, NULL, NULL, NULL, 'Mollie', 'automatic', NULL, 'mollie', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (101, 227, NULL, NULL, NULL, 'Mercadopago', 'automatic', NULL, 'mercadopago', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (102, 227, NULL, NULL, NULL, 'Authorize.net', 'automatic', NULL, 'authorize.net', NULL, '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (123, 230, NULL, NULL, NULL, 'Flutterwave', 'automatic', '{\"public_key\":\"FLWPUBK_TEST-a34940f2f87746abbdd8c117caee81cf-X\",\"secret_key\":\"FLWSECK_TEST-1cb427c96e0b1e6772a04504be3638bd-X\",\"text\":\"Pay via your Flutterwave account.\"}', 'flutterwave', 1, '2022-12-30 23:25:39', '2023-01-04 04:00:05'), (124, 230, NULL, NULL, NULL, 'Razorpay', 'automatic', '{\"key\":\"rzp_test_fV9dM9URYbqjm7\",\"secret\":\"nickxZ1du2ojPYVVRTDif2Xr\",\"text\":\"Pay via your Razorpay account.\"}', 'razorpay', 1, '2022-12-30 23:25:39', '2023-01-04 04:01:01'), (125, 230, NULL, NULL, NULL, 'Paytm', 'automatic', '{\"environment\":\"local\",\"merchant\":\"tkogux49985047638244\",\"secret\":\"LhNGUUKE9xCQ9xY8\",\"website\":\"WEBSTAGING\",\"industry\":\"Retail\",\"text\":\"Pay via your paytm account.\"}', 'paytm', 1, '2022-12-30 23:25:39', '2023-01-04 03:59:35'), (126, 230, NULL, NULL, NULL, 'Paystack', 'automatic', '{\"key\":\"sk_test_4ac9f2c43514e3cc08ab68f922201549ebda1bfd\",\"email\":null,\"text\":\"Pay via your Paystack account.\"}', 'paystack', 1, '2022-12-30 23:25:39', '2023-01-04 03:59:54'), (127, 230, NULL, NULL, NULL, 'Instamojo', 'automatic', '{\"key\":\"test_172371aa837ae5cad6047dc3052\",\"token\":\"test_4ac5a785e25fc596b67dbc5c267\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Instamojo account.\"}', 'instamojo', 1, '2022-12-30 23:25:39', '2023-01-04 03:59:47'), (128, 230, NULL, NULL, NULL, 'Stripe', 'automatic', '{\"key\":\"pk_test_UnU1Coi1p5qFGwtpjZMRMgJM\",\"secret\":\"sk_test_QQcg3vGsKRPlW6T3dXcNJsor\",\"text\":\"Pay via your Credit account.\"}', 'stripe', 1, '2022-12-30 23:25:39', '2023-01-04 03:59:15'), (129, 230, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"AVYKFEw63FtDt9aeYOe9biyifNI56s2Hc2F1Us11hWoY5GMuegipJRQBfWLiIKNbwQ5tmqKSrQTU3zB3\",\"client_secret\":\"EJY0qOKliVg7wKsR3uPN7lngr9rL1N7q4WV0FulT1h4Fw3_e5Itv1mxSdbtSUwAaQoXQFgq-RLlk_sQu\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1, '2022-12-30 23:25:39', '2023-01-04 00:02:15'), (130, 230, NULL, NULL, NULL, 'Mollie', 'automatic', '{\"key\":\"test_m6BAuk4mJ7asBP52AtCWn3WjpK4Tv3\",\"text\":\"Pay via your Mollie Payment account.\"}', 'mollie', 1, '2022-12-30 23:25:39', '2023-01-04 04:00:19'), (131, 230, NULL, NULL, NULL, 'Mercadopago', 'automatic', '{\"token\":\"TEST-705032440135962-041006-ad2e021853f22338fe1a4db9f64d1491-421886156\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Mercado Pago account.\"}', 'mercadopago', 1, '2022-12-30 23:25:39', '2023-01-04 04:01:29'), (132, 230, NULL, NULL, NULL, 'Authorize.net', 'automatic', '{\"login_id\":\"3Ca5hYQ6h\",\"transaction_key\":\"8bt8Kr5gPZ3ZE23C\",\"public_key\":\"7m38JBnNjStNFq58BA6Wrr852ahtT533cGKavWwu6Fge28RDc5wC7wTL8Vsb35B3\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Authorize.net account.\"}', 'authorize.net', 1, '2022-12-30 23:25:39', '2023-01-04 04:01:21'), (133, 231, NULL, NULL, NULL, 'Flutterwave', 'automatic', NULL, 'flutterwave', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (134, 231, NULL, NULL, NULL, 'Razorpay', 'automatic', NULL, 'razorpay', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (135, 231, NULL, NULL, NULL, 'Paytm', 'automatic', NULL, 'paytm', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (136, 231, NULL, NULL, NULL, 'Paystack', 'automatic', NULL, 'paystack', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (137, 231, NULL, NULL, NULL, 'Instamojo', 'automatic', NULL, 'instamojo', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (138, 231, NULL, NULL, NULL, 'Stripe', 'automatic', NULL, 'stripe', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (139, 231, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"AVYKFEw63FtDt9aeYOe9biyifNI56s2Hc2F1Us11hWoY5GMuegipJRQBfWLiIKNbwQ5tmqKSrQTU3zB3\",\"client_secret\":\"EJY0qOKliVg7wKsR3uPN7lngr9rL1N7q4WV0FulT1h4Fw3_e5Itv1mxSdbtSUwAaQoXQFgq-RLlk_sQu\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1, '2023-06-18 00:18:47', '2023-07-17 21:36:53'), (140, 231, NULL, NULL, NULL, 'Mollie', 'automatic', NULL, 'mollie', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (141, 231, NULL, NULL, NULL, 'Mercadopago', 'automatic', NULL, 'mercadopago', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (142, 231, NULL, NULL, NULL, 'Authorize.net', 'automatic', NULL, 'authorize.net', NULL, '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (143, 232, NULL, NULL, NULL, 'Flutterwave', 'automatic', NULL, 'flutterwave', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (144, 232, NULL, NULL, NULL, 'Razorpay', 'automatic', NULL, 'razorpay', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (145, 232, NULL, NULL, NULL, 'Paytm', 'automatic', NULL, 'paytm', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (146, 232, NULL, NULL, NULL, 'Paystack', 'automatic', NULL, 'paystack', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (147, 232, NULL, NULL, NULL, 'Instamojo', 'automatic', NULL, 'instamojo', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (148, 232, NULL, NULL, NULL, 'Stripe', 'automatic', NULL, 'stripe', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (149, 232, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"AVYKFEw63FtDt9aeYOe9biyifNI56s2Hc2F1Us11hWoY5GMuegipJRQBfWLiIKNbwQ5tmqKSrQTU3zB3\",\"client_secret\":\"EJY0qOKliVg7wKsR3uPN7lngr9rL1N7q4WV0FulT1h4Fw3_e5Itv1mxSdbtSUwAaQoXQFgq-RLlk_sQu\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1, '2023-06-18 23:12:07', '2023-07-17 20:44:30'), (150, 232, NULL, NULL, NULL, 'Mollie', 'automatic', NULL, 'mollie', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (151, 232, NULL, NULL, NULL, 'Mercadopago', 'automatic', NULL, 'mercadopago', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (152, 232, NULL, NULL, NULL, 'Authorize.net', 'automatic', NULL, 'authorize.net', NULL, '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (153, 233, NULL, NULL, NULL, 'Flutterwave', 'automatic', '{\"public_key\":\"FLWPUBK_TEST-93972d50b7b24582a2050de2803799c0-X\",\"secret_key\":\"FLWSECK_TEST-3c9d39d4b16e9011bc4b9893f882f71e-X\",\"text\":\"Pay via your Flutterwave account.\"}', 'flutterwave', 1, '2023-06-19 05:23:27', '2023-06-19 07:31:52'), (154, 233, NULL, NULL, NULL, 'Razorpay', 'automatic', '{\"key\":\"rzp_test_fV9dM9URYbqjm7\",\"secret\":\"nickxZ1du2ojPYVVRTDif2Xr\",\"text\":\"Pay via your Razorpay account.\"}', 'razorpay', 1, '2023-06-19 05:23:27', '2023-06-19 07:32:29'), (155, 233, NULL, NULL, NULL, 'Paytm', 'automatic', '{\"environment\":\"local\",\"merchant\":\"tkogux49985047638244\",\"secret\":\"sk_test_QQcg3vGsKRPlW6T3dXcNJsor\",\"website\":\"WEBSTAGING\",\"industry\":\"Retail\",\"text\":\"Pay via your paytm account.\"}', 'paytm', 1, '2023-06-19 05:23:27', '2023-06-19 07:30:59'), (156, 233, NULL, NULL, NULL, 'Paystack', 'automatic', '{\"key\":\"sk_test_4ac9f2c43514e3cc08ab68f922201549ebda1bfd\",\"email\":null,\"text\":\"Pay via your Paystack account.\"}', 'paystack', 1, '2023-06-19 05:23:27', '2023-06-19 07:31:39'), (157, 233, NULL, NULL, NULL, 'Instamojo', 'automatic', '{\"key\":\"test_172371aa837ae5cad6047dc3052\",\"token\":\"test_4ac5a785e25fc596b67dbc5c267\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Instamojo account.\"}', 'instamojo', 1, '2023-06-19 05:23:27', '2023-06-19 07:31:23'), (158, 233, NULL, NULL, NULL, 'Stripe', 'automatic', '{\"key\":\"pk_test_UnU1Coi1p5qFGwtpjZMRMgJM\",\"secret\":\"sk_test_QQcg3vGsKRPlW6T3dXcNJsor\",\"text\":\"Pay via your Credit account.\"}', 'stripe', 1, '2023-06-19 05:23:27', '2023-06-19 07:30:43'), (159, 233, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"AVYKFEw63FtDt9aeYOe9biyifNI56s2Hc2F1Us11hWoY5GMuegipJRQBfWLiIKNbwQ5tmqKSrQTU3zB3\",\"client_secret\":\"EJY0qOKliVg7wKsR3uPN7lngr9rL1N7q4WV0FulT1h4Fw3_e5Itv1mxSdbtSUwAaQoXQFgq-RLlk_sQu\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1, '2023-06-19 05:23:27', '2023-06-19 07:30:35'), (160, 233, NULL, NULL, NULL, 'Mollie', 'automatic', '{\"key\":\"test_kKT2J9nRMHH9cN6acf2CTruN3t5CC6\",\"text\":\"Pay via your Mollie Payment account.\"}', 'mollie', 1, '2023-06-19 05:23:27', '2023-06-19 07:32:06'), (161, 233, NULL, NULL, NULL, 'Mercadopago', 'automatic', '{\"token\":\"TEST-705032440135962-041006-ad2e021853f22338fe1a4db9f64d1491-421886156\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Mercado Pago account.\"}', 'mercadopago', 1, '2023-06-19 05:23:27', '2023-06-19 07:33:14'), (162, 233, NULL, NULL, NULL, 'Authorize.net', 'automatic', '{\"login_id\":\"3Ca5hYQ6h\",\"transaction_key\":\"8bt8Kr5gPZ3ZE23C\",\"public_key\":\"7m38JBnNjStNFq58BA6Wrr852ahtT533cGKavWwu6Fge28RDc5wC7wTL8Vsb35B3\",\"sandbox_check\":\"1\",\"text\":\"Pay via your Authorize.net account.\"}', 'authorize.net', 1, '2023-06-19 05:23:27', '2023-06-19 07:32:59'), (163, 234, NULL, NULL, NULL, 'Flutterwave', 'automatic', NULL, 'flutterwave', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (164, 234, NULL, NULL, NULL, 'Razorpay', 'automatic', NULL, 'razorpay', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (165, 234, NULL, NULL, NULL, 'Paytm', 'automatic', NULL, 'paytm', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (166, 234, NULL, NULL, NULL, 'Paystack', 'automatic', NULL, 'paystack', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (167, 234, NULL, NULL, NULL, 'Instamojo', 'automatic', NULL, 'instamojo', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (168, 234, NULL, NULL, NULL, 'Stripe', 'automatic', NULL, 'stripe', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (169, 234, NULL, NULL, NULL, 'Paypal', 'automatic', NULL, 'paypal', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (170, 234, NULL, NULL, NULL, 'Mollie', 'automatic', NULL, 'mollie', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (171, 234, NULL, NULL, NULL, 'Mercadopago', 'automatic', NULL, 'mercadopago', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (172, 234, NULL, NULL, NULL, 'Authorize.net', 'automatic', NULL, 'authorize.net', NULL, '2023-06-19 07:44:21', '2023-06-19 07:44:21'), (253, 233, NULL, NULL, NULL, 'PhonePe', 'automatic', '{\"merchant_id\":\"PGTESTPAYUAT\",\"salt_key\":\"099eb0cd-02cf-4e2a-8aca-3e6c6aff0399\",\"salt_index\":\"1\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PhonePe account.\"}', 'phonepe', 1, '2024-01-09 05:12:24', '2024-01-09 05:12:24'), (254, 232, NULL, NULL, NULL, 'PhonePe', 'automatic', '{\"merchant_id\":\"PGTESTPAYUAT\",\"salt_key\":\"099eb0cd-02cf-4e2a-8aca-3e6c6aff0399\",\"salt_index\":\"1\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PhonePe account.\"}', 'phonepe', 1, '2024-01-09 05:55:01', '2024-01-09 05:55:01'), (255, 230, NULL, NULL, NULL, 'PhonePe', 'automatic', '{\"merchant_id\":\"PGTESTPAYUAT\",\"salt_key\":\"099eb0cd-02cf-4e2a-8aca-3e6c6aff0399\",\"salt_index\":\"1\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PhonePe account.\"}', 'phonepe', 1, '2024-01-10 23:36:10', '2024-01-10 23:36:10'), (256, 231, NULL, NULL, NULL, 'PhonePe', 'automatic', '{\"merchant_id\":\"PGTESTPAYUAT\",\"salt_key\":\"099eb0cd-02cf-4e2a-8aca-3e6c6aff0399\",\"salt_index\":\"1\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PhonePe account.\"}', 'phonepe', 1, '2024-01-11 00:18:04', '2024-01-11 00:18:04'); -- -------------------------------------------------------- -- -- Table structure for table `user_permissions` -- CREATE TABLE `user_permissions` ( `id` bigint(20) UNSIGNED NOT NULL, `package_id` int(11) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `permissions` text COLLATE utf8mb4_unicode_ci, `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_permissions` -- INSERT INTO `user_permissions` (`id`, `package_id`, `user_id`, `permissions`, `created_at`, `updated_at`) VALUES (131, 21, 169, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Contact\"]', '2021-11-14 21:18:35', '2021-11-14 21:18:35'), (132, 21, 170, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Contact\"]', '2021-11-16 06:47:51', '2021-11-16 06:47:51'), (133, 21, 171, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Contact\"]', '2021-11-17 04:30:33', '2021-11-17 04:30:33'), (154, 21, 230, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Contact\"]', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (155, 21, 231, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\",\"Contact\"]', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (156, 21, 232, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\",\"Contact\"]', '2023-06-18 23:12:07', '2023-06-18 23:12:07'), (157, 21, 233, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\",\"Contact\"]', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (158, 21, 234, '[\"Custom Domain\",\"Subdomain\",\"vCard\",\"QR Builder\",\"Follow\\/Unfollow\",\"Request a Quote\",\"Blog\",\"Portfolio\",\"Custom Page\",\"Counter Information\",\"Skill\",\"Service\",\"Testimonial\",\"Career\",\"Team\",\"Plugins\",\"Ecommerce\",\"Hotel Booking\",\"Course Management\",\"Donation Management\",\"Contact\"]', '2023-06-19 07:44:21', '2023-06-19 07:44:21'); -- -------------------------------------------------------- -- -- Table structure for table `user_portfolios` -- CREATE TABLE `user_portfolios` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `serial_number` int(11) NOT NULL DEFAULT '0', `status` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT '0', `client_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` date DEFAULT NULL, `submission_date` date DEFAULT NULL, `website_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `featured` int(11) NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `category_id` bigint(20) UNSIGNED DEFAULT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `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_portfolios` -- INSERT INTO `user_portfolios` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `status`, `client_name`, `start_date`, `submission_date`, `website_link`, `featured`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (113, 'Free Consulting', 'free-consulting', '1671874201.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 183, 63, 169, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:30:01'), (114, 'Business Growth', 'business-growth', '1671874176.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 183, 65, 169, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:29:36'), (115, 'IT Consulting', 'it-consulting', '1671874248.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 183, 64, 169, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:30:48'), (116, 'Investment Plan', 'investment-plan', '1671874230.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 183, 63, 169, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:30:30'), (117, 'Financial Planning', 'financial-planning', '1671874140.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 183, 65, 169, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:29:00'), (118, 'Relationship', 'relationship', '1671873927.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 6, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 183, 64, 169, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:33:05'), (119, 'استشارات مجانية', 'استشارات-مجانية', '1636960083.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 184, 66, 169, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:04'), (120, 'ازدهار العمل', 'ازدهار-العمل', '1636960072.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 184, 67, 169, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:07:52'), (121, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1636960095.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 184, 68, 169, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:15'), (122, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1636960121.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 184, 66, 169, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:14'), (123, 'التخطيط المالي', 'التخطيط-المالي', '1636960144.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 184, 67, 169, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:04'), (124, 'صلة', 'صلة', '1636960173.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 184, 68, 169, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:33'), (125, 'Free Consulting', 'free-consulting', '1636960083.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 185, 69, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:04'), (126, 'Business Growth', 'business-growth', '1636960072.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 185, 70, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:07:52'), (127, 'IT Consulting', 'it-consulting', '1636960095.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 185, 71, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:15'), (128, 'Investment Plan', 'investment-plan', '1636960121.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 185, 69, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:14'), (129, 'Financial Planning', 'financial-planning', '1636960144.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 185, 70, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:04'), (130, 'Relationship', 'relationship', '1636960173.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 185, 71, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:33'), (131, 'استشارات مجانية', 'استشارات-مجانية', '1636960083.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 186, 72, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:04'), (132, 'ازدهار العمل', 'ازدهار-العمل', '1636960072.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 186, 73, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:07:52'), (133, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1636960095.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 186, 74, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:15'), (134, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1636960121.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 186, 72, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:14'), (135, 'التخطيط المالي', 'التخطيط-المالي', '1636960144.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 186, 73, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:04'), (136, 'صلة', 'صلة', '1636960173.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 186, 74, 170, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:33'), (143, 'Free Consulting', 'free-consulting', '1636960083.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 187, 75, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:04'), (144, 'Business Growth', 'business-growth', '1636960072.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 187, 76, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:07:52'), (145, 'IT Consulting', 'it-consulting', '1636960095.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 187, 77, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:15'), (146, 'Investment Plan', 'investment-plan', '1636960121.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 187, 75, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:14'), (147, 'Financial Planning', 'financial-planning', '1636960144.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 187, 76, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:04'), (148, 'Relationship', 'relationship', '1636960173.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 187, 77, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:33'), (149, 'استشارات مجانية', 'استشارات-مجانية', '1636960083.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 188, 78, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:04'), (150, 'ازدهار العمل', 'ازدهار-العمل', '1636960072.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 188, 79, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:07:52'), (151, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1636960095.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 188, 80, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:15'), (152, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1636960121.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 188, 78, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:14'), (153, 'التخطيط المالي', 'التخطيط-المالي', '1636960144.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 188, 79, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:04'), (154, 'صلة', 'صلة', '1636960173.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 188, 80, 171, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:33'), (155, 'Free Consulting', 'free-consulting', '1671948792.jpg', '<p><font color=\"#000000\"><span style=\"font-size:18px;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words e</span>tc.</font></p>', 1, '0', 'Jorgan Roy', '2022-12-07', '2022-12-31', 'http://example.com/', 1, 190, 81, 172, 'of passages of Lorem Ipsum available', 'of passages of Lorem Ipsum available of passages of Lorem Ipsum available of passages of Lorem Ipsum available', '2022-12-25 00:13:13', '2022-12-25 00:22:12'), (156, 'Investment Plan', 'investment-plan', '1671949510.jpg', '<p><span style=\"font-size:18px;background-color:rgb(255,255,255);\"><font color=\"#000000\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</font></span><br /></p>', 2, '1', 'Jorgan Roy', '2022-12-16', '2022-12-30', 'http://example.com/', 1, 190, 81, 172, NULL, NULL, '2022-12-25 00:25:10', '2022-12-25 00:25:42'), (157, 'Financial Planning', 'financial-planning', '1671953092.jpg', '<p><font color=\"#000000\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</font><br /></p>', 3, '0', 'Jorgan Roy', '2022-12-29', '2023-01-07', 'http://example.com/', 1, 190, 82, 172, NULL, NULL, '2022-12-25 00:36:39', '2022-12-25 01:24:52'), (158, 'Financial Planning', 'financial-planning', '1671953081.jpg', '<p><span style=\"font-size:18px;background-color:rgb(255,255,255);\"><font color=\"#000000\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</font></span><br /></p>', 4, '0', 'Jorgan Roy', '2022-12-06', '2023-01-06', 'http://example.com/', 1, 190, 82, 172, NULL, NULL, '2022-12-25 00:41:08', '2022-12-25 01:24:41'), (159, 'Relationship', 'relationship', '1671950725.jpg', '<p><span style=\"font-size:14px;background-color:rgb(255,255,255);\"><font color=\"#000000\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</font></span><span style=\"font-size:18px;\"></span><br /></p>', 5, '0', 'Jorgan Roy', '2022-11-29', '2022-12-31', 'http://example.com/', 1, 190, 83, 172, NULL, NULL, '2022-12-25 00:45:25', '2022-12-25 00:45:25'), (160, 'IT Consulting', 'it-consulting', '1671950812.jpg', '<div style=\"text-align:left;background-color:rgb(255,255,255);\"><p style=\"line-height:2;text-align:justify;\"><font color=\"#000000\"><span style=\"font-size:15px;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></font><br /></p></div>', 6, '1', 'Jorgan Roy', '2022-12-28', '2023-01-06', 'http://example.com/', 1, 190, 83, 172, NULL, NULL, '2022-12-25 00:46:52', '2022-12-25 00:47:33'), (161, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1671950812.jpg', '<div style=\"text-align:left;background-color:rgb(255,255,255);\"><p style=\"line-height:2;text-align:justify;\"><font color=\"#000000\"><span style=\"font-size:15px;\">هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك.</span></font><br /></p></div>', 6, '1', 'Jorgan Roy', '2022-12-28', '2023-01-06', 'http://example.com/', 1, 251, 86, 172, NULL, NULL, '2022-12-25 00:46:52', '2022-12-25 01:24:23'), (162, 'علاقة', 'علاقة', '1671950725.jpg', '<p><font color=\"#000000\">هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك فإن Lorem Ipsum الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الفكاهة المحقونة أو الكلمات غير المميزة وما إلى ذلك.</font><br /></p>', 5, '0', 'Jorgan Roy', '2022-11-29', '2022-12-31', 'http://example.com/', 1, 251, 86, 172, NULL, NULL, '2022-12-25 00:45:25', '2022-12-25 01:23:50'), (163, 'التخطيط المالي', 'التخطيط-المالي', '1671953001.jpg', '<p><font color=\"#000000\">هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك.</font><br /></p>', 3, '0', 'Jorgan Roy', '2022-12-29', '2023-01-07', 'http://example.com/', 1, 251, 85, 172, NULL, NULL, '2022-12-25 00:36:39', '2022-12-25 01:23:21'), (164, 'التخطيط المالي', 'التخطيط-المالي', '1671952955.jpg', '<p><font color=\"#000000\"><span style=\"font-size:18px;\">هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك.</span></font><br /></p>', 4, '0', 'Jorgan Roy', '2022-12-06', '2023-01-06', 'http://example.com/', 1, 251, 85, 172, NULL, NULL, '2022-12-25 00:41:08', '2022-12-25 01:22:35'), (167, 'استشارات مجانية', 'استشارات-مجانية', '1671948792.jpg', '<p><font color=\"#000000\"><span style=\"font-size:18px;\">هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك.</span></font><br /></p>', 1, '0', 'Jorgan Roy', '2022-12-07', '2022-12-31', 'http://example.com/', 1, 251, 84, 172, 'of passages of Lorem Ipsum available', 'of passages of Lorem Ipsum available of passages of Lorem Ipsum available of passages of Lorem Ipsum available', '2022-12-25 00:13:13', '2022-12-25 01:21:39'), (168, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1671949510.jpg', '<p><font color=\"#000000\"><span style=\"font-size:18px;\">هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية تعرضت للتغيير بشكل ما ، عن طريق إدخال بعض الفكاهة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك.</span></font><br /></p>', 2, '1', 'Jorgan Roy', '2022-12-16', '2022-12-30', 'http://example.com/', 1, 251, 84, 172, NULL, NULL, '2022-12-25 00:25:10', '2022-12-25 01:20:37'); INSERT INTO `user_portfolios` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `status`, `client_name`, `start_date`, `submission_date`, `website_link`, `featured`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (179, 'Free Consulting', 'free-consulting', '1647082813.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 194, 93, 175, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:13'), (180, 'Business Growth', 'business-growth', '1647082827.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 194, 94, 175, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:27'), (181, 'IT Consulting', 'it-consulting', '1647082837.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 194, 95, 175, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:37'), (182, 'Investment Plan', 'investment-plan', '1647082847.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 194, 93, 175, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:47'), (183, 'Financial Planning', 'financial-planning', '1647082855.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 194, 94, 175, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:55'), (184, 'Relationship', 'relationship', '1647082863.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 194, 95, 175, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:01:03'), (185, 'استشارات مجانية', 'استشارات-مجانية', '1647082813.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 195, 96, 175, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:08:04'), (186, 'ازدهار العمل', 'ازدهار-العمل', '1647082827.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 195, 97, 175, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:07:52'), (187, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1647082837.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 195, 98, 175, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:08:15'), (188, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1647082847.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 195, 96, 175, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:14'), (189, 'التخطيط المالي', 'التخطيط-المالي', '1647082855.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 195, 97, 175, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:04'), (190, 'صلة', 'صلة', '1647082863.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 195, 98, 175, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:33'), (191, 'Free Consulting', 'free-consulting', '1647082813.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 252, 105, 230, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:13'), (192, 'Business Growth', 'business-growth', '1647082827.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 252, 106, 230, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:27'), (193, 'IT Consulting', 'it-consulting', '1647082837.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 252, 107, 230, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:37'), (194, 'Investment Plan', 'investment-plan', '1647082847.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 252, 105, 230, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:47'), (195, 'Financial Planning', 'financial-planning', '1647082855.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 252, 106, 230, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:55'), (196, 'Relationship', 'relationship', '1647082863.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 6, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 252, 107, 230, NULL, NULL, '2021-11-14 16:01:09', '2023-01-02 01:04:15'), (197, 'استشارات مجانية', 'استشارات-مجانية', '1647082813.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 253, 108, 230, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:08:04'), (198, 'ازدهار العمل', 'ازدهار-العمل', '1647082827.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 253, 108, 230, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:07:52'), (199, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1647082837.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 253, 109, 230, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:08:15'), (200, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1647082847.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 253, 108, 230, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:14'), (201, 'التخطيط المالي', 'التخطيط-المالي', '1647082855.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 253, 109, 230, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:04'), (202, 'صلة', 'صلة', '1647082863.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 253, 110, 230, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:33'), (203, 'Free Consulting', 'free-consulting', '1647358068.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 99, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:13'), (204, 'Business Growth', 'business-growth', '1647358086.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 100, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:27'), (205, 'IT Consulting', 'it-consulting', '1647358101.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 101, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:37'), (206, 'Investment Plan', 'investment-plan', '1647358113.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 99, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:47'), (207, 'Financial Planning', 'financial-planning', '1647358129.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 100, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:55'), (208, 'Relationship', 'relationship', '1647358143.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 6, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 101, 176, NULL, NULL, '2021-11-14 16:01:09', '2023-01-02 01:04:15'), (209, 'استشارات مجانية', 'استشارات-مجانية', '1647358068.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 102, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:08:04'), (210, 'ازدهار العمل', 'ازدهار-العمل', '1647358086.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 103, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:07:52'), (211, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1647358101.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 104, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:08:15'), (212, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1647358113.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 102, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:14'), (213, 'التخطيط المالي', 'التخطيط-المالي', '1647358129.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 103, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:04'), (214, 'صلة', 'صلة', '1647358143.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 104, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:33'), (215, 'Business Growth', 'business-growth', '1647358298.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 100, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:27'), (216, 'IT Consulting', 'business-growth', '1647358313.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 254, 100, 176, NULL, NULL, '2021-11-14 16:01:09', '2022-03-12 05:00:27'), (217, 'التخطيط المالي', 'التخطيط-المالي', '1647358298.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 103, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:04'), (218, 'صلة', 'صلة', '1647358313.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 255, 104, 176, NULL, NULL, '2021-11-14 16:01:09', '2021-11-14 16:09:33'), (219, 'Free Consulting', 'free-consulting', '1647180605.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 192, 87, 174, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:30:01'), (220, 'Business Growth', 'business-growth', '1647180540.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 192, 88, 174, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:29:36'), (221, 'IT Consulting', 'it-consulting', '1647180556.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 192, 89, 174, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:30:48'), (222, 'Investment Plan', 'investment-plan', '1647180548.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 192, 87, 174, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:30:30'), (223, 'Financial Planning', 'financial-planning', '1647180540.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 5, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 192, 88, 174, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:29:00'), (224, 'Relationship', 'relationship', '1647180612.jpg', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 6, '1', 'Jorgan Roy', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 192, 89, 174, NULL, NULL, '2021-11-14 22:01:09', '2022-12-24 03:33:05'), (225, 'استشارات مجانية', 'استشارات-مجانية', '1647180556.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 193, 90, 174, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:04'), (226, 'ازدهار العمل', 'ازدهار-العمل', '1647180548.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 2, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 193, 91, 174, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:07:52'); INSERT INTO `user_portfolios` (`id`, `title`, `slug`, `image`, `content`, `serial_number`, `status`, `client_name`, `start_date`, `submission_date`, `website_link`, `featured`, `language_id`, `category_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (227, 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '1647180612.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 3, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 193, 92, 174, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:08:15'), (228, 'الخطة الاستثمارية', 'الخطة-الاستثمارية', '1647180612.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 4, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 193, 92, 174, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:14'), (229, 'التخطيط المالي', 'التخطيط-المالي', '1647180605.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 5, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 193, 91, 174, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:04'), (230, 'صلة', 'صلة', '1647180548.jpg', 'هنالك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم، ولكن الغالبية تم تعديلها بشكل ما عبر إدخال بعض النوادر أو الكلمات العشوائية إلى النص. إن كنت تريد أن تستخدم نص لوريم إيبسوم ما، عليك أن تتحقق أولاً أن ليس هناك أي كلمات أو عبارات محرجة أو غير لائقة مخبأة في هذا النص. بينما تعمل جميع مولّدات نصوص لوريم إيبسوم على الإنترنت على إعادة تكرار مقاطع من نص لوريم إيبسوم نفسه عدة مرات بما تتطلبه الحاجة، يقوم مولّدنا هذا باستخدام كلمات من قاموس يحوي على أكثر من 200 كلمة لا تينية، مضاف إليها مجموعة من الجمل النموذجية، لتكوين نص لوريم إيبسوم ذو شكل منطقي قريب إلى النص الحقيقي. وبالتالي يكون النص الناتح خالي من التكرار، أو أي كلمات أو عبارات غير لائقة أو ما شابه. وهذا ما يجعله أول مولّد نص لوريم إيبسوم حقيقي على الإنترنت.\r\n\r\n', 1, '1', 'جورغان روي', '2021-11-19', '2021-02-09', 'http://example.com/', 1, 193, 92, 174, NULL, NULL, '2021-11-14 22:01:09', '2021-11-14 22:09:33'), (231, 'Ecommerce Website', 'ecommerce-website', '1717325964.jpg', '<p><span style=\"color:rgb(85,85,85);font-family:Poppins, sans-serif;font-size:16px;\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it</span><br /></p>', 1, '1', 'James Bon', '2022-08-07', '2022-08-30', 'https://example.com', 1, 261, 111, 234, NULL, NULL, '2023-06-19 08:56:30', '2024-06-02 04:59:26'), (232, 'Logo Design', 'logo-design', '1717326089.jpg', '<p><span style=\"color:rgb(85,85,85);font-family:Poppins, sans-serif;font-size:16px;\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it</span><br /></p>', 2, '1', 'Hasan Mahmud', '2023-06-04', '2023-06-05', NULL, 1, 261, 112, 234, NULL, NULL, '2023-06-19 08:58:54', '2024-06-02 05:01:29'), (233, 'Taxi App', 'taxi-app', '1717326278.jpg', '<p><span style=\"color:rgb(85,85,85);font-family:Poppins, sans-serif;font-size:16px;\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it</span><br /></p>', 4, '0', 'Josef', '2023-06-05', '2023-08-04', 'https://example.com', 1, 261, 113, 234, NULL, NULL, '2023-06-19 09:01:08', '2024-06-02 05:04:38'), (234, 'Medical App', 'medical-app', '1717326155.jpg', '<p><span style=\"color:rgb(85,85,85);font-family:Poppins, sans-serif;font-size:16px;\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it</span><br /></p>', 3, '0', 'Alex', '2023-02-07', '2023-07-27', 'https://example.com', 1, 261, 111, 234, NULL, NULL, '2023-06-19 09:02:56', '2024-06-02 05:02:35'), (235, 'Investment App', 'investment-app', '1717326346.jpg', '<p><span style=\"color:rgb(85,85,85);font-family:Poppins, sans-serif;font-size:16px;\">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it</span><br /></p>', 5, '1', NULL, '2022-12-13', '2023-02-07', 'https://example.com', 1, 261, 111, 234, NULL, NULL, '2023-06-19 09:04:00', '2024-06-02 05:05:46'), (236, 'hjfgjgh', 'hjfgjgh', '1717326434.png', '<p>sdafasdfasdf</p>', 333, '0', '32rqwerq', NULL, NULL, 'fqewasdfdsf', 0, 261, 111, 234, NULL, NULL, '2023-09-12 03:27:55', '2024-06-02 05:07:14'); -- -------------------------------------------------------- -- -- Table structure for table `user_portfolio_categories` -- CREATE TABLE `user_portfolio_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `language_id` int(11) NOT NULL DEFAULT '0', `user_id` int(11) NOT NULL DEFAULT '0', `serial_number` int(11) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_featured` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_portfolio_categories` -- INSERT INTO `user_portfolio_categories` (`id`, `name`, `status`, `language_id`, `user_id`, `serial_number`, `created_at`, `updated_at`, `is_featured`) VALUES (63, 'Consulting', 1, 183, 169, 1, '2021-11-14 21:59:12', '2021-11-14 21:59:12', 0), (64, 'Web Development', 1, 183, 169, 2, '2021-11-14 21:59:35', '2021-11-14 21:59:35', 0), (65, 'Graphic Design', 1, 183, 169, 3, '2021-11-14 21:59:51', '2021-11-14 21:59:51', 0), (66, 'مستشار', 1, 184, 169, 1, '2021-11-14 21:59:12', '2021-11-14 21:59:12', 0), (67, 'تطوير الشبكة', 1, 184, 169, 2, '2021-11-14 21:59:35', '2021-11-14 21:59:35', 0), (68, 'تصميم غرافيك', 1, 184, 169, 3, '2021-11-14 21:59:51', '2021-11-14 21:59:51', 0), (69, 'Consulting', 1, 185, 170, 1, '2021-11-14 21:59:12', '2021-11-14 21:59:12', 0), (70, 'Web Development', 1, 185, 170, 2, '2021-11-14 21:59:35', '2021-11-14 21:59:35', 0), (71, 'Graphic Design', 1, 185, 170, 3, '2021-11-14 21:59:51', '2021-11-14 21:59:51', 0), (72, 'مستشار', 1, 186, 170, 1, '2021-11-14 21:59:12', '2021-11-14 21:59:12', 0), (73, 'تطوير الشبكة', 1, 186, 170, 2, '2021-11-14 21:59:35', '2021-11-14 21:59:35', 0), (74, 'تصميم غرافيك', 1, 186, 170, 3, '2021-11-14 21:59:51', '2021-11-14 21:59:51', 0), (75, 'Consulting', 1, 187, 171, 1, '2021-11-14 21:59:12', '2021-11-14 21:59:12', 0), (76, 'Web Development', 1, 187, 171, 2, '2021-11-14 21:59:35', '2021-11-14 21:59:35', 0), (77, 'Graphic Design', 1, 187, 171, 3, '2021-11-14 21:59:51', '2021-11-14 21:59:51', 0), (78, 'مستشار', 1, 188, 171, 1, '2021-11-14 21:59:12', '2021-11-14 21:59:12', 0), (79, 'تطوير الشبكة', 1, 188, 171, 2, '2021-11-14 21:59:35', '2021-11-14 21:59:35', 0), (80, 'تصميم غرافيك', 1, 188, 171, 3, '2021-11-14 21:59:51', '2021-11-14 21:59:51', 0), (81, 'Consulting', 1, 190, 172, 1, '2021-11-14 15:59:12', '2022-03-12 04:53:01', 1), (82, 'Web Development', 1, 190, 172, 2, '2021-11-14 15:59:35', '2022-03-12 04:52:59', 1), (83, 'Graphic Design', 1, 190, 172, 3, '2021-11-14 15:59:51', '2022-03-12 04:52:56', 1), (84, 'مستشار', 1, 251, 172, 1, '2021-11-14 15:59:12', '2022-03-20 03:34:22', 1), (85, 'تطوير الشبكة', 1, 251, 172, 2, '2021-11-14 15:59:35', '2022-03-20 03:34:20', 1), (86, 'تصميم غرافيك', 1, 251, 172, 3, '2021-11-14 15:59:51', '2022-03-20 03:34:18', 1), (87, 'Consulting', 1, 192, 174, 1, '2021-11-14 15:59:12', '2022-03-12 04:53:01', 1), (88, 'Web Development', 1, 192, 174, 2, '2021-11-14 15:59:35', '2022-03-12 04:52:59', 1), (89, 'Graphic Design', 1, 192, 174, 3, '2021-11-14 15:59:51', '2022-03-12 04:52:56', 1), (90, 'مستشار', 1, 193, 174, 1, '2021-11-14 15:59:12', '2021-11-14 15:59:12', 0), (91, 'تطوير الشبكة', 1, 193, 174, 2, '2021-11-14 15:59:35', '2021-11-14 15:59:35', 0), (92, 'تصميم غرافيك', 1, 193, 174, 3, '2021-11-14 15:59:51', '2021-11-14 15:59:51', 0), (93, 'Consulting', 1, 194, 175, 1, '2021-11-14 15:59:12', '2022-03-12 04:53:01', 1), (94, 'Web Development', 1, 194, 175, 2, '2021-11-14 15:59:35', '2022-03-12 04:52:59', 1), (95, 'Graphic Design', 1, 194, 175, 3, '2021-11-14 15:59:51', '2022-03-12 04:52:56', 1), (96, 'مستشار', 1, 195, 175, 1, '2021-11-14 15:59:12', '2022-03-20 03:33:29', 1), (97, 'تطوير الشبكة', 1, 195, 175, 2, '2021-11-14 15:59:35', '2022-03-20 03:33:27', 1), (98, 'تصميم غرافيك', 1, 195, 175, 3, '2021-11-14 15:59:51', '2022-03-20 03:33:24', 1), (99, 'Consulting', 1, 254, 176, 1, '2021-11-14 15:59:12', '2022-03-12 04:53:01', 1), (100, 'Web Development', 1, 254, 176, 2, '2021-11-14 15:59:35', '2022-03-12 04:52:59', 1), (101, 'Graphic Design', 1, 254, 176, 3, '2021-11-14 15:59:51', '2022-03-12 04:52:56', 1), (102, 'مستشار', 1, 255, 176, 1, '2021-11-14 15:59:12', '2021-11-14 15:59:12', 0), (103, 'تطوير الشبكة', 1, 255, 176, 2, '2021-11-14 15:59:35', '2021-11-14 15:59:35', 0), (104, 'تصميم غرافيك', 1, 255, 176, 3, '2021-11-14 15:59:51', '2021-11-14 15:59:51', 0), (105, 'Consulting', 1, 252, 230, 1, '2021-11-14 15:59:12', '2022-03-12 04:53:01', 1), (106, 'Web Development', 1, 252, 230, 2, '2021-11-14 15:59:35', '2022-03-12 04:52:59', 1), (107, 'Graphic Design', 1, 252, 230, 3, '2021-11-14 15:59:51', '2022-03-12 04:52:56', 1), (108, 'مستشار', 1, 253, 230, 1, '2021-11-14 15:59:12', '2022-03-20 03:33:29', 1), (109, 'تطوير الشبكة', 1, 253, 230, 2, '2021-11-14 15:59:35', '2022-03-20 03:33:27', 1), (110, 'تصميم غرافيك', 1, 253, 230, 3, '2021-11-14 15:59:51', '2022-03-20 03:33:24', 1), (111, 'Web Development', 1, 261, 234, 1, '2023-06-19 08:50:10', '2023-06-19 08:50:10', 0), (112, 'Graphics Design', 1, 261, 234, 2, '2023-06-19 08:50:22', '2023-06-19 08:50:22', 0), (113, 'MISC', 1, 261, 234, 3, '2023-06-19 08:50:39', '2023-06-19 08:50:39', 0); -- -------------------------------------------------------- -- -- Table structure for table `user_portfolio_images` -- CREATE TABLE `user_portfolio_images` ( `id` int(11) NOT NULL, `user_portfolio_id` int(11) DEFAULT NULL, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_portfolio_images` -- INSERT INTO `user_portfolio_images` (`id`, `user_portfolio_id`, `image`, `user_id`) VALUES (363, 119, 'ec9baffdb29de326c0c80b09b0a1502041cddd94.jpg', 169), (364, 119, '8cdcefc5ae367600857e11886c753e8198311e09.jpg', 169), (365, 120, '2ed0646a993da183a6265510589979bc7420880f.jpg', 169), (366, 120, 'c29917a6490e2e144098aaa140f11cfb11910524.jpg', 169), (367, 121, 'd5fa9cb8dcf0a49297110f81b68f421b64fadc9c.jpg', 169), (368, 121, 'f398d1e29b432cb16bad74c0b23a56c45241c005.jpg', 169), (369, 122, 'a8258daaa2e8fe3020afdaf77b33bff96b4d9992.jpg', 169), (370, 123, '73f3f673bd8874c9996166d3df58c75146a8c23e.jpg', 169), (371, 124, '798de78ac21b10310178ead8e80ed3691d50b110.jpg', 169), (372, 125, 'ec9baffdb29de326c0c80b09b0a1502041cddd94.jpg', 170), (373, 125, '8cdcefc5ae367600857e11886c753e8198311e09.jpg', 170), (374, 126, '2ed0646a993da183a6265510589979bc7420880f.jpg', 170), (375, 126, 'c29917a6490e2e144098aaa140f11cfb11910524.jpg', 170), (376, 127, 'd5fa9cb8dcf0a49297110f81b68f421b64fadc9c.jpg', 170), (377, 127, 'f398d1e29b432cb16bad74c0b23a56c45241c005.jpg', 170), (378, 128, 'a8258daaa2e8fe3020afdaf77b33bff96b4d9992.jpg', 170), (379, 129, '73f3f673bd8874c9996166d3df58c75146a8c23e.jpg', 170), (380, 130, '798de78ac21b10310178ead8e80ed3691d50b110.jpg', 170), (381, 131, 'ec9baffdb29de326c0c80b09b0a1502041cddd94.jpg', 170), (382, 131, '8cdcefc5ae367600857e11886c753e8198311e09.jpg', 170), (383, 132, '2ed0646a993da183a6265510589979bc7420880f.jpg', 170), (384, 132, 'c29917a6490e2e144098aaa140f11cfb11910524.jpg', 170), (385, 121, 'd5fa9cb8dcf0a49297110f81b68f421b64fadc9c.jpg', 170), (386, 133, 'f398d1e29b432cb16bad74c0b23a56c45241c005.jpg', 170), (387, 134, 'a8258daaa2e8fe3020afdaf77b33bff96b4d9992.jpg', 170), (388, 135, '73f3f673bd8874c9996166d3df58c75146a8c23e.jpg', 170), (389, 136, '798de78ac21b10310178ead8e80ed3691d50b110.jpg', 170), (390, 143, 'ec9baffdb29de326c0c80b09b0a1502041cddd94.jpg', 169), (391, 143, '8cdcefc5ae367600857e11886c753e8198311e09.jpg', 169), (392, 144, '2ed0646a993da183a6265510589979bc7420880f.jpg', 169), (393, 144, 'c29917a6490e2e144098aaa140f11cfb11910524.jpg', 169), (394, 145, 'd5fa9cb8dcf0a49297110f81b68f421b64fadc9c.jpg', 169), (395, 145, 'f398d1e29b432cb16bad74c0b23a56c45241c005.jpg', 169), (396, 146, 'a8258daaa2e8fe3020afdaf77b33bff96b4d9992.jpg', 169), (397, 147, '73f3f673bd8874c9996166d3df58c75146a8c23e.jpg', 169), (398, 148, '798de78ac21b10310178ead8e80ed3691d50b110.jpg', 169), (399, 149, 'ec9baffdb29de326c0c80b09b0a1502041cddd94.jpg', 169), (400, 149, '8cdcefc5ae367600857e11886c753e8198311e09.jpg', 169), (401, 150, '2ed0646a993da183a6265510589979bc7420880f.jpg', 169), (402, 150, 'c29917a6490e2e144098aaa140f11cfb11910524.jpg', 169), (403, 151, 'd5fa9cb8dcf0a49297110f81b68f421b64fadc9c.jpg', 169), (404, 151, 'f398d1e29b432cb16bad74c0b23a56c45241c005.jpg', 169), (405, 152, 'a8258daaa2e8fe3020afdaf77b33bff96b4d9992.jpg', 169), (406, 153, '73f3f673bd8874c9996166d3df58c75146a8c23e.jpg', 169), (407, 154, '798de78ac21b10310178ead8e80ed3691d50b110.jpg', 169), (413, 118, 'e74290e62229ff02c4c8b3a39bd83d2a0bf2e4de.jpg', 169), (414, 118, '8a917592a6b16a8783ce7467449dc0c4d23dae1c.jpg', 169), (415, 117, '925281584c509e062f86c0ee211ccd69c6f6b802.jpg', 169), (416, 117, '031b598ee01faf488ac4a850e9e2ec3530b596eb.jpg', 169), (417, 114, '490b2dfe289ad0504def27f9e2cd90c1301cd1a4.jpg', 169), (418, 114, '36d043af8d42de8bfaaf6c5d7487292804b7276f.jpg', 169), (419, 113, '61290206052ad86a1f33ee24c3221134802436df.jpg', 169), (420, 113, '96711b316b0c36c214b15321e559ec8847be84c9.jpg', 169), (421, 116, '69035383c634b23af68ed4781add65109781690b.jpg', 169), (422, 116, '857f92417722fbc46dfdb0e5295c18a6a7670554.jpg', 169), (423, 115, '12d729519822496aeb6eb526f15103ac8e3ad4ec.jpg', 169), (424, 115, '0329a0ac6fd06fd740df0d921e5b8f4d3c9aa4d1.jpg', 169), (425, 155, '4a2181ce95ad796bba4bec64c18bb34a2e4dddd1.jpg', 172), (426, 155, 'd755625e8075d9dad9bcf9fcc120a520f945fa3d.jpg', 172), (427, 156, 'a2e260001d7aa5586440b3592c65e173dc286ae3.jpg', 172), (428, 156, '288a2c2d520b43410e1665ada1c419dc45709e2b.jpg', 172), (429, 157, 'af05f098af71ad77571d699916e86051cc80cc8e.jpg', 172), (430, 157, 'a6dfda12384850d22fdca73d54de9deec93afb90.jpg', 172), (431, 158, 'f78dee979c3c1b78938e52cf441a5b4f4c3df140.jpg', 172), (432, 158, '41993902f2ebbc2798a27b2365ee5f056089a02b.jpg', 172), (434, 159, '46d80c221f5f7a0ba58244e536a90363201de173.jpg', 172), (435, 159, 'b07fc98155ddb017c653358067e7b2cd671dcd26.jpg', 172), (436, 160, '59c7cefb2c031ada695e434159f95ab0527bad6a.jpg', 172), (437, 160, 'e3541e4f2e4a7f724a622f33633f6f5050206b4c.jpg', 172), (438, 160, '2df974e6b5a4c51cba3ef5b098015c50040c50ac.jpg', 172), (439, 167, 'a322d20339946cb0f823e78dcc2d0cf2db6ee058.jpg', 172), (440, 167, '4883ce01310f820d78ed3bbb6de8133c04cedda3.jpg', 172), (441, 160, '9f7f5da3ad5919b938d47031ee03c0a91bc39f67.jpg', 172), (442, 160, '36bbf502882763bbf92b9d7f7651cb60fb7d9000.jpg', 172), (443, 163, '1cafc79d73450f2deabee1fd6b6428fd2ad8554e.jpg', 172), (444, 163, '735f580a68b522a8f86877ee4abf266afd1aa6e3.jpg', 172), (445, 162, '4ce30f763cbc85c34a3b99b5a5ed96be2bc7ee8d.jpg', 172), (446, 162, '0ae284fe88f439b49bed764e7303c097df593ff1.jpg', 172), (447, 161, '3da6f742bbbf9cf939821e402c11f47ecc0364c3.jpg', 172), (448, 161, '14be36f384a8926dd9b18f82939307bcc7e3a90b.jpg', 172), (449, 168, 'ae02bfeb178570a9bbd2699f0c5a0e385d9fbe62.jpg', 172), (450, 168, '1e01be50c7e10e13c3032fea2841e39585da6e69.jpg', 172), (451, 164, '717cb0174ffbcceafe3b7eb7f570a5c6b6c8243c.jpg', 172), (452, 164, '78ec6ddfe798fdd0e44cc2c8786403673b2184e8.jpg', 172), (453, 196, '4e2df3258fce52414fd66c2674f2d74b2ff33f16.jpg', 230), (454, 196, 'd08f14100d86cfe50b7f8ffeaec7b313d4d5626b.jpg', 230), (455, 197, 'dc9d782a235a0a6d4ca0951afebee73068d933ee.jpg', 230), (456, 197, '2747fef517b96c7d422789e99fbbf8a2edacacd0.jpg', 230), (457, 198, '5f3730b69c625b7897372ecc27279ad00a0d8b9a.jpg', 230), (458, 198, 'd6bb58b0048e1e2361724a0af1b9d2eda26eb3f4.jpg', 230), (459, 199, '20a85689ce8781bc3615676636c421af0c488cb1.jpg', 230), (460, 199, '730e9b8bc930b8a81fe5e48a02e685a307e2abf2.jpg', 230), (461, 200, '1f1e6148ba7f41a32afd76c1daa10ae83e89c016.jpg', 230), (462, 200, '981baa824fc5f6c098cc3d2c4ab5fd9cfd02310d.jpg', 230), (463, 201, '8e1bea66acde7ea7a1b6b20e3a9b58985d7399af.jpg', 230), (464, 201, 'db8facf38442b76bccd9330640ba27b3e73e28d3.jpg', 230), (465, 201, '885cc53df0141d0ec708a9ef833d6707d2e2ba71.jpg', 230), (466, 202, '61cf0a4bc7efd6084286bde7ec72e4039cbd9281.jpg', 230), (467, 202, 'f95f3a61d6e114561d662be31ad15a7194b6f24d.jpg', 230), (468, 193, '3732e4db0828c2308465bc0ec1e84fbdeee4980f.jpg', 230), (469, 193, '2a9dc8f626b41cfa207955a7b87591f0018b4e83.jpg', 230), (470, 192, '42be8c340d1e3558f19c92c76106e02b5b6dc672.jpg', 230), (471, 192, '245b3a1e0607e3dba756bbf348acb96f01057e4f.jpg', 230), (472, 191, 'e88b6cd8939018372bfc222ee6d49b6036701707.jpg', 230), (473, 191, '2a7825d3ce766a4fb49c98c77a50656a156b5033.jpg', 230), (474, 190, '634edf1ae9ba616d4b38a4a0ed88f10b52701cb9.jpg', 175), (475, 190, 'b2f183161542ffbf164a36468c81a9aabd26277e.jpg', 175), (476, 189, '803e3f0d7d8dd141ed6d0c5ff349133002de43d8.jpg', 175), (477, 189, '0bf8d6387b61ba0c6b5b558796f0939f4d83d8fa.jpg', 175), (478, 188, '5965f1f1972541ca46b1dedb54a69214cf09923c.jpg', 175), (479, 188, '425283e61f3b3d2374dfde0b2d1988e94688deae.jpg', 175), (480, 187, '5a74d3e57c00a2efe141c3383d39bd1eceb6146a.jpg', 175), (481, 187, '2d42b6c7ef238735f091b74fda51d5f0670ba01a.jpg', 175), (482, 186, 'd952d73f4f2b709e6e39e020eba37d9b56aad34a.jpg', 175), (483, 186, '2c2d5f0634b54533c428db5ec3e43f31a79a22f9.jpg', 175), (484, 195, 'abde346f3c97af1d0a41cf39d67d05cace8039ae.jpg', 230), (485, 195, 'ec42ab5a9d578f960849435057d8a08f4c1fe244.jpg', 230), (486, 194, 'fdcbaaeca04628aa5cb984bcc09ac6febb72e04b.jpg', 230), (487, 194, '6a4688a493371ca8de73646d2c8f9f260637db7d.jpg', 230), (488, 167, 'f96cc8b869d10592da5d8c5ec734cee2d8ef22d5.jpg', 172), (489, 167, 'e37842205e164ec32464d410a2b516aeec394cf3.jpg', 172), (490, 179, '0d958106591087000c2f97cfd8b9fff58bfb0e52.jpg', 175), (491, 179, 'ba2af1ef17717e821dfdecc5f077e29695ff56c1.jpg', 175), (492, 180, '0d855f6925a2b1a4afe831f749a88eae1e8c49a9.jpg', 175), (493, 180, 'ced1f9ddcdca34dcc73dc9dfc8fc082a65b106d9.jpg', 175), (494, 180, '9dd2e1fbb68fb87b5c69aa6fff1f9e34079edc60.jpg', 175), (495, 181, 'a89edbc38edd8470a656589eeb910396eecce67e.jpg', 175), (496, 181, '920dec1deb42f24fc8628980d1ed72282f4e85d1.jpg', 175), (497, 182, '92dee0ec738fe3ddf10cdba5e54515e9ddc7da11.jpg', 175), (498, 182, 'df8caf2a3f4013875400038bd9f220767f8da88f.jpg', 175), (499, 183, 'c99eef595ccc4c7533713b48084f8e07ee6d1765.jpg', 175), (500, 183, 'a22a962d717a12b44d9786fbd60b5cfea6223792.jpg', 175), (501, 184, 'd4dbd1a745ca74470f4c0808d2ba420fd9d81d5a.jpg', 175), (502, 184, '45fcb9c788a81afae2fef00d082deb56dc1b476e.jpg', 175), (503, 185, 'ed526047401999f045d67c168be64f3252e27958.jpg', 175), (504, 185, '77375779687a5d18b307a9de4f9931d62501afa7.jpg', 175), (505, 208, '3fc918b6c8b299d1a0801c465b99c2d4b0139c23.jpg', 176), (506, 208, '20b4b291783a53c4052b352287fa3a1fd7a594bc.jpg', 176), (507, 203, 'fe99e2c933347599e3c496aeb62dce4bd2fc4c0c.jpg', 176), (508, 203, 'fafaf8c1bcda2efab038edc444b5d611a32b9794.jpg', 176), (509, 204, 'a669b6fe5eb0cf33170896b3fbac59e3e258694f.jpg', 176), (510, 204, '273e63d7907dd38b04c6339052eae20d715e16bf.jpg', 176), (511, 205, 'c74c7368ce6fb86d00e6cacf4b02a110ee961875.jpg', 176), (512, 205, '452fccfd362d70e13bfac61e99d55e0f35db05af.jpg', 176), (513, 206, '9109e381300f2937b072dc0d092fbf0c03d1b41c.jpg', 176), (514, 206, '4eb49a47693eea59cd0a12bcac18f4f90897983d.jpg', 176), (515, 207, '6a136ce087193b84c182d5e9cd162a121e7115fb.jpg', 176), (516, 207, '5c00d4e27d86ea0bd2b3385faba21247cd273f2e.jpg', 176), (517, 209, '50951dbb7ef668bab809f0499ca2bbe5a6349bf1.jpg', 176), (518, 209, '05372c36e860e8ac009b9e2517b41ad602fc0747.jpg', 176), (519, 210, 'f80de1aa707d6bd6d9f9da82fb275786f68f89a6.jpg', 176), (520, 210, '42e42511d6d2cadc5d210370688624d1877999f0.jpg', 176), (521, 211, '9e237b52e81e77f87435aded8b102e7db14f62b4.jpg', 176), (522, 211, '507499910a4f37a94ab457bf6958c8a2ac476614.jpg', 176), (523, 212, '1a043415d366b900e01edbff9b578d98b241727b.jpg', 176), (524, 212, '88d6ce97ea58cf24eb8e5b24f832450facd48171.jpg', 176), (525, 213, '737799ee1558b0452aa99f5376b4baafbef3c3d9.jpg', 176), (526, 213, '737c4eca2a60583fcfd628d58d63bbad2005749d.jpg', 176), (527, 214, 'cc0bd39754f0146d22c5516dbc845589e4bf0bca.jpg', 176), (528, 214, 'd71c3727b43c04550111b8a25172a8851504f0a2.jpg', 176), (541, NULL, '6db56850105b2b3f618b9f15f78416451ff79440.png', 232), (543, 231, '8cc40d408c39beccfdf1b1b9797b5cddfb0cc721.png', 234), (544, 231, 'd59533ee2042cc6dda2bb8d9c8c2735a97edbd5a.png', 234), (545, 232, '08b8a2a86483b66d05a112c3813d7470dedd396f.jpg', 234), (546, 232, '9e5984f99a40c93b00ff7b399c2e627942fd9f6e.png', 234), (547, 234, '6e8a5796bf8d96fa6663f01333ffdb1fe58c4bc2.jpg', 234), (548, 234, 'a64bbcf5b2dd010ca7e59d7485cc36dba5f57092.jpg', 234), (549, 233, '4a4c4732e646271a2b535aa4ffec3f104cf234fd.jpg', 234), (550, 233, 'd178f51ea8aa2affbb0e02e0a48e3e63a9f14498.jpg', 234), (551, 235, '444d9311a4b06ebcc7aac718ed730ba135d8d747.jpg', 234), (552, 235, '219065d23c1496ab7f7323e51f7733c1f02dfaa7.jpg', 234), (553, 236, '3290a09034a2f84487abc3ed531316d9d2b27a37.jpg', 234); -- -------------------------------------------------------- -- -- Table structure for table `user_qr_codes` -- CREATE TABLE `user_qr_codes` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` text COLLATE utf8mb4_unicode_ci, `image` varchar(50) COLLATE utf8mb4_unicode_ci 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_qr_codes` -- INSERT INTO `user_qr_codes` (`id`, `user_id`, `name`, `url`, `image`, `created_at`, `updated_at`) VALUES (27, 169, 'vCard', 'https://businesso.xyz/EastTex/vcard/10', '6195f80257c4a.png', '2021-11-18 00:51:54', '2021-11-18 00:51:54'), (28, 169, 'Website', 'https://businesso.xyz/EastTex', '6195f82fd5cc1.png', '2021-11-18 00:52:42', '2021-11-18 00:52:42'); -- -------------------------------------------------------- -- -- Table structure for table `user_quiz_scores` -- CREATE TABLE `user_quiz_scores` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `course_id` bigint(20) UNSIGNED NOT NULL, `lesson_id` bigint(20) UNSIGNED NOT NULL, `score` int(11) 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_quotes` -- CREATE TABLE `user_quotes` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fields` text COLLATE utf8mb4_unicode_ci, `status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0-pending, 1-prcessing, 2-completed, 3-rejected', `user_id` 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 `user_quotes` -- INSERT INTO `user_quotes` (`id`, `name`, `email`, `fields`, `status`, `user_id`, `created_at`, `updated_at`) VALUES (1, 'TS. Megat Zainurul Anuar Bin Megat Johari', 'sulaimanbaba18@gmail.com', '[]', 0, 172, '2023-01-12 22:59:17', '2023-01-12 22:59:17'), (2, 'Food Nep', 'kabi.grg10@gmail.com', '[]', 0, 172, '2023-01-16 11:52:23', '2023-01-16 11:52:23'), (3, 'Humayun Mama', 'igstbd@gmail.com', '[]', 0, 172, '2023-01-17 04:44:29', '2023-01-17 04:44:29'), (4, 'Ajay Kumar', 'ajeyreddy@gmail.com', '[]', 0, 175, '2023-01-17 05:45:39', '2023-01-17 05:45:39'), (5, 'TEST', 'ebenomar@gmail.com', '[]', 0, 174, '2023-01-19 06:41:13', '2023-01-19 06:41:13'), (6, 'AVI JIT', 'avijitaddhya99@gmail.com', '[]', 0, 175, '2023-01-22 13:56:49', '2023-01-22 13:56:49'), (7, 'Isaac Clad', 'clad.impressions@gmail.com', '[]', 0, 172, '2023-02-02 10:56:06', '2023-02-02 10:56:06'), (8, 'test', 'mjnoonrose@yahoo.com', '[]', 0, 175, '2023-02-04 22:42:44', '2023-02-04 22:42:44'), (9, 'Ramesha', 'Rameshhr@gmail.com', '[]', 0, 172, '2023-02-06 10:28:12', '2023-02-06 10:28:12'), (10, 'abc', 'admin@example.com', '[]', 0, 174, '2023-02-13 03:00:56', '2023-02-13 03:00:56'), (11, 'SFH', 'SFHSFHSF@ASD.COP', '[]', 0, 174, '2023-02-19 15:35:41', '2023-02-19 15:35:41'), (12, 'naren', 'smartsocial.my@gmail.com', '[]', 0, 172, '2023-02-20 11:23:58', '2023-02-20 11:23:58'), (13, 'sdsdffsdsf', 'sdfsfs@sdfsd.com', '[]', 0, 174, '2023-02-20 13:56:23', '2023-02-20 13:56:23'), (14, 'Faculty', 'admin@a.cc', '[]', 0, 172, '2023-02-22 18:40:47', '2023-02-22 18:40:47'), (15, 'Subasan Subramaniam', 'smsolution2020@gmail.com', '[]', 0, 172, '2023-03-03 20:34:37', '2023-03-03 20:34:37'), (16, 'marcos haddad', 'agenciaviasites@gmail.com', '[]', 0, 175, '2023-04-19 02:56:17', '2023-04-19 02:56:17'), (17, 'ZAP', 'zaproxy@example.com', '[]', 0, 176, '2023-04-22 08:12:55', '2023-04-22 08:12:55'), (18, 'abc', 'admin@example.com', '[]', 0, 172, '2023-04-28 10:46:12', '2023-04-28 10:46:12'), (19, 'تتتت', 'taiz198019801@gmail.com', '[]', 0, 172, '2023-04-28 13:13:10', '2023-04-28 13:13:10'), (20, 'asdsad', 'asdasd@businesso.xyz', '[]', 0, 172, '2023-05-18 04:29:03', '2023-05-18 04:29:03'), (21, 'tyrutyu', 'admin@admin.com', '[]', 0, 172, '2023-06-05 11:31:22', '2023-06-05 11:31:22'); -- -------------------------------------------------------- -- -- Table structure for table `user_quote_inputs` -- CREATE TABLE `user_quote_inputs` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `user_id` int(11) DEFAULT NULL, `type` tinyint(4) DEFAULT NULL COMMENT '1-text, 2-select, 3-checkbox, 4-textarea, 5-file', `label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `placeholder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `required` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - required, 0 - optional', `order_number` int(11) 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 `user_quote_inputs` -- INSERT INTO `user_quote_inputs` (`id`, `language_id`, `user_id`, `type`, `label`, `name`, `placeholder`, `required`, `order_number`, `created_at`, `updated_at`) VALUES (103, 183, 169, 2, 'Service', 'Service', 'Select a service', 1, 1, '2021-11-15 02:15:21', '2021-11-15 03:17:25'), (104, 183, 169, 3, 'Options', 'Options', NULL, 1, 3, '2021-11-15 03:12:22', '2021-11-15 03:20:58'), (105, 183, 169, 6, 'Estimated Date', 'Estimated_Date', 'Select Estimated Date', 1, 2, '2021-11-15 03:12:55', '2021-11-15 03:20:58'), (106, 183, 169, 7, 'Estimated Time', 'Estimated_Time', 'Select Estimated Time', 0, 4, '2021-11-15 03:13:32', '2021-11-15 03:20:58'), (107, 183, 169, 1, 'Porject Name', 'Porject_Name', 'Enter Porject Name', 0, 5, '2021-11-15 03:18:02', '2021-11-15 03:18:02'), (108, 183, 169, 4, 'Project Description', 'Project_Description', 'Enter Project Description', 1, 6, '2021-11-15 03:18:26', '2021-11-15 03:18:26'), (113, 183, 169, 5, 'Attachments', 'Attachments', NULL, 0, 7, '2021-11-15 03:20:39', '2021-11-15 03:20:39'), (114, 184, 169, 2, 'خدمة', 'خدمة', 'اختر الخدمة', 1, 1, '2021-11-15 02:15:21', '2021-11-15 03:17:25'), (115, 184, 169, 3, 'خيارات', 'خيارات', NULL, 1, 3, '2021-11-15 03:12:22', '2021-11-15 03:20:58'), (116, 184, 169, 6, 'التاريخ المتوقع', 'التاريخ_المتوقع', 'حدد التاريخ المقدر', 1, 2, '2021-11-15 03:12:55', '2021-11-15 03:20:58'), (117, 184, 169, 7, 'الوقت المقدر', 'الوقت_المقدر', 'حدد الوقت المقدر', 0, 4, '2021-11-15 03:13:32', '2021-11-15 03:20:58'), (118, 184, 169, 1, 'اسم المشروع', 'اسم_المشروع', 'أدخل اسم المشروع', 0, 5, '2021-11-15 03:18:02', '2021-11-15 03:18:02'), (119, 184, 169, 4, 'وصف المشروع', 'وصف_المشروع', 'أدخل وصف المشروع', 1, 6, '2021-11-15 03:18:26', '2021-11-15 03:18:26'), (120, 184, 169, 5, 'المرفقات', 'المرفقات', NULL, 0, 7, '2021-11-15 03:20:39', '2021-11-15 03:20:39'), (121, 185, 170, 2, 'Service', 'Service', 'Select a service', 1, 1, '2021-11-15 02:15:21', '2021-11-15 03:17:25'), (122, 185, 170, 3, 'Options', 'Options', NULL, 1, 3, '2021-11-15 03:12:22', '2021-11-15 03:20:58'), (123, 185, 170, 6, 'Estimated Date', 'Estimated_Date', 'Select Estimated Date', 1, 2, '2021-11-15 03:12:55', '2021-11-15 03:20:58'), (124, 185, 170, 7, 'Estimated Time', 'Estimated_Time', 'Select Estimated Time', 0, 4, '2021-11-15 03:13:32', '2021-11-15 03:20:58'), (125, 185, 170, 1, 'Porject Name', 'Porject_Name', 'Enter Porject Name', 0, 5, '2021-11-15 03:18:02', '2021-11-15 03:18:02'), (126, 185, 170, 4, 'Project Description', 'Project_Description', 'Enter Project Description', 1, 6, '2021-11-15 03:18:26', '2021-11-15 03:18:26'), (127, 185, 170, 5, 'Attachments', 'Attachments', NULL, 0, 7, '2021-11-15 03:20:39', '2021-11-15 03:20:39'), (128, 186, 170, 2, 'خدمة', 'خدمة', 'اختر الخدمة', 1, 1, '2021-11-15 02:15:21', '2021-11-15 03:17:25'), (129, 186, 170, 3, 'خيارات', 'خيارات', NULL, 1, 3, '2021-11-15 03:12:22', '2021-11-15 03:20:58'), (130, 186, 170, 6, 'التاريخ المتوقع', 'التاريخ_المتوقع', 'حدد التاريخ المقدر', 1, 2, '2021-11-15 03:12:55', '2021-11-15 03:20:58'), (131, 186, 170, 7, 'الوقت المقدر', 'الوقت_المقدر', 'حدد الوقت المقدر', 0, 4, '2021-11-15 03:13:32', '2021-11-15 03:20:58'), (132, 186, 170, 1, 'اسم المشروع', 'اسم_المشروع', 'أدخل اسم المشروع', 0, 5, '2021-11-15 03:18:02', '2021-11-15 03:18:02'), (133, 186, 170, 4, 'وصف المشروع', 'وصف_المشروع', 'أدخل وصف المشروع', 1, 6, '2021-11-15 03:18:26', '2021-11-15 03:18:26'), (134, 186, 170, 5, 'المرفقات', 'المرفقات', NULL, 0, 7, '2021-11-15 03:20:39', '2021-11-15 03:20:39'); -- -------------------------------------------------------- -- -- Table structure for table `user_quote_input_options` -- CREATE TABLE `user_quote_input_options` ( `id` bigint(20) UNSIGNED NOT NULL, `quote_input_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci 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_quote_input_options` -- INSERT INTO `user_quote_input_options` (`id`, `quote_input_id`, `name`, `created_at`, `updated_at`) VALUES (193, 103, 'Web Development', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (194, 103, 'Web Design', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (195, 103, 'Graphic Design', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (196, 104, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (197, 104, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (198, 104, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (199, 104, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (200, 114, 'تطوير الشبكة', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (201, 114, 'تصميم المواقع', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (202, 114, 'تصميم غرافيك', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (203, 115, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (204, 115, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (205, 115, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (206, 115, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (207, 121, 'Web Development', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (208, 121, 'Web Design', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (209, 121, 'Graphic Design', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (210, 122, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (211, 122, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (212, 122, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (213, 122, 'Option 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (214, 128, 'تطوير الشبكة', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (215, 128, 'تصميم المواقع', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (216, 128, 'تصميم غرافيك', '2021-11-15 02:15:21', '2021-11-15 02:15:21'), (217, 129, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (218, 129, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (219, 129, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'), (220, 129, 'الخيار 1', '2021-11-15 03:12:22', '2021-11-15 03:12:22'); -- -------------------------------------------------------- -- -- Table structure for table `user_rooms` -- CREATE TABLE `user_rooms` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `slider_imgs` text COLLATE utf8mb4_unicode_ci NOT NULL, `featured_img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(4) NOT NULL, `bed` smallint(6) NOT NULL, `bath` smallint(6) NOT NULL, `max_guests` int(11) DEFAULT NULL, `rent` decimal(8,2) NOT NULL, `latitude` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `longitude` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_featured` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 means will not show in home page, 1 means will show in home page', `avg_rating` decimal(8,2) DEFAULT NULL, `quantity` int(11) 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 `user_rooms` -- INSERT INTO `user_rooms` (`id`, `user_id`, `slider_imgs`, `featured_img`, `status`, `bed`, `bath`, `max_guests`, `rent`, `latitude`, `longitude`, `address`, `phone`, `email`, `is_featured`, `avg_rating`, `quantity`, `created_at`, `updated_at`) VALUES (1, 232, '[\"6490032b0557a.jpg\",\"6490032b0559c.jpg\",\"6490032b4da0c.jpg\",\"6490032b4da83.jpg\",\"6490032b7ddaa.jpg\",\"6490032b7de32.jpg\"]', '649003820ba84.jpg', 1, 2, 2, 5, '20.00', '6.058621676557348', '80.22813253136285', 'Colombo, Srilanka', '+76098479360', 'test@gmail.com', 1, NULL, 1, '2023-06-19 01:28:02', '2023-06-19 01:28:11'), (2, 232, '[\"649003d9d5945.jpg\",\"649003d9d6a54.jpg\",\"649003da2386f.jpg\",\"649003da2501c.jpg\",\"649003da5b97e.jpg\",\"649003da5e9c4.jpg\"]', '6490041def4d9.jpg', 1, 1, 1, 2, '20.00', '6.058621676557348', '80.22813253136285', 'California, USA', '+76098479360', 'test@gmail.com', 1, NULL, 1, '2023-06-19 01:30:37', '2023-06-19 01:50:00'), (3, 232, '[\"649004875e83d.jpg\",\"64900488ea0c0.jpg\",\"6490048a663dc.jpg\",\"6490048bb004f.jpg\"]', '6490048ed887a.jpg', 1, 4, 2, 10, '30.00', '6.058621676557348', '80.22813253136285', 'Rome, Italy', '+85689306375', 'admin@example.com', 1, NULL, 1, '2023-06-19 01:32:30', '2023-06-19 01:49:58'), (4, 232, '[\"649004b5ddc29.jpg\",\"649004b75cc2c.jpg\",\"649004b8b9c5f.jpg\",\"649004b9f0676.jpg\",\"649004bc1e120.jpg\"]', '649004fd130f1.jpg', 1, 3, 2, 7, '40.00', '6.058621676557348', '80.22813253136285', 'Paris, France', '+76098479360', 'admin@example.com', 1, NULL, 1, '2023-06-19 01:34:21', '2023-06-19 01:49:55'), (5, 232, '[\"6490051d9cde4.jpg\",\"6490051e71adc.jpg\",\"6490051fc53c1.jpg\",\"649005219e05c.jpg\"]', '649005614a1d2.jpg', 1, 1, 1, 2, '50.00', '6.058621676557348', '80.22813253136285', 'Delhi, India', '+80923763069', 'admin@example.com', 1, NULL, 1, '2023-06-19 01:36:01', '2023-06-19 01:49:52'), (6, 232, '[\"649005f46a800.jpg\",\"649005f67ebda.jpg\",\"649005f8097a6.jpg\",\"649005fa1b37b.jpg\"]', '649006405d4f4.jpg', 1, 4, 3, 9, '20.00', '6.058621676557348', '80.22813253136285', 'Millan, Italy', '+92690386-7038', 'admin@example.com', 0, NULL, 3, '2023-06-19 01:39:44', '2023-06-19 01:39:44'), (7, 232, '[\"649006bda5042.jpg\",\"649006bf0dc6d.jpg\",\"649006c036684.jpg\",\"649006c5a7bb1.jpg\"]', '649006fc7a795.jpg', 1, 5, 3, 1, '100.00', '6.058621676557348', '80.22813253136285', 'New York, USA', '+89374603976', 'admin@example.com', 0, NULL, 1, '2023-06-19 01:42:52', '2023-06-19 01:42:52'), (8, 232, '[\"649007515be20.jpg\",\"64900751629b1.jpg\",\"6490075197e50.jpg\",\"6490075197e4a.jpg\",\"64900751d57ac.jpg\",\"64900751d83e2.jpg\"]', '64900789dd4ec.jpg', 1, 1, 2, 10, '70.00', '6.058621676557348', '80.22813253136285', 'California, USA', '+85689306375', 'admin@example.com', 0, NULL, 1, '2023-06-19 01:45:13', '2023-06-19 01:45:13'), (9, 232, '[\"649007ad810fa.jpg\",\"649007ad8adbb.jpg\",\"649007adc174a.jpg\",\"649007adc70a9.jpg\"]', '649007e07f501.jpg', 1, 3, 3, 8, '120.00', '6.058621676557348', '80.22813253136285', 'New York, USA', '+89374603976', 'admin@example.com', 0, NULL, 1, '2023-06-19 01:46:40', '2023-06-19 01:46:40'), (10, 232, '[\"649007fe1ac67.jpg\",\"649007fe1bba5.jpg\",\"649007fe51e2d.jpg\",\"64900800e2a6e.jpg\",\"64900800e2bc1.jpg\",\"6490080123dfe.jpg\"]', '649008337ef9d.jpg', 1, 3, 2, 6, '80.00', '6.058621676557348', '80.22813253136285', 'Hampshire, England', '+89374603976', 'admin@example.com', 0, NULL, 2, '2023-06-19 01:48:03', '2023-06-19 01:48:03'), (11, 232, '[\"649008524c5b8.jpg\",\"649008524c5e7.jpg\",\"64900852870d7.jpg\",\"649008528c559.jpg\",\"64900854846f1.jpg\"]', '6506cc2ed9121.jpg', 1, 4, 3, 3, '20.00', '36.7783', '119.4179', 'California, USA', '46974904', 'user@gmail.com', 1, NULL, 3, '2023-06-19 01:49:33', '2023-09-17 03:51:42'); -- -------------------------------------------------------- -- -- Table structure for table `user_room_amenities` -- CREATE TABLE `user_room_amenities` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` bigint(20) 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 `user_room_amenities` -- INSERT INTO `user_room_amenities` (`id`, `user_id`, `language_id`, `name`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 232, 258, 'Free Wifi', 1, '2023-06-19 01:07:27', '2023-06-19 01:07:27'), (2, 232, 258, 'Parking', 2, '2023-06-19 01:07:33', '2023-06-19 01:07:33'), (3, 232, 258, 'Family Rooms', 3, '2023-06-19 01:07:41', '2023-06-19 01:07:41'), (4, 232, 258, 'Non Smoking Rooms', 4, '2023-06-19 01:07:49', '2023-06-19 01:07:49'), (5, 232, 258, 'Gym / Fitness Centre', 5, '2023-06-19 01:07:58', '2023-06-19 01:07:58'), (6, 232, 258, 'Pets Allowed', 6, '2023-06-19 01:08:07', '2023-06-19 01:08:07'), (7, 232, 258, 'Tea/Coffee Maker in All Rooms', 7, '2023-06-19 01:08:15', '2023-06-19 01:08:15'); -- -------------------------------------------------------- -- -- Table structure for table `user_room_bookings` -- CREATE TABLE `user_room_bookings` ( `id` bigint(20) UNSIGNED NOT NULL, `booking_number` bigint(20) NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED DEFAULT NULL, `customer_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `customer_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `customer_phone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `room_id` bigint(20) UNSIGNED NOT NULL, `arrival_date` date NOT NULL, `departure_date` date NOT NULL, `guests` int(11) NOT NULL, `subtotal` double(8,2) DEFAULT NULL, `discount` double(8,2) NOT NULL, `grand_total` double(8,2) NOT NULL, `currency_symbol` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_symbol_position` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_text_position` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `gateway_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `attachment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `invoice` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 -> payment incomplete, 1 -> payment complete', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_room_bookings` -- INSERT INTO `user_room_bookings` (`id`, `booking_number`, `user_id`, `customer_id`, `customer_name`, `customer_email`, `customer_phone`, `room_id`, `arrival_date`, `departure_date`, `guests`, `subtotal`, `discount`, `grand_total`, `currency_symbol`, `currency_symbol_position`, `currency_text`, `currency_text_position`, `payment_method`, `gateway_type`, `attachment`, `invoice`, `payment_status`, `created_at`, `updated_at`, `conversation_id`) VALUES (1, 1689648278, 232, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', 10, '2023-07-18', '2023-07-20', 2, 160.00, 0.00, 160.00, '$', 'left', 'USD', 'left', 'PayPal', 'online', NULL, NULL, 0, '2023-07-17 20:44:38', '2023-07-17 20:44:38', NULL), (2, 1689649181, 232, 81, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', 8, '2023-07-18', '2023-07-21', 4, 210.00, 0.00, 210.00, '$', 'left', 'USD', 'left', 'PayPal', 'online', NULL, '1689649181.pdf', 1, '2023-07-17 20:59:41', '2023-07-17 21:00:01', NULL), (3, 1689649708, 232, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', 10, '2023-07-18', '2023-07-21', 2, 240.00, 0.00, 240.00, '$', 'left', 'USD', 'left', 'PayPal', 'online', NULL, NULL, 0, '2023-07-17 21:08:28', '2023-07-17 21:08:28', NULL), (4, 1689649821, 232, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', 10, '2023-07-18', '2023-07-20', 2, 160.00, 0.00, 160.00, '$', 'left', 'USD', 'left', 'PayPal', 'online', NULL, NULL, 0, '2023-07-17 21:10:21', '2023-07-17 21:10:21', NULL), (5, 1694506696, 232, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', 10, '2023-09-20', '2023-09-22', 3, 160.00, 0.00, 160.00, '$', 'left', 'USD', 'left', 'PayPal', 'online', NULL, NULL, 0, '2023-09-12 02:18:16', '2023-09-12 02:18:16', NULL), (6, 1694507026, 232, NULL, 'Abu Bokkor Farhan', 'farhanbokkor@gmail.com', '01868362878', 10, '2023-09-12', '2023-09-15', 3, 240.00, 0.00, 240.00, '$', 'left', 'USD', 'left', 'PayPal', 'online', NULL, NULL, 0, '2023-09-12 02:23:46', '2023-09-12 02:23:46', NULL), (14, 1704950962, 232, NULL, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, '1704950962.pdf', 1, '2024-01-10 23:29:22', '2024-01-10 23:29:49', NULL), (15, 1704962440, 232, 84, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, NULL, 0, '2024-01-11 02:40:40', '2024-01-11 02:40:40', NULL), (16, 1704962451, 232, 84, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, NULL, 0, '2024-01-11 02:40:51', '2024-01-11 02:40:51', NULL), (17, 1704962458, 232, 84, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, NULL, 0, '2024-01-11 02:40:58', '2024-01-11 02:40:58', NULL), (18, 1704962466, 232, 84, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, NULL, 0, '2024-01-11 02:41:06', '2024-01-11 02:41:06', NULL), (19, 1704962515, 232, 84, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, '1704962515.pdf', 1, '2024-01-11 02:41:55', '2024-01-11 02:42:14', NULL), (20, 1704962573, 232, NULL, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, NULL, 0, '2024-01-11 02:42:53', '2024-01-11 02:42:53', NULL), (21, 1704962608, 232, NULL, 'Fahad Ahmad Shemul', 'fahadahmadshemul@gmail.com', '01789295350', 11, '2024-01-11', '2024-01-13', 1, 40.00, 0.00, 40.00, '৳', 'left', 'INR', 'left', 'PhonePe', 'online', NULL, '1704962608.pdf', 1, '2024-01-11 02:43:28', '2024-01-11 02:43:46', NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_room_categories` -- CREATE TABLE `user_room_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(4) NOT NULL, `serial_number` int(11) 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 `user_room_categories` -- INSERT INTO `user_room_categories` (`id`, `user_id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 232, 258, 'Regular Room', 1, 1, '2023-06-19 01:08:37', '2023-06-19 01:08:37'), (2, 232, 258, 'Deluxe Room', 1, 2, '2023-06-19 01:08:49', '2023-06-19 01:08:49'), (3, 232, 258, 'Suite', 1, 3, '2023-06-19 01:08:58', '2023-06-19 01:08:58'); -- -------------------------------------------------------- -- -- Table structure for table `user_room_contents` -- CREATE TABLE `user_room_contents` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `room_category_id` bigint(20) UNSIGNED NOT NULL, `room_id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `summary` text COLLATE utf8mb4_unicode_ci NOT NULL, `description` blob NOT NULL, `amenities` text COLLATE utf8mb4_unicode_ci NOT NULL, `meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description` text COLLATE utf8mb4_unicode_ci, `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_room_contents` -- INSERT INTO `user_room_contents` (`id`, `user_id`, `language_id`, `room_category_id`, `room_id`, `title`, `slug`, `summary`, `description`, `amenities`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (1, 232, 258, 1, 1, 'Four Points by Sheraton Manhattan Midtown West', 'four-points-by-sheraton-manhattan-midtown-west', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry', 0x3c703e3c7370616e207374796c653d22666f6e742d7765696768743a3630303b636f6c6f723a72676228302c302c30293b223e4c6f72656d20497073756d3c2f7370616e3e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223ec2a069732073696d706c792064756d6d792074657874206f6620746865207072696e74696e6720616e64207479706573657474696e6720696e6475737472792e204c6f72656d20497073756d20686173206265656e2074686520696e6475737472792773207374616e646172642064756d6d79207465787420657665722073696e6365207468652031353030732c207768656e20616e20756e6b6e6f776e207072696e74657220746f6f6b20612067616c6c6579206f66207479706520616e6420736372616d626c656420697420746f206d616b65206120747970652073706563696d656e20626f6f6b2e20497420686173207375727669766564206e6f74206f6e6c7920666976652063656e7475726965732c2062757420616c736f20746865206c65617020696e746f20656c656374726f6e6963207479706573657474696e672c2072656d61696e696e6720657373656e7469616c6c7920756e6368616e6765642e2049742077617320706f70756c61726973656420696e207468652031393630732077697468207468652072656c65617365206f66204c657472617365742073686565747320636f6e7461696e696e67204c6f72656d20497073756d2070617373616765732c20616e64206d6f726520726563656e746c792077697468206465736b746f70207075626c697368696e6720736f667477617265206c696b6520416c64757320506167654d616b657220696e636c7564696e672076657273696f6e73206f66204c6f72656d20497073756d3c2f7370616e3e3c6272202f3e3c2f703e, '[\"2\",\"4\",\"5\",\"7\"]', NULL, NULL, '2023-06-19 01:28:02', '2023-06-19 01:28:02'), (2, 232, 258, 1, 2, 'Hyatt Place New York City/Times Square', 'hyatt-place-new-york-citytimes-square', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e49742069732061206c6f6e672065737461626c6973686564206661637420746861742061207265616465722077696c6c206265206469737472616374656420627920746865207265616461626c6520636f6e74656e74206f6620612070616765207768656e206c6f6f6b696e6720617420697473206c61796f75742e2054686520706f696e74206f66207573696e67204c6f72656d20497073756d2069732074686174206974206861732061206d6f72652d6f722d6c657373206e6f726d616c20646973747269627574696f6e206f66206c6574746572732c206173206f70706f73656420746f207573696e672027436f6e74656e7420686572652c20636f6e74656e742068657265272c206d616b696e67206974206c6f6f6b206c696b65207265616461626c6520456e676c6973682e204d616e79206465736b746f70207075626c697368696e67207061636b6167657320616e6420776562207061676520656469746f7273206e6f7720757365204c6f72656d20497073756d2061732074686569722064656661756c74206d6f64656c20746578742c20616e6420612073656172636820666f7220276c6f72656d20697073756d272077696c6c20756e636f766572206d616e7920776562207369746573207374696c6c20696e20746865697220696e66616e63792e20566172696f75732076657273696f6e7320686176652065766f6c766564206f766572207468652079656172732c20736f6d6574696d6573206279206163636964656e742c20736f6d6574696d6573206f6e20707572706f73652028696e6a65637465642068756d6f757220616e6420746865206c696b65292e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"1\",\"2\",\"3\"]', NULL, NULL, '2023-06-19 01:30:38', '2023-06-19 01:30:38'), (3, 232, 258, 2, 3, 'M Social Hotel Times Square New York', 'm-social-hotel-times-square-new-york', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e436f6e747261727920746f20706f70756c61722062656c6965662c204c6f72656d20497073756d206973206e6f742073696d706c792072616e646f6d20746578742e2049742068617320726f6f747320696e2061207069656365206f6620636c6173736963616c204c6174696e206c6974657261747572652066726f6d2034352042432c206d616b696e67206974206f7665722032303030207965617273206f6c642e2052696368617264204d63436c696e746f636b2c2061204c6174696e2070726f666573736f722061742048616d7064656e2d5379646e657920436f6c6c65676520696e2056697267696e69612c206c6f6f6b6564207570206f6e65206f6620746865206d6f7265206f627363757265204c6174696e20776f7264732c20636f6e73656374657475722c2066726f6d2061204c6f72656d20497073756d20706173736167652c20616e6420676f696e67207468726f75676820746865206369746573206f662074686520776f726420696e20636c6173736963616c206c6974657261747572652c20646973636f76657265642074686520756e646f75627461626c6520736f757263652e204c6f72656d20497073756d20636f6d65732066726f6d2073656374696f6e7320312e31302e333220616e6420312e31302e3333206f66202264652046696e6962757320426f6e6f72756d206574204d616c6f72756d2220285468652045787472656d6573206f6620476f6f6420616e64204576696c292062792043696365726f2c207772697474656e20696e2034352042432e205468697320626f6f6b2069732061207472656174697365206f6e20746865207468656f7279206f66206574686963732c207665727920706f70756c617220647572696e67207468652052656e61697373616e63652e20546865206669727374206c696e65206f66204c6f72656d20497073756d2c20224c6f72656d20697073756d20646f6c6f722073697420616d65742e2e222c20636f6d65732066726f6d2061206c696e6520696e2073656374696f6e20312e31302e33322e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"3\",\"4\",\"5\",\"6\",\"7\"]', NULL, NULL, '2023-06-19 01:32:30', '2023-06-19 01:32:30'), (4, 232, 258, 3, 4, 'Iroquois New York Times Square', 'iroquois-new-york-times-square', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e49742069732061206c6f6e672065737461626c6973686564206661637420746861742061207265616465722077696c6c206265206469737472616374656420627920746865207265616461626c6520636f6e74656e74206f6620612070616765207768656e206c6f6f6b696e6720617420697473206c61796f75742e2054686520706f696e74206f66207573696e67204c6f72656d20497073756d2069732074686174206974206861732061206d6f72652d6f722d6c657373206e6f726d616c20646973747269627574696f6e206f66206c6574746572732c206173206f70706f73656420746f207573696e672027436f6e74656e7420686572652c20636f6e74656e742068657265272c206d616b696e67206974206c6f6f6b206c696b65207265616461626c6520456e676c6973682e204d616e79206465736b746f70207075626c697368696e67207061636b6167657320616e6420776562207061676520656469746f7273206e6f7720757365204c6f72656d20497073756d2061732074686569722064656661756c74206d6f64656c20746578742c20616e6420612073656172636820666f7220276c6f72656d20697073756d272077696c6c20756e636f766572206d616e7920776562207369746573207374696c6c20696e20746865697220696e66616e63792e20566172696f75732076657273696f6e7320686176652065766f6c766564206f766572207468652079656172732c20736f6d6574696d6573206279206163636964656e742c20736f6d6574696d6573206f6e20707572706f73652028696e6a65637465642068756d6f757220616e6420746865206c696b65292e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"4\",\"5\",\"6\",\"7\"]', NULL, NULL, '2023-06-19 01:34:21', '2023-06-19 01:34:21'), (5, 232, 258, 2, 5, 'Hampton Inn Times Square Central', 'hampton-inn-times-square-central', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e436f6e747261727920746f20706f70756c61722062656c6965662c204c6f72656d20497073756d206973206e6f742073696d706c792072616e646f6d20746578742e2049742068617320726f6f747320696e2061207069656365206f6620636c6173736963616c204c6174696e206c6974657261747572652066726f6d2034352042432c206d616b696e67206974206f7665722032303030207965617273206f6c642e2052696368617264204d63436c696e746f636b2c2061204c6174696e2070726f666573736f722061742048616d7064656e2d5379646e657920436f6c6c65676520696e2056697267696e69612c206c6f6f6b6564207570206f6e65206f6620746865206d6f7265206f627363757265204c6174696e20776f7264732c20636f6e73656374657475722c2066726f6d2061204c6f72656d20497073756d20706173736167652c20616e6420676f696e67207468726f75676820746865206369746573206f662074686520776f726420696e20636c6173736963616c206c6974657261747572652c20646973636f76657265642074686520756e646f75627461626c6520736f757263652e204c6f72656d20497073756d20636f6d65732066726f6d2073656374696f6e7320312e31302e333220616e6420312e31302e3333206f66202264652046696e6962757320426f6e6f72756d206574204d616c6f72756d2220285468652045787472656d6573206f6620476f6f6420616e64204576696c292062792043696365726f2c207772697474656e20696e2034352042432e205468697320626f6f6b2069732061207472656174697365206f6e20746865207468656f7279206f66206574686963732c207665727920706f70756c617220647572696e67207468652052656e61697373616e63652e20546865206669727374206c696e65206f66204c6f72656d20497073756d2c20224c6f72656d20697073756d20646f6c6f722073697420616d65742e2e222c20636f6d65732066726f6d2061206c696e6520696e2073656374696f6e20312e31302e33322e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"1\",\"2\",\"3\",\"4\",\"7\"]', NULL, NULL, '2023-06-19 01:36:01', '2023-06-19 01:36:01'), (6, 232, 258, 2, 6, 'Hilton New York Fashion District', 'hilton-new-york-fashion-district', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e49742069732061206c6f6e672065737461626c6973686564206661637420746861742061207265616465722077696c6c206265206469737472616374656420627920746865207265616461626c6520636f6e74656e74206f6620612070616765207768656e206c6f6f6b696e6720617420697473206c61796f75742e2054686520706f696e74206f66207573696e67204c6f72656d20497073756d2069732074686174206974206861732061206d6f72652d6f722d6c657373206e6f726d616c20646973747269627574696f6e206f66206c6574746572732c206173206f70706f73656420746f207573696e672027436f6e74656e7420686572652c20636f6e74656e742068657265272c206d616b696e67206974206c6f6f6b206c696b65207265616461626c6520456e676c6973682e204d616e79206465736b746f70207075626c697368696e67207061636b6167657320616e6420776562207061676520656469746f7273206e6f7720757365204c6f72656d20497073756d2061732074686569722064656661756c74206d6f64656c20746578742c20616e6420612073656172636820666f7220276c6f72656d20697073756d272077696c6c20756e636f766572206d616e7920776562207369746573207374696c6c20696e20746865697220696e66616e63792e20566172696f75732076657273696f6e7320686176652065766f6c766564206f766572207468652079656172732c20736f6d6574696d6573206279206163636964656e742c20736f6d6574696d6573206f6e20707572706f73652028696e6a65637465642068756d6f757220616e6420746865206c696b65292e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"1\",\"2\",\"3\",\"5\",\"7\"]', NULL, NULL, '2023-06-19 01:39:44', '2023-06-19 01:39:44'), (7, 232, 258, 3, 7, 'The Gallivant Times Square', 'the-gallivant-times-square', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"1\",\"2\",\"4\",\"5\",\"7\"]', NULL, NULL, '2023-06-19 01:42:52', '2023-06-19 01:42:52'), (8, 232, 258, 1, 8, 'Cambria Hotel New York - Chelsea', 'cambria-hotel-new-york---chelsea', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e436f6e747261727920746f20706f70756c61722062656c6965662c204c6f72656d20497073756d206973206e6f742073696d706c792072616e646f6d20746578742e2049742068617320726f6f747320696e2061207069656365206f6620636c6173736963616c204c6174696e206c6974657261747572652066726f6d2034352042432c206d616b696e67206974206f7665722032303030207965617273206f6c642e2052696368617264204d63436c696e746f636b2c2061204c6174696e2070726f666573736f722061742048616d7064656e2d5379646e657920436f6c6c65676520696e2056697267696e69612c206c6f6f6b6564207570206f6e65206f6620746865206d6f7265206f627363757265204c6174696e20776f7264732c20636f6e73656374657475722c2066726f6d2061204c6f72656d20497073756d20706173736167652c20616e6420676f696e67207468726f75676820746865206369746573206f662074686520776f726420696e20636c6173736963616c206c6974657261747572652c20646973636f76657265642074686520756e646f75627461626c6520736f757263652e204c6f72656d20497073756d20636f6d65732066726f6d2073656374696f6e7320312e31302e333220616e6420312e31302e3333206f66202264652046696e6962757320426f6e6f72756d206574204d616c6f72756d2220285468652045787472656d6573206f6620476f6f6420616e64204576696c292062792043696365726f2c207772697474656e20696e2034352042432e205468697320626f6f6b2069732061207472656174697365206f6e20746865207468656f7279206f66206574686963732c207665727920706f70756c617220647572696e67207468652052656e61697373616e63652e20546865206669727374206c696e65206f66204c6f72656d20497073756d2c20224c6f72656d20697073756d20646f6c6f722073697420616d65742e2e222c20636f6d65732066726f6d2061206c696e6520696e2073656374696f6e20312e31302e33322e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"1\",\"3\",\"6\",\"7\"]', NULL, NULL, '2023-06-19 01:45:13', '2023-06-19 01:45:13'), (9, 232, 258, 1, 9, 'Hilton Garden Inn NYC Financial Center/Manhattan Downtown', 'hilton-garden-inn-nyc-financial-centermanhattan-downtown', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"2\",\"4\",\"5\",\"7\"]', NULL, NULL, '2023-06-19 01:46:40', '2023-06-19 01:46:40'), (10, 232, 258, 2, 10, 'Radisson Hotel New York Times Square', 'radisson-hotel-new-york-times-square', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some', 0x3c70207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b636f6c6f723a72676228302c302c30293b746578742d616c69676e3a6a7573746966793b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574633c2f703e3c70207374796c653d22666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b636f6c6f723a72676228302c302c30293b746578742d616c69676e3a6a7573746966793b223e3c696d67207372633d2268747470733a2f2f6c6f63616c686f73742f686f74656c69612f776974686f75742d696e7374616c6c65722f686f74656c69612d312e302f6173736574732f696d672f73756d6d65726e6f74652f363132396539313264386331662e6a70672220616c743d22363132396539313264386331662e6a706722202f3e3c696d67207372633d2268747470733a2f2f6c6f63616c686f73742f686f74656c69612f776974686f75742d696e7374616c6c65722f686f74656c69612d312e302f6173736574732f696d672f73756d6d65726e6f74652f363132396539313264393365342e6a70672220616c743d22363132396539313264393365342e6a706722202f3e3c2f703e, '[\"1\",\"2\",\"3\",\"4\",\"6\",\"7\"]', NULL, NULL, '2023-06-19 01:48:03', '2023-06-19 01:48:03'), (11, 232, 258, 2, 11, 'Hotel Shalimar Motijheel - Centre of City', 'hotel-shalimar-motijheel---centre-of-city', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been', 0x3c703e3c7370616e207374796c653d22636f6c6f723a72676228302c302c30293b666f6e742d66616d696c793a274f70656e2053616e73272c20417269616c2c2073616e732d73657269663b746578742d616c69676e3a6a7573746966793b223e49742069732061206c6f6e672065737461626c6973686564206661637420746861742061207265616465722077696c6c206265206469737472616374656420627920746865207265616461626c6520636f6e74656e74206f6620612070616765207768656e206c6f6f6b696e6720617420697473206c61796f75742e2054686520706f696e74206f66207573696e67204c6f72656d20497073756d2069732074686174206974206861732061206d6f72652d6f722d6c657373206e6f726d616c20646973747269627574696f6e206f66206c6574746572732c206173206f70706f73656420746f207573696e672027436f6e74656e7420686572652c20636f6e74656e742068657265272c206d616b696e67206974206c6f6f6b206c696b65207265616461626c6520456e676c6973682e204d616e79206465736b746f70207075626c697368696e67207061636b6167657320616e6420776562207061676520656469746f7273206e6f7720757365204c6f72656d20497073756d2061732074686569722064656661756c74206d6f64656c20746578742c20616e6420612073656172636820666f7220276c6f72656d20697073756d272077696c6c20756e636f766572206d616e7920776562207369746573207374696c6c20696e20746865697220696e66616e63792e20566172696f75732076657273696f6e7320686176652065766f6c766564206f766572207468652079656172732c20736f6d6574696d6573206279206163636964656e742c20736f6d6574696d6573206f6e20707572706f73652028696e6a65637465642068756d6f757220616e6420746865206c696b65292e3c2f7370616e3e3c6272202f3e3c2f703e, '[\"2\",\"4\",\"5\",\"6\",\"7\"]', NULL, NULL, '2023-06-19 01:49:33', '2023-06-19 01:49:33'); -- -------------------------------------------------------- -- -- Table structure for table `user_room_coupons` -- CREATE TABLE `user_room_coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` decimal(8,2) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `serial_number` int(11) NOT NULL, `rooms` text COLLATE utf8mb4_unicode_ci, `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_room_coupons` -- INSERT INTO `user_room_coupons` (`id`, `user_id`, `name`, `code`, `type`, `value`, `start_date`, `end_date`, `serial_number`, `rooms`, `created_at`, `updated_at`) VALUES (1, 232, 'Eid Offer', 'save30', 'fixed', '30.00', '2023-06-01', '2029-12-06', 1, NULL, '2023-06-19 01:06:45', '2023-06-19 01:06:45'); -- -------------------------------------------------------- -- -- Table structure for table `user_room_reviews` -- CREATE TABLE `user_room_reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `customer_id` bigint(20) UNSIGNED NOT NULL, `room_id` bigint(20) UNSIGNED NOT NULL, `rating` smallint(6) NOT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `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_room_settings` -- CREATE TABLE `user_room_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `is_room` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 = active, 0 = deactive', `room_category_status` tinyint(4) DEFAULT '1' COMMENT 'if is 1 active, 0 deactive', `room_guest_checkout_status` tinyint(4) DEFAULT '0' COMMENT 'if is 1 active, 0 deactive', `room_rating_status` tinyint(4) DEFAULT '0' COMMENT 'if is 1 active, 0 deactive', `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_room_settings` -- INSERT INTO `user_room_settings` (`id`, `user_id`, `is_room`, `room_category_status`, `room_guest_checkout_status`, `room_rating_status`, `created_at`, `updated_at`) VALUES (1, 232, 1, 1, 1, 0, NULL, NULL), (2, 231, 1, 1, 0, 0, NULL, NULL), (3, 230, 1, 1, 0, 0, NULL, NULL), (4, 233, 1, 1, 0, 0, NULL, NULL), (5, 171, 1, 1, 0, 0, NULL, NULL), (6, 234, 1, 1, 0, 0, NULL, NULL), (7, 169, 1, 1, 0, 0, NULL, NULL), (8, 170, 1, 1, 0, 0, NULL, NULL), (9, 172, 1, 1, 0, 0, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_seos` -- CREATE TABLE `user_seos` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `home_meta_keywords` text COLLATE utf8mb4_unicode_ci, `home_meta_description` text COLLATE utf8mb4_unicode_ci, `services_meta_keywords` text COLLATE utf8mb4_unicode_ci, `services_meta_description` text COLLATE utf8mb4_unicode_ci, `blogs_meta_keywords` text COLLATE utf8mb4_unicode_ci, `blogs_meta_description` text COLLATE utf8mb4_unicode_ci, `portfolios_meta_keywords` text COLLATE utf8mb4_unicode_ci, `portfolios_meta_description` text COLLATE utf8mb4_unicode_ci, `jobs_meta_description` text COLLATE utf8mb4_unicode_ci, `jobs_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faqs_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faqs_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quote_meta_description` text COLLATE utf8mb4_unicode_ci, `quote_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shop_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shop_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `item_details_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `item_details_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cart_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cart_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `checkout_meta_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `checkout_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description_signup` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_keyword_signup` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description_login` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_keyword_login` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_keyword_rooms` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description_rooms` text COLLATE utf8mb4_unicode_ci, `meta_keyword_room_details` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description_room_details` text COLLATE utf8mb4_unicode_ci, `meta_keyword_course` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description_course` text COLLATE utf8mb4_unicode_ci, `meta_keyword_course_details` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description_course_details` text COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_seos` -- INSERT INTO `user_seos` (`id`, `user_id`, `language_id`, `home_meta_keywords`, `home_meta_description`, `services_meta_keywords`, `services_meta_description`, `blogs_meta_keywords`, `blogs_meta_description`, `portfolios_meta_keywords`, `portfolios_meta_description`, `jobs_meta_description`, `jobs_meta_keywords`, `team_meta_keywords`, `team_meta_description`, `faqs_meta_description`, `faqs_meta_keywords`, `contact_meta_description`, `contact_meta_keywords`, `quote_meta_description`, `quote_meta_keywords`, `shop_meta_keywords`, `shop_meta_description`, `item_details_meta_keywords`, `item_details_meta_description`, `cart_meta_keywords`, `cart_meta_description`, `checkout_meta_keywords`, `checkout_meta_description`, `meta_description_signup`, `meta_keyword_signup`, `meta_description_login`, `meta_keyword_login`, `meta_keyword_rooms`, `meta_description_rooms`, `meta_keyword_room_details`, `meta_description_room_details`, `meta_keyword_course`, `meta_description_course`, `meta_keyword_course_details`, `meta_description_course_details`) VALUES (7, 169, 183, 'Meta Keywords For Home Page', 'Meta Description For Home Page', 'Meta Keywords For Services Page', 'Meta Description For Services Page', 'Meta Keywords For Blog Page', 'Meta Description For Blog Page', 'Meta Keywords For Portfolios Page', 'Meta Description For Portfolios Page', 'Meta Description For Jobs Page', 'Meta Keywords For Jobs Page', 'Meta Keywords For Team Page', 'Meta Description For Team Page', 'Meta Description For FAQ Page', 'Meta Keywords For FAQ Page', 'Meta Description For Contact Page', 'Meta Keywords For Contact Page', NULL, NULL, 'Meta Keywords For Shop Page', 'Meta Description For Shop Page', 'Meta Description For Item Details Page', 'Meta Description For Item Details Page', 'Meta Keywords For Cart Page', 'Meta Description For Cart Page', 'Meta Keywords For Checkout Page', 'Meta Description For Checkout Page', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (8, 230, 252, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (9, 174, 192, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (10, 176, 254, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (11, 172, 190, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (12, 230, 253, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (13, 175, 194, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (14, 234, 261, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (15, 231, 256, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `user_services` -- CREATE TABLE `user_services` ( `id` bigint(20) UNSIGNED NOT NULL, `image` text COLLATE utf8mb4_unicode_ci, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `featured` int(11) NOT NULL, `detail_page` int(11) NOT NULL, `lang_id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_services` -- INSERT INTO `user_services` (`id`, `image`, `name`, `slug`, `content`, `serial_number`, `featured`, `detail_page`, `lang_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `icon`) VALUES (16, '1627283854.jpg', 'Ecommerce Website', 'ecommerce-website', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 1, 1, 1, 261, 234, NULL, NULL, '2021-07-25 16:14:35', '2021-07-25 16:17:34', NULL), (17, '1627283873.jpg', 'Logo Design', 'logo-design', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 2, 1, 1, 261, 234, NULL, NULL, '2021-07-25 16:15:15', '2021-07-25 16:17:53', NULL), (18, '1627283902.jpg', 'HTML Templates', 'html-templates', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 3, 1, 1, 261, 234, NULL, NULL, '2021-07-25 16:15:51', '2021-07-25 16:18:22', NULL), (19, '1627283801.jpg', 'Update Websites', 'update-websites', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 4, 0, 1, 261, 234, NULL, NULL, '2021-07-25 16:16:41', '2021-07-25 16:19:05', NULL), (20, '1627283938.jpg', 'After Project Support', 'after-project-support', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 5, 0, 1, 261, 234, NULL, NULL, '2021-07-25 16:18:58', '2021-07-25 19:55:30', NULL), (21, '1632582015.jpg', 'Mobile Apps', 'mobile-apps', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 6, 0, 1, 261, 234, NULL, NULL, '2021-07-25 16:19:33', '2021-09-25 00:00:15', NULL), (102, '1636958113.png', 'WEB DESIGN', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 183, 169, NULL, NULL, '2021-11-14 21:35:13', '2022-12-24 03:16:23', NULL), (103, '1636958233.png', 'WEB DEVELOPMENT', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:50%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 183, 169, NULL, NULL, '2021-11-14 21:35:13', '2022-12-24 03:16:13', NULL), (104, '1636958253.png', 'GRAPHIC DESIGN', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 183, 169, NULL, NULL, '2021-11-14 21:35:13', '2022-12-24 03:15:53', NULL), (105, '1636958275.png', 'MOBILE APPS', 'mobile-apps', '', 4, 1, 0, 183, 169, NULL, NULL, '2021-11-14 21:35:13', '2022-12-24 03:15:41', NULL), (106, '1636958403.png', 'PLUGIN DEVELOPMENT', 'plugin-development', '', 5, 1, 0, 183, 169, NULL, NULL, '2021-11-14 21:35:13', '2022-12-24 03:15:35', NULL), (107, '1636958825.png', 'MARKETTING SEO', 'marketting-seo', '', 6, 1, 0, 183, 169, NULL, NULL, '2021-11-14 21:35:13', '2022-12-24 03:15:24', NULL), (108, '1636958113.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 184, 169, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:35:33', NULL), (109, '1636958233.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 184, 169, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:37:13', NULL), (110, '1636958253.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 184, 169, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:37:33', NULL), (111, '1636958275.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 0, 184, 169, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:40:24', NULL), (112, '1636958403.png', 'تطوير PLUGIN', 'تطوير-plugin', '', 5, 1, 0, 184, 169, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:40:33', NULL), (113, '1636958825.png', 'تسويق SEO', 'تسويق-seo', '', 6, 1, 0, 184, 169, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:47:05', NULL), (114, '1636958113.png', 'Web Design', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 185, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:58:24', NULL), (115, '1636958233.png', 'Web Development', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 185, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:58:13', NULL), (116, '1636958253.png', 'Graphic Design', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 185, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:58:00', NULL), (117, '1636958275.png', 'Mobile Apps', 'mobile-apps', '', 4, 1, 0, 185, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', NULL), (118, '1636958403.png', 'Plugin Development', 'plugin-development', '', 5, 1, 0, 185, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:56:45', NULL), (119, '1636958825.png', 'Marketting SEO', 'marketting-seo', '', 6, 1, 0, 185, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:24', NULL), (120, '1637124938.png', 'Image Editing', 'image-editing', '', 7, 1, 0, 185, 170, NULL, NULL, '2021-11-16 22:55:38', '2021-11-16 22:57:33', NULL), (121, '1637124963.png', 'IT Consultancy', 'it-consultancy', '', 8, 1, 0, 185, 170, NULL, NULL, '2021-11-16 22:56:03', '2021-11-16 22:57:08', NULL), (122, '1636958113.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 186, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:35:33', NULL), (123, '1636958233.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 186, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:37:13', NULL), (124, '1636958253.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 186, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:37:33', NULL), (125, '1636958275.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 0, 186, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:40:24', NULL), (126, '1636958403.png', 'تطوير PLUGIN', 'تطوير-plugin', '', 5, 1, 0, 186, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:40:33', NULL), (127, '1636958825.png', 'تسويق SEO', 'تسويق-seo', '', 6, 1, 0, 186, 170, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:47:05', NULL), (128, '1637124938.png', 'تعديل الصوره', 'تعديل-الصوره', '', 7, 1, 0, 186, 170, NULL, NULL, '2021-11-16 22:55:38', '2021-11-16 22:57:33', NULL), (129, '1637124963.png', 'استشارات تكنولوجيا المعلومات', 'استشارات-تكنولوجيا-المعلومات', '', 8, 1, 0, 186, 170, NULL, NULL, '2021-11-16 22:56:03', '2021-11-16 22:57:08', NULL), (130, '1636958113.png', 'Web Design', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 187, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:58:24', NULL), (131, '1636958233.png', 'Web Development', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 187, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:58:13', NULL), (132, '1636958253.png', 'Graphic Design', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 187, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:58:00', NULL), (133, '1636958275.png', 'Mobile Apps', 'mobile-apps', '', 4, 1, 0, 187, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', NULL), (134, '1636958113.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 188, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:35:33', NULL), (135, '1636958233.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 188, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:37:13', NULL), (136, '1636958253.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 188, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:37:33', NULL), (137, '1636958275.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 0, 188, 171, NULL, NULL, '2021-11-14 21:35:13', '2021-11-14 21:40:24', NULL), (139, '1636958113.png', 'WEB DESIGN', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 190, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:38:05', 'fab fa-accusoft'), (140, '1636958233.png', 'WEB DEVELOPMENT', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 190, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:38:14', 'fab fa-500px'), (141, '1636958253.png', 'GRAPHIC DESIGN', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 190, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:39', 'fas fa-address-card'), (142, '1636958275.png', 'MOBILE APPS', 'mobile-apps', '', 4, 1, 0, 190, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:51', 'fab fa-accusoft'), (143, '1636958403.png', 'PLUGIN DEVELOPMENT', 'plugin-development', '', 5, 1, 0, 190, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:35:28', 'fas fa-gavel'), (144, '1636958825.png', 'MARKETTING SEO', 'marketting-seo', '', 6, 1, 0, 190, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:34:17', 'fas fa-anchor'), (145, '1636958113.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 251, 172, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:35:33', NULL), (146, '1636958233.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 251, 172, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:37:13', NULL), (147, '1636958253.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 251, 172, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:37:33', NULL), (148, '1636958275.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 1, 251, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-09 03:16:18', NULL), (149, '1636958403.png', 'تطوير PLUGIN', 'تطوير-plugin', '', 5, 1, 0, 251, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-20 03:21:00', NULL), (150, '1636958825.png', 'تسويق SEO', 'تسويق-seo', '', 6, 1, 0, 251, 172, NULL, NULL, '2021-11-14 15:35:13', '2022-03-20 03:20:54', NULL), (151, '1636958275.png', 'MOBILE APPS', 'mobile-apps', '', 4, 1, 0, 194, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:51', 'fab fa-accusoft'), (152, '1636958253.png', 'GRAPHIC DESIGN', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 194, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:39', 'fas fa-address-card'), (153, '1636958233.png', 'WEB DEVELOPMENT', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 194, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:38:14', 'fab fa-500px'), (154, '1636958113.png', 'WEB DESIGN', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 194, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:38:05', 'fab fa-accusoft'), (155, '1636958825.png', 'MARKETTING SEO', 'marketting-seo', '', 6, 1, 0, 194, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:34:17', 'fas fa-anchor'), (156, '1636958825.png', 'تسويق SEO', 'تسويق-seo', '', 6, 1, 0, 195, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-20 03:20:54', NULL), (157, '1636958403.png', 'PLUGIN DEVELOPMENT', 'plugin-development', '', 5, 1, 0, 195, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:35:28', 'fas fa-gavel'), (158, '1636958113.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 195, 175, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:35:33', NULL), (159, '1636958233.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 195, 175, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:37:13', NULL), (160, '1636958253.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 195, 175, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:37:33', NULL), (161, '1636958275.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 1, 195, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-09 03:16:18', NULL), (163, '1636958403.png', 'PLUGIN DEVELOPMENT', 'plugin-development', '', 5, 1, 0, 194, 175, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:35:28', 'fas fa-gavel'), (164, '1636958275.png', 'MOBILE APPS', 'mobile-apps', '', 4, 1, 0, 252, 230, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:51', 'fab fa-accusoft'), (165, '1636958253.png', 'GRAPHIC DESIGN', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 252, 230, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:39', 'fas fa-address-card'), (166, '1672736837.png', 'WEB DEVELOPMENT', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 252, 230, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 03:07:17', NULL); INSERT INTO `user_services` (`id`, `image`, `name`, `slug`, `content`, `serial_number`, `featured`, `detail_page`, `lang_id`, `user_id`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `icon`) VALUES (167, '1672736827.png', 'WEB DESIGN', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.test/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 252, 230, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 03:07:07', NULL), (168, '1694930665.png', 'MARKETTING SEO', 'marketting-seo', '', 6, 1, 0, 252, 230, NULL, NULL, '2021-11-14 15:35:13', '2023-09-17 00:04:26', NULL), (169, '1672736893.png', 'تسويق SEO', 'تسويق-seo', '', 6, 1, 0, 253, 230, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 03:08:13', NULL), (170, '1672736879.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 253, 230, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 03:07:59', NULL), (171, '1672736862.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 253, 230, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 03:07:42', NULL), (172, '1636958253.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 253, 230, NULL, NULL, '2021-11-14 15:35:13', '2021-11-14 15:37:33', NULL), (173, '1636958275.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 1, 253, 230, NULL, NULL, '2021-11-14 15:35:13', '2022-03-09 03:16:18', NULL), (174, '1647354365.png', 'MOBILE APPS', 'mobile-apps', '', 4, 1, 0, 254, 176, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:51', 'fab fa-accusoft'), (175, '1647354347.png', 'GRAPHIC DESIGN', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 3, 1, 1, 254, 176, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:37:39', 'fas fa-address-card'), (176, '1647354379.png', 'WEB DEVELOPMENT', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 2, 1, 1, 254, 176, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:38:14', 'fab fa-500px'), (177, '1647354347.png', 'WEB DESIGN', 'web-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 1, 1, 1, 254, 176, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:38:05', 'fab fa-accusoft'), (178, '1647354379.png', 'MARKETTING SEO', 'marketting-seo', '', 6, 1, 0, 254, 176, NULL, NULL, '2021-11-14 15:35:13', '2022-03-06 03:34:17', 'fas fa-anchor'), (179, '1647354365.png', 'تسويق SEO', 'تسويق-seo', '', 6, 1, 0, 255, 176, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 00:50:54', 'fas fa-bell-slash'), (180, '1647354379.png', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 1, 1, 1, 255, 176, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 00:50:41', 'fas fa-arrows-alt'), (181, '1647354347.png', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 2, 1, 1, 255, 176, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 00:50:31', 'fas fa-assistive-listening-systems'), (182, '1647354379.png', 'تصميم غرافيك', 'تصميم-غرافيك', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 3, 1, 1, 255, 176, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 00:50:15', 'fas fa-air-freshener'), (183, '1647354379.png', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', '', 4, 1, 1, 255, 176, NULL, NULL, '2021-11-14 15:35:13', '2023-01-03 00:48:48', 'fab fa-accusoft'), (184, '1647182306.jpg', 'MOBILE APPS', 'mobile-apps', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, 1, 1, 192, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fab fa-accusoft'), (185, '1647182306.jpg', 'WEB DEVELOPMENT', 'web-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, 1, 1, 192, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-arrows-alt'), (186, '1647182306.jpg', 'GRAPHIC DESIGN', 'graphic-design', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, 1, 1, 192, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-address-card'), (187, '1647182306.jpg', 'PLUGIN DEVELOPMENT', 'plugin-development', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, 1, 1, 192, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fab fa-accusoft'), (188, '1647182306.jpg', 'MARKETTING SEO', 'marketting-seo', '<p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><img src=\"http://businesso.local/assets/front/img/summernote/6191ff8f5b3f6.jpg\" style=\"width:100%;\" alt=\"6191ff8f5b3f6.jpg\" /><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\"><br /></span></p><p style=\"text-align:justify;color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;\"><span style=\"font-family:Verdana;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</span></p>', 4, 1, 1, 192, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-bell-slash'), (189, '1647182306.jpg', 'تصميم المواقع', 'تصميم-المواقع', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 4, 1, 1, 193, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-arrows-alt'), (190, '1647182306.jpg', 'تطوير الشبكة', 'تطوير-الشبكة', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 4, 1, 1, 193, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-bell-slash'), (191, '1647182306.jpg', 'التصميم الجرافيكي', 'التصميم-الجرافيكي', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 4, 1, 1, 193, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-bell-slash'), (192, '1647182306.jpg', 'تطبيقات الموبايل', 'تطبيقات-الموبايل', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 4, 1, 1, 193, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-air-freshener'), (193, '1647182306.jpg', 'تطوير', 'تطوير', 'خلافاَ للإعتقاد السائد فإن لوريم إيبسوم ليس نصاَ عشوائياً، بل إن له جذور في الأدب اللاتيني الكلاسيكي منذ العام 45 قبل الميلاد، مما يجعله أكثر من 2000 عام في القدم. قام البروفيسور \"ريتشارد ماك لينتوك\" (Richard McClintock) وهو بروفيسور اللغة اللاتينية في جامعة هامبدن-سيدني في فيرجينيا بالبحث عن أصول كلمة لاتينية غامضة في نص لوريم إيبسوم وهي \"consectetur\"، وخلال تتبعه لهذه الكلمة في الأدب اللاتيني اكتشف المصدر الغير قابل للشك. فلقد اتضح أن كلمات نص لوريم إيبسوم تأتي من الأقسام 1.10.32 و 1.10.33 من كتاب \"حول أقاصي الخير والشر\" (de Finibus Bonorum et Malorum) للمفكر شيشيرون (Cicero) والذي كتبه في عام 45 قبل الميلاد. هذا الكتاب هو بمثابة مقالة علمية مطولة في نظرية الأخلاق، وكان له شعبية كبيرة في عصر النهضة. السطر الأول من لوريم إيبسوم \"Lorem ipsum dolor sit amet..\" يأتي من سطر في القسم 1.20.32 من هذا الكتاب.', 4, 1, 1, 193, 174, NULL, NULL, '2021-11-14 21:35:13', '2021-11-16 22:57:44', 'fas fa-address-card'), (194, '1687156074.jpg', 'Rooms & Appartment', 'rooms-&-appartment', '<p>Great explorer of the truth the ter-blde human happiness one reject</p><p><br /></p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>', 2, 1, 1, 258, 232, NULL, 'Great explorer of the truth the ter-blde human happiness one reject\r\n\r\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.', '2023-06-19 00:21:35', '2023-06-19 00:28:09', 'fas fa-hospital'), (195, '1687156038.jpg', 'Food & Restaurant', 'food-&-restaurant', '<p>Great explorer of the truth the ter-blde human happiness one reject</p><p><br /></p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>', 2, 1, 1, 258, 232, NULL, NULL, '2023-06-19 00:27:18', '2023-06-19 00:28:22', 'far fa-lemon'), (196, '1687156180.jpg', 'Spa & Fitness', 'spa-&-fitness', '<p>Great explorer of the truth the ter-blde human happiness one reject</p><p><br /></p><p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.</p>', 3, 1, 1, 258, 232, NULL, NULL, '2023-06-19 00:29:40', '2023-06-19 00:29:43', 'fas fa-hiking'), (197, '1687156389.jpg', 'Sports & Gaming', 'sports-&-gaming', '<p>Great explorer of the truth the ter-blde human happiness one reject<br /></p>', 4, 1, 1, 258, 232, NULL, NULL, '2023-06-19 00:32:38', '2023-06-19 00:34:01', 'fas fa-headset'), (198, '1687156516.jpg', 'Event & Party', 'event-&-party', '<p>Great explorer of the truth the ter-blde human happiness one reject<br /></p>', 5, 1, 1, 258, 232, NULL, NULL, '2023-06-19 00:35:16', '2023-06-19 00:35:20', 'fas fa-calendar-alt'), (199, '1687156605.jpg', 'GYM & Yoga', 'gym-&-yoga', '<p>Great explorer of the truth the ter-blde human happiness one reject<br /></p>', 6, 1, 1, 258, 232, NULL, NULL, '2023-06-19 00:36:45', '2023-06-19 00:36:51', 'fas fa-dumbbell'); -- -------------------------------------------------------- -- -- Table structure for table `user_shipping_charges` -- CREATE TABLE `user_shipping_charges` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `charge` decimal(11,2) 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_shipping_charges` -- INSERT INTO `user_shipping_charges` (`id`, `language_id`, `user_id`, `title`, `text`, `charge`, `created_at`, `updated_at`) VALUES (1, 183, 169, 'veniam quis nostrud df', 't enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut', '23.00', '2022-04-05 07:02:09', '2022-04-05 07:08:35'), (2, 189, 169, 'veniam quis nostrud df', 'quis nostrud exercitation ullamco laboris nisi ut et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut', '23.00', '2022-04-05 07:03:33', '2022-04-05 07:03:33'), (3, 184, 169, 'veniam quis nostrud df', 'quis nostrud exercitation ullamco laboris nisi ut', '23.00', '2022-04-05 07:03:56', '2022-04-05 07:03:56'), (4, 183, 169, 'ssdfsdfsd', 'werwe', '4.00', '2022-06-21 10:42:59', '2022-06-21 10:42:59'), (11, 252, 230, 'Shenzhen Aiden Technology Co., Ltd', 'Shenzhen Aiden Technology Co', '3.00', '2023-01-04 00:07:20', '2023-01-04 00:07:20'), (12, 253, 230, 'شنتشن ايدن التكنولوجيا المحدودة', 'شنتشن ايدن التكنولوجيا المحدودة', '3.00', '2023-01-04 00:07:50', '2023-01-04 00:07:50'); -- -------------------------------------------------------- -- -- Table structure for table `user_shop_settings` -- CREATE TABLE `user_shop_settings` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL DEFAULT '0', `is_shop` tinyint(4) NOT NULL DEFAULT '1', `catalog_mode` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - active, 0 - deactive', `item_rating_system` tinyint(4) NOT NULL DEFAULT '1', `tax` decimal(8,2) NOT NULL DEFAULT '0.00', `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_shop_settings` -- INSERT INTO `user_shop_settings` (`id`, `user_id`, `is_shop`, `catalog_mode`, `item_rating_system`, `tax`, `created_at`, `updated_at`) VALUES (2, 169, 1, 0, 1, '5.00', '2022-04-05 06:18:33', '2023-01-29 07:52:38'), (3, 214, 1, 1, 1, '4.00', '2022-06-19 10:39:35', '2022-06-19 10:39:35'), (4, 218, 1, 0, 1, '5.00', '2022-06-21 06:19:05', '2022-06-21 06:32:05'), (9, 227, 1, 0, 1, '0.00', '2022-10-03 11:31:22', '2022-10-03 11:31:22'), (12, 230, 1, 0, 1, '0.00', '2022-12-30 23:25:39', '2022-12-30 23:25:39'), (13, 231, 1, 0, 1, '0.00', '2023-06-18 00:18:47', '2023-06-18 00:18:47'), (14, 232, 1, 1, 1, '0.00', '2023-06-18 23:12:06', '2023-09-17 03:40:43'), (15, 233, 1, 0, 1, '0.00', '2023-06-19 05:23:27', '2023-06-19 05:23:27'), (16, 234, 1, 0, 1, '0.00', '2023-06-19 07:44:21', '2023-06-19 07:44:21'); -- -------------------------------------------------------- -- -- Table structure for table `user_skills` -- CREATE TABLE `user_skills` ( `id` bigint(20) UNSIGNED NOT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `percentage` int(11) DEFAULT NULL, `color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'F78058', `serial_number` int(11) NOT NULL DEFAULT '0', `language_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0', `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; -- -- Dumping data for table `user_skills` -- INSERT INTO `user_skills` (`id`, `icon`, `title`, `slug`, `percentage`, `color`, `serial_number`, `language_id`, `user_id`, `created_at`, `updated_at`) VALUES (74, 'far fa-edit', 'Business Strategy', 'business-strategy', 90, 'FF4A17', 1, 183, 169, '2021-11-14 22:24:45', '2021-11-14 22:24:45'), (75, 'far fa-money-bill-alt', 'Financial Planing', 'financial-planing', 75, 'FF4A17', 2, 183, 169, '2021-11-14 22:24:45', '2021-11-14 23:50:26'), (76, 'fas fa-signal', 'Marketing Startegy', 'marketing-startegy', 85, 'FF4A17', 3, 183, 169, '2021-11-14 22:24:45', '2021-11-14 23:49:17'), (77, 'fas fa-handshake', 'Relationship Buildup', 'relationship-buildup', 80, 'FF4A17', 4, 183, 169, '2021-11-14 22:24:45', '2022-12-24 03:35:25'), (78, 'far fa-edit', 'استراتيجية العمل', 'استراتيجية-العمل', 90, 'FF4A17', 1, 184, 169, '2021-11-14 22:24:45', '2021-11-14 22:24:45'), (79, 'far fa-money-bill-alt', 'التخطيط المالي', 'التخطيط-المالي', 75, 'FF4A17', 2, 184, 169, '2021-11-14 22:24:45', '2021-11-14 23:50:26'), (80, 'fas fa-signal', 'بدء التسويق', 'بدء-التسويق', 85, 'FF4A17', 3, 184, 169, '2021-11-14 22:24:45', '2021-11-14 23:49:17'), (81, 'far fa-handshake', 'بناء العلاقات', 'بناء-العلاقات', 80, 'FF4A17', 4, 184, 169, '2021-11-14 22:24:45', '2021-11-14 23:48:41'), (82, NULL, 'HTML5', 'html5', 80, '4B3869', 1, 261, 234, '2023-06-19 08:24:55', '2023-06-19 08:24:55'), (83, NULL, 'CSS3', 'css3', 70, '14279B', 2, 261, 234, '2023-06-19 08:25:18', '2023-06-19 08:25:18'), (84, NULL, 'Laravel', 'laravel', 90, 'E02401', 3, 261, 234, '2023-06-19 08:25:41', '2023-06-19 08:25:41'); -- -------------------------------------------------------- -- -- Table structure for table `user_socials` -- CREATE TABLE `user_socials` ( `id` bigint(20) UNSIGNED NOT NULL, `icon` text COLLATE utf8mb4_unicode_ci, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `user_id` int(11) 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 `user_socials` -- INSERT INTO `user_socials` (`id`, `icon`, `url`, `serial_number`, `user_id`, `created_at`, `updated_at`) VALUES (51, 'fab fa-facebook-f', 'http://example.com/', 1, 169, '2021-11-15 01:41:58', '2021-11-15 01:41:58'), (52, 'fab fa-linkedin-in', 'http://example.com/', 2, 169, '2021-11-15 01:42:06', '2021-11-15 01:42:06'), (53, 'fab fa-twitter', 'http://example.com/', 3, 169, '2021-11-15 01:42:23', '2021-11-15 01:42:23'), (54, 'fab fa-dribbble', 'http://example.com/', 4, 169, '2021-11-15 01:42:44', '2021-11-15 01:42:44'), (55, 'fab fa-behance', 'http://example.com/', 5, 169, '2021-11-15 01:42:51', '2021-11-15 01:42:51'), (56, 'fab fa-facebook-f', 'http://example.com/', 1, 170, '2021-11-16 07:17:41', '2021-11-16 07:17:41'), (57, 'fab fa-twitter', 'http://example.com/', 1, 170, '2021-11-16 07:17:48', '2021-11-16 07:17:48'), (58, 'fab fa-linkedin-in', 'http://example.com/', 3, 170, '2021-11-16 07:17:55', '2021-11-16 07:17:55'), (59, 'fab fa-dribbble', 'http://example.com/', 4, 170, '2021-11-16 07:18:07', '2021-11-16 07:18:07'), (60, 'fab fa-behance', 'http://example.com/', 5, 170, '2021-11-16 07:18:14', '2021-11-16 07:18:14'), (61, 'fab fa-facebook-f', 'http://example.com/', 1, 171, '2021-11-17 04:34:10', '2021-11-17 04:34:10'), (62, 'fab fa-twitter', 'http://example.com/', 2, 171, '2021-11-17 04:34:18', '2021-11-17 04:34:18'), (63, 'fab fa-linkedin-in', 'http://example.com/', 3, 171, '2021-11-17 04:34:26', '2021-11-17 04:34:26'), (64, 'fab fa-dribbble', 'http://example.com/', 4, 171, '2021-11-17 04:34:48', '2021-11-17 04:34:48'), (65, 'fab fa-behance', 'http://example.com/', 5, 171, '2021-11-17 04:35:01', '2021-11-17 04:35:01'), (67, 'fab fa-facebook-f', 'http://example.com/', 1, 230, '2021-11-17 04:34:10', '2021-11-17 04:34:10'), (68, 'fab fa-twitter', 'http://example.com/', 2, 230, '2021-11-17 04:34:18', '2021-11-17 04:34:18'), (69, 'fab fa-linkedin-in', 'http://example.com/', 3, 230, '2021-11-17 04:34:26', '2021-11-17 04:34:26'), (70, 'fab fa-dribbble', 'http://example.com/', 4, 230, '2021-11-17 04:34:48', '2021-11-17 04:34:48'), (71, 'fab fa-behance', 'http://example.com/', 5, 230, '2021-11-17 04:35:01', '2021-11-17 04:35:01'), (72, 'fab fa-facebook-f', 'http://example.com/', 1, 175, '2021-11-17 04:34:10', '2021-11-17 04:34:10'), (73, 'fab fa-twitter', 'http://example.com/', 2, 175, '2021-11-17 04:34:18', '2021-11-17 04:34:18'), (74, 'fab fa-linkedin-in', 'http://example.com/', 3, 175, '2021-11-17 04:34:26', '2021-11-17 04:34:26'), (75, 'fab fa-dribbble', 'http://example.com/', 4, 175, '2021-11-17 04:34:48', '2021-11-17 04:34:48'), (76, 'fab fa-behance', 'http://example.com/', 5, 175, '2021-11-17 04:35:01', '2021-11-17 04:35:01'), (77, 'fab fa-facebook-f', 'http://example.com/', 1, 172, '2021-11-17 04:34:10', '2021-11-17 04:34:10'), (78, 'fab fa-twitter', 'http://example.com/', 2, 172, '2021-11-17 04:34:18', '2021-11-17 04:34:18'), (79, 'fab fa-linkedin-in', 'http://example.com/', 3, 172, '2021-11-17 04:34:26', '2021-11-17 04:34:26'), (80, 'fab fa-dribbble', 'http://example.com/', 4, 172, '2021-11-17 04:34:48', '2021-11-17 04:34:48'), (81, 'fab fa-behance', 'http://example.com/', 5, 172, '2021-11-17 04:35:01', '2021-11-17 04:35:01'), (82, 'fab fa-facebook-f', 'http://example.com/', 1, 176, '2021-11-17 04:34:10', '2021-11-17 04:34:10'), (83, 'fab fa-twitter', 'http://example.com/', 2, 176, '2021-11-17 04:34:18', '2021-11-17 04:34:18'), (84, 'fab fa-linkedin-in', 'http://example.com/', 3, 176, '2021-11-17 04:34:26', '2021-11-17 04:34:26'), (85, 'fab fa-dribbble', 'http://example.com/', 4, 176, '2021-11-17 04:34:48', '2021-11-17 04:34:48'), (86, 'fab fa-behance', 'http://example.com/', 5, 176, '2021-11-17 04:35:01', '2021-11-17 04:35:01'), (87, 'fab fa-facebook-f', 'http://example.com/', 1, 234, '2023-06-19 08:30:01', '2023-06-19 08:30:01'), (88, 'fab fa-linkedin-in', 'http://example.com/', 2, 234, '2023-06-19 08:30:12', '2023-06-19 08:30:12'), (89, 'fab fa-instagram', 'http://example.com/', 3, 234, '2023-06-19 08:30:20', '2023-06-19 08:30:20'), (90, 'fab fa-twitter', 'http://example.com/', 4, 234, '2023-06-19 08:30:30', '2023-06-19 08:30:30'), (91, 'fab fa-twitter', 'http://example.com/', 1, 231, '2023-06-19 09:06:04', '2023-06-19 09:06:04'), (92, 'fab fa-linkedin-in', 'http://example.com/', 2, 231, '2023-06-19 09:06:12', '2023-06-19 09:06:12'), (93, 'fab fa-youtube', 'http://example.com/', 3, 231, '2023-06-19 09:06:23', '2023-06-19 09:06:23'), (94, 'fab fa-instagram', 'http://example.com/', 4, 231, '2023-06-19 09:06:31', '2023-06-19 09:06:31'), (95, 'fab fa-facebook-f', 'http://example.com/', 1, 232, '2023-06-19 10:10:11', '2023-06-19 10:10:11'), (96, 'fab fa-instagram', 'http://example.com/', 2, 232, '2023-06-19 10:10:21', '2023-06-19 10:10:21'), (97, 'fab fa-linkedin-in', 'http://example.com/', 3, 232, '2023-06-19 10:10:29', '2023-06-19 10:10:29'), (98, 'fab fa-youtube', 'http://example.com/', 4, 232, '2023-06-19 10:10:39', '2023-06-19 10:10:39'), (99, 'fab fa-facebook-f', 'http://example.com/', 1, 233, '2023-06-19 10:12:19', '2023-06-19 10:12:19'), (100, 'fa fa-fw fa-heart iconpicker-component', 'http://example.com/', 2, 233, '2023-06-19 10:12:29', '2023-06-19 10:12:29'), (101, 'fab fa-linkedin-in', 'http://example.com/', 2, 233, '2023-06-19 10:12:36', '2023-06-19 10:12:36'), (102, 'fab fa-twitter', 'http://example.com/', 4, 233, '2023-06-19 10:12:45', '2023-06-19 10:12:45'), (103, 'fab fa-facebook-f', 'http://example.com/', 1, 174, '2021-11-17 04:34:10', '2021-11-17 04:34:10'), (104, 'fab fa-twitter', 'http://example.com/', 2, 174, '2021-11-17 04:34:18', '2021-11-17 04:34:18'), (105, 'fab fa-linkedin-in', 'http://example.com/', 3, 174, '2021-11-17 04:34:26', '2021-11-17 04:34:26'), (106, 'fab fa-dribbble', 'http://example.com/', 4, 174, '2021-11-17 04:34:48', '2021-11-17 04:34:48'), (107, 'fab fa-behance', 'http://example.com/', 5, 174, '2021-11-17 04:35:01', '2021-11-17 04:35:01'); -- -------------------------------------------------------- -- -- Table structure for table `user_subscribers` -- CREATE TABLE `user_subscribers` ( `id` int(11) NOT NULL, `email` varchar(255) NOT NULL, `user_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_subscribers` -- INSERT INTO `user_subscribers` (`id`, `email`, `user_id`, `created_at`, `updated_at`) VALUES (12, 'admin@gmail.com', 169, '2022-04-26 04:18:57', '2022-04-26 04:18:57'), (13, 'admin@example.com', 230, '2023-01-14 04:28:47', '2023-01-14 04:28:47'), (14, 'HqAX_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-02-04 13:11:58', '2023-02-04 13:11:58'), (15, 'admin@a.cc', 172, '2023-02-22 18:41:18', '2023-02-22 18:41:18'), (16, 'LbHu_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-03-05 11:15:11', '2023-03-05 11:15:11'), (17, 'CwCp_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-03-08 11:43:39', '2023-03-08 11:43:39'), (18, 'XVNv_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-03-18 15:40:33', '2023-03-18 15:40:33'), (19, 'tlivinggrace@gmail.com', 170, '2023-03-25 15:07:20', '2023-03-25 15:07:20'), (20, 'LYGU_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-04-11 03:01:21', '2023-04-11 03:01:21'), (21, 'superadmin@example.com', 169, '2023-04-20 13:09:21', '2023-04-20 13:09:21'), (22, 'zaproxy@example.com', 169, '2023-04-22 08:12:17', '2023-04-22 08:12:17'), (23, 'zaproxy@example.com', 170, '2023-04-22 08:12:21', '2023-04-22 08:12:21'), (24, 'zaproxy@example.com', 176, '2023-04-22 08:12:27', '2023-04-22 08:12:27'), (25, 'pqPg_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-05-08 17:16:34', '2023-05-08 17:16:34'), (26, 'Eg3C_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-05-14 06:35:54', '2023-05-14 06:35:54'), (27, 'oBW9_generic_b18a5b28_easttex.xyz@data-backup-store.com', 169, '2023-05-15 22:14:49', '2023-05-15 22:14:49'), (28, 'farhanbokkor@gmail.com', 230, '2023-09-09 23:28:03', '2023-09-09 23:28:03'), (29, 'fahadahmadshemul@gmail.com', 231, '2024-01-11 00:36:07', '2024-01-11 00:36:07'); -- -------------------------------------------------------- -- -- Table structure for table `user_testimonials` -- CREATE TABLE `user_testimonials` ( `id` bigint(20) UNSIGNED NOT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `occupation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci NOT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `lang_id` bigint(20) UNSIGNED NOT NULL, `user_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 `user_testimonials` -- INSERT INTO `user_testimonials` (`id`, `image`, `name`, `occupation`, `content`, `serial_number`, `lang_id`, `user_id`, `created_at`, `updated_at`) VALUES (76, '1671874606.png', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 183, 169, '2021-11-14 23:51:53', '2022-12-24 03:36:46'), (77, '1671874597.png', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 183, 169, '2021-11-14 23:51:53', '2022-12-24 03:36:37'), (78, '1671874617.png', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 183, 169, '2021-11-14 23:51:53', '2022-12-24 03:36:57'), (79, '1672818229.png', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 184, 169, '2021-11-14 23:51:53', '2023-01-04 01:43:49'), (80, '1672818215.png', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 184, 169, '2021-11-14 23:51:53', '2023-01-04 01:43:35'), (81, '1672818204.png', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 184, 169, '2021-11-14 23:51:53', '2023-01-04 01:43:24'), (82, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 185, 170, '2021-11-14 23:51:53', '2021-11-16 23:24:39'), (83, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 185, 170, '2021-11-14 23:51:53', '2021-11-16 23:33:54'), (84, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 185, 170, '2021-11-14 23:51:53', '2021-11-16 23:34:12'), (85, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 186, 170, '2021-11-14 23:51:53', '2021-11-14 23:52:18'), (86, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 186, 170, '2021-11-14 23:51:53', '2021-11-14 23:54:27'), (87, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 186, 170, '2021-11-14 23:51:53', '2021-11-14 23:54:38'), (88, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 187, 171, '2021-11-14 23:51:53', '2021-11-16 23:24:39'), (89, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 187, 171, '2021-11-14 23:51:53', '2021-11-16 23:33:54'), (90, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 187, 171, '2021-11-14 23:51:53', '2021-11-16 23:34:12'), (91, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 188, 171, '2021-11-14 23:51:53', '2021-11-14 23:52:18'), (92, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 188, 171, '2021-11-14 23:51:53', '2021-11-14 23:54:27'), (93, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 188, 171, '2021-11-14 23:51:53', '2021-11-14 23:54:38'), (94, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 190, 172, '2021-11-14 17:51:53', '2021-11-16 17:24:39'), (95, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 190, 172, '2021-11-14 17:51:53', '2021-11-16 17:33:54'), (96, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 190, 172, '2021-11-14 17:51:53', '2021-11-16 17:34:12'), (97, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 251, 172, '2021-11-14 17:51:53', '2021-11-14 17:52:18'), (98, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 251, 172, '2021-11-14 17:51:53', '2021-11-14 17:54:27'), (99, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 251, 172, '2021-11-14 17:51:53', '2021-11-14 17:54:38'), (100, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 194, 175, '2021-11-14 17:51:53', '2021-11-16 17:24:39'), (101, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 194, 175, '2021-11-14 17:51:53', '2021-11-16 17:33:54'), (102, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 194, 175, '2021-11-14 17:51:53', '2021-11-16 17:34:12'), (103, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 195, 175, '2021-11-14 17:51:53', '2021-11-14 17:52:18'), (104, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 195, 175, '2021-11-14 17:51:53', '2021-11-14 17:54:27'), (105, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 195, 175, '2021-11-14 17:51:53', '2021-11-14 17:54:38'), (106, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 194, 175, '2021-11-14 17:51:53', '2021-11-16 17:33:54'), (107, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 252, 230, '2021-11-14 17:51:53', '2021-11-16 17:24:39'), (108, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 252, 230, '2021-11-14 17:51:53', '2021-11-16 17:33:54'), (109, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 252, 230, '2021-11-14 17:51:53', '2021-11-16 17:34:12'), (110, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 253, 230, '2021-11-14 17:51:53', '2021-11-14 17:52:18'), (111, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 253, 230, '2021-11-14 17:51:53', '2021-11-14 17:54:27'), (112, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 253, 230, '2021-11-14 17:51:53', '2021-11-14 17:54:38'), (113, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 254, 176, '2021-11-14 17:51:53', '2021-11-16 17:24:39'), (114, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 254, 176, '2021-11-14 17:51:53', '2021-11-16 17:33:54'), (115, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 254, 176, '2021-11-14 17:51:53', '2021-11-16 17:34:12'), (116, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 255, 176, '2021-11-14 17:51:53', '2021-11-14 17:52:18'), (117, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 255, 176, '2021-11-14 17:51:53', '2021-11-14 17:54:27'), (118, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 255, 176, '2021-11-14 17:51:53', '2021-11-14 17:54:38'), (119, '1637126679.jpg', 'Marco Veratti', 'CEO, Janex', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 1, 192, 174, '2021-11-14 17:51:53', '2021-11-16 17:24:39'), (120, '1637127234.jpg', 'Nicolo Zaniolo', 'CTO, WebTech', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 2, 192, 174, '2021-11-14 17:51:53', '2021-11-16 17:33:54'), (121, '1637127252.jpg', 'Adress Pirlo', 'Manager, Madchef', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\'', 3, 192, 174, '2021-11-14 17:51:53', '2021-11-16 17:34:12'), (122, '1637126679.jpg', 'ماركو فيراتي', 'الرئيس التنفيذي ، جانكس', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 1, 193, 174, '2021-11-14 17:51:53', '2021-11-14 17:52:18'), (123, '1637127234.jpg', 'نيكولو زانيولو', 'CTO ، WebTech', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 2, 193, 174, '2021-11-14 17:51:53', '2021-11-14 17:54:27'), (124, '1637127252.jpg', 'العنوان بيرلو', 'مدير ، Madchef', 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو أنه يحتوي على توزيع طبيعي -إلى حد ما- للأحرف ، بدلاً من استخدام \"هنا يوجد محتوى نصي ، يوجد محتوى هنا\"', 3, 193, 174, '2021-11-14 17:51:53', '2021-11-14 17:54:38'), (125, '1687072263.png', 'Matt Hardy', 'Teacher', 'Our service is free to users because vendors pay us when they receive web traffic. We list all vendors - not just those that pay us - in our comprehensive directory so that you can compare, sort and filter your results to make the most informed decision possible. Get App is a Gartner company. Gartner (NYSE: IT) is the world\'s leading information technology research.', 1, 256, 231, '2023-06-18 01:11:03', '2023-06-18 01:11:03'), (126, '1687072291.png', 'Jef Hardy', 'Teacher', 'Our service is free to users because vendors pay us when they receive web traffic. We list all vendors - not just those that pay us - in our comprehensive directory so that you can compare, sort and filter your results to make the most informed decision possible. Get App is a Gartner company. Gartner (NYSE: IT) is the world\'s leading information technology research.', 2, 256, 231, '2023-06-18 01:11:31', '2023-06-18 01:11:31'), (127, NULL, 'James M. Varney', NULL, 'Omnis voluptas assumde est omnis dolor reporibus autem quidam et aut ciise debitiset arerum neces tibus saep on ways feels like ways.', 1, 258, 232, '2023-06-19 00:09:49', '2023-06-19 00:09:49'), (128, NULL, 'David K. Vinson', NULL, 'At vero eos et accusamu way set iusto odio dignis ducimus qui bpraes enum voluptatum deleniti atque corrupti quos dolores others worlds.', 2, 258, 232, '2023-06-19 00:10:06', '2023-06-19 00:10:06'), (129, NULL, 'James M. Varney', NULL, 'Omnis voluptas assumde est omnis dolor reporibus autem quidam et aut ciise debitiset arerum neces tibus saep on ways feels like ways.', 3, 258, 232, '2023-06-19 00:10:20', '2023-06-19 00:10:20'), (130, '1687177455.jpg', 'Marty Kamson', 'Project Manager', 'Light dont night after moveth you of itself of were bearing faces do earth meat sixth stars cattles Together two fill. Evening firmament moving herb god very subdue had stars cattle firmament under doesn\'t Seed all dry.', 1, 259, 233, '2023-06-19 06:24:15', '2023-06-19 06:24:15'), (131, '1687177506.png', 'Haris Kamson', 'Donor', 'Light dont night after moveth you of itself of were bearing faces do earth meat sixth stars cattles Together two fill. Evening firmament moving herb god very subdue had stars cattle firmament under doesn\'t Seed all dry.', 2, 259, 233, '2023-06-19 06:25:06', '2023-06-19 06:25:06'), (132, '1687184796.jpg', 'Helen Martinez', 'Food Business', 'Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45', 1, 261, 234, '2023-06-19 08:26:36', '2023-06-19 08:29:08'), (133, '1687184842.jpg', 'Mateo Lorenzo', 'Manager, Bank', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form', 2, 261, 234, '2023-06-19 08:27:22', '2023-06-19 08:27:22'), (134, '1687184884.jpg', 'Federico Chiesa', 'Football Coach', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 3, 261, 234, '2023-06-19 08:28:04', '2023-06-19 08:28:04'), (135, '1687184922.png', 'Seargio Romero', 'Lawyer', 'when an unknown printer took a galley of type and scrambled it to make a type specimen book It has survived. Scrambled it to make a type', 4, 261, 234, '2023-06-19 08:28:42', '2023-06-19 08:28:42'); -- -------------------------------------------------------- -- -- Table structure for table `user_vcards` -- CREATE TABLE `user_vcards` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `template` tinyint(4) NOT NULL DEFAULT '1' COMMENT 'number represents the template number', `direction` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - ltr, 2 - rtl', `profile_image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cover_image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `occupation` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` text COLLATE utf8mb4_unicode_ci, `website_url` text COLLATE utf8mb4_unicode_ci, `introduction` text COLLATE utf8mb4_unicode_ci, `information` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `vcard_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about` text COLLATE utf8mb4_unicode_ci, `video` text COLLATE utf8mb4_unicode_ci, `preferences` text COLLATE utf8mb4_unicode_ci, `call_button_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'ed2476', `whatsapp_button_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '25d366', `mail_button_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'BB001B', `add_to_contact_button_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FF5C58', `share_vcard_button_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FF5C58', `phone_icon_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FFB830', `email_icon_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FFB830', `address_icon_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FFB830', `website_url_icon_color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FFB830', `keywords` text COLLATE utf8mb4_unicode_ci, `base_color` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'fa2859', `summary_background_color` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'FFEEED', `preview_template` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 == yes, 0== no', `template_img` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `template_serial_number` int(11) DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0= hide, 1=show', `template_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `show_in_home` tinyint(4) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_vcards` -- INSERT INTO `user_vcards` (`id`, `user_id`, `template`, `direction`, `profile_image`, `cover_image`, `name`, `occupation`, `company`, `email`, `phone`, `address`, `website_url`, `introduction`, `information`, `created_at`, `updated_at`, `vcard_name`, `about`, `video`, `preferences`, `call_button_color`, `whatsapp_button_color`, `mail_button_color`, `add_to_contact_button_color`, `share_vcard_button_color`, `phone_icon_color`, `email_icon_color`, `address_icon_color`, `website_url_icon_color`, `keywords`, `base_color`, `summary_background_color`, `preview_template`, `template_img`, `template_serial_number`, `status`, `template_name`, `show_in_home`) VALUES (10, 230, 1, 1, '616836f1cfbc4.jpg', '616836f1d00a1.png', 'Json Gillespie', 'Web Developer', 'KreativDev', 'gillespie@gmail.com', '+1-202-555-0157', 'California, USA', 'https://example.com/', 'All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"Gitlab\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"Facebook\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"Twitter\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 06:37:16', '2024-06-02 03:42:21', 'KreativDev', '<div style=\"text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<br /></div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', 'E02401', 'E02401', '2C2891', 'EA4335', 'FF0075', '091353', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', '914BFA', 'FFEEED', 1, '6544cdb3cc8cd.jpg', 6, 1, 'vCard 6', 1), (43, 230, 2, 1, '616a58670a333.jpg', '616a58670ab8a.png', 'Manuel Locatelli', 'Graphic Designer', 'ABC Foundation', 'locatelli@gmail.com', '+1-202-555-0157', 'Sanfransisco, USA', 'https://example.com/', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"Gitlab\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"Facebook\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"Twitter\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 06:37:16', '2024-06-02 03:41:59', 'ABC Foundation', '<div style=\"text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<br /></div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', '259FF0', '259FF0', 'FFA400', 'EA4335', 'FF0075', '914BFA', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', '259FF0', 'FFEEED', 1, '6544cdca6d021.jpg', 7, 1, 'vCard 7', 1), (44, 230, 3, 1, '665c470c9bd3c.png', '665c47f57a411.png', 'Mike Obey', 'Manager', 'PlusAgency', 'mike@gmail.com', '+1-202-555-0157', 'New York, USA', 'https://example.com/', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"Gitlab\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"Facebook\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"Twitter\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 04:37:16', '2024-06-02 04:22:45', 'PlusAgency', '<div style=\"text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<br /></div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', 'F06A60', 'F06A60', '2C2891', 'EA4335', 'FF0075', '091353', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', 'F06A60', 'FFEEED', 1, '6544cdd92d606.jpg', 8, 1, 'vCard 8', 1), (45, 230, 4, 1, '665c4e892267a.png', '665c487ebe84b.jpg', 'Mikel Clark', 'Fashion Designer', 'FashionHouse', 'clark@gmail.com', '+1-202-555-0157', 'Pennsylvania, USA', 'https://example.com/', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"Gitlab\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"Facebook\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"Twitter\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 04:37:16', '2024-06-02 04:50:49', 'FashionHouse', '<div style=\"text-align:justify;\">There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.<br /></div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', '1D47DA', '1D47DA', '2C2891', 'EA4335', 'FF0075', '091353', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', '1D47DA', 'FFEEED', 1, '6544cde5edeb2.jpg', 9, 1, 'vCard 9', 1), (46, 230, 1, 2, '616836f1cfbc4.jpg', '616836f1d00a1.png', 'جسون جيليسبي', 'مطور ويب', 'كريتيف', 'gillespie@gmail.com', '+1-202-555-0157', 'كاليفورنيا، الولايات المتحدة الأمريكية', 'https://example.com/', 'تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"جيتلاب\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"موقع التواصل الاجتماعي الفيسبوك\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"تويتر\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 06:37:16', '2021-10-15 20:19:14', 'كريتيف', '<div style = \"text-align: justify؛\"> تتوفر العديد من الأشكال المختلفة لمقاطع لوريم إيبسوم ، ولكن الغالبية عانت من تغيير في شكل ما ، عن طريق إدخال روح الدعابة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك ، فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك. <br /> </div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', 'E02401', 'E02401', '2C2891', 'EA4335', 'FF0075', '091353', '{\"Call\":\"\\u0645\\u0643\\u0627\\u0644\\u0645\\u0629\",\"Whatsapp\":\"\\u0627\\u0644 WhatsApp\",\"Mail\":\"\\u0628\\u0631\\u064a\\u062f\",\"Add_to_Contact\":\"\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0644\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0635\\u0644\\u064a\\u0646\",\"Share_vCard\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 vCard\",\"Phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"Email\":\"\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"Website_URL\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"About_us\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0639\\u0646\\u0627\",\"Our_Service\":\"\\u062e\\u062f\\u0645\\u062a\\u0646\\u0627\",\"Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Video\":\"\\u0641\\u064a\\u062f\\u064a\\u0648\",\"Projects\":\"\\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Enquiry_Form\":\"\\u0646\\u0645\\u0648\\u0630\\u062c \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Subject\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Message\":\"\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send\":\"\\u064a\\u0631\\u0633\\u0644\"}', '914BFA', 'FFEEED', 0, NULL, NULL, 1, NULL, 0), (47, 230, 2, 2, '616a58670a333.jpg', '616a58670ab8a.png', 'مانويل لوكاتيللي', 'مصمم جرافيك', 'مؤسسة ABC', 'locatelli@gmail.com', '+1-202-555-0157', 'سانفرانسيسكو ، الولايات المتحدة الأمريكية', 'https://example.com/', 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة من النوع', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"جيتلاب\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"موقع التواصل الاجتماعي الفيسبوك\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"تويتر\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 06:37:16', '2021-10-15 20:20:04', 'مؤسسة ABC', '<div style = \"text-align: justify؛\"> تتوفر العديد من الأشكال المختلفة لمقاطع لوريم إيبسوم ، ولكن الغالبية عانت من تغيير في شكل ما ، عن طريق إدخال روح الدعابة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك ، فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك. <br /> </div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', '259FF0', '259FF0', 'FFA400', 'EA4335', 'FF0075', '914BFA', '{\"Call\":\"\\u0645\\u0643\\u0627\\u0644\\u0645\\u0629\",\"Whatsapp\":\"\\u0627\\u0644 WhatsApp\",\"Mail\":\"\\u0628\\u0631\\u064a\\u062f\",\"Add_to_Contact\":\"\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0644\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0635\\u0644\\u064a\\u0646\",\"Share_vCard\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 vCard\",\"Phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"Email\":\"\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"Website_URL\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"About_us\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0639\\u0646\\u0627\",\"Our_Service\":\"\\u062e\\u062f\\u0645\\u062a\\u0646\\u0627\",\"Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Video\":\"\\u0641\\u064a\\u062f\\u064a\\u0648\",\"Projects\":\"\\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Enquiry_Form\":\"\\u0646\\u0645\\u0648\\u0630\\u062c \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Subject\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Message\":\"\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send\":\"\\u064a\\u0631\\u0633\\u0644\"}', '259FF0', 'FFEEED', 0, NULL, NULL, 1, NULL, 0), (48, 230, 3, 2, '616a5aad5af84.jpg', '616a5aad5b59e.png', 'مايك أوبي', 'مدير', 'وكالة بلس', 'mike@gmail.com', '+1-202-555-0157', 'نيويورك ، الولايات المتحدة الأمريكية', 'https://example.com/', 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة من النوع', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"جيتلاب\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"موقع التواصل الاجتماعي الفيسبوك\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"تويتر\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 06:37:16', '2021-10-15 20:19:51', 'وكالة بلس', '<div style = \"text-align: justify؛\"> تتوفر العديد من الأشكال المختلفة لمقاطع لوريم إيبسوم ، ولكن الغالبية عانت من تغيير في شكل ما ، عن طريق إدخال روح الدعابة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك ، فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك. <br /> </div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', 'F06A60', 'F06A60', '2C2891', 'EA4335', 'FF0075', '091353', '{\"Call\":\"\\u0645\\u0643\\u0627\\u0644\\u0645\\u0629\",\"Whatsapp\":\"\\u0627\\u0644 WhatsApp\",\"Mail\":\"\\u0628\\u0631\\u064a\\u062f\",\"Add_to_Contact\":\"\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0644\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0635\\u0644\\u064a\\u0646\",\"Share_vCard\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 vCard\",\"Phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"Email\":\"\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"Website_URL\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"About_us\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0639\\u0646\\u0627\",\"Our_Service\":\"\\u062e\\u062f\\u0645\\u062a\\u0646\\u0627\",\"Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Video\":\"\\u0641\\u064a\\u062f\\u064a\\u0648\",\"Projects\":\"\\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Enquiry_Form\":\"\\u0646\\u0645\\u0648\\u0630\\u062c \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Subject\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Message\":\"\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send\":\"\\u064a\\u0631\\u0633\\u0644\"}', 'F06A60', 'FFEEED', 0, NULL, NULL, 1, NULL, 0), (49, 230, 4, 2, '616a5d372ba01.jpg', '616a5d372bf12.jpg', 'ميكيل كلارك', 'مصمم أزياء', 'بيت الموضة', 'clark@gmail.com', '+1-202-555-0157', 'بنسلفانيا ، الولايات المتحدة الأمريكية', 'https://example.com/', 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي ، عندما أخذت طابعة غير معروفة لوحًا من النوع وتدافعت عليه لعمل كتاب عينة من النوع', '[{\"icon\":\"fab fa-github\",\"color\":\"171515\",\"label\":\"جيتلاب\",\"link\":1,\"value\":\"https:\\/\\/gitlab.com\\/\"},{\"icon\":\"fab fa-facebook-f\",\"color\":\"4267B2\",\"label\":\"موقع التواصل الاجتماعي الفيسبوك\",\"link\":1,\"value\":\"https:\\/\\/www.facebook.com\\/\"},{\"icon\":\"fab fa-twitter\",\"color\":\"1DA1F2\",\"label\":\"تويتر\",\"link\":1,\"value\":\"https:\\/\\/twitter.com\\/\"}]', '2021-08-28 06:37:16', '2021-10-15 20:19:34', 'بيت الموضة', '<div style = \"text-align: justify؛\"> تتوفر العديد من الأشكال المختلفة لمقاطع لوريم إيبسوم ، ولكن الغالبية عانت من تغيير في شكل ما ، عن طريق إدخال روح الدعابة أو الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج مخفي في منتصف النص. تميل جميع مولدات Lorem Ipsum على الإنترنت إلى تكرار الأجزاء المحددة مسبقًا حسب الضرورة ، مما يجعلها أول مولد حقيقي على الإنترنت. يستخدم قاموسًا يضم أكثر من 200 كلمة لاتينية ، جنبًا إلى جنب مع حفنة من تراكيب الجملة النموذجية ، لتوليد Lorem Ipsum الذي يبدو معقولًا. لذلك ، فإن لوريم إيبسوم الذي تم إنشاؤه يكون دائمًا خاليًا من التكرار أو الدعابة المحقونة أو الكلمات غير المميزة وما إلى ذلك. <br /> </div>', 'https://www.youtube.com/embed/vTm7t9JBGfM', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'A4C639', '25D366', 'EA4335', '1D47DA', '1D47DA', '2C2891', 'EA4335', 'FF0075', '091353', '{\"Call\":\"\\u0645\\u0643\\u0627\\u0644\\u0645\\u0629\",\"Whatsapp\":\"\\u0627\\u0644 WhatsApp\",\"Mail\":\"\\u0628\\u0631\\u064a\\u062f\",\"Add_to_Contact\":\"\\u0625\\u0636\\u0627\\u0641\\u0629 \\u0644\\u0642\\u0627\\u0626\\u0645\\u0629 \\u0627\\u0644\\u0645\\u062a\\u0635\\u0644\\u064a\\u0646\",\"Share_vCard\":\"\\u0645\\u0634\\u0627\\u0631\\u0643\\u0629 vCard\",\"Phone\":\"\\u0647\\u0627\\u062a\\u0641\",\"Email\":\"\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Address\":\"\\u0639\\u0646\\u0648\\u0627\\u0646\",\"Website_URL\":\"\\u0631\\u0627\\u0628\\u0637 \\u0627\\u0644\\u0645\\u0648\\u0642\\u0639\",\"About_us\":\"\\u0645\\u0639\\u0644\\u0648\\u0645\\u0627\\u062a \\u0639\\u0646\\u0627\",\"Our_Service\":\"\\u062e\\u062f\\u0645\\u062a\\u0646\\u0627\",\"Details\":\"\\u062a\\u0641\\u0627\\u0635\\u064a\\u0644\",\"Video\":\"\\u0641\\u064a\\u062f\\u064a\\u0648\",\"Projects\":\"\\u0627\\u0644\\u0645\\u0634\\u0627\\u0631\\u064a\\u0639\",\"Testimonial\":\"\\u0634\\u0647\\u0627\\u062f\\u0629\",\"Enquiry_Form\":\"\\u0646\\u0645\\u0648\\u0630\\u062c \\u0627\\u0644\\u0627\\u0633\\u062a\\u0641\\u0633\\u0627\\u0631\",\"Enter_Name\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0627\\u0633\\u0645\",\"Enter_Subject\":\"\\u0623\\u062f\\u062e\\u0644 \\u0627\\u0644\\u0645\\u0648\\u0636\\u0648\\u0639\",\"Enter_Email_Address\":\"\\u0623\\u062f\\u062e\\u0644 \\u0639\\u0646\\u0648\\u0627\\u0646 \\u0627\\u0644\\u0628\\u0631\\u064a\\u062f \\u0627\\u0644\\u0627\\u0644\\u0643\\u062a\\u0631\\u0648\\u0646\\u064a\",\"Enter_Message\":\"\\u0623\\u062f\\u062e\\u0644 \\u0631\\u0633\\u0627\\u0644\\u0629\",\"Send\":\"\\u064a\\u0631\\u0633\\u0644\"}', '1D47DA', 'FFEEED', 0, NULL, NULL, 1, NULL, 0), (50, 230, 5, 1, '61ee8f55d3520.jpg', '61ec2081e6cdc.jpg', 'Robart Jonson', 'CEO', 'SEO Mind', 'geniustest11@gmail.com', '+75230692011', '4517 Washington. wnchester Kentucky 39495', 'example.com', 'All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet', '[{\"icon\":\"fas fa-code-branch\",\"color\":\"000000\",\"label\":\"Github\",\"link\":1,\"value\":\"https:\\/\\/github.com\\/\"},{\"icon\":\"fab fa-instagram\",\"color\":\"000000\",\"label\":\"Instagram\",\"link\":1,\"value\":\"https:\\/\\/www.instagram.com\\/\"}]', '2022-01-22 06:19:29', '2023-09-17 06:55:48', 'Robart Jonson', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</span><br /></p>', 'https://www.youtube.com/embed/7tz4Ya6gzG4', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'ED22A3', '3827D3', '2EBB45', '5D1777', 'FF9C2A', '5895FF', 'A25E1B', 'BE3094', '379334', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', 'EB5757', 'FFEEED', 1, '65069ca9d4db4.png', 1, 1, 'vCard 1', 1), (52, 230, 6, 1, '665c4113462bf.jpg', '665c411346b25.jpg', 'Rafael Nadal', 'CEO', 'SEO Mind', 'geniustest11@gmail.com', '+75230692011', '4517 Washington. wnchester Kentucky 39495', 'example.com', 'Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem', '[{\"icon\":\"fas fa-code-branch\",\"color\":\"000000\",\"label\":\"Github\",\"link\":1,\"value\":\"https:\\/\\/github.com\\/\"},{\"icon\":\"fab fa-instagram\",\"color\":\"000000\",\"label\":\"Instagram\",\"link\":1,\"value\":\"https:\\/\\/www.instagram.com\\/\"}]', '2022-01-22 05:19:29', '2024-06-02 03:53:23', 'Rafael Nadal', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</span><br /></p>', 'https://www.youtube.com/embed/7tz4Ya6gzG4', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'ED22A3', '3827D3', '2EBB45', '5D1777', 'FF9C2A', '5895FF', 'A25E1B', 'BE3094', '379334', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', 'FDB5B1', 'FFEEED', 1, '6544cda01b1ec.jpg', 10, 1, 'vCard 10', 1), (53, 230, 7, 1, '65069d4c58930.png', '620386c93e550.jpg', 'Robi Kean', 'Manager', 'AMC Soft', 'geniustest11@gmail.com', '+75230692011', '4517 Washington. wnchester Kentucky 39495', 'example.com', 'Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem', '[{\"icon\":\"fas fa-code-branch\",\"color\":\"FC24FC\",\"label\":\"Github\",\"link\":1,\"value\":\"https:\\/\\/github.com\\/\"},{\"icon\":\"fab fa-instagram\",\"color\":\"00F2FE\",\"label\":\"Instagram\",\"link\":1,\"value\":\"https:\\/\\/www.instagram.com\\/\"}]', '2022-01-22 06:19:29', '2023-09-17 06:56:00', 'Robi Kean', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</span><br /></p>', 'https://www.youtube.com/embed/7tz4Ya6gzG4', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'FFAD4C', 'EE1497', '00AAFD', '39E71D', 'A75FFF', 'FF6A00', 'FFDE00', 'FC24FC', '4EFFA8', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', 'A75FFF', 'FFEEED', 1, '65069e0a94af5.png', 2, 1, 'vCard 2', 1), (54, 230, 8, 1, '65069e3aa00f1.jpg', '62039822a7aad.jpg', 'Fabio Canavaro', 'Manager', 'Loreal', 'fabio@gmail.com', '+75230692011', '4517 Washington. wnchester Kentucky 39495', 'example.com', 'Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem Ases a dictionary of over 200', '[{\"icon\":\"fas fa-code-branch\",\"color\":\"FC24FC\",\"label\":\"Github\",\"link\":1,\"value\":\"https:\\/\\/github.com\\/\"},{\"icon\":\"fab fa-instagram\",\"color\":\"00F2FE\",\"label\":\"Instagram\",\"link\":1,\"value\":\"https:\\/\\/www.instagram.com\\/\"}]', '2022-01-22 06:19:29', '2023-09-17 06:47:06', 'Fabio Canavaro', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</span><br /></p>', 'https://www.youtube.com/embed/7tz4Ya6gzG4', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'FFAD4C', '4EFFA8', 'FFC107', 'A75FFF', 'A75FFF', '4EFFA8', '19D0F2', 'FB5D4A', 'FFC107', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', 'A75FFF', 'FFEEED', 1, '65069e91b7d19.png', 3, 1, 'vCard 3', 1), (55, 230, 9, 1, '65069f1ca0762.jpg', '62039c406bfdf.jpg', 'Alesandro Nesta', 'CTO', 'JavaTech', 'fabio@gmail.com', '+75230692011', '4517 Washington. wnchester Kentucky 39495', 'example.com', 'Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem Ases a dictionary of over 200', '[{\"icon\":\"fas fa-code-branch\",\"color\":\"FC24FC\",\"label\":\"Github\",\"link\":1,\"value\":\"https:\\/\\/github.com\\/\"},{\"icon\":\"fab fa-instagram\",\"color\":\"00F2FE\",\"label\":\"Instagram\",\"link\":1,\"value\":\"https:\\/\\/www.instagram.com\\/\"}]', '2022-01-22 06:19:29', '2023-09-17 06:56:09', 'Alesandro Nesta', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</span><br /></p>', 'https://www.youtube.com/embed/7tz4Ya6gzG4', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'FFAD4C', '4EFFA8', 'FFC107', 'A75FFF', 'A75FFF', '4EFFA8', '19D0F2', 'FB5D4A', 'FFC107', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', '4EFFA9', 'FFEEED', 1, '65069f6ccfc30.png', 4, 1, 'vCard 4', 1), (56, 230, 10, 1, '62039fa807d6f.jpg', '62039fa80e49e.jpg', 'Pablo Maldini', 'Engineer', 'JavaTech', 'fabio@gmail.com', '+75230692011', '4517 Washington. wnchester Kentucky 39495', 'example.com', 'Ases a dictionary of over 200wocom bined with a ha model senten model sentence structu generaorem Ases a dictionary of over 200', '[{\"icon\":\"fas fa-code-branch\",\"color\":\"FC24FC\",\"label\":\"Github\",\"link\":1,\"value\":\"https:\\/\\/github.com\\/\"},{\"icon\":\"fab fa-instagram\",\"color\":\"00F2FE\",\"label\":\"Instagram\",\"link\":1,\"value\":\"https:\\/\\/www.instagram.com\\/\"}]', '2022-01-22 06:19:29', '2023-09-17 06:55:35', 'Pablo Maldini', '<p><span style=\"color:rgb(0,0,0);font-family:\'Open Sans\', Arial, sans-serif;text-align:justify;\">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</span><br /></p>', 'https://www.youtube.com/embed/7tz4Ya6gzG4', '[\"Call\",\"Whatsapp\",\"Mail\",\"Add to Contact\",\"Share vCard\",\"Information\",\"Video\",\"About Us\",\"Services\",\"Projects\",\"Testimonials\",\"Enquiry Form\"]', 'FFAD4C', '7B4BFF', 'FFC107', 'A75FFF', 'A75FFF', '4EFFA8', '19D0F2', 'FB5D4A', 'FFC107', '{\"Call\":\"Call\",\"Whatsapp\":\"Whatsapp\",\"Mail\":\"Mail\",\"Add_to_Contact\":\"Add to Contact\",\"Share_vCard\":\"Share vCard\",\"Phone\":\"Phone\",\"Email\":\"Email\",\"Address\":\"Address\",\"Website_URL\":\"Website URL\",\"About_us\":\"About us\",\"Our_Service\":\"Our Service\",\"Details\":\"Details\",\"Video\":\"Video\",\"Projects\":\"Projects\",\"Testimonial\":\"Testimonial\",\"Enquiry_Form\":\"Enquiry Form\",\"Enter_Name\":\"Enter Name\",\"Enter_Subject\":\"Enter Subject\",\"Enter_Email_Address\":\"Enter Email Address\",\"Enter_Message\":\"Enter Message\",\"Send\":\"Send\"}', '00AAFD', 'FFEEED', 1, '6506a4b7b441a.png', 5, 1, 'vCard 5', 1); -- -------------------------------------------------------- -- -- Table structure for table `user_vcard_projects` -- CREATE TABLE `user_vcard_projects` ( `id` bigint(20) UNSIGNED NOT NULL, `user_vcard_id` int(11) DEFAULT NULL, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_details` text COLLATE utf8mb4_unicode_ci, `external_link_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - active, 0 - deactive', `external_link` text COLLATE utf8mb4_unicode_ci, `serial_number` 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 `user_vcard_projects` -- INSERT INTO `user_vcard_projects` (`id`, `user_vcard_id`, `image`, `title`, `short_details`, `external_link_status`, `external_link`, `serial_number`, `created_at`, `updated_at`) VALUES (5, 10, '1717322441.jpg', 'Ecommerce Webiste', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 1, '2021-09-23 05:15:23', '2024-06-02 04:00:41'), (6, 10, '1717322455.jpg', 'ABC Tower', NULL, 1, 'https://example.com/', 2, '2021-09-23 05:15:35', '2024-06-02 04:00:55'), (14, 10, '1717322468.jpg', 'Restaurant Website', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 3, '2021-10-14 05:13:15', '2024-06-02 04:01:08'), (15, 43, '1717322669.jpg', 'Ecommerce Webiste', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 1, '2021-09-23 05:15:23', '2024-06-02 04:04:29'), (16, 43, '1717322674.jpg', 'ABC Tower', NULL, 1, 'https://example.com/', 2, '2021-09-23 05:15:35', '2024-06-02 04:04:34'), (17, 43, '1717322680.jpg', 'Restaurant Website', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 3, '2021-10-14 05:13:15', '2024-06-02 04:04:40'), (18, 44, '1717322893.jpg', 'Ecommerce Webiste', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 1, '2021-09-23 03:15:23', '2024-06-02 04:08:13'), (19, 44, '1717322899.jpg', 'ABC Tower', NULL, 1, 'https://example.com/', 2, '2021-09-23 03:15:35', '2024-06-02 04:08:19'), (20, 44, '1717322912.jpg', 'Restaurant Website', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 3, '2021-10-14 03:13:15', '2024-06-02 04:08:32'), (21, 45, '1717325557.jpg', 'Ecommerce Webiste', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 1, '2021-09-23 03:15:23', '2024-06-02 04:52:37'), (22, 45, '1717325564.jpg', 'ABC Tower', NULL, 1, 'https://example.com/', 2, '2021-09-23 03:15:35', '2024-06-02 04:52:44'), (23, 45, '1717325569.jpg', 'Restaurant Website', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 0, NULL, 3, '2021-10-14 03:13:15', '2024-06-02 04:52:49'), (24, 46, '1634220731.jpg', 'التجارة الإلكترونية Webiste', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 1, '2021-09-23 05:15:23', '2021-10-14 05:12:11'), (25, 46, '1634220753.jpg', 'برج ABC', NULL, 1, 'https://example.com/', 2, '2021-09-23 05:15:35', '2021-10-14 05:12:33'), (26, 46, '1634220795.jpg', 'موقع الويب الخاص بالمطعم', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 3, '2021-10-14 05:13:15', '2021-10-14 05:13:15'), (27, 47, '1634220731.jpg', 'التجارة الإلكترونية Webiste', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 1, '2021-09-23 05:15:23', '2021-10-14 05:12:11'), (28, 47, '1634220753.jpg', 'برج ABC', NULL, 1, 'https://example.com/', 2, '2021-09-23 05:15:35', '2021-10-14 05:12:33'), (29, 47, '1634220795.jpg', 'موقع الويب الخاص بالمطعم', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 3, '2021-10-14 05:13:15', '2021-10-14 05:13:15'), (30, 48, '1634220731.jpg', 'التجارة الإلكترونية Webiste', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 1, '2021-09-23 05:15:23', '2021-10-14 05:12:11'), (31, 48, '1634220753.jpg', 'برج ABC', NULL, 1, 'https://example.com/', 2, '2021-09-23 05:15:35', '2021-10-14 05:12:33'), (32, 48, '1634220795.jpg', 'موقع الويب الخاص بالمطعم', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 3, '2021-10-14 05:13:15', '2021-10-14 05:13:15'), (33, 49, '1634220731.jpg', 'التجارة الإلكترونية Webiste', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 1, '2021-09-23 05:15:23', '2021-10-14 05:12:11'), (34, 49, '1634220753.jpg', 'برج ABC', NULL, 1, 'https://example.com/', 2, '2021-09-23 05:15:35', '2021-10-14 05:12:33'), (35, 49, '1634220795.jpg', 'موقع الويب الخاص بالمطعم', 'هناك العديد من الأشكال المتاحة لنصوص لوريم إيبسوم ، لكن الغالبية قد تعرضت للتغيير في شكل ما ، عن طريق إدخال الدعابة', 0, NULL, 3, '2021-10-14 05:13:15', '2021-10-14 05:13:15'), (36, 50, '1644315912.jpg', 'All the Lorem Ipsum generators', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 0, NULL, 1, '2022-01-24 02:00:59', '2022-02-08 01:25:12'), (37, 50, '1644315920.jpg', 'Many desktop publishing', NULL, 1, 'https://www.google.com/', 2, '2022-01-24 02:01:17', '2022-02-08 01:25:20'), (38, 50, '1644315925.jpg', 'Contrary to popular belief', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 0, NULL, 3, '2022-01-24 02:01:43', '2022-02-09 00:01:39'), (39, 52, '1717322213.jpg', 'All the Lorem Ipsum generators', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 0, NULL, 1, '2022-01-24 01:00:59', '2024-06-02 03:56:53'), (40, 52, '1717322185.jpg', 'Many desktop publishing', NULL, 1, 'https://www.google.com/', 2, '2022-01-24 01:01:17', '2024-06-02 03:56:25'), (41, 52, '1717322190.jpg', 'Contrary to popular belief', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 0, NULL, 3, '2022-01-24 01:01:43', '2024-06-02 03:56:30'), (42, 53, '1644400074.jpg', 'All the Lorem Ipsum generators', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 0, NULL, 1, '2022-01-24 02:00:59', '2022-02-09 00:47:54'), (43, 53, '1644400085.jpg', 'Many desktop publishing', NULL, 1, 'https://www.google.com/', 2, '2022-01-24 02:01:17', '2022-02-09 00:48:05'), (44, 53, '1644400097.jpg', 'Contrary to popular belief', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 0, NULL, 3, '2022-01-24 02:01:43', '2022-02-09 00:48:17'), (45, 54, '1644403088.jpg', 'All the Lorem Ipsum generators', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 0, NULL, 1, '2022-01-24 02:00:59', '2022-02-09 01:38:08'), (46, 54, '1644403096.jpg', 'Many desktop publishing', NULL, 1, 'https://www.google.com/', 2, '2022-01-24 02:01:17', '2022-02-09 01:38:16'), (47, 54, '1644403121.jpg', 'Contrary to popular belief', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 0, NULL, 3, '2022-01-24 02:01:43', '2022-02-09 01:38:41'), (48, 55, '1644403921.jpg', 'All the Lorem Ipsum generators', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 0, NULL, 1, '2022-01-24 02:00:59', '2022-02-09 01:52:01'), (49, 55, '1644403928.jpg', 'Many desktop publishing', NULL, 1, 'https://www.google.com/', 2, '2022-01-24 02:01:17', '2022-02-09 01:52:08'), (50, 55, '1644403936.jpg', 'Contrary to popular belief', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 0, NULL, 3, '2022-01-24 02:01:43', '2022-02-09 01:52:16'), (51, 56, '1644405067.jpg', 'All the Lorem Ipsum generators', 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.', 0, NULL, 1, '2022-01-24 02:00:59', '2022-02-09 02:11:07'), (52, 56, '1644405076.jpg', 'Many desktop publishing', NULL, 1, 'https://www.google.com/', 2, '2022-01-24 02:01:17', '2022-02-09 02:11:16'), (53, 56, '1644405083.jpg', 'Contrary to popular belief', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 0, NULL, 3, '2022-01-24 02:01:43', '2022-02-09 02:11:23'); -- -------------------------------------------------------- -- -- Table structure for table `user_vcard_services` -- CREATE TABLE `user_vcard_services` ( `id` bigint(20) UNSIGNED NOT NULL, `user_vcard_id` int(11) DEFAULT NULL, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_details` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `external_link_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - active, 0 - deactive', `external_link` text COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `user_vcard_services` -- INSERT INTO `user_vcard_services` (`id`, `user_vcard_id`, `image`, `title`, `short_details`, `serial_number`, `created_at`, `updated_at`, `external_link_status`, `external_link`) VALUES (3, 10, '1717322363.jpg', 'Web Development', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 1, '2021-09-22 02:25:16', '2024-06-02 03:59:23', 0, NULL), (4, 10, '1717322376.jpg', 'UX Design', NULL, 2, '2021-09-22 02:25:54', '2024-06-02 03:59:36', 0, NULL), (5, 10, '1717322392.jpg', 'Photo Manipulation', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 3, '2021-09-22 02:27:09', '2024-06-02 03:59:52', 1, 'https://example.com/'), (24, 43, '1717322596.jpg', 'Web Development', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 1, '2021-09-22 02:25:16', '2024-06-02 04:03:16', 0, NULL), (25, 43, '1717322609.jpg', 'UX Design', NULL, 2, '2021-09-22 02:25:54', '2024-06-02 04:03:29', 0, NULL), (26, 43, '1717322622.jpg', 'Photo Manipulation', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 3, '2021-09-22 02:27:09', '2024-06-02 04:03:42', 1, 'https://example.com/'), (27, 44, '1717322851.jpg', 'Web Development', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 1, '2021-09-22 00:25:16', '2024-06-02 04:07:31', 0, NULL), (28, 44, '1717322858.jpg', 'UX Design', NULL, 2, '2021-09-22 00:25:54', '2024-06-02 04:07:38', 0, NULL), (29, 44, '1717322864.jpg', 'Photo Manipulation', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 3, '2021-09-22 00:27:09', '2024-06-02 04:07:44', 1, 'https://example.com/'), (30, 45, '1717325509.jpg', 'Web Development', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 1, '2021-09-22 00:25:16', '2024-06-02 04:51:49', 0, NULL), (31, 45, '1717325515.jpg', 'UX Design', NULL, 2, '2021-09-22 00:25:54', '2024-06-02 04:51:55', 0, NULL), (32, 45, '1717325520.jpg', 'Photo Manipulation', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et', 3, '2021-09-22 00:27:09', '2024-06-02 04:52:00', 1, 'https://example.com/'), (33, 46, '1634220539.jpg', 'تطوير الشبكة', 'الألم نفسه هو الحب', 1, '2021-09-22 02:25:16', '2021-10-14 05:08:59', 0, NULL), (34, 46, '1634220546.jpg', 'تصميم UX', NULL, 2, '2021-09-22 02:25:54', '2021-10-14 05:09:06', 0, NULL), (35, 46, '1634220553.jpg', 'تعديل الصورة', 'الألم نفسه هو الحب', 3, '2021-09-22 02:27:09', '2021-10-14 05:09:13', 1, 'https://example.com/'), (36, 47, '1634220539.jpg', 'تطوير الشبكة', 'الألم نفسه هو الحب', 1, '2021-09-22 02:25:16', '2021-10-14 05:08:59', 0, NULL), (37, 47, '1634220546.jpg', 'تصميم UX', NULL, 2, '2021-09-22 02:25:54', '2021-10-14 05:09:06', 0, NULL), (38, 47, '1634220553.jpg', 'تعديل الصورة', 'الألم نفسه هو الحب', 3, '2021-09-22 02:27:09', '2021-10-14 05:09:13', 1, 'https://example.com/'), (39, 48, '1634220539.jpg', 'تطوير الشبكة', 'الألم نفسه هو الحب', 1, '2021-09-22 02:25:16', '2021-10-14 05:08:59', 0, NULL), (40, 48, '1634220546.jpg', 'تصميم UX', NULL, 2, '2021-09-22 02:25:54', '2021-10-14 05:09:06', 0, NULL), (41, 48, '1634220553.jpg', 'تعديل الصورة', 'الألم نفسه هو الحب', 3, '2021-09-22 02:27:09', '2021-10-14 05:09:13', 1, 'https://example.com/'), (42, 49, '1634220539.jpg', 'تطوير الشبكة', 'الألم نفسه هو الحب', 1, '2021-09-22 02:25:16', '2021-10-14 05:08:59', 0, NULL), (43, 49, '1634220546.jpg', 'تصميم UX', NULL, 2, '2021-09-22 02:25:54', '2021-10-14 05:09:06', 0, NULL), (44, 49, '1634220553.jpg', 'تعديل الصورة', 'الألم نفسه هو الحب', 3, '2021-09-22 02:27:09', '2021-10-14 05:09:13', 1, 'https://example.com/'), (45, 50, '1643017301.jpg', 'Website Design', NULL, 1, '2022-01-24 00:41:41', '2022-01-24 00:41:41', 1, 'https://www.google.com/'), (46, 50, '1643017322.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 2, '2022-01-24 00:42:02', '2022-01-24 00:42:02', 0, NULL), (48, 50, '1643017301.jpg', 'Website Design', NULL, 3, '2022-01-24 00:41:41', '2022-01-24 00:41:41', 1, 'https://www.google.com/'), (49, 50, '1643017322.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 4, '2022-01-24 00:42:02', '2022-01-24 00:42:02', 0, NULL), (50, 52, '1717322111.jpg', 'Website Design', NULL, 1, '2022-01-23 23:41:41', '2024-06-02 03:55:11', 1, 'https://www.google.com/'), (51, 52, '1717322106.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 2, '2022-01-23 23:42:02', '2024-06-02 03:55:06', 0, NULL), (52, 52, '1717322100.jpg', 'Website Design', NULL, 3, '2022-01-23 23:41:41', '2024-06-02 03:55:00', 1, 'https://www.google.com/'), (53, 52, '1717322091.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 4, '2022-01-23 23:42:02', '2024-06-02 03:54:51', 0, NULL), (54, 53, '1644399046.jpg', 'Website Design', NULL, 1, '2022-01-24 00:41:41', '2022-02-09 00:30:46', 1, 'https://www.google.com/'), (55, 53, '1644399052.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 2, '2022-01-24 00:42:02', '2022-02-09 00:30:52', 0, NULL), (56, 53, '1644399082.jpg', 'App Development', NULL, 3, '2022-01-24 00:41:41', '2022-02-09 00:31:47', 1, 'https://www.google.com/'), (57, 53, '1644399076.jpg', 'Progressive Web App', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 4, '2022-01-24 00:42:02', '2022-02-09 00:32:02', 0, NULL), (58, 54, '1644403382.jpg', 'Website Design', NULL, 1, '2022-01-24 00:41:41', '2022-02-09 01:43:02', 1, 'https://www.google.com/'), (59, 54, '1644403394.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 2, '2022-01-24 00:42:02', '2022-02-09 01:43:14', 0, NULL), (60, 54, '1644403405.jpg', 'App Development', NULL, 3, '2022-01-24 00:41:41', '2022-02-09 01:43:25', 1, 'https://www.google.com/'), (61, 55, '1644403382.jpg', 'Website Design', NULL, 1, '2022-01-24 00:41:41', '2022-02-09 01:43:02', 1, 'https://www.google.com/'), (62, 55, '1644403394.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 2, '2022-01-24 00:42:02', '2022-02-09 01:43:14', 0, NULL), (63, 55, '1644403405.jpg', 'App Development', NULL, 3, '2022-01-24 00:41:41', '2022-02-09 01:43:25', 1, 'https://www.google.com/'), (64, 56, '1644405181.jpg', 'Website Design', NULL, 1, '2022-01-24 00:41:41', '2022-02-09 02:13:01', 1, 'https://www.google.com/'), (65, 56, '1644405195.jpg', 'Graphic Design', 'Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.', 2, '2022-01-24 00:42:02', '2022-02-09 02:13:15', 0, NULL), (66, 56, '1644405202.jpg', 'App Development', NULL, 3, '2022-01-24 00:41:41', '2022-02-09 02:13:22', 1, 'https://www.google.com/'); -- -------------------------------------------------------- -- -- Table structure for table `user_vcard_testimonials` -- CREATE TABLE `user_vcard_testimonials` ( `id` bigint(20) UNSIGNED NOT NULL, `user_vcard_id` int(11) DEFAULT NULL, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rating` int(11) NOT NULL DEFAULT '5', `comment` text COLLATE utf8mb4_unicode_ci, `serial_number` 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 `user_vcard_testimonials` -- INSERT INTO `user_vcard_testimonials` (`id`, `user_vcard_id`, `image`, `name`, `rating`, `comment`, `serial_number`, `created_at`, `updated_at`) VALUES (5, 10, '1717322502.png', 'Lorenzo Insigne', 4, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s', 1, '2021-09-23 22:02:29', '2024-06-02 04:01:42'), (6, 10, '1717322517.png', 'Dybala', 5, 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is', 2, '2021-09-23 22:02:49', '2024-06-02 04:01:57'), (12, 10, '1717322530.png', 'Paul Pogba', 5, 'randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing', 3, '2021-10-14 05:16:46', '2024-06-02 04:02:10'), (13, 43, '1717322716.png', 'Lorenzo Insigne', 4, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s', 1, '2021-09-23 22:02:29', '2024-06-02 04:05:16'), (14, 43, '1717322721.png', 'Dybala', 5, 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is', 2, '2021-09-23 22:02:49', '2024-06-02 04:05:21'), (15, 43, '1717322727.png', 'Paul Pogba', 5, 'randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing', 3, '2021-10-14 05:16:46', '2024-06-02 04:05:27'), (16, 44, '1717322960.png', 'Lorenzo Insigne', 4, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s', 1, '2021-09-23 20:02:29', '2024-06-02 04:09:20'), (17, 44, '1717322965.png', 'Dybala', 5, 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is', 2, '2021-09-23 20:02:49', '2024-06-02 04:09:25'), (18, 44, '1717322970.png', 'Paul Pogba', 5, 'randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing', 3, '2021-10-14 03:16:46', '2024-06-02 04:09:30'), (19, 45, '1717325597.png', 'Lorenzo Insigne', 4, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s', 1, '2021-09-23 20:02:29', '2024-06-02 04:53:17'), (20, 45, '1717325603.png', 'Dybala', 5, 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is', 2, '2021-09-23 20:02:49', '2024-06-02 04:53:23'), (21, 45, '1717325608.png', 'Paul Pogba', 5, 'randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing', 3, '2021-10-14 03:16:46', '2024-06-02 04:53:28'), (22, 46, '1632466949.png', 'لورينزو إنسيني', 4, 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي', 1, '2021-09-23 22:02:29', '2021-10-14 05:14:20'), (23, 46, '1632466969.png', 'ديبالا', 5, 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو', 2, '2021-09-23 22:02:49', '2021-10-14 05:14:34'), (24, 46, '1634221006.png', 'بول بوجبا', 5, 'الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج', 3, '2021-10-14 05:16:46', '2021-10-14 05:16:46'), (25, 47, '1632466949.png', 'لورينزو إنسيني', 4, 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي', 1, '2021-09-23 22:02:29', '2021-10-14 05:14:20'), (26, 47, '1632466969.png', 'ديبالا', 5, 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو', 2, '2021-09-23 22:02:49', '2021-10-14 05:14:34'), (27, 47, '1634221006.png', 'بول بوجبا', 5, 'الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج', 3, '2021-10-14 05:16:46', '2021-10-14 05:16:46'), (28, 48, '1632466949.png', 'لورينزو إنسيني', 4, 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي', 1, '2021-09-23 22:02:29', '2021-10-14 05:14:20'), (29, 48, '1632466969.png', 'ديبالا', 5, 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو', 2, '2021-09-23 22:02:49', '2021-10-14 05:14:34'), (30, 48, '1634221006.png', 'بول بوجبا', 5, 'الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج', 3, '2021-10-14 05:16:46', '2021-10-14 05:16:46'), (31, 49, '1632466949.png', 'لورينزو إنسيني', 4, 'لوريم إيبسوم هو ببساطة نص شكلي يستخدم في صناعة الطباعة والتنضيد. كان Lorem Ipsum هو النص الوهمي القياسي في الصناعة منذ القرن الخامس عشر الميلادي', 1, '2021-09-23 22:02:29', '2021-10-14 05:14:20'), (32, 49, '1632466969.png', 'ديبالا', 5, 'هناك حقيقة مثبتة منذ زمن طويل وهي أن المحتوى المقروء لصفحة ما سيلهي القارئ عن التركيز على الشكل الخارجي للنص أو شكل توضع الفقرات في الصفحة التي يقرأها. الهدف من استخدام لوريم إيبسوم هو', 2, '2021-09-23 22:02:49', '2021-10-14 05:14:34'), (33, 49, '1634221006.png', 'بول بوجبا', 5, 'الكلمات العشوائية التي لا تبدو قابلة للتصديق إلى حد ما. إذا كنت ستستخدم مقطعًا من لوريم إيبسوم ، فعليك التأكد من عدم وجود أي شيء محرج', 3, '2021-10-14 05:16:46', '2021-10-14 05:16:46'), (34, 50, '1717321633.jpg', 'Monica Bela', 4, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 1, '2022-01-24 02:23:54', '2024-06-02 03:47:13'), (35, 50, '1717321661.jpg', 'Rafael Arantes', 5, 'Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.', 2, '2022-01-24 02:24:34', '2024-06-02 03:47:41'), (38, 52, '1717322275.jpg', 'Monica Bela', 4, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 1, '2022-01-24 01:23:54', '2024-06-02 03:57:55'), (39, 52, '1717322270.jpg', 'Rafael Arantes', 5, 'Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.', 2, '2022-01-24 01:24:34', '2024-06-02 03:57:50'), (40, 53, '1717321715.jpg', 'Monica Bela', 4, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 1, '2022-01-24 02:23:54', '2024-06-02 03:48:35'), (41, 53, '1717321720.jpg', 'Rafael Arantes', 5, 'Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy.', 2, '2022-01-24 02:24:34', '2024-06-02 03:48:40'), (42, 54, '1717321760.jpg', 'Monica Bela', 4, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 1, '2022-01-24 02:23:54', '2024-06-02 03:49:20'), (43, 54, '1717321755.jpg', 'Rafael Arantes', 5, 'Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and', 2, '2022-01-24 02:24:34', '2024-06-02 03:49:15'), (44, 55, '1717321806.jpg', 'Monica Bela', 4, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour', 1, '2022-01-24 02:23:54', '2024-06-02 03:50:06'), (45, 55, '1717321801.jpg', 'Rafael Arantes', 5, 'Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and', 2, '2022-01-24 02:24:34', '2024-06-02 03:50:01'), (46, 56, '1717321858.jpg', 'Monica Bela', 4, 'There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration', 1, '2022-01-24 02:23:54', '2024-06-02 03:50:58'), (47, 56, '1717321853.jpg', 'Rafael Arantes', 5, 'Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and', 2, '2022-01-24 02:24:34', '2024-06-02 03:50:53'); -- -------------------------------------------------------- -- -- Table structure for table `user_work_processes` -- CREATE TABLE `user_work_processes` ( `id` int(11) NOT NULL, `icon` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `text` text NOT NULL, `serial_number` int(11) NOT NULL, `user_id` int(11) NOT NULL, `language_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `user_work_processes` -- INSERT INTO `user_work_processes` (`id`, `icon`, `title`, `text`, `serial_number`, `user_id`, `language_id`, `created_at`, `updated_at`) VALUES (14, 'fas fa-coffee', 'Have A Coffee', 'Doloremque laudantium totam raperiaeaqu ipsa quae ab illo inventore veritatis et quasi', 1, 170, 185, '2021-11-16 23:09:36', '2021-11-16 23:13:43'), (15, 'far fa-user', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 2, 170, 185, '2021-11-16 23:11:13', '2021-11-16 23:11:13'), (16, 'fas fa-bullseye', 'Achieve Your Goals', 'Quis autem vel eum iure reprehenderit qui ieas voluptate velit esse quam nihil mole', 3, 170, 185, '2021-11-16 23:12:07', '2021-11-16 23:12:07'), (17, 'fas fa-coffee', 'تناول القهوة', 'إن ألم أولئك الذين يثنون على كل شيء هو نفس الأشياء التي منه هو مخترع الحقيقة وإذا جاز التعبير.', 1, 170, 186, '2021-11-16 23:09:36', '2021-11-16 23:13:43'), (18, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 2, 170, 186, '2021-11-16 23:11:13', '2021-11-16 23:11:13'), (19, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 170, 186, '2021-11-16 23:12:07', '2021-11-16 23:12:07'), (20, 'fas fa-coffee', 'Have A Coffee', 'Doloremque laudantium totam raperiaeaqu ipsa quae ab illo inventore veritatis et quasi', 1, 171, 187, '2021-11-16 23:09:36', '2021-11-16 23:13:43'), (21, 'far fa-user', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 2, 171, 187, '2021-11-16 23:11:13', '2021-11-16 23:11:13'), (22, 'fas fa-bullseye', 'Achieve Your Goals', 'Quis autem vel eum iure reprehenderit qui ieas voluptate velit esse quam nihil mole', 3, 171, 187, '2021-11-16 23:12:07', '2021-11-16 23:12:07'), (23, 'fas fa-coffee', 'تناول القهوة', 'إن ألم أولئك الذين يثنون على كل شيء هو نفس الأشياء التي منه هو مخترع الحقيقة وإذا جاز التعبير.', 1, 171, 188, '2021-11-16 23:09:36', '2021-11-16 23:13:43'), (24, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 2, 171, 188, '2021-11-16 23:11:13', '2021-11-16 23:11:13'), (25, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 171, 188, '2021-11-16 23:12:07', '2021-11-16 23:12:07'), (26, 'fas fa-heart', '234', 'sdasdad', 1, 169, 183, '2022-06-18 06:10:33', '2022-06-18 06:10:33'), (27, 'fab fa-accessible-icon', 'dasdasd', 'qweqw', 2, 169, 183, '2022-06-18 06:10:49', '2022-06-18 06:10:49'), (34, 'far fa-bookmark', 'Have A Coffee', 'Doloremque laudantium totam raperiaeaqu ipsa quae ab illo inventore veritatis et quasi', 1, 172, 190, '2021-11-16 17:09:36', '2022-03-12 04:48:44'), (35, 'far fa-user', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 2, 172, 190, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (36, 'fas fa-bullseye', 'Achieve Your Goals', 'Quis autem vel eum iure reprehenderit qui ieas voluptate velit esse quam nihil mole', 3, 172, 190, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (37, 'fas fa-coffee', 'تناول القهوة', 'إن ألم أولئك الذين يثنون على كل شيء هو نفس الأشياء التي منه هو مخترع الحقيقة وإذا جاز التعبير.', 1, 172, 251, '2021-11-16 17:09:36', '2021-11-16 17:13:43'), (38, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 2, 172, 251, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (39, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 172, 251, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (40, 'far fa-bookmark', 'Have A Coffee', 'Doloremque laudantium totam raperiaeaqu ipsa quae ab illo inventore veritatis et quasi', 1, 175, 194, '2021-11-16 17:09:36', '2022-03-12 04:48:44'), (41, 'far fa-user', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 2, 175, 194, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (42, 'fas fa-bullseye', 'Achieve Your Goals', 'Quis autem vel eum iure reprehenderit qui ieas voluptate velit esse quam nihil mole', 3, 175, 194, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (43, 'fas fa-coffee', 'تناول القهوة', 'إن ألم أولئك الذين يثنون على كل شيء هو نفس الأشياء التي منه هو مخترع الحقيقة وإذا جاز التعبير.', 1, 175, 195, '2021-11-16 17:09:36', '2021-11-16 17:13:43'), (44, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 2, 175, 195, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (45, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 175, 195, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (46, 'far fa-object-group', 'Have A Coffee', 'Doloremque laudantium totam raperiaeaqu ipsa quae ab illo inventore veritatis et quasi', 1, 176, 254, '2021-11-16 17:09:36', '2022-03-15 04:59:15'), (47, 'fas fa-paint-roller', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 2, 176, 254, '2021-11-16 17:11:13', '2022-03-15 04:59:01'), (48, 'fas fa-cogs', 'Achieve Your Goals', 'Quis autem vel eum iure reprehenderit qui ieas voluptate velit esse quam nihil mole', 3, 176, 254, '2021-11-16 17:12:07', '2022-03-15 04:58:38'), (49, 'fas fa-coffee', 'تناول القهوة', 'إن ألم أولئك الذين يثنون على كل شيء هو نفس الأشياء التي منه هو مخترع الحقيقة وإذا جاز التعبير.', 1, 176, 255, '2021-11-16 17:09:36', '2021-11-16 17:13:43'), (50, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 2, 176, 255, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (51, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 176, 255, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (52, 'fas fa-hammer', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 4, 176, 254, '2021-11-16 17:11:13', '2022-03-15 04:58:28'), (53, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 176, 255, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (54, 'far fa-bookmark', 'Have A Coffee', 'Doloremque laudantium totam raperiaeaqu ipsa quae ab illo inventore veritatis et quasi', 1, 174, 192, '2021-11-16 17:09:36', '2022-03-12 04:48:44'), (55, 'far fa-user', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 2, 174, 192, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (56, 'fas fa-bullseye', 'Achieve Your Goals', 'Quis autem vel eum iure reprehenderit qui ieas voluptate velit esse quam nihil mole', 3, 174, 192, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (57, 'far fa-user', 'Meet With Advisors', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque', 4, 174, 192, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (58, 'fas fa-coffee', 'تناول القهوة', 'إن ألم أولئك الذين يثنون على كل شيء هو نفس الأشياء التي منه هو مخترع الحقيقة وإذا جاز التعبير.', 1, 174, 193, '2021-11-16 17:09:36', '2021-11-16 17:13:43'), (59, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 2, 174, 193, '2021-11-16 17:11:13', '2021-11-16 17:11:13'), (60, 'fas fa-bullseye', 'حقق اهدافك', 'ولكن من يدين بحق من يريد أن تكون المتعة مجرد جماعية', 3, 174, 193, '2021-11-16 17:12:07', '2021-11-16 17:12:07'), (61, 'far fa-user', 'لقاء مع المستشارين', 'ولكن لكي نفهم من أين يولد كل هذا الخطأ ممن يتهمهم باللذة والألم', 4, 174, 193, '2021-11-16 17:11:13', '2021-11-16 17:11:13'); -- -------------------------------------------------------- -- -- Table structure for table `user__course_coupons` -- CREATE TABLE `user__course_coupons` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` decimal(8,2) NOT NULL, `start_date` date NOT NULL, `end_date` date NOT NULL, `courses` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Indexes for dumped tables -- -- -- Indexes for table `admins` -- ALTER TABLE `admins` ADD PRIMARY KEY (`id`); -- -- Indexes for table `basic_extendeds` -- ALTER TABLE `basic_extendeds` ADD PRIMARY KEY (`id`); -- -- Indexes for table `basic_settings` -- ALTER TABLE `basic_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `bcategories` -- ALTER TABLE `bcategories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `blogs` -- ALTER TABLE `blogs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupons` -- ALTER TABLE `coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `customers` -- ALTER TABLE `customers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `customer_wish_lists` -- ALTER TABLE `customer_wish_lists` ADD PRIMARY KEY (`id`); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `failed_jobs` -- ALTER TABLE `failed_jobs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `faqs` -- ALTER TABLE `faqs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `features` -- ALTER TABLE `features` ADD PRIMARY KEY (`id`); -- -- Indexes for table `followers` -- ALTER TABLE `followers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `item_contents` -- ALTER TABLE `item_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `item_images` -- ALTER TABLE `item_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `item_reviews` -- ALTER TABLE `item_reviews` ADD PRIMARY KEY (`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`); -- -- Indexes for table `memberships` -- ALTER TABLE `memberships` ADD PRIMARY KEY (`id`), ADD KEY `memberships_user_id_foreign` (`user_id`); -- -- Indexes for table `menus` -- ALTER TABLE `menus` ADD PRIMARY KEY (`id`); -- -- Indexes for table `migrations` -- ALTER TABLE `migrations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `offline_gateways` -- ALTER TABLE `offline_gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `packages` -- ALTER TABLE `packages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pages` -- ALTER TABLE `pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `partners` -- ALTER TABLE `partners` ADD PRIMARY KEY (`id`); -- -- Indexes for table `password_resets` -- ALTER TABLE `password_resets` ADD KEY `password_resets_email_index` (`email`); -- -- Indexes for table `payment_gateways` -- ALTER TABLE `payment_gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `popups` -- ALTER TABLE `popups` ADD PRIMARY KEY (`id`), ADD KEY `popups_language_id_foreign` (`language_id`); -- -- Indexes for table `processes` -- ALTER TABLE `processes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `seos` -- ALTER TABLE `seos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sitemaps` -- ALTER TABLE `sitemaps` ADD PRIMARY KEY (`id`); -- -- Indexes for table `socials` -- ALTER TABLE `socials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `subscribers` -- ALTER TABLE `subscribers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `subscription_items` -- ALTER TABLE `subscription_items` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `subscription_items_subscription_id_stripe_price_unique` (`subscription_id`,`stripe_price`), ADD UNIQUE KEY `subscription_items_stripe_id_unique` (`stripe_id`); -- -- Indexes for table `testimonials` -- ALTER TABLE `testimonials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `timezones` -- ALTER TABLE `timezones` ADD PRIMARY KEY (`id`); -- -- Indexes for table `ulinks` -- ALTER TABLE `ulinks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_action_sections` -- ALTER TABLE `user_action_sections` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_basic_settings` -- ALTER TABLE `user_basic_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_blogs` -- ALTER TABLE `user_blogs` ADD PRIMARY KEY (`id`), ADD KEY `user_blogs_user_id_foreign` (`user_id`), ADD KEY `user_blogs_language_id_foreign` (`language_id`), ADD KEY `user_blogs_category_id_foreign` (`category_id`); -- -- Indexes for table `user_blog_categories` -- ALTER TABLE `user_blog_categories` ADD PRIMARY KEY (`id`), ADD KEY `user_blog_categories_language_id_foreign` (`language_id`); -- -- Indexes for table `user_brands` -- ALTER TABLE `user_brands` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_choose_us_items` -- ALTER TABLE `user_choose_us_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_contacts` -- ALTER TABLE `user_contacts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_counter_informations` -- ALTER TABLE `user_counter_informations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_coupons` -- ALTER TABLE `user_coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_courses` -- ALTER TABLE `user_courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_categories` -- ALTER TABLE `user_course_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_enrolments` -- ALTER TABLE `user_course_enrolments` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_faqs` -- ALTER TABLE `user_course_faqs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_informations` -- ALTER TABLE `user_course_informations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_instructors` -- ALTER TABLE `user_course_instructors` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_instructor_social_links` -- ALTER TABLE `user_course_instructor_social_links` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_modules` -- ALTER TABLE `user_course_modules` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_course_reviews` -- ALTER TABLE `user_course_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_custom_domains` -- ALTER TABLE `user_custom_domains` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_donations` -- ALTER TABLE `user_donations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_donation_categories` -- ALTER TABLE `user_donation_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_donation_contents` -- ALTER TABLE `user_donation_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_donation_details` -- ALTER TABLE `user_donation_details` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_donation_settings` -- ALTER TABLE `user_donation_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_educations` -- ALTER TABLE `user_educations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_email_templates` -- ALTER TABLE `user_email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_faqs` -- ALTER TABLE `user_faqs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_features` -- ALTER TABLE `user_features` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_footer_quick_links` -- ALTER TABLE `user_footer_quick_links` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_footer_texts` -- ALTER TABLE `user_footer_texts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_hero_sliders` -- ALTER TABLE `user_hero_sliders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_hero_statics` -- ALTER TABLE `user_hero_statics` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_home_page_texts` -- ALTER TABLE `user_home_page_texts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_home_sections` -- ALTER TABLE `user_home_sections` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_items` -- ALTER TABLE `user_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_item_categories` -- ALTER TABLE `user_item_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_item_contents` -- ALTER TABLE `user_item_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_item_images` -- ALTER TABLE `user_item_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_item_sub_categories` -- ALTER TABLE `user_item_sub_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_item_variations` -- ALTER TABLE `user_item_variations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_jcategories` -- ALTER TABLE `user_jcategories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_jobs` -- ALTER TABLE `user_jobs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_job_experiences` -- ALTER TABLE `user_job_experiences` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_languages` -- ALTER TABLE `user_languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_lessons` -- ALTER TABLE `user_lessons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_lesson_complete` -- ALTER TABLE `user_lesson_complete` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_lesson_contents` -- ALTER TABLE `user_lesson_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_lesson_content_complete` -- ALTER TABLE `user_lesson_content_complete` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_lesson_quizzes` -- ALTER TABLE `user_lesson_quizzes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_members` -- ALTER TABLE `user_members` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_menus` -- ALTER TABLE `user_menus` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_offer_banners` -- ALTER TABLE `user_offer_banners` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_offline_gateways` -- ALTER TABLE `user_offline_gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_orders` -- ALTER TABLE `user_orders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_order_items` -- ALTER TABLE `user_order_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_pages` -- ALTER TABLE `user_pages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_payment_gateways` -- ALTER TABLE `user_payment_gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_permissions` -- ALTER TABLE `user_permissions` ADD PRIMARY KEY (`id`), ADD KEY `user_permissions_user_id_foreign` (`user_id`); -- -- Indexes for table `user_portfolios` -- ALTER TABLE `user_portfolios` ADD PRIMARY KEY (`id`), ADD KEY `user_portfolios_user_id_foreign` (`user_id`), ADD KEY `user_portfolios_language_id_foreign` (`language_id`), ADD KEY `user_portfolios_category_id_foreign` (`category_id`); -- -- Indexes for table `user_portfolio_categories` -- ALTER TABLE `user_portfolio_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_portfolio_images` -- ALTER TABLE `user_portfolio_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_qr_codes` -- ALTER TABLE `user_qr_codes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_quiz_scores` -- ALTER TABLE `user_quiz_scores` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_quotes` -- ALTER TABLE `user_quotes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_quote_inputs` -- ALTER TABLE `user_quote_inputs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_quote_input_options` -- ALTER TABLE `user_quote_input_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_rooms` -- ALTER TABLE `user_rooms` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_amenities` -- ALTER TABLE `user_room_amenities` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_bookings` -- ALTER TABLE `user_room_bookings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_categories` -- ALTER TABLE `user_room_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_contents` -- ALTER TABLE `user_room_contents` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_coupons` -- ALTER TABLE `user_room_coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_reviews` -- ALTER TABLE `user_room_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_room_settings` -- ALTER TABLE `user_room_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_seos` -- ALTER TABLE `user_seos` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_services` -- ALTER TABLE `user_services` ADD PRIMARY KEY (`id`), ADD KEY `user_services_user_id_foreign` (`user_id`), ADD KEY `user_services_lang_id_foreign` (`lang_id`); -- -- Indexes for table `user_shipping_charges` -- ALTER TABLE `user_shipping_charges` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_shop_settings` -- ALTER TABLE `user_shop_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_skills` -- ALTER TABLE `user_skills` ADD PRIMARY KEY (`id`), ADD KEY `user_skills_user_id_foreign` (`user_id`), ADD KEY `user_skills_language_id_foreign` (`language_id`); -- -- Indexes for table `user_socials` -- ALTER TABLE `user_socials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_subscribers` -- ALTER TABLE `user_subscribers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_testimonials` -- ALTER TABLE `user_testimonials` ADD PRIMARY KEY (`id`), ADD KEY `user_testimonials_user_id_foreign` (`user_id`), ADD KEY `user_testimonials_lang_id_foreign` (`lang_id`); -- -- Indexes for table `user_vcards` -- ALTER TABLE `user_vcards` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_vcard_projects` -- ALTER TABLE `user_vcard_projects` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_vcard_services` -- ALTER TABLE `user_vcard_services` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_vcard_testimonials` -- ALTER TABLE `user_vcard_testimonials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user_work_processes` -- ALTER TABLE `user_work_processes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user__course_coupons` -- ALTER TABLE `user__course_coupons` ADD PRIMARY KEY (`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 `basic_extendeds` -- ALTER TABLE `basic_extendeds` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=149; -- -- AUTO_INCREMENT for table `basic_settings` -- ALTER TABLE `basic_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=155; -- -- AUTO_INCREMENT for table `bcategories` -- ALTER TABLE `bcategories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `blogs` -- ALTER TABLE `blogs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=98; -- -- AUTO_INCREMENT for table `coupons` -- ALTER TABLE `coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `customers` -- ALTER TABLE `customers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=86; -- -- AUTO_INCREMENT for table `customer_wish_lists` -- ALTER TABLE `customer_wish_lists` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=143; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `failed_jobs` -- ALTER TABLE `failed_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `faqs` -- ALTER TABLE `faqs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=60; -- -- AUTO_INCREMENT for table `features` -- ALTER TABLE `features` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=79; -- -- AUTO_INCREMENT for table `followers` -- ALTER TABLE `followers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; -- -- AUTO_INCREMENT for table `item_contents` -- ALTER TABLE `item_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `item_images` -- ALTER TABLE `item_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `item_reviews` -- ALTER TABLE `item_reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- 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=178; -- -- AUTO_INCREMENT for table `memberships` -- ALTER TABLE `memberships` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=370; -- -- AUTO_INCREMENT for table `menus` -- ALTER TABLE `menus` 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=176; -- -- AUTO_INCREMENT for table `offline_gateways` -- ALTER TABLE `offline_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `packages` -- ALTER TABLE `packages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `partners` -- ALTER TABLE `partners` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80; -- -- AUTO_INCREMENT for table `payment_gateways` -- ALTER TABLE `payment_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; -- -- AUTO_INCREMENT for table `popups` -- ALTER TABLE `popups` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `processes` -- ALTER TABLE `processes` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `seos` -- ALTER TABLE `seos` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `sitemaps` -- ALTER TABLE `sitemaps` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; -- -- AUTO_INCREMENT for table `socials` -- ALTER TABLE `socials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `subscribers` -- ALTER TABLE `subscribers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48; -- -- AUTO_INCREMENT for table `subscription_items` -- ALTER TABLE `subscription_items` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `testimonials` -- ALTER TABLE `testimonials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44; -- -- AUTO_INCREMENT for table `timezones` -- ALTER TABLE `timezones` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=419; -- -- AUTO_INCREMENT for table `ulinks` -- ALTER TABLE `ulinks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52; -- -- AUTO_INCREMENT for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=235; -- -- AUTO_INCREMENT for table `user_action_sections` -- ALTER TABLE `user_action_sections` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `user_basic_settings` -- ALTER TABLE `user_basic_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132; -- -- AUTO_INCREMENT for table `user_blogs` -- ALTER TABLE `user_blogs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=210; -- -- AUTO_INCREMENT for table `user_blog_categories` -- ALTER TABLE `user_blog_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=124; -- -- AUTO_INCREMENT for table `user_brands` -- ALTER TABLE `user_brands` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT for table `user_choose_us_items` -- ALTER TABLE `user_choose_us_items` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `user_contacts` -- ALTER TABLE `user_contacts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `user_counter_informations` -- ALTER TABLE `user_counter_informations` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136; -- -- AUTO_INCREMENT for table `user_coupons` -- ALTER TABLE `user_coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `user_courses` -- ALTER TABLE `user_courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `user_course_categories` -- ALTER TABLE `user_course_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; -- -- AUTO_INCREMENT for table `user_course_enrolments` -- ALTER TABLE `user_course_enrolments` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `user_course_faqs` -- ALTER TABLE `user_course_faqs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67; -- -- AUTO_INCREMENT for table `user_course_informations` -- ALTER TABLE `user_course_informations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=75; -- -- AUTO_INCREMENT for table `user_course_instructors` -- ALTER TABLE `user_course_instructors` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `user_course_instructor_social_links` -- ALTER TABLE `user_course_instructor_social_links` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `user_course_modules` -- ALTER TABLE `user_course_modules` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=112; -- -- AUTO_INCREMENT for table `user_course_reviews` -- ALTER TABLE `user_course_reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_custom_domains` -- ALTER TABLE `user_custom_domains` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `user_donations` -- ALTER TABLE `user_donations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `user_donation_categories` -- ALTER TABLE `user_donation_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `user_donation_contents` -- ALTER TABLE `user_donation_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `user_donation_details` -- ALTER TABLE `user_donation_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT for table `user_donation_settings` -- ALTER TABLE `user_donation_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `user_educations` -- ALTER TABLE `user_educations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `user_email_templates` -- ALTER TABLE `user_email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=553; -- -- AUTO_INCREMENT for table `user_faqs` -- ALTER TABLE `user_faqs` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=133; -- -- AUTO_INCREMENT for table `user_features` -- ALTER TABLE `user_features` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31; -- -- AUTO_INCREMENT for table `user_footer_quick_links` -- ALTER TABLE `user_footer_quick_links` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=92; -- -- AUTO_INCREMENT for table `user_footer_texts` -- ALTER TABLE `user_footer_texts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `user_hero_sliders` -- ALTER TABLE `user_hero_sliders` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=66; -- -- AUTO_INCREMENT for table `user_hero_statics` -- ALTER TABLE `user_hero_statics` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15; -- -- AUTO_INCREMENT for table `user_home_page_texts` -- ALTER TABLE `user_home_page_texts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=126; -- -- AUTO_INCREMENT for table `user_home_sections` -- ALTER TABLE `user_home_sections` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; -- -- AUTO_INCREMENT for table `user_items` -- ALTER TABLE `user_items` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=79; -- -- AUTO_INCREMENT for table `user_item_categories` -- ALTER TABLE `user_item_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=80; -- -- AUTO_INCREMENT for table `user_item_contents` -- ALTER TABLE `user_item_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=137; -- -- AUTO_INCREMENT for table `user_item_images` -- ALTER TABLE `user_item_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=153; -- -- AUTO_INCREMENT for table `user_item_sub_categories` -- ALTER TABLE `user_item_sub_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127; -- -- AUTO_INCREMENT for table `user_item_variations` -- ALTER TABLE `user_item_variations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1827; -- -- AUTO_INCREMENT for table `user_jcategories` -- ALTER TABLE `user_jcategories` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63; -- -- AUTO_INCREMENT for table `user_jobs` -- ALTER TABLE `user_jobs` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=63; -- -- AUTO_INCREMENT for table `user_job_experiences` -- ALTER TABLE `user_job_experiences` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `user_languages` -- ALTER TABLE `user_languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=262; -- -- AUTO_INCREMENT for table `user_lessons` -- ALTER TABLE `user_lessons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=307; -- -- AUTO_INCREMENT for table `user_lesson_complete` -- ALTER TABLE `user_lesson_complete` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_lesson_contents` -- ALTER TABLE `user_lesson_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=253; -- -- AUTO_INCREMENT for table `user_lesson_content_complete` -- ALTER TABLE `user_lesson_content_complete` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_lesson_quizzes` -- ALTER TABLE `user_lesson_quizzes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=144; -- -- AUTO_INCREMENT for table `user_members` -- ALTER TABLE `user_members` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=120; -- -- AUTO_INCREMENT for table `user_menus` -- ALTER TABLE `user_menus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=292; -- -- AUTO_INCREMENT for table `user_offer_banners` -- ALTER TABLE `user_offer_banners` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `user_offline_gateways` -- ALTER TABLE `user_offline_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `user_orders` -- ALTER TABLE `user_orders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=344; -- -- AUTO_INCREMENT for table `user_order_items` -- ALTER TABLE `user_order_items` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=444; -- -- AUTO_INCREMENT for table `user_pages` -- ALTER TABLE `user_pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `user_payment_gateways` -- ALTER TABLE `user_payment_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=257; -- -- AUTO_INCREMENT for table `user_permissions` -- ALTER TABLE `user_permissions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=159; -- -- AUTO_INCREMENT for table `user_portfolios` -- ALTER TABLE `user_portfolios` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=237; -- -- AUTO_INCREMENT for table `user_portfolio_categories` -- ALTER TABLE `user_portfolio_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114; -- -- AUTO_INCREMENT for table `user_portfolio_images` -- ALTER TABLE `user_portfolio_images` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=554; -- -- AUTO_INCREMENT for table `user_qr_codes` -- ALTER TABLE `user_qr_codes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `user_quiz_scores` -- ALTER TABLE `user_quiz_scores` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_quotes` -- ALTER TABLE `user_quotes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `user_quote_inputs` -- ALTER TABLE `user_quote_inputs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=135; -- -- AUTO_INCREMENT for table `user_quote_input_options` -- ALTER TABLE `user_quote_input_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=221; -- -- AUTO_INCREMENT for table `user_rooms` -- ALTER TABLE `user_rooms` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `user_room_amenities` -- ALTER TABLE `user_room_amenities` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `user_room_bookings` -- ALTER TABLE `user_room_bookings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22; -- -- AUTO_INCREMENT for table `user_room_categories` -- ALTER TABLE `user_room_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `user_room_contents` -- ALTER TABLE `user_room_contents` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12; -- -- AUTO_INCREMENT for table `user_room_coupons` -- ALTER TABLE `user_room_coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `user_room_reviews` -- ALTER TABLE `user_room_reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `user_room_settings` -- ALTER TABLE `user_room_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `user_seos` -- ALTER TABLE `user_seos` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `user_services` -- ALTER TABLE `user_services` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=200; -- -- AUTO_INCREMENT for table `user_shipping_charges` -- ALTER TABLE `user_shipping_charges` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `user_shop_settings` -- ALTER TABLE `user_shop_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17; -- -- AUTO_INCREMENT for table `user_skills` -- ALTER TABLE `user_skills` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85; -- -- AUTO_INCREMENT for table `user_socials` -- ALTER TABLE `user_socials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=108; -- -- AUTO_INCREMENT for table `user_subscribers` -- ALTER TABLE `user_subscribers` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `user_testimonials` -- ALTER TABLE `user_testimonials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=136; -- -- AUTO_INCREMENT for table `user_vcards` -- ALTER TABLE `user_vcards` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57; -- -- AUTO_INCREMENT for table `user_vcard_projects` -- ALTER TABLE `user_vcard_projects` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54; -- -- AUTO_INCREMENT for table `user_vcard_services` -- ALTER TABLE `user_vcard_services` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67; -- -- AUTO_INCREMENT for table `user_vcard_testimonials` -- ALTER TABLE `user_vcard_testimonials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48; -- -- AUTO_INCREMENT for table `user_work_processes` -- ALTER TABLE `user_work_processes` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT for table `user__course_coupons` -- ALTER TABLE `user__course_coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Constraints for dumped tables -- -- -- Constraints for table `memberships` -- ALTER TABLE `memberships` ADD CONSTRAINT `memberships_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_blogs` -- ALTER TABLE `user_blogs` ADD CONSTRAINT `user_blogs_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `user_blog_categories` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_blogs_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `user_languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_blogs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_blog_categories` -- ALTER TABLE `user_blog_categories` ADD CONSTRAINT `user_blog_categories_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `user_languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_permissions` -- ALTER TABLE `user_permissions` ADD CONSTRAINT `user_permissions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_portfolios` -- ALTER TABLE `user_portfolios` ADD CONSTRAINT `user_portfolios_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `user_portfolio_categories` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_portfolios_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `user_languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_portfolios_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_services` -- ALTER TABLE `user_services` ADD CONSTRAINT `user_services_lang_id_foreign` FOREIGN KEY (`lang_id`) REFERENCES `user_languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_services_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_skills` -- ALTER TABLE `user_skills` ADD CONSTRAINT `user_skills_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `user_languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_skills_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE; -- -- Constraints for table `user_testimonials` -- ALTER TABLE `user_testimonials` ADD CONSTRAINT `user_testimonials_lang_id_foreign` FOREIGN KEY (`lang_id`) REFERENCES `user_languages` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `user_testimonials_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE 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 */;
Simpan