⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.108
Server IP:
97.74.83.112
Server:
Linux 112.83.74.97.host.secureserver.net 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
Server Software:
Apache
PHP Version:
8.2.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
trinadezambia
/
public_html
/
View File Name :
trinadezambia_web_live.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: May 12, 2026 at 05:46 PM -- Server version: 5.7.44 -- PHP Version: 8.1.34 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: `trinadezambia_web_live` -- -- -------------------------------------------------------- -- -- 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', 'johny@example.com', 'Johny', 'Barristow', '5d7690f072617.jpg', '$2y$10$v4vEDywiQHpGUEWXPGY3/O6BMvuAzuOa5T1arvAua5eWjyL.tXSKe', 1, NULL, '2020-03-07 05:33:40'), (3, 1, 'Ben101', 'ben@example.com', 'Ben', 'Stokes', '1570169134.jpg', '$2y$10$dtzvjuygxDQn5sIBC/ZyBOC4s335IlDB8PGDddRA6BtwrZdIvRtFa', 1, '2019-10-04 02:20:48', '2019-10-13 07:08:54'), (4, 3, 'Martin404', 'martin@example.com', 'Martin', 'Guptil', '1570114612.jpg', '$2y$12$SV5bkJTV1gHCRRTP9YkTtOHWbvfU8FPFLlcMS7Vk4UI48g5aiZaku', 1, '2019-10-04 02:56:53', '2019-10-04 18:25:42'), (5, 4, 'richardo22', 'richardo@example.com', 'Richardo', 'Powell', '1570165496.jpg', '$2y$10$hjP/BifO7ElSct6J6uqTJebylgDqt9afMb5Qiuw791LlOZ9lIo0a2', 1, '2019-10-04 17:04:58', '2019-10-04 17:04:58'), (6, 4, 'Ricky45', 'ricky@example.com', 'Ricky', 'Ponting', '1570171878.jpg', '$2y$10$Hj1ppXfzpOvM5HmVHIvOy.4lVRgm7RdBt4SAGQcf5Nt1VAe4Cp5je', 1, '2019-10-04 18:52:11', '2019-10-04 18:52:11'); -- -------------------------------------------------------- -- -- Table structure for table `archives` -- CREATE TABLE `archives` ( `id` bigint(20) UNSIGNED NOT NULL, `date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `articles` -- CREATE TABLE `articles` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL, `article_category_id` int(11) NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` blob NOT NULL, `serial_number` int(11) 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 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `articles` -- INSERT INTO `articles` (`id`, `language_id`, `article_category_id`, `title`, `slug`, `content`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (1, 169, 1, 'There are many variations of passages of Lorem Ipsum availableu00', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-availableu00', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c696d67207372633d227b626173655f75726c7d2f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c653d2277696474683a20313030253b223e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (2, 169, 1, 'There are many variations of passages of Lorem Ipsum available11', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available11', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (3, 169, 1, 'There are many variations of passages of Lorem Ipsum available22', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available22', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (4, 169, 1, 'There are many variations of passages of Lorem Ipsum available33', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available33', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (5, 169, 4, 'There are many variations of passages of Lorem Ipsum available44', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available44', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (6, 169, 4, 'There are many variations of passages of Lorem Ipsum available55', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available55', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (7, 169, 4, 'There are many variations of passages of Lorem Ipsum available66', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available66', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (8, 169, 4, 'There are many variations of passages of Lorem Ipsum available77', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available77', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (18, 169, 2, 'There are many variations of passages of Lorem Ipsum available88', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available88', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (19, 169, 2, 'There are many variations of passages of Lorem Ipsum available99', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available99', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (20, 169, 2, 'There are many variations of passages of Lorem Ipsum available1010', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1010', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (21, 169, 2, 'There are many variations of passages of Lorem Ipsum available1111', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1111', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (22, 169, 3, 'There are many variations of passages of Lorem Ipsum available1212', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1212', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (23, 169, 3, 'There are many variations of passages of Lorem Ipsum available1313', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1313', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (24, 169, 3, 'There are many variations of passages of Lorem Ipsum available1414', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1414', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (25, 169, 3, 'There are many variations of passages of Lorem Ipsum available1515', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1515', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (26, 169, 5, 'There are many variations of passages of Lorem Ipsum available1616', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1616', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (27, 169, 5, 'There are many variations of passages of Lorem Ipsum available1717', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1717', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (28, 169, 5, 'There are many variations of passages of Lorem Ipsum available1818', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1818', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (29, 169, 5, 'There are many variations of passages of Lorem Ipsum available1919', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available1919', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (30, 169, 15, 'There are many variations of passages of Lorem Ipsum available2020', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available2020', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'); INSERT INTO `articles` (`id`, `language_id`, `article_category_id`, `title`, `slug`, `content`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (31, 169, 15, 'There are many variations of passages of Lorem Ipsum available2121', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available2121', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (32, 169, 15, 'There are many variations of passages of Lorem Ipsum available2222', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available2222', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (33, 169, 15, 'There are many variations of passages of Lorem Ipsum available2323', 'There-are-many-variations-of-passages-of-Lorem-Ipsum-available2323', 0x3c70207374796c653d226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b223e546865726520617265206d616e7920766172696174696f6e73206f66207061737361676573206f66204c6f72656d20497073756d20617661696c61626c652c2062757420746865206d616a6f72697479206861766520737566666572656420616c7465726174696f6e20696e20736f6d6520666f726d2c20627920696e6a65637465642068756d6f75722c206f722072616e646f6d6973656420776f72647320776869636820646f6e2774206c6f6f6b206576656e20736c696768746c792062656c69657661626c652e20496620796f752061726520676f696e6720746f2075736520612070617373616765206f66204c6f72656d20497073756d2c20796f75206e65656420746f20626520737572652074686572652069736e277420616e797468696e6720656d62617272617373696e672068696464656e20696e20746865206d6964646c65206f6620746578742e20416c6c20746865204c6f72656d20497073756d2067656e657261746f7273206f6e2074686520496e7465726e65742074656e6420746f2072657065617420707265646566696e6564206368756e6b73206173206e65636573736172792c206d616b696e6720746869732074686520666972737420747275652067656e657261746f72206f6e2074686520496e7465726e65742e204974207573657320612064696374696f6e617279206f66206f76657220323030204c6174696e20776f7264732c20636f6d62696e6564207769746820612068616e6466756c206f66206d6f64656c2073656e74656e636520737472756374757265732c20746f2067656e6572617465204c6f72656d20497073756d207768696368206c6f6f6b7320726561736f6e61626c652e205468652067656e657261746564204c6f72656d20497073756d206973207468657265666f726520616c7761797320667265652066726f6d2072657065746974696f6e2c20696e6a65637465642068756d6f75722c206f72206e6f6e2d636861726163746572697374696320776f726473206574632e3c2f703e3c6469763e3c62723e3c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (34, 170, 16, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis2424', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis2424', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (35, 170, 16, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis2525', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis2525', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (36, 170, 16, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis2626', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis2626', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 16, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (37, 170, 16, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis2727', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis2727', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (38, 170, 17, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis2828', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis2828', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (39, 170, 17, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis2929', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis2929', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (40, 170, 17, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3030', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3030', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 17, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (41, 170, 17, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3131', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3131', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (42, 170, 18, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3232', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3232', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (43, 170, 18, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3333', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3333', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (44, 170, 18, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3434', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3434', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 16, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (45, 170, 18, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3535', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3535', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (46, 170, 19, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3636', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3636', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (47, 170, 19, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3737', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3737', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (48, 170, 19, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3838', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3838', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 17, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (49, 170, 19, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis3939', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis3939', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (50, 170, 20, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4040', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4040', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'); INSERT INTO `articles` (`id`, `language_id`, `article_category_id`, `title`, `slug`, `content`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (51, 170, 20, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4141', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4141', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (52, 170, 20, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4242', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4242', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 17, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (53, 170, 20, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4343', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4343', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (54, 170, 21, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4444', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4444', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (55, 170, 21, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4545', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4545', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (56, 170, 21, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4646', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4646', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 17, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (57, 170, 21, 'Existem muitas variações de passagens de Lorem Ipsum disponíveis4747', 'existem-muitas-variacoes-de-passagens-de-lorem-ipsum-disponiveis4747', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f74203b2c20417269616c2c2073616e732d73657269663b22203e204578697374656d206d7569746173207661726961c3a7c3b5657320646520706173736167656e73206465204c6f72656d20497073756d20646973706f6ec3ad766569732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d206e656d20756d20706f75636f206372c3ad766569732e20536520766f63c3aa20666f72207573617220756d6120706173736167656d206465204c6f72656d20497073756d2c2070726563697361207465722063657274657a6120646520717565206ec3a36f2068c3a1206e61646120656d62617261c3a76f736f206573636f6e6469646f206e6f206d65696f20646f20746578746f2e20546f646f73206f732067657261646f726573204c6f72656d20497073756d206e6120496e7465726e65742074656e64656d2061207265706574697220626c6f636f7320707265646566696e69646f7320636f6e666f726d65206e6563657373c3a172696f2c20746f726e616e646f2065737465206f207072696d6569726f2067657261646f72207665726461646569726f206e6120496e7465726e65742e20456c652075736120756d20646963696f6ec3a172696f206465206d616973206465203230302070616c6176726173206c6174696e61732c20636f6d62696e61646f20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d707265206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c206574632e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (58, 171, 22, 'Lorem Ipsum\'un birçok pasajı vardır.4848', 'lorem-ipsumun-bircok-pasaji-vardir4848', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (59, 171, 22, 'Lorem Ipsum\'un birçok pasajı vardır.4949', 'lorem-ipsumun-bircok-pasaji-vardir4949', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (60, 171, 22, 'Lorem Ipsum\'un birçok pasajı vardır.5050', 'lorem-ipsumun-bircok-pasaji-vardir5050', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (61, 171, 22, 'Lorem Ipsum\'un birçok pasajı vardır.5151', 'lorem-ipsumun-bircok-pasaji-vardir5151', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (62, 171, 23, 'Lorem Ipsum\'un birçok pasajı vardır.5252', 'lorem-ipsumun-bircok-pasaji-vardir5252', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (63, 171, 23, 'Lorem Ipsum\'un birçok pasajı vardır.5353', 'lorem-ipsumun-bircok-pasaji-vardir5353', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (64, 171, 23, 'Lorem Ipsum\'un birçok pasajı vardır.5454', 'lorem-ipsumun-bircok-pasaji-vardir5454', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (65, 171, 23, 'Lorem Ipsum\'un birçok pasajı vardır.5555', 'lorem-ipsumun-bircok-pasaji-vardir5555', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (66, 171, 24, 'Lorem Ipsum\'un birçok pasajı vardır.5656', 'lorem-ipsumun-bircok-pasaji-vardir5656', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (67, 171, 24, 'Lorem Ipsum\'un birçok pasajı vardır.5757', 'lorem-ipsumun-bircok-pasaji-vardir5757', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (68, 171, 24, 'Lorem Ipsum\'un birçok pasajı vardır.5858', 'lorem-ipsumun-bircok-pasaji-vardir5858', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (69, 171, 24, 'Lorem Ipsum\'un birçok pasajı vardır.5959', 'lorem-ipsumun-bircok-pasaji-vardir5959', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (70, 171, 25, 'Lorem Ipsum\'un birçok pasajı vardır.6060', 'lorem-ipsumun-bircok-pasaji-vardir6060', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (71, 171, 25, 'Lorem Ipsum\'un birçok pasajı vardır.6161', 'lorem-ipsumun-bircok-pasaji-vardir6161', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (72, 171, 25, 'Lorem Ipsum\'un birçok pasajı vardır.6262', 'lorem-ipsumun-bircok-pasaji-vardir6262', '', 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (73, 171, 25, 'Lorem Ipsum\'un birçok pasajı vardır.6363', 'lorem-ipsumun-bircok-pasaji-vardir6363', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'); INSERT INTO `articles` (`id`, `language_id`, `article_category_id`, `title`, `slug`, `content`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (74, 171, 26, 'Lorem Ipsum\'un birçok pasajı vardır.6464', 'lorem-ipsumun-bircok-pasaji-vardir6464', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (75, 171, 26, 'Lorem Ipsum\'un birçok pasajı vardır.6565', 'lorem-ipsumun-bircok-pasaji-vardir6565', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (76, 171, 26, 'Lorem Ipsum\'un birçok pasajı vardır.6666', 'lorem-ipsumun-bircok-pasaji-vardir6666', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (77, 171, 26, 'Lorem Ipsum\'un birçok pasajı vardır.6767', 'lorem-ipsumun-bircok-pasaji-vardir6767', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (78, 171, 27, 'Lorem Ipsum\'un birçok pasajı vardır.6868', 'lorem-ipsumun-bircok-pasaji-vardir6868', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (79, 171, 27, 'Lorem Ipsum\'un birçok pasajı vardır.6969', 'lorem-ipsumun-bircok-pasaji-vardir6969', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (80, 171, 27, 'Lorem Ipsum\'un birçok pasajı vardır.7070', 'lorem-ipsumun-bircok-pasaji-vardir7070', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (81, 171, 27, 'Lorem Ipsum\'un birçok pasajı vardır.7171', 'lorem-ipsumun-bircok-pasaji-vardir7171', 0x3c70207374796c65203d20226d617267696e2d72696768743a203070783b206d617267696e2d626f74746f6d3a20313570783b206d617267696e2d6c6566743a203070783b2070616464696e673a203070783b20746578742d616c69676e3a206a7573746966793b20666f6e742d66616d696c793a20262071756f743b204f70656e2053616e7320262071756f743b2c20417269616c2c2073616e732d2073657269663b2022203e204c6f72656d20497073756d20646973706f6ec3ad7665697320646520706173736167656e7320646520676969746173207661726961c3a7c3b565732c206d61732061206d61696f72696120736f6672657520616c74657261c3a7c3a36f20646520616c67756d6120666f726d612c20706f722068756d6f7220696e6a657461646f206f752070616c617672617320616c656174c3b37269617320717565206ec3a36f207061726563656d20756d206e656d20706f75636f206372c3ad766569732e205573617220756d6120706173736167656d206465204c6f72656d20497073756d2069c3a7696e206b656c696d65207365c3a7696e2c206b6573696e206f6c6172616b206b6573696e6c65c59f696e2e20596170c4b16c6d6173c4b120676572656b656e6c657220c4b06e7465726e657420c3bc7a6572696e64652074656b7261726c616e616e2062697220626c6f636f7320c3b66e2074616ec4b16d6cc4b12c20696e7465726e6574746520746f726e616e646f2065737465207665207072696d6569726f207665726461646569726f2e203230302070616c6176726173206c6174696e616c61722c206269726c65c59f696b20636f6d20756d2070756e6861646f206465206573747275747572617320646520667261736573206d6f64656c6f2c2070617261206765726172204c6f72656d20497073756d20717565207061726563652072617a6fc3a176656c2e204f204c6f72656d20497073756d2067657261646f20c3a92c20706f7274616e746f2c2073656d706572206c6976726520646520726570657469c3a7c3a36f2c2068756d6f7220696e6a657461646f206f752070616c6176726173206ec3a36f206361726163746572c3ad7374696361732c2076622e203c2f703e203c6469763e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (82, 173, 28, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7272', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7272', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (83, 173, 28, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7373', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7373', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (84, 173, 28, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7474', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7474', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (85, 173, 28, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7575', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7575', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (86, 173, 29, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7676', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7676', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (87, 173, 29, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7777', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7777', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (88, 173, 29, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7878', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7878', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (89, 173, 29, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم7979', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم7979', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (90, 173, 30, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8080', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8080', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'); INSERT INTO `articles` (`id`, `language_id`, `article_category_id`, `title`, `slug`, `content`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (91, 173, 30, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8181', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8181', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (92, 173, 30, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8282', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8282', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (93, 173, 30, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8383', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8383', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (94, 173, 31, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8484', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8484', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (95, 173, 31, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8585', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8585', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (96, 173, 31, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8686', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8686', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (97, 173, 31, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8787', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8787', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (98, 173, 32, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8888', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8888', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (99, 173, 32, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم8989', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم8989', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (100, 173, 32, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم9090', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم9090', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (101, 173, 32, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم9191', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم9191', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (102, 173, 33, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم9292', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم9292', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (103, 173, 33, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم9393', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم9393', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'), (104, 173, 33, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم9494', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم9494', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'); INSERT INTO `articles` (`id`, `language_id`, `article_category_id`, `title`, `slug`, `content`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`) VALUES (105, 173, 33, 'هناك العديد من الأنواع المتوفرة لنصوص لوريم إيبسوم9595', 'هناك-العديد-من-الأنواع-المتوفرة-لنصوص-لوريم-إيبسوم9595', 0x3c70207374796c65203d20226d617267696e2d72696768743a20307078d89b206d617267696e2d626f74746f6d3a2031357078d89b206d617267696e2d6c6566743a20307078d89b2070616464696e673a20307078d89b20746578742d616c69676e3a206a757374696679d89b20666f6e742d66616d696c793a20262071756f74d89b204f70656e2053616e7320262071756f7420d89bd88c20417269616cd88c2073616e732d7365726966d89b22203e20d987d986d8a7d98320d8a7d984d8b9d8afd98ad8af20d985d98620d8a7d984d8a7d8aed8aad984d8a7d981d8a7d8aa20d8a7d984d985d8aad8a7d8add8a920d984d986d8b5d988d8b520d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d984d983d98620d8a7d984d8bad8a7d984d8a8d98ad8a920d8aad8b9d8b1d8b6d8aa20d984d984d8aad8bad98ad98ad8b120d8a8d8b4d983d98420d985d8a720d88c20d8b9d98620d8b7d8b1d98ad98220d8a5d8afd8aed8a7d98420d8a8d8b9d8b620d8a7d984d981d983d8a7d987d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8a7d984d8b9d8b4d988d8a7d8a6d98ad8a920d8a7d984d8aad98a20d984d8a720d8aad8a8d8afd98820d982d8a7d8a8d984d8a920d984d984d8aad8b5d8afd98ad98220d8a5d984d98920d8add8af20d985d8a72e20d8a5d8b0d8a720d983d986d8aa20d8b3d8aad8b3d8aad8aed8afd98520d985d982d8b7d8b9d98bd8a720d985d98620d984d988d8b1d98ad98520d8a5d98ad8a8d8b3d988d98520d88c20d981d8a3d986d8aa20d8a8d8add8a7d8acd8a920d8a5d984d98920d8a7d984d8aad8a3d983d8af20d985d98620d8b9d8afd98520d988d8acd988d8af20d8a3d98a20d8b4d98ad8a120d985d8add8b1d8ac20d985d8aed981d98a20d981d98a20d985d986d8aad8b5d98120d8a7d984d986d8b52e20d8aad985d98ad98420d8acd985d98ad8b920d985d988d984d8afd8a7d8aa204c6f72656d20497073756d20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa20d8a5d984d98920d8aad983d8b1d8a7d8b120d8a7d984d8a3d8acd8b2d8a7d8a120d8a7d984d985d8add8afd8afd8a920d985d8b3d8a8d982d98bd8a720d8add8b3d8a820d8a7d984d8b6d8b1d988d8b1d8a920d88c20d985d985d8a720d98ad8acd8b9d98420d987d8b0d8a720d8a3d988d98420d985d988d984d8af20d8add982d98ad982d98a20d8b9d984d98920d8a7d984d8a5d986d8aad8b1d986d8aa2e20d98ad8b3d8aad8aed8afd98520d982d8a7d985d988d8b3d98bd8a720d98ad8b6d98520d8a3d983d8abd8b120d985d9862032303020d983d984d985d8a920d984d8a7d8aad98ad986d98ad8a920d88c20d8acd986d8a8d98bd8a720d8a5d984d98920d8acd986d8a820d985d8b920d8add981d986d8a920d985d98620d8aad8b1d8a7d983d98ad8a820d8a7d984d8acd985d984d8a920d8a7d984d986d985d988d8b0d8acd98ad8a920d88c20d984d8aad988d984d98ad8af204c6f72656d20497073756d20d8a7d984d8b0d98a20d98ad8a8d8afd98820d985d8b9d982d988d984d98bd8a72e20d984d8b0d984d98320d88c20d981d8a5d986204c6f72656d20497073756d20d8a7d984d8b0d98a20d8aad98520d8a5d986d8b4d8a7d8a4d98720d98ad983d988d98620d8afd8a7d8a6d985d98bd8a720d8aed8a7d984d98ad98bd8a720d985d98620d8a7d984d8aad983d8b1d8a7d8b120d8a3d98820d8a7d984d8afd8b9d8a7d8a8d8a920d8a7d984d985d8add982d988d986d8a920d8a3d98820d8a7d984d983d984d985d8a7d8aa20d8bad98ad8b120d8a7d984d985d985d98ad8b2d8a920d988d985d8a720d8a5d984d98920d8b0d984d9832e203c2f20703e203c6469763e203c696d6720737263203d20227b626173655f75726c7d202f6173736574732f66726f6e742f696d672f73756d6d65726e6f74652f363032323233373230613866642e6a706722207374796c65203d202277696474683a20313030d9aad89b223e203c62723e203c2f6469763e, 1, 'meta1,meta2,meta3', 'There are many variations of passages of Lorem 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', '2021-02-03 00:24:58', '2021-04-27 06:14:29'); -- -------------------------------------------------------- -- -- Table structure for table `article_categories` -- CREATE TABLE `article_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `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 `article_categories` -- INSERT INTO `article_categories` (`id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 169, 'Tech Questions', 1, 1, '2021-02-03 00:17:43', '2021-02-03 00:51:58'), (2, 169, 'Course Issues', 1, 2, '2021-02-03 00:19:15', '2021-02-20 03:20:55'), (3, 169, 'Script Installation', 1, 3, '2021-02-03 00:19:35', '2021-02-03 00:19:35'), (4, 169, 'Server Requirements', 1, 4, '2021-02-03 00:20:02', '2021-02-03 00:20:02'), (5, 169, 'API Issues', 1, 5, '2021-02-03 00:22:37', '2021-02-20 03:21:51'), (15, 169, 'MISC', 1, 6, '2021-02-20 03:22:03', '2021-02-20 03:22:03'), (16, 170, 'Questões técnicas', 1, 1, '2021-02-03 00:17:43', '2021-02-03 00:51:58'), (17, 170, 'Problemas do curso', 1, 2, '2021-02-03 00:19:15', '2021-02-20 03:20:55'), (18, 170, 'Instalação de script', 1, 3, '2021-02-03 00:19:35', '2021-02-03 00:19:35'), (19, 170, 'Requisitos do servidor', 1, 4, '2021-02-03 00:20:02', '2021-02-03 00:20:02'), (20, 170, 'Problemas de API', 1, 5, '2021-02-03 00:22:37', '2021-02-20 03:21:51'), (21, 170, 'MISC', 1, 6, '2021-02-20 03:22:03', '2021-02-20 03:22:03'), (22, 171, 'Teknik Sorular', 1, 1, '2021-02-03 00:17:43', '2021-02-03 00:51:58'), (23, 171, 'Kurs Sorunları', 1, 2, '2021-02-03 00:19:15', '2021-02-20 03:20:55'), (24, 171, 'Komut Dosyası Kurulumu', 1, 3, '2021-02-03 00:19:35', '2021-02-03 00:19:35'), (25, 171, 'Sunucu Gereksinimleri', 1, 4, '2021-02-03 00:20:02', '2021-02-03 00:20:02'), (26, 171, 'API Sorunları', 1, 5, '2021-02-03 00:22:37', '2021-02-20 03:21:51'), (27, 171, 'MISC', 1, 6, '2021-02-20 03:22:03', '2021-02-20 03:22:03'), (28, 173, 'أسئلة تقنية', 1, 1, '2021-02-03 00:17:43', '2021-02-03 00:51:58'), (29, 173, 'قضايا الدورة', 1, 2, '2021-02-03 00:19:15', '2021-02-20 03:20:55'), (30, 173, 'تثبيت البرنامج النصي', 1, 3, '2021-02-03 00:19:35', '2021-02-03 00:19:35'), (31, 173, 'متطلبات الخادم', 1, 4, '2021-02-03 00:20:02', '2021-02-03 00:20:02'), (32, 173, 'قضايا API', 1, 5, '2021-02-03 00:22:37', '2021-02-20 03:21:51'), (33, 173, 'متفرقات', 1, 6, '2021-02-20 03:22:03', '2021-02-20 03:22:03'); -- -------------------------------------------------------- -- -- Table structure for table `backups` -- CREATE TABLE `backups` ( `id` bigint(20) UNSIGNED NOT 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; -- -------------------------------------------------------- -- -- 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, `website_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `base_color` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `secondary_base_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `support_email` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `support_phone` 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` text COLLATE utf8mb4_unicode_ci, `newsletter_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copyright_text` blob, `hero_bg` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_bold_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_video_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_bg` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_section_title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_section_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_section_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_section_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_section_video_link` text COLLATE utf8mb4_unicode_ci, `service_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `service_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `approach_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `approach_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `approach_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `approach_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cta_bg` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cta_section_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cta_section_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cta_section_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `portfolio_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `portfolio_section_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_bg` varchar(50) 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, `contact_form_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_form_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quote_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quote_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tawk_to_script` text COLLATE utf8mb4_unicode_ci, `google_analytics_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', `is_disqus` tinyint(4) NOT NULL DEFAULT '1', `disqus_script` text COLLATE utf8mb4_unicode_ci, `is_analytics` tinyint(4) NOT NULL DEFAULT '1', `maintainance_mode` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - active, 0 - deactive', `maintainance_text` text COLLATE utf8mb4_unicode_ci, `secret_path` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_appzi` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - deactive, 1 - active', `appzi_script` text COLLATE utf8mb4_unicode_ci, `is_addthis` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - deactive, 1 - active', `addthis_script` text COLLATE utf8mb4_unicode_ci, `service_title` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `service_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `portfolio_title` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `portfolio_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, `blog_section_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_section_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faq_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `faq_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `service_details_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `portfolio_details_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_details_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gallery_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gallery_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `error_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `error_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_quote` tinyint(4) NOT NULL DEFAULT '1', `home_version` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_title` text COLLATE utf8mb4_unicode_ci, `event_subtitle` text COLLATE utf8mb4_unicode_ci, `event_details_title` text COLLATE utf8mb4_unicode_ci, `cause_title` text COLLATE utf8mb4_unicode_ci, `cause_subtitle` text COLLATE utf8mb4_unicode_ci, `cause_details_title` text COLLATE utf8mb4_unicode_ci, `feature_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `intro_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `service_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `approach_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `statistics_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `portfolio_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `testimonial_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `team_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `news_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `call_to_action_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `partner_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `top_footer_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `copyright_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `newsletter_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `basic_settings` -- INSERT INTO `basic_settings` (`id`, `language_id`, `favicon`, `logo`, `website_title`, `base_color`, `secondary_base_color`, `support_email`, `support_phone`, `breadcrumb`, `footer_logo`, `footer_text`, `newsletter_text`, `copyright_text`, `hero_bg`, `hero_section_title`, `hero_section_bold_text`, `hero_section_text`, `hero_section_button_text`, `hero_section_button_url`, `hero_section_video_link`, `intro_bg`, `intro_section_title`, `intro_section_text`, `intro_section_button_text`, `intro_section_button_url`, `intro_section_video_link`, `service_section_title`, `service_section_subtitle`, `approach_title`, `approach_subtitle`, `approach_button_text`, `approach_button_url`, `cta_bg`, `cta_section_text`, `cta_section_button_text`, `cta_section_button_url`, `portfolio_section_title`, `portfolio_section_text`, `team_bg`, `team_section_title`, `team_section_subtitle`, `contact_form_title`, `contact_form_subtitle`, `quote_title`, `quote_subtitle`, `tawk_to_script`, `google_analytics_script`, `is_recaptcha`, `google_recaptcha_site_key`, `google_recaptcha_secret_key`, `is_tawkto`, `is_disqus`, `disqus_script`, `is_analytics`, `maintainance_mode`, `maintainance_text`, `secret_path`, `is_appzi`, `appzi_script`, `is_addthis`, `addthis_script`, `service_title`, `service_subtitle`, `portfolio_title`, `portfolio_subtitle`, `testimonial_title`, `testimonial_subtitle`, `blog_section_title`, `blog_section_subtitle`, `faq_title`, `faq_subtitle`, `blog_title`, `blog_subtitle`, `service_details_title`, `portfolio_details_title`, `blog_details_title`, `gallery_title`, `gallery_subtitle`, `team_title`, `team_subtitle`, `contact_title`, `contact_subtitle`, `error_title`, `error_subtitle`, `is_quote`, `home_version`, `event_title`, `event_subtitle`, `event_details_title`, `cause_title`, `cause_subtitle`, `cause_details_title`, `feature_section`, `intro_section`, `service_section`, `approach_section`, `statistics_section`, `portfolio_section`, `testimonial_section`, `team_section`, `news_section`, `call_to_action_section`, `partner_section`, `top_footer_section`, `copyright_section`, `newsletter_section`) VALUES (142, 169, 'Trinade Technologies Limited_Logo_Mono_JPG.jpg', '680f522ce78bc.png', 'Trinade Technologies Limited', '2352D0', '0A3041', 'sales@trinadezambia.com', '+260 779598383', '6190a0a26b159.jpg', '618d0884e1ec8.jpg', 'We are a awward winning multinaitonal Company. We Believe quality and standard worlwidex Consider.We are a awward winning multinaitonal Company. We Believe quality and standard worlwidex Consider. We Believe quality and standard worlwidex Consider.', 'Subscribe to gate Latest News, Offer and connect With Us.', 0x3c703e436f7079726967687420c2a920323032352e20416c6c20726967687473207265736572766564206279205472696e61646520546563686e6f6c6f67696573204c696d697465642e207c266e6273703b3c6120687265663d2268747470733a2f2f7472696e6164652e6170706c6578696e666f746563682e636f6d2f5465726d732d26616d703b2d436f6e646974696f6e7322207461726765743d225f626c616e6b223e5465726d732026616d703b20436f6e646974696f6e733c2f613e266e6273703b7c203c6120687265663d2268747470733a2f2f7472696e6164652e6170706c6578696e666f746563682e636f6d2f507269766163792d506f6c69637922207461726765743d225f626c616e6b223e5072697661637920506f6c6963793c2f613e266e6273703b7c203c6120687265663d2268747470733a2f2f7472696e6164652e6170706c6578696e666f746563682e636f6d2f526566756e642d26616d703b2d43616e63656c6c6174696f6e22207461726765743d225f626c616e6b223e526566756e642026616d703b2043616e63656c6c6174696f6e20506f6c6963793c2f613e3c2f703e, '6800e14a19033.jpg', 'Strategic Technology Planning for the Future', 'Quality Service Happy customers', 'Trusted by entrepreneurs to make smarter technology decisions.', NULL, NULL, 'https://www.youtube.com/watch?v=BAVfUvByStY', '618d041e14c57.jpg', 'Who We Are', 'Cut through the complexity. Stay in control. Make smarter tech decisions, faster', 'Who We Are', 'https://trinadezambia.com/About-Us', 'https://www.youtube.com/watch?v=S7wCAquf9Us', 'Our Services', 'We work with you to achieve your goals', 'How we do', 'A fresh approach to technological services for entrepreneurs', NULL, NULL, '618d0785966f1.jpg', 'Get in touch — we’re here to help you grow with smart technology solutions.', 'Contact Us', 'https://trinadezambia.com/contact', 'Our latest projects', 'A fresh approach to financial services for entrepreneurs', '618d08247ce11.jpg', 'Expert Team', 'Get to Know Our Team of Technology Experts', 'Contact us', 'Need information fill form and send us', 'Request A Quote', 'Have a project ? Send us a quote', '<!--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/5e7477c08d24fc226588d638/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-->', '<!-- Global site tag (gtag.js) - Google Analytics -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-137437974-2\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n\r\n gtag(\'config\', \'UA-137437974-2\');\r\n</script>', 0, '6LdEAd8nAAAAAB0EYusujBvluZCUWU7seaNEnMjr', '6LdEAd8nAAAAACS4P0t3GeVXlG6G4-WHW-mfAuwC', 0, 1, '<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>', 1, 0, 'We are upgrading our site. We will come back soon. \r\nPlease stay with us.\r\nThank you.', NULL, 0, '<!-- Appzi: Capture Insightful Feedback -->\r\n<script async src=\"https://w.appzi.io/bootstrap/bundle.js?token=LyCxj\"></script>\r\n<!-- End Appzi -->', 0, '<!-- Go to www.addthis.com/dashboard to customize your tools -->\r\n<script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5db876f049b4480b\"></script>', 'Services We Provide', 'We work with you to achieve your goals.', 'Portfolios', 'Have a look at our all projects', 'Testimonial', 'What people say about finlance planning', 'Latest news', 'Have a look at the finlance latest News', 'F.A.Q', 'Frequestly Asked Questions', 'Latest Blog', 'From the latest news and blog', 'Service Details', 'Portfolio Details', 'Blog Details', 'Our Gallery', 'Take a look at our captured moments', 'Team Members', 'Meet our team members', 'Contact Us', 'Need information? contact us', '404 Not Found', 'Oops! Looks like you\'re lost', 0, 'particles', 'Events', 'Join Our Events & Conferences', 'Event Details', 'Causes', 'Donate Us to Grow Together', 'Cause Details', 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `basic_settings_extended` -- CREATE TABLE `basic_settings_extended` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `pricing_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pricing_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci 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, `career_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `career_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_calendar_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_calendar_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rss_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rss_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rss_details_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `default_language_direction` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'ltr' COMMENT 'ltr / rtl', `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, `packages_meta_keywords` text COLLATE utf8mb4_unicode_ci, `packages_meta_description` text COLLATE utf8mb4_unicode_ci, `portfolios_meta_keywords` text COLLATE utf8mb4_unicode_ci, `portfolios_meta_description` text COLLATE utf8mb4_unicode_ci, `team_meta_keywords` text COLLATE utf8mb4_unicode_ci, `team_meta_description` text COLLATE utf8mb4_unicode_ci, `career_meta_keywords` text COLLATE utf8mb4_unicode_ci, `career_meta_description` text COLLATE utf8mb4_unicode_ci, `calendar_meta_keywords` text COLLATE utf8mb4_unicode_ci, `calendar_meta_description` text COLLATE utf8mb4_unicode_ci, `gallery_meta_keywords` text COLLATE utf8mb4_unicode_ci, `gallery_meta_description` text COLLATE utf8mb4_unicode_ci, `faq_meta_keywords` text COLLATE utf8mb4_unicode_ci, `faq_meta_description` text COLLATE utf8mb4_unicode_ci, `blogs_meta_keywords` text COLLATE utf8mb4_unicode_ci, `blogs_meta_description` text COLLATE utf8mb4_unicode_ci, `rss_meta_keywords` text COLLATE utf8mb4_unicode_ci, `rss_meta_description` text COLLATE utf8mb4_unicode_ci, `contact_meta_keywords` text COLLATE utf8mb4_unicode_ci, `contact_meta_description` text COLLATE utf8mb4_unicode_ci, `quote_meta_keywords` text COLLATE utf8mb4_unicode_ci, `quote_meta_description` text COLLATE utf8mb4_unicode_ci, `is_facebook_pexel` tinyint(4) NOT NULL DEFAULT '0', `facebook_pexel_script` text COLLATE utf8mb4_unicode_ci, `theme_version` varchar(70) COLLATE utf8mb4_unicode_ci DEFAULT 'default_service_category', `hero_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_overlay_opacity` decimal(8,2) DEFAULT NULL, `statistics_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `statistics_overlay_opacity` decimal(8,2) DEFAULT NULL, `team_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `team_overlay_opacity` decimal(8,2) DEFAULT NULL, `cta_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cta_overlay_opacity` decimal(8,2) DEFAULT NULL, `intro_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_overlay_opacity` decimal(8,2) DEFAULT NULL, `pricing_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pricing_overlay_opacity` decimal(8,2) DEFAULT NULL, `breadcrumb_overlay_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `breadcrumb_overlay_opacity` decimal(8,2) DEFAULT NULL, `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, `hero_section_title_font_size` int(11) DEFAULT NULL, `hero_section_bold_text_font_size` int(11) DEFAULT NULL, `hero_section_bold_text_color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hero_section_text_font_size` int(11) DEFAULT NULL, `hero_section_button_text_font_size` int(11) DEFAULT NULL, `statistics_bg` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `package_background` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_details_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cart_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cart_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `checkout_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `checkout_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `intro_bg2` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `popular_tags` text COLLATE utf8mb4_unicode_ci, `open_hour` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_title` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_year` int(11) NOT NULL DEFAULT '0', `about_bold_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_summary` text COLLATE utf8mb4_unicode_ci, `about_signature` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_phone` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_main_image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_side_image1` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_side_image2` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `about_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `menu_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `special_offer_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `instagram_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `map_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `products_meta_keywords` text COLLATE utf8mb4_unicode_ci, `products_meta_description` text COLLATE utf8mb4_unicode_ci, `cart_meta_keywords` text COLLATE utf8mb4_unicode_ci, `cart_meta_description` text COLLATE utf8mb4_unicode_ci, `checkout_meta_keywords` text COLLATE utf8mb4_unicode_ci, `checkout_meta_description` text COLLATE utf8mb4_unicode_ci, `login_meta_keywords` text COLLATE utf8mb4_unicode_ci, `login_meta_description` text COLLATE utf8mb4_unicode_ci, `register_meta_keywords` text COLLATE utf8mb4_unicode_ci, `register_meta_description` text COLLATE utf8mb4_unicode_ci, `forgot_meta_keywords` text COLLATE utf8mb4_unicode_ci, `forgot_meta_description` text COLLATE utf8mb4_unicode_ci, `events_meta_keywords` text COLLATE utf8mb4_unicode_ci, `events_meta_description` text COLLATE utf8mb4_unicode_ci, `causes_meta_keywords` text COLLATE utf8mb4_unicode_ci, `causes_meta_description` text COLLATE utf8mb4_unicode_ci, `pricing_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `categories_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `featured_products_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `category_products_section` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `basic_settings_extended` -- INSERT INTO `basic_settings_extended` (`id`, `language_id`, `pricing_title`, `pricing_subtitle`, `cookie_alert_status`, `cookie_alert_text`, `cookie_alert_button_text`, `to_mail`, `career_title`, `career_subtitle`, `event_calendar_title`, `event_calendar_subtitle`, `rss_title`, `rss_subtitle`, `rss_details_title`, `default_language_direction`, `home_meta_keywords`, `home_meta_description`, `services_meta_keywords`, `services_meta_description`, `packages_meta_keywords`, `packages_meta_description`, `portfolios_meta_keywords`, `portfolios_meta_description`, `team_meta_keywords`, `team_meta_description`, `career_meta_keywords`, `career_meta_description`, `calendar_meta_keywords`, `calendar_meta_description`, `gallery_meta_keywords`, `gallery_meta_description`, `faq_meta_keywords`, `faq_meta_description`, `blogs_meta_keywords`, `blogs_meta_description`, `rss_meta_keywords`, `rss_meta_description`, `contact_meta_keywords`, `contact_meta_description`, `quote_meta_keywords`, `quote_meta_description`, `is_facebook_pexel`, `facebook_pexel_script`, `theme_version`, `hero_overlay_color`, `hero_overlay_opacity`, `statistics_overlay_color`, `statistics_overlay_opacity`, `team_overlay_color`, `team_overlay_opacity`, `cta_overlay_color`, `cta_overlay_opacity`, `intro_overlay_color`, `intro_overlay_opacity`, `pricing_overlay_color`, `pricing_overlay_opacity`, `breadcrumb_overlay_color`, `breadcrumb_overlay_opacity`, `from_mail`, `from_name`, `is_smtp`, `smtp_host`, `smtp_port`, `encryption`, `smtp_username`, `smtp_password`, `hero_section_title_font_size`, `hero_section_bold_text_font_size`, `hero_section_bold_text_color`, `hero_section_text_font_size`, `hero_section_button_text_font_size`, `statistics_bg`, `package_background`, `product_title`, `product_subtitle`, `product_details_title`, `cart_title`, `cart_subtitle`, `checkout_title`, `checkout_subtitle`, `intro_bg2`, `popular_tags`, `open_hour`, `about_title`, `about_year`, `about_bold_text`, `about_summary`, `about_signature`, `about_phone`, `about_main_image`, `about_side_image1`, `about_side_image2`, `about_section`, `menu_section`, `special_offer_section`, `instagram_section`, `map_section`, `products_meta_keywords`, `products_meta_description`, `cart_meta_keywords`, `cart_meta_description`, `checkout_meta_keywords`, `checkout_meta_description`, `login_meta_keywords`, `login_meta_description`, `register_meta_keywords`, `register_meta_description`, `forgot_meta_keywords`, `forgot_meta_description`, `events_meta_keywords`, `events_meta_description`, `causes_meta_keywords`, `causes_meta_description`, `pricing_section`, `categories_section`, `featured_products_section`, `category_products_section`) VALUES (140, 169, 'Packages', 'Choose a package which suits you best', 0, 0x3c703e3c7370616e20636c6173733d22636f6f6b69652d636f6e73656e745f5f6d65737361676522207374796c653d226d617267696e3a203070783b2070616464696e673a203070783b20626f726465723a203070783b20766572746963616c2d616c69676e3a20626173656c696e653b20666f6e742d66616d696c793a20506f7070696e732c2073616e732d73657269663b20666f6e742d73697a653a20313670783b223e3c7370616e20636c6173733d22636f6f6b69652d636f6e73656e745f5f6d65737361676522207374796c653d226d617267696e3a203070783b2070616464696e673a203070783b20626f726465723a203070783b20766572746963616c2d616c69676e3a20626173656c696e653b223e596f757220657870657269656e6365206f6e207468697320736974652077696c6c20626520696d70726f76656420627920616c6c6f77696e6720636f6f6b6965732e3c2f7370616e3e3c2f7370616e3e3c7370616e20636c6173733d22636f6f6b69652d636f6e73656e745f5f6d65737361676522207374796c653d226d617267696e3a203070783b2070616464696e673a203070783b20626f726465723a203070783b20766572746963616c2d616c69676e3a20626173656c696e653b20666f6e742d66616d696c793a20506f7070696e732c2073616e732d73657269663b20666f6e742d73697a653a20313670783b223e3c7370616e20636c6173733d22636f6f6b69652d636f6e73656e745f5f6d65737361676522207374796c653d226d617267696e3a203070783b2070616464696e673a203070783b20626f726465723a203070783b20766572746963616c2d616c69676e3a20626173656c696e653b223e3c62723e3c2f7370616e3e3c2f7370616e3e3c2f703e3c6469763e3c7370616e20636c6173733d22636f6f6b69652d636f6e73656e745f5f6d65737361676522207374796c653d226d617267696e3a203070783b2070616464696e673a203070783b20626f726465723a203070783b20766572746963616c2d616c69676e3a20626173656c696e653b20636f6c6f723a20726762283235352c203235352c20323535293b20666f6e742d66616d696c793a20506f7070696e732c2073616e732d73657269663b20666f6e742d73697a653a20313670783b206261636b67726f756e642d636f6c6f723a207267622833382c2034312c203536293b223e3c7370616e20636c6173733d22636f6f6b69652d636f6e73656e745f5f6d65737361676522207374796c653d226d617267696e3a203070783b2070616464696e673a203070783b20626f726465723a203070783b20766572746963616c2d616c69676e3a20626173656c696e653b223e3c62723e3c2f7370616e3e3c2f7370616e3e3c2f6469763e, 'Allow Cookies', 'do-not-reply@example.com', 'Career', 'Join our team, improve your skills', 'Events in Calendar', 'Take a quick look at our schedules', 'RSS Feeds', 'Stay Updated about World News', 'Blog Details', 'ltr', 'lorem,ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'Lorem Ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'Meta Keywords for Portfolios', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem,ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem,ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'event,calendar', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem,ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem, dolor', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'rss,abc,independent', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'lorem', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 'ipsum', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', 0, '<!-- Facebook Pixel Code -->\r\n<script>\r\n!function(f,b,e,v,n,t,s)\r\n{if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};\r\nif(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version=\'2.0\';\r\nn.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];\r\ns.parentNode.insertBefore(t,s)}(window, document,\'script\',\r\n\'https://connect.facebook.net/en_US/fbevents.js\');\r\nfbq(\'init\', \'2723323421236702\');\r\nfbq(\'track\', \'PageView\');\r\n</script>\r\n<noscript><img height=\"1\" width=\"1\" style=\"display:none\"\r\nsrc=\"https://www.facebook.com/tr?id=2723323421236702&ev=PageView&noscript=1\"\r\n/></noscript>\r\n<!-- End Facebook Pixel Code -->', 'default', '0A3041', 0.60, '0A3041', 0.90, '0A3041', 0.80, '0A3041', 0.70, '13287E', 0.50, '09090B', 0.65, '0A3041', 0.80, 'xxx@gmai.com', 'PlusAgency', 1, 'x', '587', 'TLS', 'xxxxxx', 'xxxxxxxx', 24, 76, 'FFFFFF', 50, 14, '618d04b8a8775.jpg', '604ed4c139312.jpg', 'Products', 'Choose from our amazing products', 'Product Details', 'Cart', 'Manage your cart', 'Checkout', 'Pay & Purchase your desired items', '606457e160659.png', 'a,b,c,d', 'Sat - Sun 07.00 AM to 10.00 PM', 'Our Story', 25, 'Years Since We Provide Organic Food & Vegetables For Golbal Agency', 'Aenean sed nibh a magna posuere tempor. Nunc faucibus pellentesque nunc in aliquet. Donec congue, nunc vel tempor congue, enim sapien lobortis ipsum, in volutpat.', NULL, '515-708-9386', '5ec62a616c333.png', '5ec62afdd77b5.jpg', '5ec62b301b568.jpg', 1, 1, 1, 1, 1, 'products,page', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.', 'cart,page', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.', 'checkout,page', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.', 'login,page', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.', 'register,page', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.', 'forgot,password,page', 'Lorem ipsum dolor sit amet, consectetur adipiscing 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.', NULL, NULL, NULL, NULL, 0, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `basic_settings_extra` -- CREATE TABLE `basic_settings_extra` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '1', `is_shop` tinyint(4) NOT NULL DEFAULT '1', `is_ticket` tinyint(4) NOT NULL DEFAULT '1', `is_user_panel` tinyint(4) NOT NULL DEFAULT '1', `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', `tax` decimal(8,2) NOT NULL DEFAULT '0.00', `is_facebook_login` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - Active, 0 - Deactive', `facebook_app_id` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `facebook_app_secret` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_google_login` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - Active, 0 - Deactive', `google_client_id` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `google_client_secret` varchar(70) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_guest_checkout` tinyint(4) NOT NULL DEFAULT '1', `product_rating_system` tinyint(4) NOT NULL DEFAULT '1', `package_guest_checkout` tinyint(4) NOT NULL DEFAULT '1', `timezone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `recurring_billing` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `expiration_reminder` int(11) DEFAULT NULL COMMENT 'number of days of reminder before subscription expiration', `preloader_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `preloader` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `course_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `course_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `course_details_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_course` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - activate all pages related to courses, 0 - deactivate all pages related to courses', `knowledgebase_title` varchar(70) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `knowledgebase_subtitle` varchar(70) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `knowledgebase_details_title` varchar(70) COLLATE utf8mb4_unicode_ci DEFAULT 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', `is_event` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `event_guest_checkout` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `service_category` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 0 - deactive', `catalog_mode` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - active, 2 - deactive', `is_course_rating` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active', `push_notification_icon` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `contact_addresses` text COLLATE utf8mb4_unicode_ci, `contact_numbers` text COLLATE utf8mb4_unicode_ci, `contact_mails` text COLLATE utf8mb4_unicode_ci, `latitude` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `longitude` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `map_zoom` int(11) NOT NULL DEFAULT '15', `home_page_pagebuilder` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - enabled, 0 - disabled', `custom_page_pagebuilder` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - disabled, 1 - enabled', `is_whatsapp` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - enable, 0 - disable', `whatsapp_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `whatsapp_header_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Chat with us on WhatsApp!', `whatsapp_popup_message` text COLLATE utf8mb4_unicode_ci, `whatsapp_popup` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - enable, 0 - disable', `client_feedback_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `client_feedback_subtitle` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `faq_category_status` tinyint(3) UNSIGNED NOT NULL, `gallery_category_status` tinyint(3) UNSIGNED NOT NULL, `package_category_status` tinyint(3) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `basic_settings_extra` -- INSERT INTO `basic_settings_extra` (`id`, `language_id`, `is_shop`, `is_ticket`, `is_user_panel`, `base_currency_symbol`, `base_currency_symbol_position`, `base_currency_text`, `base_currency_text_position`, `base_currency_rate`, `tax`, `is_facebook_login`, `facebook_app_id`, `facebook_app_secret`, `is_google_login`, `google_client_id`, `google_client_secret`, `product_guest_checkout`, `product_rating_system`, `package_guest_checkout`, `timezone`, `recurring_billing`, `expiration_reminder`, `preloader_status`, `preloader`, `course_title`, `course_subtitle`, `course_details_title`, `is_course`, `knowledgebase_title`, `knowledgebase_subtitle`, `knowledgebase_details_title`, `donation_guest_checkout`, `is_donation`, `is_event`, `event_guest_checkout`, `service_category`, `catalog_mode`, `is_course_rating`, `push_notification_icon`, `contact_addresses`, `contact_numbers`, `contact_mails`, `latitude`, `longitude`, `map_zoom`, `home_page_pagebuilder`, `custom_page_pagebuilder`, `is_whatsapp`, `whatsapp_number`, `whatsapp_header_title`, `whatsapp_popup_message`, `whatsapp_popup`, `client_feedback_title`, `client_feedback_subtitle`, `faq_category_status`, `gallery_category_status`, `package_category_status`) VALUES (1, 169, 0, 1, 0, 0x5a4d57, 'left', 'ZMW', 'right', 1.00, 5.00, 0, '211657824026859', '72e2d5c729f4116ae69b37544efcf588', 0, '81856165251-i0o8lgjghadindghpk0bnr9qb6hrqo5r.apps.googleusercontent.com', 'otutovHmfl4eFj8WZVq0sYNz', 0, 0, 0, 'Africa/Lusaka', 0, 3, 1, '6190a0c21cda2.gif', 'Courses', 'Choose From Our Amazing Courses', 'Course Details', 1, 'Knowledgebase', 'Find Answers Before Asking', 'Knowledgebase Details', 1, 1, 1, 1, 1, 0, 1, '67235f846a06d.png', 'Alick Nkahata Road, Longacres Old City, Airport, Plot 22721, Lusaka, Zambia', '+260 779598383,+260 967402703', 'sales@trinadezambia.com,john@trinadezambia.com,humphrey@trinadezambia.com', '15.464547', '28.329043', 16, 0, 1, 0, '+12025550147', 'Welcome to PlusAgency', 'Admin can also disable WhatsApp Chat\r\n& enable Tawk.to chat\r\n(Admin can set any message here)', 1, 'Client Feedback', 'Feel Free to Leave us Some Suggestions', 1, 1, 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 (27, 169, 'Travel', 'Travel', 1, 1), (28, 169, 'Lifestyle', 'Lifestyle', 1, 2), (29, 169, 'Design', 'Design', 1, 3), (30, 169, 'Technology', 'Technology', 1, 4), (31, 169, 'Business', 'Business', 1, 5); -- -------------------------------------------------------- -- -- 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, `sidebar` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - enabled, 0 - disabled', `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`, `sidebar`, `meta_keywords`, `meta_description`, `serial_number`, `created_at`, `updated_at`) VALUES (41, 169, 27, 'Lorem ipsum dolor sit amet, elit.', 'Lorem-ipsum-dolor-sit-amet,-elit.', '1576945635.jpg', 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c666f6e7420636f6c6f723d2223666630303030223e3c623e546f20736174697366793c2f623e3c2f666f6e743e20637573746f6d65722d7370656369666963207769736865732c20776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e266e6273703b3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e497473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e20706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e, 1, 'Travel', NULL, 1, '2019-12-21 22:27:39', '2020-08-12 08:55:34'), (42, 169, 28, 'Invest $5000 for secure your policy', 'Invest-$5000-for-secure-your-policy', '1576945678.jpg', 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b20666f6e742d73697a653a2031332e3570743b223e546f207361746973667920637573746f6d65722d7370656369666963207769736865732c20776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c62723e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e266e6273703b3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e497473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e20706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e, 1, 'lifestyle,business', NULL, 2, '2019-12-21 22:28:28', '2020-10-28 03:44:52'), (43, 169, 30, 'Flexible shipping are increasing day by day gradually', 'flexible-shipping-are-increasing-day-by-day-gradually', '1576945722.jpg', 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e546f207361746973667920637573746f6d65722d7370656369666963207769736865732c20776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e266e6273703b3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e497473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e20706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e, 1, 'technology,tech,app', NULL, 3, '2019-12-21 22:29:07', '2020-02-11 00:09:57'), (44, 169, 28, 'Survival Strategies to Ensure Business', 'survival-strategies-to-ensure-business', '1576945761.jpg', 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e546f207361746973667920637573746f6d65722d7370656369666963207769736865732c20776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e266e6273703b3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e497473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e20706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e, 1, 'business,corporate', NULL, 4, '2019-12-21 22:29:50', '2020-02-11 00:09:57'), (45, 169, 30, 'More than 3k company join this year in tech industry', 'more-than-3k-company-join-this-year-in-tech-industry', '1576945801.jpg', 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e546f207361746973667920637573746f6d65722d7370656369666963207769736865732c20776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e266e6273703b3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e497473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e20706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e, 1, 'tech industry,technology', NULL, 5, '2019-12-21 22:30:31', '2020-02-11 00:09:57'), (46, 169, 31, 'Winning Philosophy For The Business', 'Winning-Philosophy-For-The-Business', '1576945846.jpg', 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e546f207361746973667920637573746f6d65722d7370656369666963207769736865732c20776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e266e6273703b3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e776520737570706c656d656e747320697473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20302e3030303170743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e497473206f776e20756c7472612d6d6f6465726e20666c65657420616e64206e6574776f726b207769746820616e20657874656e73697665206e6574776f726b206f6620737562636f6e74726163746f727320616e6420706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e20706172746e6572732077686f20776f726b20756e6465722074686520726573706f6e736962696c69747920616e6420636f6e74726f6c206f66206f757220636f6d70616e792e205468657920617265206d6f6e69746f7265642062792074686520666f7277617264206d616e6167656d656e742073797374656d20646576656c6f70656420627920696e20686f7573652c2066697865642e3c2f7370616e3e3c2f703e, 1, 'business,corporate,agency', NULL, 6, '2019-12-21 22:31:19', '2020-02-13 01:25:41'); -- -------------------------------------------------------- -- -- Table structure for table `budgets` -- CREATE TABLE `budgets` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `limits` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `calendar_events` -- CREATE TABLE `calendar_events` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `end_date` 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 `calendar_events` -- INSERT INTO `calendar_events` (`id`, `language_id`, `title`, `start_date`, `end_date`, `created_at`, `updated_at`) VALUES (11, 169, 'Annual Tour', '03/30/2020 06:00 PM', '04/06/2020 06:50 PM', '2020-03-03 07:39:23', '2020-03-22 09:31:04'), (12, 169, 'Meeting', '04/15/2020 08:17 AM', '04/15/2020 09:42 PM', '2020-03-03 07:41:12', '2020-03-22 09:29:52'), (13, NULL, 'Picninc', '04/15/2020 12:00 PM', '04/15/2020 09:00 PM', '2020-03-22 09:32:32', '2020-03-22 09:32:32'), (14, 169, 'Picnic', '04/22/2020 12:00 PM', '04/22/2020 06:59 PM', '2020-03-22 09:33:45', '2020-03-22 09:34:11'), (15, 169, 'Covid-19', '03/12/2020 04:00 PM', '03/12/2020 09:59 PM', '2020-03-22 09:35:49', '2020-03-22 09:36:53'), (16, 169, 'Fifa Tournament', '04/08/2020 12:00 AM', '04/11/2020 11:59 PM', '2020-03-22 09:37:25', '2020-03-22 09:37:25'), (17, 169, 'Table Tennis Tournament', '01/05/2021 12:00 AM', '02/24/2021 11:59 PM', '2020-03-22 09:38:15', '2021-01-14 05:11:06'); -- -------------------------------------------------------- -- -- Table structure for table `conversations` -- CREATE TABLE `conversations` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `ticket_id` int(11) DEFAULT NULL, `reply` text COLLATE utf8mb4_unicode_ci, `file` 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 `conversations` -- INSERT INTO `conversations` (`id`, `user_id`, `ticket_id`, `reply`, `file`, `created_at`, `updated_at`) VALUES (32, NULL, 19, '<p>Plese share your server details</p>', '60865a84f1494.zip', '2021-04-26 02:15:32', '2021-04-26 02:15:32'), (33, 26, 19, '<p>Here it is:</p><p>sdd</p><p>sdhvv</p>', NULL, '2021-04-26 02:16:04', '2021-04-26 02:16:04'), (34, NULL, 19, '<p>Your issue is solved now.</p><p>Please check</p>', NULL, '2021-04-26 02:16:25', '2021-04-26 02:16:25'), (35, 26, 19, '<p>Thank you so much</p>', NULL, '2021-04-26 02:16:38', '2021-04-26 02:16:38'), (36, NULL, 17, '<p>Your issue is solved now.</p><p>Thanks.</p>', NULL, '2021-04-26 02:17:17', '2021-04-26 02:17:17'); -- -------------------------------------------------------- -- -- 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, `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 `coupons` -- INSERT INTO `coupons` (`id`, `name`, `code`, `type`, `value`, `start_date`, `end_date`, `minimum_spend`, `created_at`, `updated_at`) VALUES (4, 'Happy50', 'Happy50', 'percentage', 50.00, '04/12/2021', '12/16/2022', 150.00, '2021-04-23 06:51:54', '2021-04-23 06:51:54'); -- -------------------------------------------------------- -- -- Table structure for table `courses` -- CREATE TABLE `courses` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL, `course_category_id` int(11) NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `current_price` int(11) DEFAULT NULL, `previous_price` int(11) DEFAULT NULL, `summary` text COLLATE utf8mb4_unicode_ci, `course_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `video_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `overview` text COLLATE utf8mb4_unicode_ci NOT NULL, `instructor_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `instructor_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `instructor_occupation` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `instructor_details` text COLLATE utf8mb4_unicode_ci NOT NULL, `instructor_facebook` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `instructor_instagram` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `instructor_twitter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `instructor_linkedin` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `duration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `is_featured` tinyint(4) NOT NULL DEFAULT '0', `average_rating` double(8,2) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `courses` -- INSERT INTO `courses` (`id`, `language_id`, `course_category_id`, `title`, `slug`, `current_price`, `previous_price`, `summary`, `course_image`, `video_link`, `overview`, `instructor_image`, `instructor_name`, `instructor_occupation`, `instructor_details`, `instructor_facebook`, `instructor_instagram`, `instructor_twitter`, `instructor_linkedin`, `created_at`, `updated_at`, `duration`, `is_featured`, `average_rating`) VALUES (7, 169, 2, '2021 Complete Python Bootcamp From Zero to Hero in Python200', '2021-Complete-Python-Bootcamp-From-Zero-to-Hero-in-Python200', 11, 199, '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', '1613816516.jpg', 'https://www.youtube.com/watch?v=MFh0Fd7BsjE', '<p></p><div style=\"margin: 0px 28.7969px 0px 14.3906px; padding: 0px; width: 436.797px; text-align: left; float: right; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"></div><p></p><div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', '1613816486.png', 'John Doe', 'Web Developer', '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', 'https://www.facebook.com/', 'https://www.instagram.com/', 'https://twitter.com/home', 'https://www.linkedin.com/', '2021-02-19 10:26:51', '2021-04-27 06:12:46', '10h 15m', 1, NULL), (8, 169, 1, 'The Web Developer Bootcamp 202211', 'The-Web-Developer-Bootcamp-202211', 19, 150, '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', '1613818198.jpg', 'https://www.youtube.com/watch?v=MFh0Fd7BsjE', '<p></p><div style=\"margin: 0px 28.7969px 0px 14.3906px; padding: 0px; width: 436.797px; text-align: left; float: right; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"></div><p></p><div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', '1613818221.png', 'John Doe', 'Web Developer', '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', 'https://www.facebook.com/', 'https://www.instagram.com/', 'https://twitter.com/home', 'https://www.linkedin.com/', '2021-02-19 10:26:51', '2021-04-27 06:12:46', '8h 05m', 1, NULL), (9, 169, 3, 'An Entire MBA in 1 Course:Award Winning Business School Prof22', 'An-Entire-MBA-in-1-Course:Award-Winning-Business-School-Prof22', 14, 99, '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', '1613818312.jpg', 'https://www.youtube.com/watch?v=MFh0Fd7BsjE', '<p></p><div style=\"margin: 0px 28.7969px 0px 14.3906px; padding: 0px; width: 436.797px; text-align: left; float: right; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"></div><p></p><div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', '1613818348.png', 'John Doe', 'Entrepreneur', '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', 'https://www.facebook.com/', 'https://www.instagram.com/', 'https://twitter.com/home', 'https://www.linkedin.com/', '2021-02-19 10:26:51', '2021-04-27 06:12:46', '5h 55m', 1, NULL), (10, 169, 2, '2021 Complete Python Bootcamp From Zero to Hero in Python33', '2021-Complete-Python-Bootcamp-From-Zero-to-Hero-in-Python33', 11, 199, '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', '1613816516.jpg', 'https://www.youtube.com/watch?v=MFh0Fd7BsjE', '<p><div style=\"margin: 0px 28.7969px 0px 14.3906px; padding: 0px; width: 436.797px; text-align: left; float: right; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"></div></p><div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', '1613816486.png', 'John Doe', 'Web Developer', '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', 'https://www.facebook.com/', 'https://www.instagram.com/', 'https://twitter.com/home', 'https://www.linkedin.com/', '2021-02-19 10:26:51', '2021-04-27 06:12:46', '10h 15m', 1, 5.00), (11, 169, 1, 'The Web Developer Bootcamp 202144', 'The-Web-Developer-Bootcamp-202144', 19, 150, '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', '1613818198.jpg', 'https://www.youtube.com/watch?v=MFh0Fd7BsjE', '<p></p><div style=\"margin: 0px 28.7969px 0px 14.3906px; padding: 0px; width: 436.797px; text-align: left; float: right; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"></div><p></p><div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', '1613818221.png', 'John Doe', 'Web Developer', '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', 'https://www.facebook.com/', 'https://www.instagram.com/', 'https://twitter.com/home', 'https://www.linkedin.com/', '2021-02-19 10:26:51', '2021-04-27 06:12:46', '8h 05m', 1, 4.50), (12, 169, 3, 'An Entire MBA in 1 Course:Award Winning Business School Prof155', 'An-Entire-MBA-in-1-Course:Award-Winning-Business-School-Prof155', 14, 99, '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', '1613818312.jpg', 'https://www.youtube.com/watch?v=MFh0Fd7BsjE', '<p></p><div style=\"margin: 0px 28.7969px 0px 14.3906px; padding: 0px; width: 436.797px; text-align: left; float: right; color: rgb(0, 0, 0); font-family: "Open Sans", Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;\"></div><p></p><div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', '1613818348.png', 'John Doe', 'Entrepreneur', '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', 'https://www.facebook.com/', 'https://www.instagram.com/', 'https://twitter.com/home', 'https://www.linkedin.com/', '2021-02-19 10:26:51', '2021-04-27 06:12:46', '5h 55m', 1, 5.00); -- -------------------------------------------------------- -- -- Table structure for table `course_categories` -- CREATE TABLE `course_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `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 `course_categories` -- INSERT INTO `course_categories` (`id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 169, 'IT & Software', 1, 1, '2021-01-29 23:12:34', '2021-02-20 05:14:22'), (2, 169, 'Development', 1, 2, '2021-01-29 23:12:49', '2021-02-20 05:14:53'), (3, 169, 'Business', 1, 3, '2021-01-29 23:13:06', '2021-02-20 05:15:12'), (7, 170, 'TI e software', 1, 1, '2021-01-29 23:12:34', '2021-02-20 05:14:22'), (8, 170, 'Desenvolvimento', 1, 2, '2021-01-29 23:12:49', '2021-02-20 05:14:53'), (9, 170, 'O negócio', 1, 3, '2021-01-29 23:13:06', '2021-02-20 05:15:12'), (10, 171, 'BT ve Yazılım', 1, 1, '2021-01-29 23:12:34', '2021-02-20 05:14:22'), (11, 171, 'Geliştirme', 1, 2, '2021-01-29 23:12:49', '2021-02-20 05:14:53'), (12, 171, 'İş', 1, 3, '2021-01-29 23:13:06', '2021-02-20 05:15:12'), (13, 173, 'تكنولوجيا المعلومات والبرمجيات', 1, 1, '2021-01-29 23:12:34', '2021-02-20 05:14:22'), (14, 173, 'تطوير', 1, 2, '2021-01-29 23:12:49', '2021-02-20 05:14:53'), (15, 173, 'اعمال', 1, 3, '2021-01-29 23:13:06', '2021-02-20 05:15:12'); -- -------------------------------------------------------- -- -- Table structure for table `course_purchases` -- CREATE TABLE `course_purchases` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `order_number` 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, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `course_id` int(11) DEFAULT NULL, `currency_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `current_price` int(11) DEFAULT NULL, `previous_price` int(11) DEFAULT NULL, `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `invoice` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receipt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gateway_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'online', `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `course_reviews` -- CREATE TABLE `course_reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) NOT NULL, `course_id` int(11) NOT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `rating` 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 `donations` -- CREATE TABLE `donations` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `goal_amount` double NOT NULL, `min_amount` double NOT NULL, `custom_amount` longtext COLLATE utf8mb4_unicode_ci, `meta_tags` longtext COLLATE utf8mb4_unicode_ci, `meta_description` longtext COLLATE utf8mb4_unicode_ci, `image` longtext COLLATE utf8mb4_unicode_ci, `lang_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 `donations` -- INSERT INTO `donations` (`id`, `title`, `slug`, `content`, `goal_amount`, `min_amount`, `custom_amount`, `meta_tags`, `meta_description`, `image`, `lang_id`, `created_at`, `updated_at`) VALUES (11, 'Child Education', 'Contrary-to-popular-belief,-Lorem-Ipsum', '<div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', 100000, 500, '500,2000,3000', 'mqta1,meta2', '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 obsc', '1613805616.jpg', 169, '2021-02-03 18:24:38', '2021-02-19 20:32:36'), (13, 'Medical Equipments', 'Medical-Equipments', '<p style=\"line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span><br></p>', 50000, 50, '50,500,2000', 'meta1,meta2', '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', '1613806543.jpg', 169, '2021-02-19 20:36:45', '2021-02-19 20:36:45'), (14, 'Foods', 'Foods', '<p style=\"line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span><br></p>', 500000, 50, '50,1000,2000', 'meta1,meta2', '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', '1613806624.jpg', 169, '2021-02-19 20:38:11', '2021-02-19 20:38:11'), (15, 'Child Education', 'Contrary-to-popular-belief,-Lorem-Ipsum', '<div style=\"text-align: justify; line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span></div>', 100000, 500, '500,2000,3000', 'mqta1,meta2', '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 obsc', '1613805616.jpg', 169, '2021-02-03 18:24:38', '2021-02-19 20:32:36'), (16, 'Medical Equipments', 'Medical-Equipments', '<p style=\"line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span><br></p>', 50000, 50, '50,500,2000', 'meta1,meta2', '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', '1613806543.jpg', 169, '2021-02-19 20:36:45', '2021-02-19 20:36:45'), (17, 'Foods', 'Foods', '<p style=\"line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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.</font></span><br></p>', 500000, 50, '50,1000,2000', 'meta1,meta2', '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', '1613806624.jpg', 169, '2021-02-19 20:38:11', '2021-02-19 20:38:11'); -- -------------------------------------------------------- -- -- Table structure for table `donation_details` -- CREATE TABLE `donation_details` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) 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' COMMENT 'USD Converted Amount', `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, `receipt` longtext COLLATE utf8mb4_unicode_ci, `transaction_details` longtext COLLATE utf8mb4_unicode_ci, `bex_details` longtext COLLATE utf8mb4_unicode_ci, `donation_id` bigint(20) UNSIGNED NOT 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; -- -------------------------------------------------------- -- -- 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 (1, 'email_verification', 'Verify Your Email', '<p style=\"line-height: 1.6;\">Hello<b> {customer_username}</b>,</p><p style=\"line-height: 1.6;\"><br></p><p style=\"line-height: 1.6;\">Welcome to <span style=\"font-size: medium;\"><b>{website_title}</b>.</span><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>'), (2, 'product_order', 'Order has been placed', '<p style=\"line-height: 1.6;\">Hello {customer_name},</p><p style=\"line-height: 1.6;\"><br>Your order has been placed successfully. We have attached an invoice in this mail.<br>Order Number: #{order_number}</p><p><br>Please click on the below link to see your order details.<br>{order_link}</p><p><br></p><p>Best Regards,<br>{website_title}</p>'), (3, 'package_subscription', 'Package Subscription Successful', '<p style=\"line-height: 2;\">Hello {customer_name},</p><p style=\"line-height: 1;\">You have successfully subscribed to <b>{package_name} </b>package.</p><p style=\"line-height: 1;\"><b>Activation Date:</b> {activation_date}</p><p style=\"line-height: 1;\"><b>Expire Date:</b> {expire_date}</p><p style=\"line-height: 2;\">We have also attached an invoice with this email.</p><p style=\"line-height: 1.2;\">Best Regards,</p><p style=\"line-height: 1.2;\">{website_title}</p>'), (4, 'package_order', 'Package Ordered Successfully', '<p style=\"line-height: 3;\">Hello {customer_name},</p><p style=\"line-height: 1.6;\">You have placed order for {package_name}. <br>Order Number: #{order_number}</p><p>{order_link}</p><p>We have also attached an invoice with this mail.</p><p><br></p><p>Best Regards,<br>{website_title}</p>'), (5, 'course_enroll', 'Enrolled Course Successfully', '<p style=\"line-height: 1.6;\">Hello {customer_name},</p><p style=\"line-height: 1.6;\"><br>You have enrolled successfully to <b>{course_name}</b> course.<br>Order Number: #{order_number}</p><p><br>Please click on the below link to see your order details.<br>{order_link}</p><p><br></p><p>Best Regards,<br>{website_title}</p>'), (6, 'donation', 'Donated Successfully', '<p style=\"line-height: 1.6;\">Hello,</p><p style=\"line-height: 1.6;\"><br>You have donated successfully for <b>{cause_name}</b></p><p style=\"line-height: 1.6;\">We have also attached an invoice with this mail.</p><p><br></p><p>Best Regards,<br>{website_title}</p>'), (7, 'event_ticket', 'Ticket Booked Successfully', '<p style=\"line-height: 1.6;\">Hello {customer_name},</p><p style=\"line-height: 1.6;\"><br>Your order has been placed successfully. We have attached the ticket with this mail.</p><p style=\"line-height: 1.6;\"><b>Event Name: {event_name}</b><br>Ticket ID: #{ticket_id}</p><p><br>Please click on the below link to see your order details.<br>{order_link}</p><p><br></p><p>Best Regards,<br>{website_title}</p>'), (8, 'subscription_expiry_reminder', 'Your Subscription is about to Expire', '<p>Hello {customer_name},<br><br>Your subscription is about to expire.<br>You have only <strong>{remaining_days} days</strong> remaining.<br>Please extend your current package / change to new one.<br><strong>Current Package:</strong> {current_package_name}<br><strong>Expire Date: </strong>{expire_date}<br><br>Best Regards,</p><p>{website_title}</p>'), (9, 'subscription_expired', 'Your Subscription is expired', '<p>Hello {customer_name},<br><br>Your subscription is expired<br>Please purchase a package to continue the subscription.</p><p>{packages_link}<br><strong>Expired Package:</strong> {expired_package}<br><strong>Expire Date: </strong>{expire_date}<br><br>Best Regards,</p><p>{website_title}</p>'); -- -------------------------------------------------------- -- -- Table structure for table `events` -- CREATE TABLE `events` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `date` date NOT NULL, `time` time NOT NULL, `cost` double NOT NULL, `available_tickets` int(11) NOT NULL, `organizer` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `organizer_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `organizer_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `organizer_website` text COLLATE utf8mb4_unicode_ci, `venue` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `venue_location` longtext COLLATE utf8mb4_unicode_ci, `venue_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_tags` longtext COLLATE utf8mb4_unicode_ci, `meta_description` longtext COLLATE utf8mb4_unicode_ci, `image` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin, `video` longtext COLLATE utf8mb4_unicode_ci, `lang_id` bigint(20) UNSIGNED NOT NULL, `cat_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 `events` -- INSERT INTO `events` (`id`, `title`, `slug`, `content`, `date`, `time`, `cost`, `available_tickets`, `organizer`, `organizer_email`, `organizer_phone`, `organizer_website`, `venue`, `venue_location`, `venue_phone`, `meta_tags`, `meta_description`, `image`, `video`, `lang_id`, `cat_id`, `created_at`, `updated_at`) VALUES (8, 'The BOPSers 16th Annual Black History Month Event', 'The-BOPSers-16th-Annual-Black-History-Month-Event', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 45, 100000, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"603098e2edb8e.jpg\",\"603098e32f2a4.jpg\",\"6030a370be32f.jpg\",\"6030a37118b3f.jpg\",\"6030a38abf552.jpg\"]', 'event-601e3309793e5.mp4', 169, 10, '2021-02-05 13:11:46', '2021-02-19 12:58:11'), (24, 'Virtual Royall House and Slave Quarters Tour: Premiere and Discussion', 'Virtual-Royall-House-and-Slave-Quarters-Tour:-Premiere-and-Discussion', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 40, 99997, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"603098e32f2a4.jpg\",\"603098e2edb8e.jpg\",\"6030a370be32f.jpg\",\"6030a37118b3f.jpg\",\"6030a38abf552.jpg\"]', 'event-601e3309793e5.mp4', 169, 10, '2021-02-05 13:11:46', '2023-09-17 01:10:06'), (25, 'Joy & Connection - with Chude Jideonwo', 'Joy-&-Connection---with-Chude-Jideonwo', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 30, 100000, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"6030a370be32f.jpg\",\"603098e2edb8e.jpg\",\"603098e32f2a4.jpg\",\"6030a37118b3f.jpg\",\"6030a38abf552.jpg\"]', 'event-601e3309793e5.mp4', 169, 9, '2021-02-05 13:11:46', '2021-02-19 12:56:27'), (26, 'Virtual Event: Los Angeles A Cappella Festival 2021', 'Virtual-Event:-Los-Angeles-A-Cappella-Festival-2021', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 50, 99993, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"6030a38abf552.jpg\",\"603098e2edb8e.jpg\",\"603098e32f2a4.jpg\",\"6030a370be32f.jpg\",\"6030a37118b3f.jpg\"]', 'event-601e3309793e5.mp4', 169, 7, '2021-02-05 13:11:46', '2023-09-17 01:57:54'), (31, 'The BOPSers 16th Annual Black History Month Event', 'The-BOPSers-16th-Annual-Black-History-Month-Event', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 45, 99998, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"603098e2edb8e.jpg\",\"603098e32f2a4.jpg\",\"6030a370be32f.jpg\",\"6030a37118b3f.jpg\",\"6030a38abf552.jpg\"]', 'event-601e3309793e5.mp4', 169, 10, '2021-02-05 13:11:46', '2021-02-19 14:10:25'), (32, 'Virtual Royall House and Slave Quarters Tour: Premiere and Discussion', 'Virtual-Royall-House-and-Slave-Quarters-Tour:-Premiere-and-Discussion', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 40, 100000, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"603098e32f2a4.jpg\",\"603098e2edb8e.jpg\",\"6030a370be32f.jpg\",\"6030a37118b3f.jpg\",\"6030a38abf552.jpg\"]', 'event-601e3309793e5.mp4', 169, 10, '2021-02-05 13:11:46', '2021-02-19 12:57:16'), (33, 'Joy & Connection - with Chude Jideonwo', 'Joy-&-Connection---with-Chude-Jideonwo', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 30, 99994, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"6030a370be32f.jpg\",\"603098e2edb8e.jpg\",\"603098e32f2a4.jpg\",\"6030a37118b3f.jpg\",\"6030a38abf552.jpg\"]', 'event-601e3309793e5.mp4', 169, 9, '2021-02-05 13:11:46', '2021-02-19 14:09:42'), (34, 'Virtual Event: Los Angeles A Cappella Festival 2021', 'Virtual-Event:-Los-Angeles-A-Cappella-Festival-2021', '<p style=\"line-height: 1.6;\"><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"><font color=\"#636363\">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.</font></span><br></p>', '2024-03-27', '12:15:00', 50, 99998, 'Demo Organizer', 'organize@gmail.com', '236237237', 'http://example.com/', 'California', 'California, USA', '3478348233', 'Event,California', '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', '[\"6030a38abf552.jpg\",\"603098e2edb8e.jpg\",\"603098e32f2a4.jpg\",\"6030a370be32f.jpg\",\"6030a37118b3f.jpg\"]', 'event-601e3309793e5.mp4', 169, 7, '2021-02-05 13:11:46', '2021-03-21 00:12:52'), (61, 'Joy & Connection - with Chude Jideonwou', 'Joy-&-Connection---with-Chude-Jideonwou', '<p>zdmd</p>', '2021-03-13', '21:59:00', 33, 5, 'Organizer Name', NULL, NULL, NULL, 'California', NULL, NULL, NULL, NULL, '[\"6506b931440bd.jpg\",\"6506b931442ae.jpg\",\"6506b931443ce.jpg\"]', 'http://localhost/plusagency/plusagency-3.1/core/storage/app/public/files/shares/videos/Earth.mp4', 169, 9, '2021-03-16 09:55:38', '2024-11-02 01:37:52'); -- -------------------------------------------------------- -- -- Table structure for table `event_categories` -- CREATE TABLE `event_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` enum('1','0') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `lang_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 `event_categories` -- INSERT INTO `event_categories` (`id`, `name`, `slug`, `status`, `lang_id`, `created_at`, `updated_at`) VALUES (7, 'Concert', 'Concert', '1', 169, '2021-02-05 16:57:35', '2021-02-19 19:09:21'), (9, 'Conference', 'Conference', '1', 169, '2021-02-05 19:10:56', '2021-02-05 19:10:56'), (10, 'Seminar', 'Seminar', '1', 169, '2021-02-19 18:31:24', '2021-02-19 18:31:24'); -- -------------------------------------------------------- -- -- Table structure for table `event_details` -- CREATE TABLE `event_details` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) 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` double NOT NULL DEFAULT '0', `quantity` int(11) 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 NOT NULL, `transaction_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receipt` longtext COLLATE utf8mb4_unicode_ci, `invoice` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `transaction_details` longtext COLLATE utf8mb4_unicode_ci, `bex_details` longtext COLLATE utf8mb4_unicode_ci, `event_id` bigint(20) UNSIGNED NOT 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 `event_details` -- INSERT INTO `event_details` (`id`, `user_id`, `name`, `email`, `phone`, `amount`, `quantity`, `currency`, `currency_symbol`, `payment_method`, `transaction_id`, `status`, `receipt`, `invoice`, `transaction_details`, `bex_details`, `event_id`, `created_at`, `updated_at`, `conversation_id`) VALUES (75, 26, 'John', 'user@gmail.com', '2723724', 33, 1, 'USD', '$', 'Stripe', '6725c8c06db1e', 'Success', NULL, 'Event#6725c8c06db1e.pdf', '{\"id\":\"ch_3QGay3JlIV5dN9n70Yg9f4tp\",\"object\":\"charge\",\"amount\":3300,\"amount_captured\":3300,\"amount_refunded\":0,\"application\":null,\"application_fee\":null,\"application_fee_amount\":null,\"balance_transaction\":\"txn_3QGay3JlIV5dN9n701oDp1bp\",\"billing_details\":{\"address\":{\"city\":null,\"country\":null,\"line1\":null,\"line2\":null,\"postal_code\":\"12345\",\"state\":null},\"email\":null,\"name\":null,\"phone\":null},\"calculated_statement_descriptor\":\"Stripe\",\"captured\":true,\"created\":1730529471,\"currency\":\"usd\",\"customer\":null,\"description\":\"Congratulation you are going to join our event.Please make a payment for confirming your ticket now!\",\"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\":19,\"seller_message\":\"Payment complete.\",\"type\":\"authorized\"},\"paid\":true,\"payment_intent\":null,\"payment_method\":\"card_1QGay1JlIV5dN9n7QzZszojD\",\"payment_method_details\":{\"card\":{\"amount_authorized\":3300,\"authorization_code\":null,\"brand\":\"visa\",\"checks\":{\"address_line1_check\":null,\"address_postal_code_check\":\"pass\",\"cvc_check\":\"pass\"},\"country\":\"US\",\"exp_month\":9,\"exp_year\":2032,\"extended_authorization\":{\"status\":\"disabled\"},\"fingerprint\":\"WXDgVUSzrY61Nnm6\",\"funding\":\"credit\",\"incremental_authorization\":{\"status\":\"unavailable\"},\"installments\":null,\"last4\":\"4242\",\"mandate\":null,\"multicapture\":{\"status\":\"unavailable\"},\"network\":\"visa\",\"network_token\":{\"used\":false},\"overcapture\":{\"maximum_amount_capturable\":3300,\"status\":\"unavailable\"},\"three_d_secure\":null,\"wallet\":null},\"type\":\"card\"},\"receipt_email\":null,\"receipt_number\":null,\"receipt_url\":\"https:\\/\\/pay.stripe.com\\/receipts\\/payment\\/CAcaFwoVYWNjdF8xQXplbzNKbElWNWROOW43KL-Rl7kGMgYOZLCnq5Q6LBbpEYwDE3IdumsBxyaxIW7L7PtTxVYRNYuOjSwsg04QXzyAhLeWTA5Q-95Q\",\"refunded\":false,\"refunds\":{\"object\":\"list\",\"data\":[],\"has_more\":false,\"total_count\":0,\"url\":\"\\/v1\\/charges\\/ch_3QGay3JlIV5dN9n70Yg9f4tp\\/refunds\"},\"review\":null,\"shipping\":null,\"source\":{\"id\":\"card_1QGay1JlIV5dN9n7QzZszojD\",\"object\":\"card\",\"address_city\":null,\"address_country\":null,\"address_line1\":null,\"address_line1_check\":null,\"address_line2\":null,\"address_state\":null,\"address_zip\":\"12345\",\"address_zip_check\":\"pass\",\"brand\":\"Visa\",\"country\":\"US\",\"customer\":null,\"cvc_check\":\"pass\",\"dynamic_last4\":null,\"exp_month\":9,\"exp_year\":2032,\"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\":1,\"language_id\":169,\"is_shop\":1,\"is_ticket\":1,\"is_user_panel\":1,\"base_currency_symbol\":\"$\",\"base_currency_symbol_position\":\"left\",\"base_currency_text\":\"USD\",\"base_currency_text_position\":\"right\",\"base_currency_rate\":\"1.00\",\"tax\":\"5.00\",\"is_facebook_login\":1,\"facebook_app_id\":\"211657824026859\",\"facebook_app_secret\":\"72e2d5c729f4116ae69b37544efcf588\",\"is_google_login\":1,\"google_client_id\":\"81856165251-i0o8lgjghadindghpk0bnr9qb6hrqo5r.apps.googleusercontent.com\",\"google_client_secret\":\"otutovHmfl4eFj8WZVq0sYNz\",\"product_guest_checkout\":1,\"product_rating_system\":1,\"package_guest_checkout\":0,\"timezone\":\"Europe\\/Andorra\",\"recurring_billing\":0,\"expiration_reminder\":3,\"preloader_status\":1,\"preloader\":\"6190a0c21cda2.gif\",\"course_title\":\"Courses\",\"course_subtitle\":\"Choose From Our Amazing Courses\",\"course_details_title\":\"Course Details\",\"is_course\":1,\"knowledgebase_title\":\"Knowledgebase\",\"knowledgebase_subtitle\":\"Find Answers Before Asking\",\"knowledgebase_details_title\":\"Knowledgebase Details\",\"donation_guest_checkout\":1,\"is_donation\":1,\"is_event\":1,\"event_guest_checkout\":1,\"service_category\":1,\"catalog_mode\":0,\"is_course_rating\":1,\"push_notification_icon\":\"67235f846a06d.png\",\"contact_addresses\":\"House - 44, Road - 03, Sector - 11, Uttara, Dhaka\\r\\nDhanmondi, Dhaka\\r\\nMohammadpur, Dhaka\",\"contact_numbers\":\"+123 366 892, +991 2336 255, +064 26 622 62\",\"contact_mails\":\"contact@example.com,inquiry@example.com, questions@example.com\",\"latitude\":\"23.8754443686446\",\"longitude\":\"90.39318192382245\",\"map_zoom\":16,\"home_page_pagebuilder\":0,\"custom_page_pagebuilder\":1,\"is_whatsapp\":1,\"whatsapp_number\":\"+12025550147\",\"whatsapp_header_title\":\"Welcome to PlusAgency\",\"whatsapp_popup_message\":\"Admin can also disable WhatsApp Chat\\r\\n& enable Tawk.to chat\\r\\n(Admin can set any message here)\",\"whatsapp_popup\":1,\"client_feedback_title\":\"Client Feedback\",\"client_feedback_subtitle\":\"Feel Free to Leave us Some Suggestions\",\"faq_category_status\":1,\"gallery_category_status\":1,\"package_category_status\":1}', 61, '2024-11-02 01:37:52', '2024-11-02 01:37:52', NULL); -- -------------------------------------------------------- -- -- 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', `category_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `faqs` -- INSERT INTO `faqs` (`id`, `language_id`, `question`, `answer`, `serial_number`, `category_id`) VALUES (20, 169, '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, 10), (21, 169, '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, 11), (22, 169, '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, 12), (23, 169, '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, 10), (24, 169, '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, 11), (25, 169, '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, 12), (26, 169, '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, 10), (27, 169, '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, 11), (28, 169, '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, 12), (29, 169, '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, 10); -- -------------------------------------------------------- -- -- Table structure for table `faq_categories` -- CREATE TABLE `faq_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(3) UNSIGNED NOT NULL, `serial_number` int(10) 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 `faq_categories` -- INSERT INTO `faq_categories` (`id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (10, 169, 'Technical Questions', 1, 1, '2021-04-26 03:09:04', '2021-04-26 03:09:04'), (11, 169, 'Consultancy', 1, 2, '2021-04-26 03:09:24', '2021-04-26 03:09:24'), (12, 169, 'Projects', 1, 3, '2021-04-26 03:09:45', '2021-04-26 03:09:45'); -- -------------------------------------------------------- -- -- 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, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(20) 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 `features` -- INSERT INTO `features` (`id`, `language_id`, `icon`, `image`, `title`, `color`, `serial_number`) VALUES (22, 169, 'fas fa-chart-pie', '1590007661.png', 'Software Product Sales and service', '0E3E53', 2), (23, 169, 'fas fa-chart-pie', '1590007700.png', 'Business Analytics and Intelligence', '0A3041', 3), (35, 169, 'fas fa-chart-pie', '1590007871.png', 'Hardware Sales and Service', '0E3E53', 4), (44, 169, 'fas fa-chart-pie', '1590007616.png', 'Web, Mobile Apps, Software', '0A3041', 1); -- -------------------------------------------------------- -- -- Table structure for table `feedbacks` -- CREATE TABLE `feedbacks` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `rating` mediumint(8) UNSIGNED NOT NULL, `feedback` 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; -- -------------------------------------------------------- -- -- Table structure for table `galleries` -- CREATE TABLE `galleries` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `category_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `galleries` -- INSERT INTO `galleries` (`id`, `language_id`, `title`, `image`, `serial_number`, `created_at`, `updated_at`, `category_id`) VALUES (33, 169, 'Consulting', '1576941584.jpg', 1, '2019-12-22 03:19:50', '2021-04-26 03:05:47', 6), (34, 169, 'Meeting going on', '1576941605.jpg', 2, '2019-12-22 03:20:06', '2021-04-26 03:05:47', 7), (35, 169, 'Relaxing Environment', '1576941613.jpg', 3, '2019-12-22 03:20:20', '2021-04-26 03:05:47', 8), (36, 169, 'Friendly Office Envirnment', '1576941630.jpg', 4, '2019-12-22 03:23:26', '2021-04-26 03:05:47', 6), (37, 169, 'Happy Employees', '1576941815.jpg', 5, '2019-12-22 03:23:41', '2021-04-26 03:05:47', 7), (38, 169, 'Discussion', '1576941833.jpg', 6, '2019-12-22 03:23:58', '2021-04-26 03:05:47', 8), (39, 169, 'Group Discussion', '1576941850.jpg', 7, '2019-12-22 03:24:15', '2021-04-26 03:05:47', 6), (40, 169, 'Happy Clients', '1576941864.jpg', 8, '2019-12-22 03:24:29', '2021-04-26 03:05:47', 7), (41, 169, 'Project Planning', '1576941880.jpg', 9, '2019-12-22 03:24:46', '2021-04-26 03:05:47', 8), (42, 169, 'Dedicatation & Passion', '1576941894.jpg', 10, '2019-12-22 03:25:04', '2021-04-26 03:05:47', 6), (43, 169, 'Happy Customers', '1576941932.jpg', 11, '2019-12-22 03:25:33', '2021-04-26 03:05:47', 7), (44, 169, 'Working as a team', '1576941943.jpg', 12, '2019-12-22 03:25:52', '2021-04-26 03:05:47', 8), (45, 169, 'Work station setup', '1576941960.jpg', 13, '2019-12-22 03:26:05', '2021-04-26 03:05:47', 6); -- -------------------------------------------------------- -- -- Table structure for table `gallery_categories` -- CREATE TABLE `gallery_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(3) UNSIGNED NOT NULL, `serial_number` int(10) 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 `gallery_categories` -- INSERT INTO `gallery_categories` (`id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (6, 169, 'Work', 1, 1, '2021-04-26 03:01:03', '2021-04-26 03:01:03'), (7, 169, 'Environment', 1, 2, '2021-04-26 03:01:18', '2021-04-26 03:01:18'), (8, 169, 'Games', 1, 3, '2021-04-26 03:01:29', '2021-04-26 03:01:29'); -- -------------------------------------------------------- -- -- Table structure for table `guests` -- CREATE TABLE `guests` ( `id` bigint(20) UNSIGNED NOT NULL, `endpoint` 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 `guests` -- INSERT INTO `guests` (`id`, `endpoint`, `created_at`, `updated_at`) VALUES (1, 'https://fcm.googleapis.com/fcm/send/f4231ligyw4:APA91bEWz2VS4fiod9ap0zds6iaQNp0PBAxWKbdy5LwNHn7K_PAbpQHhPDVuiK7N21HOzj8bGVsXlDKuqRWEwEl-oxbWIvxKijGzkckSgJRZUomJqaB75FL4REiqM9cT672-5rF7V8uQ', '2023-09-17 04:06:51', '2023-09-17 04:06:51'); -- -------------------------------------------------------- -- -- Table structure for table `homes` -- CREATE TABLE `homes` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED DEFAULT NULL, `theme` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `html` longtext COLLATE utf8mb4_unicode_ci, `css` longtext COLLATE utf8mb4_unicode_ci, `components` longtext COLLATE utf8mb4_unicode_ci, `styles` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `homes` -- INSERT INTO `homes` (`id`, `language_id`, `theme`, `html`, `css`, `components`, `styles`) VALUES (100, 169, 'default', '<div class=\'pagebuilder-content\'><div id=\"ivut\" class=\"pb-mb30\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6 pr-lg-0\"><div class=\"intro-txt\"><span class=\"section-title\">Who we areu</span><h2 class=\"section-summary\">We keep things simple, putting you in control so you can make informed choicesu </h2><a href=\"https://megasoft.biz/plusagency/services\" target=\"_blank\" class=\"intro-btn\"><span>what we dou</span></a></div></div><div class=\"col-lg-6 pl-lg-0 px-md-3 px-0\"><div id=\"imj9fe\" class=\"intro-bg\"><a id=\"play-video\" href=\"https://www.youtube.com/watch?v=S7wCAquf9Us\" class=\"video-play-button\"><span></span></a></div></div></div></div></div><div><div id=\"iporl\" class=\"pb-mb30\"><div class=\"container\"><div class=\"service-categories\"><div class=\"row justify-content-center text-center premade\"><div class=\"col-lg-6\"><span class=\"section-title\">Our Services</span><h2 class=\"section-summary\">We work with you to achieve your goals</h2></div></div><service-category-section>[pagebuilder-service-category][/pagebuilder-service-category]</service-category-section></div></div></div></div><div><div id=\"statisticsSection\" class=\"statistics-section pb-mb30 lazy\"><div class=\"statistics-container\"><div class=\"container\"><statistics-section>[pagebuilder-statistics][/pagebuilder-statistics]</statistics-section></div></div></div></div><div><div id=\"iu6l8d\" class=\"case-section pb-mb30\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Our latest projects</span><h2 class=\"section-summary\">A fresh approach to financial services for entrepreneurs</h2></div></div></div><div class=\"row\"><div class=\"col-md-12\"><portfolios-section>[pagebuilder-portfolios][/pagebuilder-portfolios]</portfolios-section></div></div></div></div><div><div id=\"itywhx\" class=\"testimonial-section pb-mb30\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Testimonial</span><h2 class=\"section-summary\">What people say about finlance planning</h2></div></div><div class=\"row\"><div class=\"col-md-12\"><testimonial-section>[pagebuilder-testimonial][/pagebuilder-testimonial]</testimonial-section></div></div></div></div></div><div><div id=\"io49e8\" class=\"team-section section-padding pb-mb30 lazy\"><div id=\"i7qhz9\" class=\"team-content\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Expert Team</span><h2 class=\"section-summary\">Meet our expert finlance executive team</h2></div></div><team-section>[pagebuilder-team][/pagebuilder-team]</team-section></div></div></div></div><div><div id=\"iltns6\" class=\"pricing-tables pb-mb30\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Packages</span><h2 class=\"section-summary\">Choose a package which suits you best</h2></div></div><packages-section>[pagebuilder-packages][/pagebuilder-packages]</packages-section></div></div></div><div><div id=\"irlci1\" class=\"blog-section section-padding pb-mb30\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Latest news</span><h2 class=\"section-summary\">Have a look at the finlance latest News</h2></div></div><blogs-section>[pagebuilder-blogs][/pagebuilder-blogs]</blogs-section></div></div></div><div><div id=\"im8rtv\" class=\"cta-section pb-mb30 lazy\"><div class=\"container\"><div class=\"cta-content\"><div class=\"row\"><div class=\"col-md-9 col-lg-7\"><h3>Contact us for help with your finances.</h3></div><div class=\"col-md-3 col-lg-5 contact-btn-wrapper\"><a href=\"http://localhost/plusagency/plusagency_2.5/contact\" class=\"boxed-btn contact-btn\"><span>Contact Us</span></a></div></div></div></div></div></div><div><div class=\"partner-section pb-mb30\"><div class=\"container top-border\"><div class=\"row\"><div class=\"col-md-12\"><partner-section>[pagebuilder-partner][/pagebuilder-partner]</partner-section></div></div></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#i2mqij{display:none;}#statisticsSection{background-image:url({base_url}/assets/front/img/6066a56899910.jpg);background-size:cover;}#io49e8{background-image:url({base_url}/assets/front/img/6062dea7439b1.jpg);background-size:cover;}#ify9hj{text-align:center;}#iog78n{text-align:center;}#idsqxe{text-align:center;}#i5xi0r{text-align:center;}#i4qwvl{text-align:center;}#ivpvos{text-align:center;}#i010mg{text-align:center;}#i66c0k{text-align:center;}#irqpf2{text-align:center;}#ih5pkj{text-align:center;}#iyn9hq{text-align:center;}#ikosp3{text-align:center;}#ilveeu{text-align:center;}#i8fqfw{text-align:center;}#ikhhi4{text-align:center;}#ibjt7z{text-align:center;}#ij45sp{text-align:center;}#ijke6h{text-align:center;}#i54iaj{text-align:center;}#iwn2zz{text-align:center;}#iqw8wk{text-align:center;}#iwb6hg{text-align:center;}#iegxt9{text-align:center;}#izy5ga{text-align:center;}#i270u6{text-align:center;}#i0ps9b{text-align:center;}#i1rnnf{text-align:center;}#imoonm{text-align:center;}#it7o66{text-align:center;}#i54eya{text-align:center;}#ixiftj{text-align:center;}#ic7r0k{text-align:center;}#irkir2{text-align:center;}#ir3xvo{text-align:center;}#io2dqn{text-align:center;}#i3trk5{text-align:center;}#iu2ssm{text-align:center;}#ir1xfw{text-align:center;}#i4xnzl{text-align:center;}#in3uym{text-align:center;}#ihaa9c{text-align:center;}#id6zcs{text-align:center;}#i33wtg{text-align:center;}#iomqsk{text-align:center;}#ihatxl{text-align:center;}#im8rtv{background-image:url({base_url}/assets/front/img/6066a597791b6.jpg);background-size:cover;}#iporl{padding:120px 0 80px 0;}#iu6l8d{padding:120px 0 120px 0;}#itywhx{padding:0 0 120px 0;}#i7qhz9{padding:120px 0 120px 0;}#iltns6{padding:120px 0 120px 0;}#irlci1{padding:0 0 120px 0;}#imj9fe{background-image:url({base_url}/assets/front/img/606457e1583d3.jpg);background-size:cover;}', '[{\"classes\":[\"pb-mb30\"],\"attributes\":{\"id\":\"ivut\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"pr-lg-0\"],\"components\":[{\"classes\":[\"intro-txt\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Who we areu\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"We keep things simple, putting you in control so you can make informed choicesu \"}]},{\"type\":\"link\",\"editable\":0,\"classes\":[\"intro-btn\"],\"attributes\":{\"href\":\"https://megasoft.biz/plusagency/services\",\"target\":\"_blank\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"what we dou\"}]}]}]}]},{\"classes\":[\"col-lg-6\",\"pl-lg-0\",\"px-md-3\",\"px-0\"],\"components\":[{\"classes\":[\"intro-bg\"],\"attributes\":{\"id\":\"imj9fe\"},\"components\":[{\"type\":\"link\",\"editable\":0,\"classes\":[\"video-play-button\"],\"attributes\":{\"id\":\"play-video\",\"href\":\"https://www.youtube.com/watch?v=S7wCAquf9Us\"},\"components\":[{\"tagName\":\"span\"}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"pb-mb30\"],\"attributes\":{\"id\":\"iporl\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"service-categories\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\",\"premade\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Our Services\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"We work with you to achieve your goals\"}]}]}]},{\"tagName\":\"service-category-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Services > Category\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"premade\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145610.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Web Design\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=54\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145594.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Web Development\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=55\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145626.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Graphic Design\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=56\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145660.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Mobile Apps\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=57\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145679.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Plugin Development\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=58\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145693.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Marketting SEO\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=59\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145709.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Image Editing\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=60\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145761.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"IT Consultancy\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.L\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i2mqij\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"orem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"see-more\"],\"attributes\":{\"href\":\"#\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"see more...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=61\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"statistics-section\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"statisticsSection\"},\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"statistics-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"statistics-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Sections > Statistics Sections\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"no-gutters\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"1000\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-laptop-code\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" COMPLETED PROJECTS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"1200\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-smile-beam\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" HAPPY CLIENTS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"120\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-flag\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" COUNTRIES\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"450\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-thumbs-up\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" POSITIVE REVIEWS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"case-section\",\"pb-mb30\"],\"attributes\":{\"id\":\"iu6l8d\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Our latest projects\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"A fresh approach to financial services for entrepreneurs\"}]}]}]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"col-md-12\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"portfolios-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"attributes\":{\"id\":\"i6a457\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Portfolios\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"case-carousel\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840092.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Car Service & Car Repair HTML\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"PSD to HTML\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/Car-Service-&-Car-Repair-HTML\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840107.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Transport & Logistic HTML\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"HTML & CSS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/Transport-&-Logistic-HTML\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840122.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Sports Landing Page\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"User interface\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/sports-landing-page\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840132.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"App Landing Page\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Laravel Framework\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/app-landing-page\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"testimonial-section\",\"pb-mb30\"],\"attributes\":{\"id\":\"itywhx\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Testimonial\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"What people say about finlance planning\"}]}]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"col-md-12\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"testimonial-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Sections > Testimonials\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-testimonial\",\"col-6\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/testimonials/1576864505.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-desc\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"comment\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"They provide innovative solutions with the best. tempor incididunt utla bore et dolor tempor incididunt .\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jonathon doe\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"rank\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Director, art media\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-testimonial\",\"col-6\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/testimonials/1576864532.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-desc\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"comment\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"They provide innovative solutions with the best. tempor incididunt utla bore et dolor tempor incididunt .\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jonathon doe\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"rank\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Director, art media\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"team-section\",\"section-padding\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"io49e8\"},\"components\":[{\"classes\":[\"team-content\"],\"attributes\":{\"id\":\"i7qhz9\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Expert Team\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Meet our expert finlance executive team\"}]}]}]},{\"tagName\":\"team-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Team Section\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1593854834.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admond harb\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Advisor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864843.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Helen fox\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Managing Director\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864886.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Alen Donald\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Managing Director\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864923.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hrver Pual\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Sales And Marketting\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"pricing-tables\",\"pb-mb30\"],\"attributes\":{\"id\":\"iltns6\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Packages\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Choose a package which suits you best\"}]}]}]},{\"tagName\":\"packages-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Package Management > Packages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"pricing-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-pricing-table\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Basic Package\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"price\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h1\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"$100.00\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"features\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ify9hj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"7 HTML Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iog78n\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"idsqxe\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1 Home Page\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i5xi0r\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i4qwvl\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"CMS Version Not Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ivpvos\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i010mg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Logo Design Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i66c0k\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"irqpf2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1 Revision Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ih5pkj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iyn9hq\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"No Support Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ikosp3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ilveeu\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Source Code Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i8fqfw\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ikhhi4\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Only One Domain Allowed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"pricing-btn\"],\"attributes\":{\"href\":\"{base_url}/package/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Place Order\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-pricing-table\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Golden Package\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"price\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h1\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"$180.00\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"features\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ibjt7z\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"15 HTML Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ij45sp\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ijke6h\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3 Home Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i54iaj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iwn2zz\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"CMS Version Not Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iqw8wk\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iwb6hg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Logo Design Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iegxt9\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"izy5ga\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2 Revision Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i270u6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i0ps9b\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"No Support Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i1rnnf\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"imoonm\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Source Code Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"it7o66\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i54eya\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Only One Domain Allowed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"pricing-btn\"],\"attributes\":{\"href\":\"{base_url}/package/7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Place Order\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-pricing-table\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Plutinum Package\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"price\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h1\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"$350.00\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"features\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ixiftj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"25 HTML Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ic7r0k\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"irkir2\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5 Home Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ir3xvo\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"io2dqn\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"CMS Version Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i3trk5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iu2ssm\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Logo Design Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ir1xfw\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i4xnzl\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2 Revision Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"in3uym\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ihaa9c\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"No Support Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"id6zcs\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i33wtg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Source Code Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iomqsk\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ihatxl\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Only One Domain Allowed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"pricing-btn\"],\"attributes\":{\"href\":\"{base_url}/package/43\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Place Order\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"blog-section\",\"section-padding\",\"pb-mb30\"],\"attributes\":{\"id\":\"irlci1\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Latest news\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Have a look at the finlance latest News\"}]}]}]},{\"tagName\":\"blogs-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Blogs > Blogs\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-blog\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/blogs/1576945635.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-txt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"date\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"By \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"username\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admin\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" | \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"22nd December, 2019\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/Lorem-ipsum-dolor-sit-amet,-elit.\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet, elit.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"blog-summary\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"To satisfy customer-specific wishes, we supplements its own ultra-modern fleet and network with an e...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/Lorem-ipsum-dolor-sit-amet,-elit.\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-blog\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/blogs/1576945678.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-txt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"date\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"By \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"username\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admin\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" | \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"22nd December, 2019\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/Invest-%245000-for-secure-your-policy\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Invest $5000 for secure your policy\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"blog-summary\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"To satisfy customer-specific wishes, we supplements its own ultra-modern fleet and network with an e...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/Invest-%245000-for-secure-your-policy\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-blog\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/blogs/1576945722.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-txt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"date\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"By \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"username\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admin\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" | \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"22nd December, 2019\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/flexible-shipping-are-increasing-day-by-day-gradually\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Flexible shipping are increasing day by ...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"blog-summary\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"To satisfy customer-specific wishes, we supplements its own ultra-modern fleet and network with an e...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/flexible-shipping-are-increasing-day-by-day-gradually\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"cta-section\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"im8rtv\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-content\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-md-9\",\"col-lg-7\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Contact us for help with your finances.\"}]}]},{\"classes\":[\"col-md-3\",\"col-lg-5\",\"contact-btn-wrapper\"],\"components\":[{\"type\":\"link\",\"editable\":0,\"classes\":[\"boxed-btn\",\"contact-btn\"],\"attributes\":{\"href\":\"http://localhost/plusagency/plusagency_2.5/contact\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Contact Us\"}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"partner-section\",\"pb-mb30\"],\"components\":[{\"classes\":[\"container\",\"top-border\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"col-md-12\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"partner-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Partners\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"partner-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://themeforest.net/\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815450.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://audiojungle.net/\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815440.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://codecanyon.net\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815430.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://graphicriver.net/\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815416.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#i2mqij\"],\"style\":{\"display\":\"none\"}},{\"selectors\":[\"#statisticsSection\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6066a56899910.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#io49e8\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6062dea7439b1.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ify9hj\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iog78n\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#idsqxe\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i5xi0r\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i4qwvl\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ivpvos\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i010mg\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i66c0k\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#irqpf2\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ih5pkj\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iyn9hq\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ikosp3\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ilveeu\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i8fqfw\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ikhhi4\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ibjt7z\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ij45sp\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ijke6h\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i54iaj\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iwn2zz\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iqw8wk\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iwb6hg\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iegxt9\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#izy5ga\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i270u6\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i0ps9b\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i1rnnf\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#imoonm\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#it7o66\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i54eya\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ixiftj\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ic7r0k\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#irkir2\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ir3xvo\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#io2dqn\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i3trk5\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iu2ssm\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ir1xfw\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i4xnzl\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#in3uym\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ihaa9c\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#id6zcs\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i33wtg\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iomqsk\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ihatxl\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#im8rtv\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6066a597791b6.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#iporl\"],\"style\":{\"padding\":\"120px 0 80px 0\"}},{\"selectors\":[\"#iu6l8d\"],\"style\":{\"padding\":\"120px 0 120px 0\"}},{\"selectors\":[\"#i6a457\"]},{\"selectors\":[\"#itywhx\"],\"style\":{\"padding\":\"0 0 120px 0\"}},{\"selectors\":[\"#i7qhz9\"],\"style\":{\"padding\":\"120px 0 120px 0\"}},{\"selectors\":[\"#iltns6\"],\"style\":{\"padding\":\"120px 0 120px 0\"}},{\"selectors\":[\"#irlci1\"],\"style\":{\"padding\":\"0 0 120px 0\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"stretch\",\"flex-wrap\":\"nowrap\",\"padding\":\"10px\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"flex-wrap\":\"wrap\"},\"mediaText\":\"(max-width: 768px)\",\"atRuleType\":\"media\"},{\"selectors\":[{\"name\":\"cell\",\"private\":1}],\"style\":{\"min-height\":\"75px\",\"flex-grow\":\"1\",\"flex-basis\":\"100%\"}},{\"selectors\":[\"#imj9fe\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/606457e1583d3.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ivut\"]}]'); INSERT INTO `homes` (`id`, `language_id`, `theme`, `html`, `css`, `components`, `styles`) VALUES (104, 169, 'dark', '<div class=\'pagebuilder-content\'><div><div class=\"pb-mb30\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6 pr-lg-0\"><div class=\"intro-txt\"><span class=\"section-title\">Who we areu</span><h2 class=\"section-summary\">We keep things simple, putting you in control so you can make informed choicesu </h2><a href=\"https://megasoft.biz/plusagency/services\" target=\"_blank\" class=\"intro-btn\"><span>what we dou</span></a></div></div><div class=\"col-lg-6 pl-lg-0 px-md-3 px-0\"><div class=\"intro-bg\" id=\"ijcmp\"><a id=\"play-video\" href=\"https://www.youtube.com/watch?v=S7wCAquf9Us\" class=\"video-play-button\"><span></span></a></div></div></div></div></div></div><div><div class=\"pb-mb30\" id=\"iopeb\"><div class=\"container\"><div class=\"service-categories\"><div class=\"row justify-content-center text-center premade\"><div class=\"col-lg-6\"><span class=\"section-title\">Our Services</span><h2 class=\"section-summary\">We work with you to achieve your goals</h2></div></div><service-category-section>[pagebuilder-service-category][/pagebuilder-service-category]</service-category-section></div></div></div></div><div><div class=\"approach-section pb-mb30\" id=\"iwyk5k\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><div class=\"approach-summary\"><span class=\"section-title\">How we do</span><h2 class=\"section-summary\">A fresh approach to financial services for entrepreneurs</h2><a href=\"https://megasoft.biz/plusagency/about-us/22/page\" target=\"_blank\" class=\"boxed-btn\"><span>Our Approach</span></a></div></div><div class=\"col-lg-6\"><approach-section>[pagebuilder-approach][/pagebuilder-approach]</approach-section></div></div></div></div></div><div><div id=\"statisticsSection\" class=\"statistics-section pb-mb30 lazy\"><div class=\"statistics-container\"><div class=\"container\"><statistics-section>[pagebuilder-statistics][/pagebuilder-statistics]</statistics-section></div></div></div></div><div><div class=\"case-section pb-mb30\" id=\"icescb\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Our latest projects</span><h2 class=\"section-summary\">A fresh approach to financial services for entrepreneurs</h2></div></div></div><div class=\"row\"><div class=\"col-md-12\"><portfolios-section>[pagebuilder-portfolios][/pagebuilder-portfolios]</portfolios-section></div></div></div></div><div><div class=\"testimonial-section pb-mb30\" id=\"ioa6ub\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Testimonial</span><h2 class=\"section-summary\">What people say about finlance planning</h2></div></div><div class=\"row\"><div class=\"col-md-12\"><testimonial-section>[pagebuilder-testimonial][/pagebuilder-testimonial]</testimonial-section></div></div></div></div></div><div><div class=\"team-section section-padding pb-mb30 lazy\" id=\"i13htk\"><div class=\"team-content\" id=\"i1ug0i\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Expert Team</span><h2 class=\"section-summary\">Meet our expert finlance executive team</h2></div></div><team-section>[pagebuilder-team][/pagebuilder-team]</team-section></div></div></div></div><div><div class=\"pricing-tables pb-mb30\" id=\"izpsax\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Packages</span><h2 class=\"section-summary\">Choose a package which suits you best</h2></div></div><packages-section>[pagebuilder-packages][/pagebuilder-packages]</packages-section></div></div></div><div><div class=\"blog-section section-padding pb-mb30\" id=\"i7nfys\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Latest news</span><h2 class=\"section-summary\">Have a look at the finlance latest News</h2></div></div><blogs-section>[pagebuilder-blogs][/pagebuilder-blogs]</blogs-section></div></div></div><div><div class=\"cta-section pb-mb30 lazy\" id=\"iq9rka\"><div class=\"container\"><div class=\"cta-content\"><div class=\"row\"><div class=\"col-md-9 col-lg-7\"><h3>Contact us for help with your finances.</h3></div><div class=\"col-md-3 col-lg-5 contact-btn-wrapper\"><a href=\"http://localhost/plusagency/plusagency_2.5/contact\" class=\"boxed-btn contact-btn\"><span>Contact Us</span></a></div></div></div></div></div></div><div><div class=\"partner-section pb-mb30\"><div class=\"container top-border\"><div class=\"row\"><div class=\"col-md-12\"><partner-section>[pagebuilder-partner][/pagebuilder-partner]</partner-section></div></div></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}#ijcmp{background-image:url({base_url}/assets/front/img/606457e1583d3.jpg);background-size:cover;}#ilfiaa{display:none;}#iopeb{padding:120px 0 80px 0;}#ib3eji{display:none;}#iwyk5k{padding:0 0 120px 0;}#statisticsSection{background-image:url({base_url}/assets/front/img/6066a56899910.jpg);background-size:cover;}#icescb{padding:120px 0 120px 0;}#ioa6ub{padding:0 0 120px 0;}#i13htk{background-image:url({base_url}/assets/front/img/6062dea7439b1.jpg);background-size:cover;}#i1ug0i{padding:120px 0 120px 0;}#ib9otr{text-align:center;}#i32g7g{text-align:center;}#ipoo5y{text-align:center;}#ip5bnf{text-align:center;}#i6jdzt{text-align:center;}#iw63of{text-align:center;}#i71eqi{text-align:center;}#ify9qd{text-align:center;}#i8qu3l{text-align:center;}#i2qteg{text-align:center;}#ivnwdt{text-align:center;}#ivneao{text-align:center;}#i7slr3{text-align:center;}#iz28pd{text-align:center;}#is6hto{text-align:center;}#ifk3og{text-align:center;}#is1iyj{text-align:center;}#iylndw{text-align:center;}#iu9t6m{text-align:center;}#ia75up{text-align:center;}#iipy13{text-align:center;}#iz3jge{text-align:center;}#iuchsm{text-align:center;}#ihz3mi{text-align:center;}#ivp0b6{text-align:center;}#iabh61{text-align:center;}#im1jx5{text-align:center;}#iazozj{text-align:center;}#ikrzxq{text-align:center;}#iznlom{text-align:center;}#ibgtz3{text-align:center;}#irxv77{text-align:center;}#i8nx58{text-align:center;}#itgc6g{text-align:center;}#i205c9{text-align:center;}#i0d59f{text-align:center;}#iwn5oi{text-align:center;}#iycrfn{text-align:center;}#i4p817{text-align:center;}#irl0sc{text-align:center;}#igs5zx{text-align:center;}#ikt34p{text-align:center;}#i9kzxf{text-align:center;}#izj3jk{text-align:center;}#iia1yk{text-align:center;}#izpsax{padding:120px 0 120px 0;}#i7nfys{padding:0 0 120px 0;}#iq9rka{background-image:url({base_url}/assets/front/img/6066a597791b6.jpg);background-size:cover;}', '[{\"components\":[{\"classes\":[\"pb-mb30\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\",\"pr-lg-0\"],\"components\":[{\"classes\":[\"intro-txt\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Who we areu\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"We keep things simple, putting you in control so you can make informed choicesu \"}]},{\"type\":\"link\",\"editable\":0,\"classes\":[\"intro-btn\"],\"attributes\":{\"href\":\"https://megasoft.biz/plusagency/services\",\"target\":\"_blank\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"what we dou\"}]}]}]}]},{\"classes\":[\"col-lg-6\",\"pl-lg-0\",\"px-md-3\",\"px-0\"],\"components\":[{\"classes\":[\"intro-bg\"],\"attributes\":{\"id\":\"ijcmp\"},\"components\":[{\"type\":\"link\",\"editable\":0,\"classes\":[\"video-play-button\"],\"attributes\":{\"id\":\"play-video\",\"href\":\"https://www.youtube.com/watch?v=S7wCAquf9Us\"},\"components\":[{\"tagName\":\"span\"}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"pb-mb30\"],\"attributes\":{\"id\":\"iopeb\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"service-categories\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\",\"premade\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Our Services\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"We work with you to achieve your goals\"}]}]}]},{\"tagName\":\"service-category-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Services > Category\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"premade\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145610.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Web Design\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=54\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145594.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Web Development\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=55\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145626.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Graphic Design\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=56\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145660.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Mobile Apps\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=57\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145679.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Plugin Development\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=58\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145693.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Marketting SEO\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=59\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145709.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Image Editing\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=60\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-xl-3\",\"col-lg-4\",\"col-sm-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-category\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/service_category_icons/1581145761.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"IT Consultancy\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.L\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ilfiaa\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"orem ipsum dolor sit amet consectetur, adipisicing elit. Corrupti autem beatae eos unde sint provident minima.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"see-more\"],\"attributes\":{\"href\":\"#\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"see more...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"readmore\"],\"attributes\":{\"href\":\"{base_url}/services?category=61\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"View Services\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"approach-section\",\"pb-mb30\"],\"attributes\":{\"id\":\"iwyk5k\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"classes\":[\"approach-summary\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How we do\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"A fresh approach to financial services for entrepreneurs\"}]},{\"type\":\"link\",\"editable\":0,\"classes\":[\"boxed-btn\"],\"attributes\":{\"href\":\"https://megasoft.biz/plusagency/about-us/22/page\",\"target\":\"_blank\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Our Approach\"}]}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"approach-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Approach Section\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"approach-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-approach\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-icon-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"classes\":[\"fas\",\"fa-bullseye\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Goals\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Great financial advice starts with an understanding of your personal, financial and lifestyle goals At Spring we help you.Great financial advice start\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"attributes\":{\"id\":\"ib3eji\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"s with an understanding of your personal, financial and lifestyle goals At Spring we help you.Great financial advice starts with an understanding of your personal, financial and lifestyle goals At Spring we help you.\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"editable\":false,\"classes\":[\"see-more\"],\"attributes\":{\"href\":\"#\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"see more...\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]}]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-approach\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-icon-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"classes\":[\"fas\",\"fa-clipboard-list\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Plans\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Goals without a plan are just a dream– so at Spring our team of industry experts will work with you to develop strategic plans.\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-approach\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-icon-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"classes\":[\"fas\",\"fa-sync\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Actions\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Plans require action or they are just words – at Spring we work with you to implement your strategic plans.\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"statistics-section\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"statisticsSection\"},\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"statistics-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"statistics-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Sections > Statistics Sections\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"no-gutters\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"1000\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"fas\",\"fa-laptop-code\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" COMPLETED PROJECTS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"1200\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-smile-beam\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" HAPPY CLIENTS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"120\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-flag\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" COUNTRIES\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"col-md-6\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"round\"],\"attributes\":{\"data-value\":\"1\",\"data-number\":\"450\",\"data-size\":\"200\",\"data-thickness\":\"6\",\"data-fill\":\"{\\\"color\\\": \\\"#25D06F\\\"}\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"strong\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"far\",\"fa-thumbs-up\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" POSITIVE REVIEWS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"case-section\",\"pb-mb30\"],\"attributes\":{\"id\":\"icescb\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Our latest projects\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"A fresh approach to financial services for entrepreneurs\"}]}]}]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"col-md-12\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"portfolios-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Portfolios\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"row\",\"case-carousel\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840092.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Car Service & Car Repair HTML\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"PSD to HTML\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/Car-Service-&-Car-Repair-HTML\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840107.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Transport & Logistic HTML\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"HTML & CSS\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/Transport-&-Logistic-HTML\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840122.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Sports Landing Page\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"User interface\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/sports-landing-page\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"col-lg-3\",\"mx-0\",\"single-case\",\"single-case-bg-1\",\"lazy\"],\"attributes\":{\"data-bg\":\"{base_url}/assets/front/img/portfolios/featured/1593840132.jpg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"App Landing Page\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Laravel Framework\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/portfolio/app-landing-page\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\";\\n\\n \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"testimonial-section\",\"pb-mb30\"],\"attributes\":{\"id\":\"ioa6ub\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Testimonial\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"What people say about finlance planning\"}]}]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"col-md-12\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"testimonial-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Sections > Testimonials\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"testimonial-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-testimonial\",\"col-6\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/testimonials/1576864505.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-desc\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"comment\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"They provide innovative solutions with the best. tempor incididunt utla bore et dolor tempor incididunt .\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jonathon doe\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"rank\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Director, art media\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-testimonial\",\"col-6\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/testimonials/1576864532.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"client-desc\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"comment\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"They provide innovative solutions with the best. tempor incididunt utla bore et dolor tempor incididunt .\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h6\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Jonathon doe\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"rank\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Director, art media\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"team-section\",\"section-padding\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"i13htk\"},\"components\":[{\"classes\":[\"team-content\"],\"attributes\":{\"id\":\"i1ug0i\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Expert Team\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Meet our expert finlance executive team\"}]}]}]},{\"tagName\":\"team-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Team Section\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1593854834.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admond harb\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Advisor\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864843.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Helen fox\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Managing Director\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864886.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Alen Donald\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Managing Director\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864923.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Hrver Pual\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Sales And Marketting\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"pricing-tables\",\"pb-mb30\"],\"attributes\":{\"id\":\"izpsax\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Packages\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Choose a package which suits you best\"}]}]}]},{\"tagName\":\"packages-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Package Management > Packages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"pricing-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-pricing-table\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Basic Package\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"price\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h1\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"$100.00\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"features\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ib9otr\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"7 HTML Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i32g7g\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ipoo5y\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1 Home Page\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ip5bnf\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i6jdzt\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"CMS Version Not Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iw63of\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i71eqi\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Logo Design Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ify9qd\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i8qu3l\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"1 Revision Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i2qteg\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ivnwdt\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"No Support Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ivneao\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i7slr3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Source Code Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iz28pd\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"is6hto\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"font\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"size\":\"3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Only One Domain Allowed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"pricing-btn\"],\"attributes\":{\"href\":\"{base_url}/package/1\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Place Order\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-pricing-table\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Golden Package\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Monthly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"price\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h1\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"$180.00\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"features\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ifk3og\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"15 HTML Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"is1iyj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iylndw\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"3 Home Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iu9t6m\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ia75up\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"CMS Version Not Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iipy13\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iz3jge\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Logo Design Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iuchsm\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ihz3mi\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2 Revision Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ivp0b6\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iabh61\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"No Support Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"im1jx5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iazozj\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Source Code Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ikrzxq\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iznlom\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Only One Domain Allowed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"pricing-btn\"],\"attributes\":{\"href\":\"{base_url}/package/7\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Place Order\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-pricing-table\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Plutinum Package\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Yearly\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"price\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h1\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"$350.00\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"features\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"ibgtz3\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"25 HTML Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"irxv77\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i8nx58\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"5 Home Pages\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"itgc6g\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i205c9\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"CMS Version Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"i0d59f\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iwn5oi\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Logo Design Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"iycrfn\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i4p817\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"2 Revision Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"irl0sc\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"igs5zx\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"No Support Available\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"ikt34p\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"i9kzxf\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Source Code Included\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"attributes\":{\"id\":\"izj3jk\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"id\":\"iia1yk\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Only One Domain Allowed\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"pricing-btn\"],\"attributes\":{\"href\":\"{base_url}/package/43\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Place Order\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"blog-section\",\"section-padding\",\"pb-mb30\"],\"attributes\":{\"id\":\"i7nfys\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Latest news\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Have a look at the finlance latest News\"}]}]}]},{\"tagName\":\"blogs-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Blogs > Blogs\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-blog\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/blogs/1576945635.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-txt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"date\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"By \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"username\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admin\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" | \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"22nd December, 2019\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/Lorem-ipsum-dolor-sit-amet,-elit.\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Lorem ipsum dolor sit amet, elit.\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"blog-summary\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"To satisfy customer-specific wishes, we supplements its own ultra-modern fleet and network with an e...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/Lorem-ipsum-dolor-sit-amet,-elit.\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-blog\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/blogs/1576945678.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-txt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"date\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"By \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"username\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admin\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" | \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"22nd December, 2019\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/Invest-%245000-for-secure-your-policy\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Invest $5000 for secure your policy\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"blog-summary\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"To satisfy customer-specific wishes, we supplements its own ultra-modern fleet and network with an e...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/Invest-%245000-for-secure-your-policy\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-blog\",\"col-lg-4\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/blogs/1576945722.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-txt\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"date\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"By \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"username\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Admin\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" | \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"22nd December, 2019\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\" \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"h4\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"blog-title\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"attributes\":{\"href\":\"{base_url}/blog/flexible-shipping-are-increasing-day-by-day-gradually\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Flexible shipping are increasing day by ...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"blog-summary\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"To satisfy customer-specific wishes, we supplements its own ultra-modern fleet and network with an e...\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"readmore-btn\"],\"attributes\":{\"href\":\"{base_url}/blog/flexible-shipping-are-increasing-day-by-day-gradually\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"content\":\"Read More\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"cta-section\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"iq9rka\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-content\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-md-9\",\"col-lg-7\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Contact us for help with your finances.\"}]}]},{\"classes\":[\"col-md-3\",\"col-lg-5\",\"contact-btn-wrapper\"],\"components\":[{\"type\":\"link\",\"editable\":0,\"classes\":[\"boxed-btn\",\"contact-btn\"],\"attributes\":{\"href\":\"http://localhost/plusagency/plusagency_2.5/contact\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Contact Us\"}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"partner-section\",\"pb-mb30\"],\"components\":[{\"classes\":[\"container\",\"top-border\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"col-md-12\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"partner-section\",\"removable\":false,\"draggable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Partners\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"partner-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://themeforest.net/\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815450.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://audiojungle.net/\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815440.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://codecanyon.net\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815430.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"single-partner-item\",\"d-block\",\"col-lg-3\",\"mx-0\"],\"attributes\":{\"href\":\"https://graphicriver.net/\",\"target\":\"_blank\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"outer-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"inner-container\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/partners/1584815416.png\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#ijcmp\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/606457e1583d3.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ilfiaa\"],\"style\":{\"display\":\"none\"}},{\"selectors\":[\"#iopeb\"],\"style\":{\"padding\":\"120px 0 80px 0\"}},{\"selectors\":[\"#ib3eji\"],\"style\":{\"display\":\"none\"}},{\"selectors\":[\"#iwyk5k\"],\"style\":{\"padding\":\"0 0 120px 0\"}},{\"selectors\":[\"#statisticsSection\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6066a56899910.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#icescb\"],\"style\":{\"padding\":\"120px 0 120px 0\"}},{\"selectors\":[\"#ioa6ub\"],\"style\":{\"padding\":\"0 0 120px 0\"}},{\"selectors\":[\"#i13htk\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6062dea7439b1.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#i1ug0i\"],\"style\":{\"padding\":\"120px 0 120px 0\"}},{\"selectors\":[\"#ib9otr\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i32g7g\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ipoo5y\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ip5bnf\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i6jdzt\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iw63of\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i71eqi\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ify9qd\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i8qu3l\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i2qteg\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ivnwdt\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ivneao\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i7slr3\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iz28pd\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#is6hto\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ifk3og\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#is1iyj\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iylndw\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iu9t6m\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ia75up\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iipy13\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iz3jge\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iuchsm\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ihz3mi\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ivp0b6\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iabh61\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#im1jx5\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iazozj\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ikrzxq\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iznlom\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ibgtz3\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#irxv77\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i8nx58\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#itgc6g\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i205c9\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i0d59f\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iwn5oi\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iycrfn\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i4p817\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#irl0sc\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#igs5zx\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#ikt34p\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#i9kzxf\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#izj3jk\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#iia1yk\"],\"style\":{\"text-align\":\"center\"}},{\"selectors\":[\"#izpsax\"],\"style\":{\"padding\":\"120px 0 120px 0\"}},{\"selectors\":[\"#i7nfys\"],\"style\":{\"padding\":\"0 0 120px 0\"}},{\"selectors\":[\"#iq9rka\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6066a597791b6.jpg)\",\"background-size\":\"cover\"}}]'); INSERT INTO `homes` (`id`, `language_id`, `theme`, `html`, `css`, `components`, `styles`) VALUES (108, 169, 'gym', NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `jcategories` -- CREATE TABLE `jcategories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '1', `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 `jcategories` -- INSERT INTO `jcategories` (`id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (22, 169, 'Web Developer', 1, 1, '2019-12-21 20:34:11', '2020-02-10 21:01:36'); -- -------------------------------------------------------- -- -- Table structure for table `jobs` -- CREATE TABLE `jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `jcategory_id` int(11) DEFAULT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vacancy` int(11) DEFAULT NULL, `deadline` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `experience` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `job_responsibilities` blob, `employment_status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `educational_requirements` blob, `experience_requirements` blob, `additional_requirements` blob, `job_location` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salary` blob, `benefits` blob, `read_before_apply` blob, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `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 `jobs` -- INSERT INTO `jobs` (`id`, `jcategory_id`, `language_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 (17, 22, 169, 'Software Engineer - Laravel, Vue JS', 'Software-Engineer---Laravel,-Vue-JS', 3, '12/31/2019', '3 to 4 year(s)', 0x3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520746f20626520657870657269656e6365642077697468205549206672616d65776f726b7320696e2067656e6572616c3b207765206c6f76652074686520416e67756c617220616e6420416e67756c6172206d6174657269616c2e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520746f20626520657870657269656e63656420696e206275696c64696e672053696e676c652050616765204170706c69636174696f6e732028535041292026616d703b20696e746567726174696e672057656220285265737429204150492e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e57656c6c20766572736564207769746820416e67756c6172206d6f64756c6573206f7220796f752068617665206372656174656420637573746f6d20616e642077656220636f6d706f6e656e747320627920796f757273656c662e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206d75737420686176652070726163746963616c20657870657269656e6365206f6e204e6f64652e6a732c20547970655363726970742c207765627061636b20616e64205468697264207061727479206c6962726172792e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520616e20696e2d646570746820756e6465727374616e64696e67206f662063726f73732062726f7773657220636f6d7061746962696c69747920616e6420796f7520646f206e6f7420637265617465206275677320666f72207375636820726561736f6e732e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752061726520706978656c2d7065726665637420696e2064657369676e20636f6e76657273696f6e7320616e6420796f75207468696e6b206f66206d6f62696c652d666972737420696d706c656d656e746174696f6e732e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752073686f756c642068617665206b6e6f776c65646765206f66204353532070726570726f636573736f72732c204d6564696120717565726965732c20496d61676520636f6d7072657373696f6e20616e6420626520676f6f64207769746820646562756767696e672e3c2f7370616e3e3c62723e, 'Full-time', 0x3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520746f20626520657870657269656e6365642077697468205549206672616d65776f726b7320696e2067656e6572616c3b207765206c6f76652074686520416e67756c617220616e6420416e67756c6172206d6174657269616c2e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520746f20626520657870657269656e63656420696e206275696c64696e672053696e676c652050616765204170706c69636174696f6e732028535041292026616d703b20696e746567726174696e672057656220285265737429204150492e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e57656c6c20766572736564207769746820416e67756c6172206d6f64756c6573206f7220796f752068617665206372656174656420637573746f6d20616e642077656220636f6d706f6e656e747320627920796f757273656c662e3c2f7370616e3e3c62723e, 0x3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520746f20626520657870657269656e6365642077697468205549206672616d65776f726b7320696e2067656e6572616c3b207765206c6f76652074686520416e67756c617220616e6420416e67756c6172206d6174657269616c2e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520746f20626520657870657269656e63656420696e206275696c64696e672053696e676c652050616765204170706c69636174696f6e732028535041292026616d703b20696e746567726174696e672057656220285265737429204150492e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e57656c6c20766572736564207769746820416e67756c6172206d6f64756c6573206f7220796f752068617665206372656174656420637573746f6d20616e642077656220636f6d706f6e656e747320627920796f757273656c662e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752073686f756c642068617665206b6e6f776c65646765206f66204353532070726570726f636573736f72732c204d6564696120717565726965732c20496d61676520636f6d7072657373696f6e20616e6420626520676f6f64207769746820646562756767696e672e3c2f7370616e3e3c62723e, 0x3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520616e20696e2d646570746820756e6465727374616e64696e67206f662063726f73732062726f7773657220636f6d7061746962696c69747920616e6420796f7520646f206e6f7420637265617465206275677320666f72207375636820726561736f6e732e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752061726520706978656c2d7065726665637420696e2064657369676e20636f6e76657273696f6e7320616e6420796f75207468696e6b206f66206d6f62696c652d666972737420696d706c656d656e746174696f6e732e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752073686f756c642068617665206b6e6f776c65646765206f66204353532070726570726f636573736f72732c204d6564696120717565726965732c20496d61676520636f6d7072657373696f6e20616e6420626520676f6f64207769746820646562756767696e672e3c2f7370616e3e3c62723e, 'Remote Job', 0x3c7370616e207374796c653d22666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e24323030303c2f7370616e3e3c62723e, 0x3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f75206861766520616e20696e2d646570746820756e6465727374616e64696e67206f662063726f73732062726f7773657220636f6d7061746962696c69747920616e6420796f7520646f206e6f7420637265617465206275677320666f72207375636820726561736f6e732e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752061726520706978656c2d7065726665637420696e2064657369676e20636f6e76657273696f6e7320616e6420796f75207468696e6b206f66206d6f62696c652d666972737420696d706c656d656e746174696f6e732e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e3c62723e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a20417269616c2c2073616e732d73657269663b223e596f752073686f756c642068617665206b6e6f776c65646765206f66204353532070726570726f636573736f72732c204d6564696120717565726965732c20496d61676520636f6d7072657373696f6e20616e6420626520676f6f64207769746820646562756767696e672e3c2f7370616e3e3c62723e, 0x3c62723e, 'career@trinadezambia.com', 1, NULL, NULL, '2019-12-21 20:44:00', '2025-04-17 11:30:35'); -- -------------------------------------------------------- -- -- 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 (169, 'English', 'en', 1, 0, '2019-12-20 02:16:35', '2020-10-03 01:34:08'); -- -------------------------------------------------------- -- -- Table structure for table `lessons` -- CREATE TABLE `lessons` ( `id` bigint(20) UNSIGNED NOT NULL, `module_id` int(11) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `video_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `video_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `duration` 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 `lessons` -- INSERT INTO `lessons` (`id`, `module_id`, `name`, `video_file`, `video_link`, `duration`, `created_at`, `updated_at`) VALUES (7, 4, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (8, 4, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (9, 4, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (10, 4, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (11, 4, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (12, 5, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (13, 5, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (14, 5, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (15, 5, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (16, 5, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (17, 6, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (18, 6, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (19, 6, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (20, 6, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (21, 6, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (22, 7, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (23, 7, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (24, 7, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (25, 7, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (26, 7, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (27, 11, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (28, 11, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (29, 11, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (30, 11, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (31, 11, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (32, 12, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (33, 12, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (34, 12, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (35, 12, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (36, 12, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (37, 13, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (38, 13, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (39, 13, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (40, 13, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (41, 13, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (42, 14, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 05:29:25', '2021-02-20 05:29:25'), (43, 14, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 05:30:09', '2021-02-20 05:30:09'), (44, 14, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 05:31:04', '2021-02-20 05:31:04'), (45, 14, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 05:31:41', '2021-02-20 05:31:41'), (46, 14, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 05:32:06', '2021-02-20 05:32:06'), (47, 15, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (48, 15, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (49, 15, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (50, 15, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (51, 15, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (52, 16, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (53, 16, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (54, 16, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (55, 16, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (56, 16, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (57, 17, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (58, 17, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (59, 17, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (60, 17, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (61, 17, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (62, 18, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (63, 18, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (64, 18, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (65, 18, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (66, 18, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:47:54', '2021-02-20 06:47:54'), (67, 19, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (68, 19, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (69, 19, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (70, 19, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (71, 19, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (72, 20, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (73, 20, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (74, 20, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (75, 20, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (76, 20, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (77, 21, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (78, 21, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (79, 21, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (80, 21, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (81, 21, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (82, 22, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (83, 22, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (84, 22, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (85, 22, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (86, 22, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:21', '2021-02-20 06:48:21'), (87, 23, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (88, 23, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (89, 23, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (90, 23, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (91, 23, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (92, 24, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (93, 24, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (94, 24, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (95, 24, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (96, 24, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (97, 25, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (98, 25, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (99, 25, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (100, 25, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (101, 25, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (102, 26, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (103, 26, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (104, 26, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (105, 26, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (106, 26, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:26', '2021-02-20 06:48:26'), (107, 27, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '0m 44s', '2021-02-20 06:48:38', '2021-11-13 23:51:49'), (108, 27, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (109, 27, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (110, 27, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (111, 27, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (112, 28, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (113, 28, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (114, 28, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (115, 28, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (116, 28, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (117, 29, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (118, 29, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (119, 29, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (120, 29, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (121, 29, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (122, 30, 'Auto Welcome Message', NULL, 'https://www.youtube.com/embed/QXeEoD0pB3E', '0m 44s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (123, 30, 'Course Introduction', '1613817009.mp4', NULL, '6m 39s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (124, 30, 'Course Curriculum', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '4m 0s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (125, 30, 'Why Python', NULL, 'https://www.youtube.com/embed/hEgO047GxaQ', '5m 18s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'), (126, 30, 'Course FAQs', '1613817126.mp4', NULL, '2m 33s', '2021-02-20 06:48:38', '2021-02-20 06:48:38'); -- -------------------------------------------------------- -- -- Table structure for table `megamenus` -- CREATE TABLE `megamenus` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED DEFAULT NULL, `menus` text COLLATE utf8mb4_unicode_ci, `type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `category` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - category is active, 0 - category is deactive' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `megamenus` -- INSERT INTO `megamenus` (`id`, `language_id`, `menus`, `type`, `category`) VALUES (5, 169, '{\"61\":[166,168,272,273],\"78\":[275,276,277,278,279,280],\"79\":[274,281,282,283,284,285,286,287,288,289,290,291,292],\"80\":[293,294]}', 'services', 1), (6, 169, '[\"166\"]', 'services', 0), (7, 169, '{\"1\":[47],\"3\":[46]}', 'products', 1), (15, 169, '[\"39\",\"40\",\"45\",\"46\"]', 'portfolios', 0), (16, 169, '{\"1\":[8,11],\"2\":[7,10],\"3\":[9,12]}', 'courses', 1), (17, 169, '[\"11\",\"13\",\"14\",\"15\",\"16\",\"17\"]', 'causes', 0), (18, 169, '{\"7\":[26,34],\"9\":[25,33],\"10\":[8,24,31,32]}', 'events', 1), (19, 169, '{\"27\":[41],\"28\":[42,44],\"30\":[43,45],\"31\":[46]}', 'blogs', 1), (20, 169, '[]', 'portfolios', 1); -- -------------------------------------------------------- -- -- Table structure for table `members` -- CREATE TABLE `members` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rank` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `facebook` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `instagram` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `linkedin` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `feature` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - will not show in home, 1 - will show in home' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `members` -- INSERT INTO `members` (`id`, `language_id`, `name`, `rank`, `image`, `facebook`, `twitter`, `instagram`, `linkedin`, `feature`) VALUES (28, 169, 'John Choongo', 'Founder & CEO', '68014d6618349.jpeg', 'https://www.facebook.com/', 'https://twitter.com/', 'https://www.instagram.com/', 'https://bd.linkedin.com/', 1), (29, 169, 'Humphrey Mpundu', 'Co-Founder & CFO', '6801f0658b7cf.jpg', 'https://www.facebook.com/', 'https://twitter.com/', 'https://www.instagram.com/', 'https://bd.linkedin.com/', 1), (30, 169, 'Yashodhan Natekar', 'Co-Founder & CTO', '6801f07b988bf.jpg', 'https://www.facebook.com/yashodhan.natekar', 'https://x.com/yash_natekar', 'https://www.instagram.com/yashodhannatekar/', 'https://www.linkedin.com/in/yashodhan-natekar/', 1), (31, 169, 'Chunda Mumba', 'Head of Operation', '68036860d5149.jpg', 'https://www.facebook.com/', 'https://twitter.com/', 'https://www.instagram.com/', 'https://bd.linkedin.com/', 1); -- -------------------------------------------------------- -- -- 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 (214, 169, '[{\"text\":\"Home\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"home\"},{\"text\":\"About Us\",\"href\":\"#\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"custom\",\"children\":[{\"text\":\"About Us\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"46\"},{\"text\":\"Team Members\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"team\"},{\"text\":\"Terms & Conditions\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"47\"},{\"text\":\"Privacy Policy\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"56\"},{\"text\":\"Refund & Cancellation\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"57\"}]},{\"text\":\"Products & Services\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"services-megamenu\"},{\"text\":\"Feedback\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"feedback\"},{\"text\":\"Career\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"career\"},{\"text\":\"Contact\",\"href\":\"\",\"icon\":\"empty\",\"target\":\"_self\",\"title\":\"\",\"type\":\"contact\"}]', '2025-04-19 05:41:10', '2025-04-19 05:41:10'); -- -------------------------------------------------------- -- -- 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, '2020_03_14_062240_create_admins_table', 1), (2, '2020_03_14_064158_create_archives_table', 2), (3, '2020_03_14_064702_create_backups_table', 3), (4, '2020_03_14_074020_create_basic_settings_table', 4), (5, '2020_03_14_082808_add_website_title_to_basic_settings_table', 5), (6, '2020_03_14_083229_create_basic_settings_extended_table', 6), (7, '2020_03_14_092331_drop_timestamps_from_basic_settings_table', 7), (8, '2020_03_14_092610_drop_timestamps_from_basic_settings_extended', 8), (10, '2020_03_14_093031_create_bcategories_table', 9), (11, '2020_03_14_094303_create_blogs_table', 10), (12, '2020_03_14_094806_create_budgets_table', 11), (13, '2020_03_14_095055_create_calendar_events_table', 12), (14, '2020_03_14_100801_create_faqs_table', 13), (16, '2020_03_14_101217_create_features_table', 14), (17, '2020_03_14_101721_create_galleries_table', 15), (18, '2020_03_14_134924_create_jcategories_table', 16), (19, '2020_03_14_135658_create_jobs_table', 17), (20, '2020_03_14_141017_create_languages_table', 18), (21, '2020_03_14_141414_create_members_table', 19), (22, '2020_03_14_142235_create_packages_table', 20), (23, '2020_03_14_144528_create_package_inputs_table', 21), (24, '2020_03_14_145133_create_package_input_options', 22), (25, '2020_03_14_145651_create_package_orders', 23), (26, '2020_03_14_150220_create_pages_table', 24), (27, '2020_03_14_151826_create_partners_table', 25), (28, '2020_03_14_152152_drop_timestamps_from_partners', 26), (30, '2020_03_14_152922_create_points_table', 27), (31, '2020_03_14_153317_create_portfolios_table', 28), (32, '2020_03_14_154707_create_portfolio_images_table', 29), (33, '2020_03_14_155924_create_quotes_table', 30), (34, '2020_03_14_172021_create_quote_input_options_table', 31), (35, '2020_03_14_172603_create_roles_table', 32), (36, '2020_03_14_174750_create_scategories_table', 33), (37, '2020_03_14_175054_create_services_table', 34), (38, '2020_03_14_181443_create_sliders_table', 35), (39, '2020_03_14_182025_create_socials_table', 36), (40, '2020_03_14_182248_create_statistics_table', 37), (42, '2020_03_14_183128_create_subscribers_table', 38), (43, '2020_03_14_183439_create_testimonials_table', 39), (44, '2020_03_14_183748_create_ulinks_table', 40), (48, '2020_03_15_152021_create_quote_inputs_table', 41), (49, '2020_03_25_192539_create_payment_gateways_table', 42), (50, '2020_03_27_103050_remove_currency_from_packages', 43), (51, '2020_03_27_172511_remove_package_currency_from_package_orders', 44), (53, '2020_03_27_193756_add_method_in_package_orders', 45), (54, '2020_03_28_174034_create_rss_feeds_table', 46), (55, '2020_03_28_174830_create_rss_posts_table', 47), (58, '2020_03_29_161843_add_theme_version_to_basic_settings_extended', 48), (59, '2020_03_29_164118_set_default_to_theme_version', 48), (60, '2020_03_30_190620_add_feature_to_services', 49), (61, '2020_03_31_144619_add_details_page_status_to_services', 50), (64, '2020_03_31_162008_add_summary_to_services', 51), (65, '2020_04_01_153442_add_rss_title_to_basic_settings_extended', 52), (66, '2020_04_01_154346_add_rss_heading_columns_to_basic_settings_extended', 53), (67, '2020_04_01_160910_add_is_rss_to_basic_settings_extended', 54), (68, '2020_04_01_165404_add_rss_meta_columns_to_basic_settings_extended', 55), (69, '2020_04_03_161254_add_overlay_to_basic_settings_extended', 56), (70, '2020_04_03_174526_add_breadcrumb_overlay_color_to_basic_settings_extended', 57), (71, '2020_04_03_180227_increase_opacity_col_length', 58), (72, '2020_04_03_184459_add_order_status_to_packages', 59), (73, '2020_04_04_161837_add_feature_col_to_portfolios', 60), (74, '2020_04_04_164347_add_feature_col_to_members', 61), (75, '2020_04_04_173038_add_feature_to_packages', 62), (76, '2020_04_04_175705_add_feature_to_scategories', 63), (77, '2020_04_05_151511_add_order_number_in_package_orders', 64), (78, '2020_04_06_151644_add_invoice_to_package_orders', 65), (79, '2020_04_06_155006_create_sitemaps_table', 66), (80, '2020_04_08_202206_add_auto_update_to_sitemaps', 67), (81, '2020_04_09_144803_drop_contact_mail_from_basic_settings', 68), (82, '2020_04_09_151601_add_from_mail_to_basic_settings_extended', 68), (83, '2020_04_09_154452_mail_from_admin_cols_to_basic_settings_extended', 69), (84, '2020_04_09_170024_smtp_encryption_to_encryption', 70), (85, '2020_04_09_183414_rename_order_mail_to_to_mail', 71), (92, '2020_04_13_145313_create_menus_table', 72), (93, '2020_04_14_060458_drop_parent_link_name_from_basic_settings', 73), (94, '2020_04_17_092309_drop_availability_columns_from_basic_settings', 74), (95, '2020_04_17_093108_drop_availability_columns_from_basic_settings_extended', 75), (96, '2020_04_17_100928_add_is_quote_to_basic_settings', 76), (97, '2020_04_21_194915_add_hero_section_bold_text_to_basic_settings_table', 77), (98, '2020_04_22_173743_add_hero_fonx_size_cols_to_basic_settings_extended', 77), (99, '2020_04_22_191154_add_font_size_cols_to_sliders', 77), (100, '2020_04_24_101223_add_statistics_bg_to_basic_settings_extended', 77), (101, '2020_04_18_141739_create_pcategories_table', 78), (102, '2020_04_18_162850_create_products_table', 78), (103, '2020_04_19_101608_create_product_images_table', 78), (105, '2020_04_25_090543_create_users_table', 78), (106, '2020_04_26_160234_create_shipping_charges_table', 78), (107, '2020_04_29_180209_add_package_background_to_basic_settings_extended', 79), (108, '2020_04_29_101508_create_product_orders_table', 80), (109, '2020_04_29_102816_create_order_items_table', 80), (110, '2020_04_29_161315_product_heiding_table', 80), (111, '2020_05_01_192457_add_intro_and_pricing_overlay_cols', 81), (112, '2020_05_03_152312_add_hero_section_bold_text_color_to_basic_settings_extended', 82), (113, '2020_05_03_162704_add_bold_text_color_to_sliders', 83), (114, '2020_05_03_182229_add_color_to_packages', 84), (115, '2020_05_03_192125_add_color_to_points', 85), (116, '2020_05_03_163528_mail_verification_users__table', 86), (117, '2020_05_06_090943_create_product_reviews_table', 86), (118, '2020_05_08_103149_rating_field_add', 86), (119, '2020_05_09_190603_add_intro_bg2_to_basic_settings_extended', 87), (120, '2020_05_09_160509_create_tickets_table', 88), (121, '2020_05_10_155934_create_conversations_table', 88), (122, '2020_05_13_151757_add_image_to_packages_table', 89), (123, '2020_05_14_163602_invoice_field_add', 90), (124, '2020_05_14_173049_last_message_field_add', 90), (125, '2020_04_19_155335_add_shop_settings_cols_t_basic_settings_extended', 91), (126, '2020_05_19_114332_add_side_image_to_sliders', 92), (127, '2020_05_19_155055_add_another_button_fields_in_sliders', 93), (128, '2020_05_20_164842_add_open_hour_to_base_settings_extended', 94), (130, '2020_05_20_185325_add_image_to_features', 95), (132, '2020_05_20_205827_add_about_cols_to_basic_settings_extended', 96), (133, '2020_05_21_075758_add_about_section_to_basic_settings_extended', 97), (135, '2020_05_21_084732_add_restaurant_section_customization_cols_to_basic_settings_extended', 98), (136, '2020_06_12_103704_drop_product_details_subtitle_from_basic_settings_extended', 99), (137, '2020_06_12_104858_make_breadcrumbs_nullable', 100), (138, '2020_06_13_114122_drop_billing_shipping_username_from_users', 101), (139, '2020_06_16_104458_add_meta_columns', 102), (140, '2020_06_16_111322_add_meta_columns_to_products', 103), (143, '2020_06_21_155024_create_basic_settings_extra', 104), (144, '2020_06_26_143822_make_previous_price_nullable', 105), (145, '2020_06_26_175405_drop_auto_update_from_rss_feeds', 106), (146, '2020_06_26_175820_drop_auto_update_from_sitemaps', 106), (147, '2020_07_20_094806_change_email_verification_col_in_users', 107), (155, '2020_07_22_035105_create_offline_gateways', 108), (156, '2020_07_24_061432_drop_receipt_col_from_offline_gateways', 109), (157, '2020_07_24_061645_add_receipt_to_product_orders', 110), (158, '2020_07_24_140620_add_receipt_to_package_orders', 111), (159, '2020_07_25_061733_add_base_currency_columns_to_basic_settings_extra', 112), (164, '2020_07_26_044759_rename_status_to_product_checkout_status_in_offline_gateways', 113), (165, '2020_07_26_045046_modify_status_cols_in_offline_gateways', 114), (166, '2020_07_27_090238_add_slug_to_bcategories', 115), (167, '2020_07_28_151739_modify_short_text_in_points_table', 116), (168, '2020_07_28_154745_modify_short_text_in_scategories', 117), (169, '2020_07_29_070943_modify_footer_text_in_basic_settings', 118), (170, '2020_08_02_045153_add_payment_status_to_package_orders', 119), (171, '2019_11_18_105032_create_pages_table', 120), (172, '2019_11_18_105615_create_uploads_table', 120), (173, '2020_04_18_064412_create_page_translations_table', 120), (174, '2020_04_18_065546_create_settings_table', 120), (176, '2020_09_16_133334_create_event_categories_table', 121), (178, '2020_09_21_124242_create_donations_table', 121), (179, '2020_10_07_091810_add_html_css_cols_to_pages', 122), (180, '2020_10_01_134839_create_donation_details_table', 123), (188, '2020_10_25_173619_add_pagebuilder_cols_in_services', 125), (189, '2020_10_28_081718_add_sidebar_to_services', 125), (190, '2020_10_28_082032_add_content_drop_html_css_from_services', 126), (193, '2020_10_28_093420_add_sidebar_col_to_blogs', 127), (194, '2020_10_28_101437_create_theme_homes_table', 128), (195, '2020_10_06_121429_create_course_categories_table', 129), (196, '2020_10_07_061229_create_courses_table', 129), (197, '2020_10_13_065310_create_modules_table', 129), (198, '2020_10_14_040234_create_lessons_table', 129), (199, '2021_01_11_041803_drop_section_customization_cols_from_basic_settings', 130), (200, '2021_01_11_044249_rename_theme_homes_to_homes', 131), (201, '2021_01_11_053211_add_cols_to_homes', 132), (205, '2021_01_11_060318_drop_homes_table', 133), (206, '2021_01_11_060453_create_homes_table', 133), (207, '2021_01_11_063030_add_home_version_to_basic_settings', 134), (208, '2021_01_11_063256_drop_pricing_section_from_basic_settings_extended', 135), (211, '2021_01_11_065819_add_drop_cols_in_pages', 136), (212, '2021_01_17_070359_add_digital_product_cols_to_product_orders', 136), (213, '2021_01_17_094042_drop_cols_from_product_orders', 137), (214, '2021_01_17_094146_add_digital_product_cols_to_products', 138), (215, '2021_01_18_152626_make_cols_nullable_in_order_items', 139), (216, '2021_01_18_154001_add_gateway_type_to_product_orders', 140), (217, '2021_01_19_060650_change_stock_default_value_in_products', 141), (218, '2021_01_19_124000_create_coupons_table', 142), (219, '2021_01_19_144402_add_tax_to_basic_settings_extra', 143), (221, '2021_01_20_052747_add_tax_discount_to_product_orders', 144), (223, '2021_01_21_041425_add_shipping_method_to_product_orders', 145), (225, '2021_01_21_082211_add_facebook_google_login_cols_to_basic_settings_extra', 146), (226, '2021_01_21_094410_add_provider_cols_to_users', 147), (227, '2021_01_21_113647_make_user_id_nullable_in_product_orders', 148), (228, '2021_01_21_120336_add_product_guest_checkout_to_basic_settings_extra', 149), (229, '2021_01_21_151530_add_product_rating_system', 150), (230, '2021_01_22_054021_add_package_guest_checkout_to_basic_settings_extra', 151), (233, '2021_01_22_064712_add_user_package_id_cols_to_package_orders', 152), (240, '2021_01_22_145809_add_external_link_in_packages', 153), (241, '2021_01_22_150142_add_order_status', 154), (242, '2021_01_23_101321_drop_nda_from_package_orders', 155), (243, '2021_01_23_101510_drop_active_col_from_package_inputs', 156), (244, '2021_01_23_133912_drop_active_from_quote_inputs', 157), (245, '2021_01_23_140201_drop_nda_from_quotes', 158), (249, '2021_01_24_060052_create_timezones_table', 159), (250, '2021_01_24_062046_add_timezone_to_basic_settings_extra', 160), (251, '2021_01_24_073829_add_recurring_billing_cols_to_basic_settings_extra', 161), (252, '2021_01_24_075337_add_expiration_reminder_days_in_basic_settings_extra', 162), (253, '2021_01_24_093304_drop_package_duration_from_basic_settings_extra', 163), (254, '2021_01_24_093402_add_duration_to_packages', 164), (260, '2021_01_24_103608_create_subscriptions_table', 165), (261, '2021_01_25_071337_add_name_email_to_subscriptions', 166), (263, '2021_01_25_094403_create_queue_jobs_table', 167), (270, '2021_01_26_080703_add_gateway_pending_package_cols_to_subscriptions', 168), (271, '2021_01_27_072255_add_gateway_type_to_subscriptions', 168), (275, '2021_01_29_161320_add_preloader_cols_to_basic_settings_extra', 169), (276, '2021_01_29_170622_add_ips_to_basic_settings', 170), (277, '2020_10_17_115444_add_course_duration_to_courses_table', 171), (278, '2020_10_17_131101_add_is_featured_to_courses_table', 171), (279, '2020_10_19_050833_remove_video_file_from_courses', 171), (280, '2020_10_25_125408_create_course_purchases_table', 171), (281, '2020_11_05_080538_add_invoice_to_course_purchases_table', 171), (282, '2020_11_10_100650_create_course_reviews_table', 171), (283, '2020_11_10_163735_add_average_rating_to_courses_table', 171), (284, '2021_01_31_092208_add_breadcrumb_heading_to_basic_settings_extra', 172), (285, '2021_01_31_165050_add_is_course_to_basic_settings_extra', 173), (286, '2021_02_03_033234_add_course_checkout_migration', 174), (288, '2021_02_03_050124_add_receipt_to_course_purchases', 175), (289, '2021_02_03_074559_add_slug_to_courses', 176), (290, '2020_09_24_121000_create_article_categories_table', 177), (291, '2020_09_26_084231_create_articles_table', 177), (292, '2020_10_04_121610_add_knowledgebase_titles_to_basic_settings_extra_table', 177), (293, '2020_10_04_122248_add_knowledgebase_subtitles_to_basic_settings_extra_table', 177), (294, '2020_10_04_122805_add_knowledgebase_details_titles_to_basic_settings_extra_table', 177), (295, '2021_02_03_151505_add_slug_in_articles', 178), (296, '2020_10_26_102716_add_events_and_causes_to_basic_settings_extended_table', 179), (297, '2020_10_26_121727_add_events_and_causes_to_basic_settings_table', 179), (298, '2021_02_04_105849_add_cols_to_donation_details', 180), (300, '2021_02_04_121040_add_drop_cols_in_donation_details', 181), (302, '2021_02_05_130302_add_donation_checkout_status', 182), (303, '2021_02_05_131736_add_donation_settings_cols_to_basic_settings_extra', 183), (304, '2020_09_18_131535_create_events_table', 184), (305, '2020_10_16_053710_create_event_details_table', 185), (306, '2021_02_06_044913_add_on_delete_cascade_on_donation_id', 186), (307, '2021_02_06_045336_add_on_delete_cascade_to_lang_id', 187), (309, '2021_02_07_092611_add_event_checkout_status', 188), (310, '2021_02_07_104127_add_event_cols_to_basic_settings_extra', 189), (311, '2021_02_07_110645_add_user_id_to_event_details_table', 190), (312, '2021_02_07_160028_add_invoice_to_event_details', 191), (313, '2021_03_03_050158_create_megamenus_table', 192), (316, '2021_03_03_062340_add_service_category_to_basic_settings_extra', 193), (318, '2021_03_03_072255_add_language_id_to_megamenus', 194), (319, '2021_03_03_081650_make_cols_megamenus_cols_nullable', 195), (321, '2021_03_03_144637_add_category_to_megamenus', 196), (326, '2021_03_18_045056_create_permalinks_table', 197), (327, '2021_03_19_142614_drop_language_id_from_permalinks', 198), (329, '2021_03_23_150745_add_catalog_mode_to_basic_settings_extra', 199), (330, '2021_03_23_175755_add_is_course_rating_to_basic_settings_extra', 200), (331, '2021_03_24_044736_create_guests_table', 201), (332, '2021_03_24_054718_add_push_notification_to_basic_settings_extra', 202), (333, '2021_03_24_064151_create_push_subscriptions_table', 203), (334, '2021_03_25_045506_drop_contact_page_infos', 204), (335, '2021_03_25_050147_add_contact_infos_in_basic_settings_extra', 205), (336, '2021_03_25_050810_drop_lat_lng_from_basic_settings', 206), (337, '2021_03_25_063450_update_map_cols', 207), (339, '2021_03_30_122645_add_pagebuilder_to_basic_settings_extra', 208), (340, '2021_03_31_100022_add_custom_page_pagebuilder_to_basic_settings_extra', 209), (341, '2021_03_31_103702_add_section_customizations_cols_to_basic_settings', 210), (342, '2021_03_31_112700_add_pricing_section_to_basic_settings_extended', 211), (343, '2021_03_31_185244_add_body_to_pages', 212), (345, '2021_04_06_110735_create_popups_table', 213), (346, '2021_04_06_172054_add_name_to_popups', 214), (347, '2021_04_07_074645_add_status_to_popups', 215), (348, '2021_04_08_095555_drop_announcement_cols_to_basic_settings', 216), (350, '2021_04_15_123458_create_email_templates', 217), (351, '2021_04_18_092820_add_whatsapp_chat_cols_to_basic_settings_extra', 218), (352, '2021_04_04_102049_alter_table_basic_settings_extra', 219), (353, '2021_04_04_141250_create_feedbacks_table', 219), (354, '2021_04_05_112153_create_faq_categories_table', 219), (355, '2021_04_06_085343_add_faq_category_status_column_to_basic_settings_extra_table', 219), (356, '2021_04_06_094435_add_category_id_column_to_faqs_table', 219), (357, '2021_04_07_103852_create_gallery_categories_table', 219), (358, '2021_04_07_104306_add_gallery_category_status_to_basic_settings_extra_table', 219), (359, '2021_04_08_060033_add_category_id_column_to_galleries_table', 219), (360, '2021_04_10_052120_add_package_category_status_to_basic_settings_extra_table', 219), (361, '2021_04_10_061712_create_package_categories_table', 219), (362, '2021_04_10_094002_add_category_id_column_to_packages_table', 219), (363, '2021_04_12_104459_add_website_link_column_to_portfolios_table', 219), (364, '2021_04_24_081952_make_course_purchases_cols_nullable', 220), (367, '2021_11_14_064526_add_secret_path_drop_ips_from_basic_settings', 221), (368, '2021_11_14_074511_add_products_in_home_to_pcategories', 222), (369, '2021_11_14_101342_add_image_in_pcategories_table', 223), (370, '2021_11_20_070431_add_newsletter_section_in_basic_settings', 224), (371, '2021_11_20_072800_add_products_section_in_basic_settings_extended', 225), (372, '2021_11_20_074723_rename_add_products_section', 226), (373, '2022_11_12_132724_add_colum_to_basic_settings_table', 227), (375, '2022_11_15_121322_add_column_to_basic_settings_table', 228), (376, '2022_11_16_054527_add_column_to_members_table', 229), (379, '2022_11_16_070210_add_hero_section_button_two_to_basic_settings_extended_table', 230), (380, '2022_11_16_074028_add_date_location_column_to_sliders_table', 231), (381, '2022_11_16_081449_add_newsletter_sections_column_to_basic_settings_extended', 232), (382, '2022_11_16_103658_add_intro_section_text_two_to_basic_settings_table', 233), (383, '2022_11_16_105749_add_text_column_to_features_table', 234), (384, '2022_11_16_111021_add_subject_column_to_testimonials_table', 235), (386, '2022_11_16_112637_add_feature_image_colum_to_basic_settings_extended_table', 236), (387, '2022_11_16_123021_add_testimonial_bg_column_to_basic_settings_table', 237), (391, '2022_11_16_125508_add_image_column_to_points_table', 238), (392, '2022_11_16_132423_add_approach_section_image_column_to_basic_settings_table', 238), (393, '2022_11_17_060146_add_product_section_columns_to_basic_settings_extended_table', 239), (394, '2022_11_17_065310_add_product_category_section_columns_to_basic_settings_extended_table', 240), (395, '2022_11_26_110514_add_causes_sections_column_to_basic_settings_extended_table', 241), (397, '2022_11_27_114124_add_section_columns_to_basic_settings_extended_table', 242), (398, '2022_11_28_061134_add_is_featured_column_to_events_table', 243), (399, '2022_11_28_070448_add_is_featured_column_to_donations_table', 244), (400, '2022_11_28_073631_add_is_featured_column_to_blogs_table', 245), (406, '2024_03_12_101504_add_9_new_payment_gateways_into_payment_gateways_table', 246), (407, '2024_03_26_073917_add_conversation_id_column_for_iyzico_payment_method', 246); -- -------------------------------------------------------- -- -- Table structure for table `modules` -- CREATE TABLE `modules` ( `id` bigint(20) UNSIGNED NOT NULL, `course_id` int(11) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `duration` 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 `modules` -- INSERT INTO `modules` (`id`, `course_id`, `name`, `duration`, `created_at`, `updated_at`) VALUES (4, 7, 'Course Overview', '0h 19m', '2021-02-20 05:25:04', '2021-02-20 05:25:04'), (5, 7, 'Python Setup', '0h 54m', '2021-02-20 05:25:27', '2021-02-20 05:25:27'), (6, 7, 'Python Object & Data Structure Basics', '2h 2m', '2021-02-20 05:26:08', '2021-02-20 05:26:08'), (7, 7, 'Python Comparison Operators', '0h 9m', '2021-02-20 05:26:34', '2021-02-20 05:26:34'), (11, 8, 'Course Overview', '0h 19m', '2021-02-20 05:25:04', '2021-02-20 05:25:04'), (12, 8, 'Python Setup', '0h 54m', '2021-02-20 05:25:27', '2021-02-20 05:25:27'), (13, 8, 'Python Object & Data Structure Basics', '2h 2m', '2021-02-20 05:26:08', '2021-02-20 05:26:08'), (14, 8, 'Python Comparison Operators', '0h 9m', '2021-02-20 05:26:34', '2021-02-20 05:26:34'), (15, 9, 'Course Overview', '0h 19m', '2021-02-20 05:25:04', '2021-02-20 05:25:04'), (16, 9, 'Python Setup', '0h 54m', '2021-02-20 05:25:27', '2021-02-20 05:25:27'), (17, 9, 'Python Object & Data Structure Basics', '2h 2m', '2021-02-20 05:26:08', '2021-02-20 05:26:08'), (18, 9, 'Python Comparison Operators', '0h 9m', '2021-02-20 05:26:34', '2021-02-20 05:26:34'), (19, 10, 'Course Overview', '0h 19m', '2021-02-20 05:25:04', '2021-02-20 05:25:04'), (20, 10, 'Python Setup', '0h 54m', '2021-02-20 05:25:27', '2021-02-20 05:25:27'), (21, 10, 'Python Object & Data Structure Basics', '2h 2m', '2021-02-20 05:26:08', '2021-02-20 05:26:08'), (22, 10, 'Python Comparison Operators', '0h 9m', '2021-02-20 05:26:34', '2021-02-20 05:26:34'), (23, 11, 'Course Overview', '0h 19m', '2021-02-20 05:25:04', '2021-02-20 05:25:04'), (24, 11, 'Python Setup', '0h 54m', '2021-02-20 05:25:27', '2021-02-20 05:25:27'), (25, 11, 'Python Object & Data Structure Basics', '2h 2m', '2021-02-20 05:26:08', '2021-02-20 05:26:08'), (26, 11, 'Python Comparison Operators', '0h 9m', '2021-02-20 05:26:34', '2021-02-20 05:26:34'), (27, 12, 'Course Overview', '0h 19m', '2021-02-20 05:25:04', '2021-02-20 05:25:04'), (28, 12, 'Python Setup', '0h 54m', '2021-02-20 05:25:27', '2021-02-20 05:25:27'), (29, 12, 'Python Object & Data Structure Basics', '2h 2m', '2021-02-20 05:26:08', '2021-02-20 05:26:08'), (30, 12, 'Python Comparison Operators', '0h 9m', '2021-02-20 05:26:34', '2021-02-20 05:26:34'), (103, 33, 'Arabic', '10h 60m', '2021-11-13 23:43:23', '2021-11-13 23:43:23'); -- -------------------------------------------------------- -- -- Table structure for table `offline_gateways` -- CREATE TABLE `offline_gateways` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_description` text COLLATE utf8mb4_unicode_ci, `instructions` blob, `product_checkout_status` int(11) NOT NULL DEFAULT '0', `serial_number` int(11) NOT NULL DEFAULT '0', `is_receipt` tinyint(4) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `package_order_status` tinyint(4) NOT NULL DEFAULT '0', `course_checkout_status` tinyint(4) NOT NULL DEFAULT '1', `donation_checkout_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - active, 2 - deactive', `event_checkout_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 `offline_gateways` -- INSERT INTO `offline_gateways` (`id`, `language_id`, `name`, `short_description`, `instructions`, `product_checkout_status`, `serial_number`, `is_receipt`, `created_at`, `updated_at`, `package_order_status`, `course_checkout_status`, `donation_checkout_status`, `event_checkout_status`) VALUES (7, 169, 'Bank America', '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', 0x3c703e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b4f70656e2053616e732671756f743b2c20417269616c2c2073616e732d73657269663b20666f6e742d73697a653a20313470783b20746578742d616c69676e3a206a7573746966793b223e436f6e747261727920746f20706f70756c61722062656c6965662c204c6f72656d20497073756d206973206e6f742073696d706c792072616e646f6d20746578742e2049742068617320726f6f747320696e2061207069656365206f6620636c6173736963616c204c6174696e206c6974657261747572652066726f6d2034352042432c206d616b696e67206974206f7665722032303030207965617273206f6c642e2052696368617264204d63436c696e746f636b3c2f7370616e3e3c62723e3c2f703e, 1, 2, 0, '2021-03-23 11:45:28', '2021-04-25 10:07:11', 1, 1, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `order_items` -- CREATE TABLE `order_items` ( `id` bigint(20) UNSIGNED NOT NULL, `product_order_id` int(11) NOT NULL, `product_id` int(11) DEFAULT NULL, `user_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(11,2) DEFAULT NULL, `previous_price` 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; -- -------------------------------------------------------- -- -- Table structure for table `packages` -- CREATE TABLE `packages` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `price` decimal(11,2) DEFAULT NULL, `description` blob, `image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `color` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `feature` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - will not show in home, 1 - will show in home', `link` text COLLATE utf8mb4_unicode_ci, `order_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '0 - deactive, 1 - active, 2 - link', `duration` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'monthly', `category_id` bigint(20) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `packages` -- INSERT INTO `packages` (`id`, `language_id`, `title`, `price`, `description`, `image`, `serial_number`, `meta_keywords`, `meta_description`, `color`, `created_at`, `updated_at`, `feature`, `link`, `order_status`, `duration`, `category_id`) VALUES (1, 169, 'Basic Package', 100.00, 0x3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e372048544d4c2050616765733c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3120486f6d6520506167653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e434d532056657273696f6e204e6f7420417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4c6f676f2044657369676e20496e636c756465643c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e31205265766973696f6e20417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4e6f20537570706f727420417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e536f7572636520436f646520496e636c756465643c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4f6e6c79204f6e6520446f6d61696e20416c6c6f7765643c2f666f6e743e3c2f6469763e, '6062f530aac5d.png', 1, NULL, NULL, 'E4E8F9', '2019-12-21 04:30:50', '2021-04-26 02:57:34', 1, NULL, 1, 'yearly', 1), (7, 169, 'Golden Package', 180.00, 0x3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e31352048544d4c2050616765733c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3320486f6d652050616765733c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e434d532056657273696f6e204e6f7420417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4c6f676f2044657369676e20496e636c756465643c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e32205265766973696f6e20417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4e6f20537570706f727420417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e536f7572636520436f646520496e636c756465643c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4f6e6c79204f6e6520446f6d61696e20416c6c6f7765643c2f6469763e, '1589386726.png', 2, NULL, NULL, 'F9E4E4', '2019-12-21 04:31:15', '2021-04-26 02:57:48', 1, NULL, 1, 'monthly', 7), (43, 169, 'Plutinum Package', 350.00, 0x3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e32352048544d4c2050616765733c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3520486f6d652050616765733c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e434d532056657273696f6e20417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4c6f676f2044657369676e20496e636c756465643c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e32205265766973696f6e20417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4e6f20537570706f727420417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e536f7572636520436f646520496e636c756465643c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4f6e6c79204f6e6520446f6d61696e20416c6c6f7765643c2f6469763e, '1589386733.png', 3, NULL, NULL, 'DAF2DB', '2019-12-21 04:32:37', '2021-04-26 02:59:12', 1, NULL, 1, 'yearly', 8), (44, 169, 'E-commerce', 700.00, 0x3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e53686f7070696e67204361727420776974682052656163743c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e416476616e636564205365617263682046696c7465723c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e53696e676c652056656e646f723c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4c6f676f2044657369676e20496e636c756465643c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e32205265766973696f6e20417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e537570706f727420417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e536f7572636520436f646520496e636c756465643c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4f6e6c79204f6e6520446f6d61696e20416c6c6f7765643c2f666f6e743e3c2f6469763e, '6078020a1a25c.png', 4, NULL, NULL, NULL, '2019-12-21 04:33:04', '2021-04-26 02:59:12', 1, NULL, 1, 'monthly', 1), (45, 169, 'Advanced Plutinum', 900.00, 0x3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e35302048544d4c2050616765733c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e313020486f6d652050616765733c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e434d532056657273696f6e20417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4c6f676f2044657369676e20496e636c756465643c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e32205265766973696f6e20417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e537570706f727420417661696c61626c653c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e536f7572636520436f646520496e636c756465643c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c62723e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e4f6e6c79204f6e6520446f6d61696e20416c6c6f7765643c2f6469763e, NULL, 5, NULL, NULL, NULL, '2019-12-21 04:33:43', '2021-04-26 02:59:12', 0, NULL, 1, 'yearly', 7), (46, 169, 'Plutinum Extended', 1000.00, 0x3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e36302048544d4c2070616765733c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e313220696e697469616c2070616765733c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e434d532076657273696f6e20617661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4c6f676f2044657369676e20496e636c756465643c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e322052657669657720417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e537570706f727420417661696c61626c653c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d223322207374796c653d22223e536f7572636520436f646520496e636c756465643c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e3c62723e3c2f666f6e743e3c2f6469763e3c646976207374796c653d22746578742d616c69676e3a2063656e7465723b223e3c666f6e742073697a653d2233223e4f6e6c79206f6e6520646f6d61696e20616c6c6f7765643c2f666f6e743e3c2f6469763e, '607801c2ecf42.png', 6, NULL, NULL, 'F9E4E4', '2019-12-21 04:34:07', '2021-04-26 02:59:12', 0, 'https://codecanyon.net/user/kreativdev/following', 1, 'monthly', 8); -- -------------------------------------------------------- -- -- Table structure for table `package_categories` -- CREATE TABLE `package_categories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `status` tinyint(3) UNSIGNED NOT NULL, `serial_number` int(10) 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 `package_categories` -- INSERT INTO `package_categories` (`id`, `language_id`, `name`, `status`, `serial_number`, `created_at`, `updated_at`) VALUES (1, 169, 'Web Development', 1, 1, '2021-04-20 03:35:48', '2021-04-20 03:35:48'), (7, 169, 'Mobile App', 1, 2, '2021-04-26 02:37:04', '2021-04-26 02:37:04'), (8, 169, 'Marketting', 1, 3, '2021-04-26 02:37:15', '2021-04-26 02:37:15'); -- -------------------------------------------------------- -- -- Table structure for table `package_inputs` -- CREATE TABLE `package_inputs` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `type` tinyint(4) NOT 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', `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 `package_inputs` -- INSERT INTO `package_inputs` (`id`, `language_id`, `type`, `label`, `name`, `placeholder`, `required`, `created_at`, `updated_at`) VALUES (58, 169, 1, 'Contact Number', 'contact_number', 'Enter Contact Number', 1, '2019-12-26 05:28:19', '2019-12-26 05:28:19'), (67, 170, 1, 'Número de contato', 'numero_de_contato', 'Digite o número do contato', 1, '2019-12-26 05:47:21', '2019-12-26 05:47:21'), (73, 171, 1, 'İletişim numarası', 'iletisim_numarasi', 'İletişim Numarasını Girin', 1, '2019-12-26 06:04:35', '2019-12-26 06:04:35'), (81, 173, 1, 'رقم الاتصال', 'رقم_الاتصال', 'أدخل رقم الاتصال', 1, '2019-12-27 20:35:55', '2020-01-07 03:28:42'), (87, 181, 1, 'Budget', 'Budget', 'Enter Name', 1, '2020-01-30 06:31:29', '2020-01-30 06:31:29'), (88, 182, 2, 'Nameu', 'Nameu', 'Enter Email', 1, '2020-01-31 03:28:37', '2020-01-31 03:28:37'), (101, 169, 2, 'Country', 'Country', 'Select a country', 0, '2021-02-21 01:33:46', '2021-02-21 01:33:46'), (102, 169, 5, 'Document', 'Document', NULL, 0, '2021-02-21 01:34:12', '2021-04-15 13:32:13'), (103, 169, 3, 'Options', 'Options', NULL, 1, '2021-02-21 01:35:50', '2021-02-21 01:35:50'), (104, 170, 2, 'País', 'País', 'Selecione um pais', 0, '2021-02-21 01:37:48', '2021-02-21 01:38:12'), (105, 170, 5, 'Documento', 'Documento', NULL, 1, '2021-02-21 01:38:05', '2021-02-21 01:38:05'), (106, 170, 3, 'Opções', 'Opções', NULL, 1, '2021-02-21 01:38:57', '2021-02-21 01:38:57'), (107, 171, 2, 'Ülke', 'Ülke', 'Bir ülke seçin', 0, '2021-02-21 01:39:51', '2021-02-21 01:39:51'), (108, 171, 5, 'Belge', 'Belge', NULL, 1, '2021-02-21 01:40:18', '2021-02-21 01:40:18'), (109, 171, 3, 'Seçenekler', 'Seçenekler', NULL, 1, '2021-02-21 01:40:44', '2021-02-21 01:40:44'), (110, 173, 2, 'دولة', 'دولة', 'اختر دولة', 0, '2021-02-21 01:41:34', '2021-02-21 01:41:34'), (111, 173, 5, 'وثيقة', 'وثيقة', NULL, 1, '2021-02-21 01:41:53', '2021-02-21 01:41:53'), (112, 173, 3, 'خيارات', 'خيارات', NULL, 1, '2021-02-21 01:42:48', '2021-02-21 01:42:48'); -- -------------------------------------------------------- -- -- Table structure for table `package_input_options` -- CREATE TABLE `package_input_options` ( `id` bigint(20) UNSIGNED NOT NULL, `package_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 `package_input_options` -- INSERT INTO `package_input_options` (`id`, `package_input_id`, `name`, `created_at`, `updated_at`) VALUES (137, 88, 'Service 2', '2020-01-31 03:28:46', '2020-01-31 03:28:46'), (138, 88, 'Service 2', '2020-01-31 03:28:46', '2020-01-31 03:28:46'), (148, 101, 'USA', '2021-02-21 01:33:46', '2021-02-21 01:33:46'), (149, 101, 'Australia', '2021-02-21 01:33:46', '2021-02-21 01:33:46'), (150, 101, 'Newzealand', '2021-02-21 01:33:46', '2021-02-21 01:33:46'), (151, 103, 'Option 1', '2021-02-21 01:35:51', '2021-02-21 01:35:51'), (152, 103, 'Option 2', '2021-02-21 01:35:51', '2021-02-21 01:35:51'), (153, 103, 'Option 3', '2021-02-21 01:35:51', '2021-02-21 01:35:51'), (157, 104, 'EUA', '2021-02-21 01:38:12', '2021-02-21 01:38:12'), (158, 104, 'Austrália', '2021-02-21 01:38:12', '2021-02-21 01:38:12'), (159, 104, 'Nova Zelândia', '2021-02-21 01:38:12', '2021-02-21 01:38:12'), (160, 106, 'Option 1', '2021-02-21 01:38:58', '2021-02-21 01:38:58'), (161, 106, 'Option 2', '2021-02-21 01:38:58', '2021-02-21 01:38:58'), (162, 106, 'Option 3', '2021-02-21 01:38:58', '2021-02-21 01:38:58'), (163, 107, 'USA', '2021-02-21 01:39:51', '2021-02-21 01:39:51'), (164, 107, 'Australia', '2021-02-21 01:39:51', '2021-02-21 01:39:51'), (165, 107, 'Newzealand', '2021-02-21 01:39:51', '2021-02-21 01:39:51'), (166, 109, 'seçenek 1', '2021-02-21 01:40:44', '2021-02-21 01:40:44'), (167, 109, 'seçenek 2', '2021-02-21 01:40:44', '2021-02-21 01:40:44'), (168, 109, 'seçenek 3', '2021-02-21 01:40:44', '2021-02-21 01:40:44'), (169, 110, 'USA', '2021-02-21 01:41:34', '2021-02-21 01:41:34'), (170, 110, 'Australia', '2021-02-21 01:41:34', '2021-02-21 01:41:34'), (171, 110, 'Newzealand', '2021-02-21 01:41:34', '2021-02-21 01:41:34'), (172, 112, 'الخيار 1', '2021-02-21 01:42:48', '2021-02-21 01:42:48'), (173, 112, 'الخيار 2', '2021-02-21 01:42:48', '2021-02-21 01:42:48'), (174, 112, 'الخيار 3', '2021-02-21 01:42:48', '2021-02-21 01:42:48'); -- -------------------------------------------------------- -- -- Table structure for table `package_orders` -- CREATE TABLE `package_orders` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `package_id` int(11) DEFAULT NULL, `order_number` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT 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, `package_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `package_price` decimal(11,2) DEFAULT NULL, `package_description` blob, `invoice` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `method` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0-pending, 1-prcessing, 2-completed, 3-rejected', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `receipt` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - pending, 1 - completed', `gateway_type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- 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, `subtitle` 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', `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, `components` longtext COLLATE utf8mb4_unicode_ci, `styles` longtext COLLATE utf8mb4_unicode_ci, `html` longtext COLLATE utf8mb4_unicode_ci, `css` longtext COLLATE utf8mb4_unicode_ci, `body` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `pages` -- INSERT INTO `pages` (`id`, `language_id`, `name`, `title`, `subtitle`, `slug`, `status`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `components`, `styles`, `html`, `css`, `body`) VALUES (46, 169, 'About Us', 'About Us', 'Short Description of Us', 'About-Us', 1, 1, NULL, NULL, '2021-03-20 21:40:07', '2025-04-18 13:57:55', '[{\"components\":[{\"classes\":[\"team-section\",\"section-padding\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"ioitjz\"}}]},{\"components\":[{\"classes\":[\"team-section\",\"section-padding\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"iiqp35\"}}]},{},{},{},{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"attributes\":{\"id\":\"ihrm\"},\"components\":[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"components\":[{\"classes\":[\"card\"]}]},{\"type\":\"text\",\"content\":\"<p style=\\\"text-align:center\\\"><strong>Empowering Your Vision Through Technology</strong></p><p style=\\\"text-align:center\\\"><br></p><p><strong>Trinade Technologies Limited</strong> is a Zambian-based technology company committed to delivering innovative, secure, and scalable digital solutions that help businesses grow and thrive in the digital age. From custom software and mobile app development to IT infrastructure and enterprise systems, we partner with organizations to turn ideas into reality through technology.</p><p><br></p><p>Founded with a vision to bridge the gap between technology and business success, Trinade Technologies is powered by a team of skilled developers, designers, engineers, and consultants. We combine deep technical expertise with industry insight to build solutions that are user-friendly, performance-driven, and tailored to your unique needs.</p><hr><h2>Why Choose Trinade?</h2><p>✔ Local expertise with global standards<br>✔ Custom solutions — not one-size-fits-all<br>✔ End-to-end support, from planning to deployment<br>✔ Agile and responsive team<br>✔ Affordable, scalable, and secure systems</p>\",\"attributes\":{\"id\":\"iftul\"},\"activeOnRender\":0}]}]},{\"components\":[{\"classes\":[\"approach-section\",\"pb-mb30\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"classes\":[\"approach-summary\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"How we do\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"A fresh approach to technological services for entrepreneurs\"}]}]}]},{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"approach-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Approach Section\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"approach-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-approach\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-icon-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"classes\":[\"fas\",\"fa-low-vision\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Vision\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"To achieve sustained leadership position in providing superior services to the organizations around the globe for cutting their time-to-market, with s\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"attributes\":{\"id\":\"i5kmn\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"ubstantial cost savings.\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"editable\":false,\"classes\":[\"see-more\"],\"attributes\":{\"href\":\"#\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"see more...\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]}]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-approach\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-icon-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"classes\":[\"fas\",\"fa-bullseye\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Mission\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"To delight the customers by relentlessly driving technological advancements and innovation that become essential to stay ahead of the competition at a\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"attributes\":{\"id\":\"ieuz5\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"ffordable Cost.\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"editable\":false,\"classes\":[\"see-more\"],\"attributes\":{\"href\":\"#\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"see more...\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]}]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-approach\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-icon-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"classes\":[\"fas\",\"fa-map-pin\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"removable\":false,\"draggable\":false,\"classes\":[\"approach-text\"],\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"tagName\":\"h4\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"Core Values\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"tagName\":\"p\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"The Core Values Trust , Confidentiality, Accountability, Integrity we possess ensures quality service to customers and best working experience for e\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]},{\"tagName\":\"span\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"editable\":false,\"attributes\":{\"id\":\"i1uzz\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"mployees.\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]},{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"editable\":false,\"classes\":[\"see-more\"],\"attributes\":{\"href\":\"#\"},\"propagate\":[\"removable\",\"editable\",\"draggable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"editable\":false,\"content\":\"see more...\",\"propagate\":[\"removable\",\"editable\",\"draggable\"]}]}]}]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"team-section\",\"section-padding\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"iy03q\"},\"components\":[{\"classes\":[\"team-content\"],\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"row\",\"justify-content-center\",\"text-center\"],\"components\":[{\"classes\":[\"col-lg-6\"],\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"classes\":[\"section-title\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Expert Team\"}]},{\"tagName\":\"h2\",\"type\":\"text\",\"classes\":[\"section-summary\"],\"components\":[{\"type\":\"textnode\",\"content\":\"Get to Know Our Team of Technology Experts\"}]}]}]},{\"tagName\":\"team-section\",\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"non-editable-area\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"non-editable-notice\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Non-Editable Area\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"\\n Manage From \",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"br\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"void\":true,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"tagName\":\"strong\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Content Management > Home Page Section > Team Section\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-carousel\",\"common-carousel\",\"row\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/68014d6618349.jpeg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"John Choongo\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Founder & CEO\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/6801f0658b7cf.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Humphrey Mpundu\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Co-Founder & CFO\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/6801f07b988bf.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/yashodhan.natekar\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://x.com/yash_natekar\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.linkedin.com/in/yashodhan-natekar/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/yashodhannatekar/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Yashodhan Natekar\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Co-Founder & CTO\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-team-member\",\"col-lg-3\",\"mx-0\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"team-img-wrapper\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"image\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"lazy\"],\"attributes\":{\"data-src\":\"{base_url}/assets/front/img/members/1576864923.jpg\",\"alt\":\"\",\"src\":\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImZpbGw6IHJnYmEoMCwwLDAsMC4xNSk7IHRyYW5zZm9ybTogc2NhbGUoMC43NSkiPgogICAgICAgIDxwYXRoIGQ9Ik04LjUgMTMuNWwyLjUgMyAzLjUtNC41IDQuNSA2SDVtMTYgMVY1YTIgMiAwIDAgMC0yLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMnoiPjwvcGF0aD4KICAgICAgPC9zdmc+\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-accounts\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"ul\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"social-account-lists\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.facebook.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-facebook-f\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://twitter.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-twitter\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://bd.linkedin.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-linkedin-in\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]},{\"tagName\":\"li\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"single-social-account\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"link\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"attributes\":{\"href\":\"https://www.instagram.com/\"},\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"i\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":0,\"classes\":[\"fab\",\"fa-instagram\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]},{\"removable\":false,\"draggable\":false,\"stylable\":false,\"classes\":[\"member-info\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"tagName\":\"h5\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"classes\":[\"member-name\"],\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Chunda Mumba\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]},{\"tagName\":\"small\",\"type\":\"text\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"],\"components\":[{\"type\":\"textnode\",\"removable\":false,\"draggable\":false,\"stylable\":false,\"editable\":false,\"content\":\"Head of Operation\",\"propagate\":[\"removable\",\"editable\",\"draggable\",\"stylable\"]}]}]}]}]}]}]}]}]}]}]}]}]},{\"components\":[{\"classes\":[\"cta-section\",\"pb-mb30\",\"lazy\"],\"attributes\":{\"id\":\"i3wavu\"},\"components\":[{\"classes\":[\"container\"],\"components\":[{\"classes\":[\"cta-content\"],\"components\":[{\"classes\":[\"row\"],\"components\":[{\"classes\":[\"col-md-9\",\"col-lg-7\"],\"components\":[{\"tagName\":\"h3\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Get in touch — we’re here to help you grow with smart technology solutions.\"}]}]},{\"classes\":[\"col-md-3\",\"col-lg-5\",\"contact-btn-wrapper\"],\"components\":[{\"type\":\"link\",\"editable\":0,\"classes\":[\"boxed-btn\",\"contact-btn\"],\"attributes\":{\"href\":\"{base_url}/contact\"},\"components\":[{\"tagName\":\"span\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Contact Us\"}]}]}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"stretch\",\"flex-wrap\":\"nowrap\",\"padding\":\"10px\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"flex-wrap\":\"wrap\"},\"mediaText\":\"(max-width: 768px)\",\"atRuleType\":\"media\"},{\"selectors\":[{\"name\":\"cell\",\"private\":1}],\"style\":{\"min-height\":\"75px\",\"flex-grow\":\"1\",\"flex-basis\":\"100%\"}},{\"selectors\":[\"#iiqp35\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6062dea7439b1.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#ioitjz\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/6062dea7439b1.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"list-group-item\"]},{\"selectors\":[\"btn\",\"btn-primary\"]},{\"selectors\":[\"list-group-item\",\"list-group-item-action\"]},{\"selectors\":[\"card-header\"]},{\"selectors\":[\"gjs-lory-slide\"]},{\"selectors\":[\"countdown\"],\"style\":{\"text-align\":\"center\",\"font-family\":\"Helvetica, serif\"}},{\"selectors\":[\"countdown-block\"],\"style\":{\"display\":\"inline-block\",\"margin\":\"0 10px\",\"padding\":\"10px\"}},{\"selectors\":[\"countdown-digit\"],\"style\":{\"font-size\":\"5rem\"}},{\"selectors\":[\"countdown-endtext\"],\"style\":{\"font-size\":\"5rem\"}},{\"selectors\":[\"countdown-cont\"],\"style\":{\"display\":\"inline-block\"}},{\"selectors\":[\"#ihrm\"]},{\"selectors\":[\"#iftul\"],\"style\":{\"padding\":\"10px\",\"line-height\":\"30px\"}},{\"selectors\":[\"#i5kmn\"],\"style\":{\"display\":\"none\"}},{\"selectors\":[\"#ieuz5\"],\"style\":{\"display\":\"none\"}},{\"selectors\":[\"#i1uzz\"],\"style\":{\"display\":\"none\"}},{\"selectors\":[\"#iy03q\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/618d08247ce11.jpg)\",\"background-size\":\"cover\"}},{\"selectors\":[\"#i3wavu\"],\"style\":{\"background-image\":\"url({base_url}/assets/front/img/618d0785966f1.jpg)\",\"background-size\":\"cover\"}}]', '<div class=\'pagebuilder-content\'><div><div id=\"ioitjz\" class=\"team-section section-padding pb-mb30 lazy\"></div></div><div><div id=\"iiqp35\" class=\"team-section section-padding pb-mb30 lazy\"></div></div><div></div><div></div><div></div><div class=\"pbrow\"><div class=\"cell\" id=\"ihrm\"><div class=\"pbrow\"><div class=\"cell\"><div class=\"pbrow\"><div class=\"cell\"><div><div class=\"card\"></div></div><div id=\"iftul\"><p style=\"text-align:center\"><strong>Empowering Your Vision Through Technology</strong></p><p style=\"text-align:center\"><br></p><p><strong>Trinade Technologies Limited</strong> is a Zambian-based technology company committed to delivering innovative, secure, and scalable digital solutions that help businesses grow and thrive in the digital age. From custom software and mobile app development to IT infrastructure and enterprise systems, we partner with organizations to turn ideas into reality through technology.</p><p><br></p><p>Founded with a vision to bridge the gap between technology and business success, Trinade Technologies is powered by a team of skilled developers, designers, engineers, and consultants. We combine deep technical expertise with industry insight to build solutions that are user-friendly, performance-driven, and tailored to your unique needs.</p><hr><h2>Why Choose Trinade?</h2><p>✔ Local expertise with global standards<br>✔ Custom solutions — not one-size-fits-all<br>✔ End-to-end support, from planning to deployment<br>✔ Agile and responsive team<br>✔ Affordable, scalable, and secure systems</p></div></div></div><div><div class=\"approach-section pb-mb30\"><div class=\"container\"><div class=\"row\"><div class=\"col-lg-6\"><div class=\"approach-summary\"><span class=\"section-title\">How we do</span><h2 class=\"section-summary\">A fresh approach to technological services for entrepreneurs</h2></div></div><div class=\"col-lg-6\"><approach-section>[pagebuilder-approach][/pagebuilder-approach]</approach-section></div></div></div></div></div></div></div><div><div class=\"team-section section-padding pb-mb30 lazy\" id=\"iy03q\"><div class=\"team-content\"><div class=\"container\"><div class=\"row justify-content-center text-center\"><div class=\"col-lg-6\"><span class=\"section-title\">Expert Team</span><h2 class=\"section-summary\">Get to Know Our Team of Technology Experts</h2></div></div><team-section>[pagebuilder-team][/pagebuilder-team]</team-section></div></div></div></div></div></div><div><div class=\"cta-section pb-mb30 lazy\" id=\"i3wavu\"><div class=\"container\"><div class=\"cta-content\"><div class=\"row\"><div class=\"col-md-9 col-lg-7\"><h3>Get in touch — we’re here to help you grow with smart technology solutions.</h3></div><div class=\"col-md-3 col-lg-5 contact-btn-wrapper\"><a href=\"{base_url}/contact\" class=\"boxed-btn contact-btn\"><span>Contact Us</span></a></div></div></div></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}.pbrow{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;padding:10px;}.cell{min-height:75px;flex-grow:1;flex-basis:100%;}#iiqp35{background-image:url({base_url}/assets/front/img/6062dea7439b1.jpg);background-size:cover;}#ioitjz{background-image:url({base_url}/assets/front/img/6062dea7439b1.jpg);background-size:cover;}#iftul{padding:10px;line-height:30px;}#i5kmn{display:none;}#ieuz5{display:none;}#i1uzz{display:none;}#iy03q{background-image:url({base_url}/assets/front/img/618d08247ce11.jpg);background-size:cover;}#i3wavu{background-image:url({base_url}/assets/front/img/618d0785966f1.jpg);background-size:cover;}@media (max-width: 768px){.pbrow{flex-wrap:wrap;}}', '<p>asgas</p><p>asgasgas</p><p>asgas</p><p>ashas</p>'); INSERT INTO `pages` (`id`, `language_id`, `name`, `title`, `subtitle`, `slug`, `status`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `components`, `styles`, `html`, `css`, `body`) VALUES (47, 169, 'Terms & Conditions', 'Terms & Conditions', 'Please read the below Terms & Condition', 'Terms-&-Conditions', 1, 2, 'terms,conditions', NULL, '2021-03-20 21:53:06', '2025-04-18 12:42:43', '[{\"attributes\":{\"id\":\"i3ml\"},\"components\":[{\"attributes\":{\"id\":\"il5q1d\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"\\n \"}]}]},{\"classes\":[\"pbcontainer\"],\"components\":[{\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"attributes\":{\"id\":\"i7nl\"},\"components\":[{\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"tagName\":\"li\",\"classes\":[\"list-group-item\"],\"attributes\":{\"id\":\"i17mp\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"367\",\"data-end\":\"398\"},\"components\":[{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"367\",\"data-end\":\"384\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Last Updated:\"}]},{\"type\":\"textnode\",\"content\":\" [Insert Date]\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"400\",\"data-end\":\"625\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Welcome to \\n \"},{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"411\",\"data-end\":\"443\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Trinade Technologies Limited\"}]},{\"type\":\"textnode\",\"content\":\". These Terms and Conditions (“Terms”) govern your access to and use of our website, products, and services, operated by Trinade Technologies Limited, a company registered in Zambia.\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"627\",\"data-end\":\"776\"},\"components\":[{\"type\":\"textnode\",\"content\":\"By accessing or using any part of our website or services, you agree to be bound by these Terms. If you do not agree, please do not use our services.\\n \"}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"778\",\"data-end\":\"781\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"783\",\"data-end\":\"800\"},\"components\":[{\"type\":\"textnode\",\"content\":\"1. Definitions\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"802\",\"data-end\":\"1169\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"802\",\"data-end\":\"881\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"804\",\"data-end\":\"881\"},\"components\":[{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"804\",\"data-end\":\"839\"},\"components\":[{\"type\":\"textnode\",\"content\":\"“Company”, “We”, “Us”, or “Our”\"}]},{\"type\":\"textnode\",\"content\":\" refers to Trinade Technologies Limited.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"882\",\"data-end\":\"977\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"884\",\"data-end\":\"977\"},\"components\":[{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"884\",\"data-end\":\"914\"},\"components\":[{\"type\":\"textnode\",\"content\":\"“Client”, “You”, or “User”\"}]},{\"type\":\"textnode\",\"content\":\" refers to any individual or organization using our services.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"978\",\"data-end\":\"1169\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"980\",\"data-end\":\"1169\"},\"components\":[{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"980\",\"data-end\":\"994\"},\"components\":[{\"type\":\"textnode\",\"content\":\"“Services”\"}]},{\"type\":\"textnode\",\"content\":\" refers to all software development, IT consulting, web development, mobile applications, system integration, and related technology services provided by Trinade Technologies.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"1171\",\"data-end\":\"1174\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1176\",\"data-end\":\"1197\"},\"components\":[{\"type\":\"textnode\",\"content\":\"2. Use of Services\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"1199\",\"data-end\":\"1481\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1199\",\"data-end\":\"1291\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1201\",\"data-end\":\"1291\"},\"components\":[{\"type\":\"textnode\",\"content\":\"You agree to use our services only for lawful purposes and in accordance with these Terms.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1292\",\"data-end\":\"1394\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1294\",\"data-end\":\"1394\"},\"components\":[{\"type\":\"textnode\",\"content\":\"You are responsible for all activity conducted through your account or access point to our services.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1395\",\"data-end\":\"1481\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1397\",\"data-end\":\"1481\"},\"components\":[{\"type\":\"textnode\",\"content\":\"You agree not to misuse, hack, or interfere with our platform, software, or systems.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"1483\",\"data-end\":\"1486\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1488\",\"data-end\":\"1515\"},\"components\":[{\"type\":\"textnode\",\"content\":\"3. Intellectual Property\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"1517\",\"data-end\":\"1776\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1517\",\"data-end\":\"1648\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1519\",\"data-end\":\"1648\"},\"components\":[{\"type\":\"textnode\",\"content\":\"All content, software, design, logos, and materials provided by Trinade Technologies are protected by intellectual property laws.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1649\",\"data-end\":\"1776\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1651\",\"data-end\":\"1776\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Unless expressly permitted, you may not copy, reproduce, distribute, or create derivative works from our content or software.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"1778\",\"data-end\":\"1781\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1783\",\"data-end\":\"1804\"},\"components\":[{\"type\":\"textnode\",\"content\":\"4. Confidentiality\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"1806\",\"data-end\":\"1966\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1806\",\"data-end\":\"1966\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1808\",\"data-end\":\"1966\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Both parties agree to keep confidential information private and not disclose it to third parties without prior written consent, except where legally required.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"1968\",\"data-end\":\"1971\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1973\",\"data-end\":\"1994\"},\"components\":[{\"type\":\"textnode\",\"content\":\"5. Payments & Fees\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"1996\",\"data-end\":\"2207\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"1996\",\"data-end\":\"2083\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"1998\",\"data-end\":\"2083\"},\"components\":[{\"type\":\"textnode\",\"content\":\"All payments must be made as per the agreed terms in the project contract or invoice.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2084\",\"data-end\":\"2137\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2086\",\"data-end\":\"2137\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Late payments may result in suspension of services.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2138\",\"data-end\":\"2207\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2140\",\"data-end\":\"2207\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Fees are quoted in Zambian Kwacha (ZMW) unless otherwise specified.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"2209\",\"data-end\":\"2212\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2214\",\"data-end\":\"2248\"},\"components\":[{\"type\":\"textnode\",\"content\":\"6. Project Delivery & Timelines\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"2250\",\"data-end\":\"2494\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2250\",\"data-end\":\"2371\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2252\",\"data-end\":\"2371\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Delivery timelines are estimates and subject to change based on scope changes, dependencies, and client responsiveness.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2372\",\"data-end\":\"2494\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2374\",\"data-end\":\"2494\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Delays caused by the client (e.g. slow feedback or late content delivery) may result in rescheduling or additional fees.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"2496\",\"data-end\":\"2499\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2501\",\"data-end\":\"2525\"},\"components\":[{\"type\":\"textnode\",\"content\":\"7. Warranty & Support\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"2527\",\"data-end\":\"2715\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2527\",\"data-end\":\"2620\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2529\",\"data-end\":\"2620\"},\"components\":[{\"type\":\"textnode\",\"content\":\"We provide warranty and support as specified in your service agreement or project contract.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2621\",\"data-end\":\"2715\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2623\",\"data-end\":\"2715\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Unless stated otherwise, the standard warranty covers bug fixes for 30 days post-deployment.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"2717\",\"data-end\":\"2720\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2722\",\"data-end\":\"2751\"},\"components\":[{\"type\":\"textnode\",\"content\":\"8. Limitation of Liability\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"2753\",\"data-end\":\"2948\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2753\",\"data-end\":\"2948\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2755\",\"data-end\":\"2948\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Trinade Technologies shall not be liable for indirect, incidental, or consequential damages, including data loss or business interruption, arising from the use or inability to use our services.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"2950\",\"data-end\":\"2953\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2955\",\"data-end\":\"2972\"},\"components\":[{\"type\":\"textnode\",\"content\":\"9. Termination\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"2974\",\"data-end\":\"3172\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"2974\",\"data-end\":\"3064\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"2976\",\"data-end\":\"3064\"},\"components\":[{\"type\":\"textnode\",\"content\":\"We may suspend or terminate services if you breach these Terms or any project agreement.\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"3065\",\"data-end\":\"3172\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3067\",\"data-end\":\"3172\"},\"components\":[{\"type\":\"textnode\",\"content\":\"You may also terminate services with prior notice, subject to cancellation fees (if any) as per contract.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"3174\",\"data-end\":\"3177\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3179\",\"data-end\":\"3206\"},\"components\":[{\"type\":\"textnode\",\"content\":\"10. Third-Party Services\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"3208\",\"data-end\":\"3380\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"3208\",\"data-end\":\"3380\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3210\",\"data-end\":\"3380\"},\"components\":[{\"type\":\"textnode\",\"content\":\"We may integrate or use third-party software or APIs in your solution. We are not responsible for the performance, availability, or legal compliance of third-party tools.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"3382\",\"data-end\":\"3385\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3387\",\"data-end\":\"3407\"},\"components\":[{\"type\":\"textnode\",\"content\":\"11. Governing Law\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"3409\",\"data-end\":\"3564\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"3409\",\"data-end\":\"3478\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3411\",\"data-end\":\"3478\"},\"components\":[{\"type\":\"textnode\",\"content\":\"These Terms are governed by the laws of the \\n \"},{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3455\",\"data-end\":\"3477\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Republic of Zambia\"}]},{\"type\":\"textnode\",\"content\":\".\\n \"}]}]},{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"3479\",\"data-end\":\"3564\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3481\",\"data-end\":\"3564\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Any disputes will be subject to the exclusive jurisdiction of the courts of Zambia.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"3566\",\"data-end\":\"3569\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3571\",\"data-end\":\"3594\"},\"components\":[{\"type\":\"textnode\",\"content\":\"12. Changes to Terms\\n \"}]},{\"tagName\":\"ul\",\"attributes\":{\"data-start\":\"3596\",\"data-end\":\"3775\"},\"components\":[{\"tagName\":\"li\",\"attributes\":{\"data-start\":\"3596\",\"data-end\":\"3775\"},\"components\":[{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3598\",\"data-end\":\"3775\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Trinade Technologies reserves the right to update these Terms at any time. Continued use of our services after changes are made constitutes your acceptance of the updated Terms.\\n \"}]}]}]},{\"tagName\":\"hr\",\"void\":true,\"attributes\":{\"data-start\":\"3777\",\"data-end\":\"3780\"}},{\"tagName\":\"h2\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3782\",\"data-end\":\"3799\"},\"components\":[{\"type\":\"textnode\",\"content\":\"13. Contact Us\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3801\",\"data-end\":\"3874\"},\"components\":[{\"type\":\"textnode\",\"content\":\"If you have any questions about these Terms & Conditions, please contact:\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-start\":\"367\",\"data-end\":\"398\"},\"components\":[{\"type\":\"textnode\",\"content\":\"\\n \"}]},{\"tagName\":\"p\",\"attributes\":{\"data-start\":\"3876\",\"data-end\":\"4034\"},\"components\":[{\"tagName\":\"strong\",\"type\":\"text\",\"attributes\":{\"data-start\":\"3876\",\"data-end\":\"3908\"},\"components\":[{\"type\":\"textnode\",\"content\":\"Trinade Technologies Limited\"}]},{\"tagName\":\"br\",\"void\":true,\"attributes\":{\"data-start\":\"3908\",\"data-end\":\"3911\"}}]},{\"tagName\":\"p\",\"type\":\"text\",\"attributes\":{\"data-pm-slice\":\"1 1 []\"},\"components\":[{\"type\":\"textnode\",\"content\":\"[Alick Nkahata Road, Longacres Old City, Airport, Plot 22721, Lusaka]\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Email: [sales@trinadezambia.com]\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Phone: [+260 779598383 | +260 967402703]\\n \"}]},{\"tagName\":\"p\",\"type\":\"text\",\"components\":[{\"type\":\"textnode\",\"content\":\"Website: [www.trinadezambia.com]\\n \"}]}]}]}]},{\"tagName\":\"ul\",\"type\":\"text\",\"classes\":[\"list-group\"],\"components\":[{\"type\":\"textnode\",\"content\":\"\\n \"}]}]}]}]}]}]},{\"type\":\"textnode\",\"content\":\"\\n* {\\nbox-sizing: border-box;\\n}\\nbody {\\nmargin: 0;\\n}\\n.pbrow{\\ndisplay:flex;\\njustify-content:flex-start;\\nalign-items:stretch;\\nflex-wrap:nowrap;\\npadding:10px;\\n}\\n.cell{\\nmin-height:75px;\\nflex-grow:1;\\nflex-basis:100%;\\n}\\n.list-group-item{\\ncolor:#000000;\\n}\\n#i3ml{\\npadding:120px 0 60px 0;\\n}\\n#il5q1d{\\npadding:10px;\\n}\\n@media (max-width: 768px){\\n.pbrow{\\nflex-wrap:wrap;\\n}\\n}\"}]', '[{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"stretch\",\"flex-wrap\":\"nowrap\",\"padding\":\"10px\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"flex-wrap\":\"wrap\"},\"mediaText\":\"(max-width: 768px)\",\"atRuleType\":\"media\"},{\"selectors\":[{\"name\":\"cell\",\"private\":1}],\"style\":{\"min-height\":\"75px\",\"flex-grow\":\"1\",\"flex-basis\":\"100%\"}},{\"selectors\":[\"list-group-item\"],\"style\":{\"color\":\"#000000\"}},{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[\"hc-state\"],\"important\":1}]', '<div class=\'pagebuilder-content\'><div id=\"i3ml\"><div id=\"il5q1d\"><p>\r\n </p></div><div class=\"pbcontainer\"><div class=\"pbrow\"><div class=\"cell\"><div id=\"i7nl\"><div class=\"pbrow\"><div class=\"cell\"><li id=\"i17mp\" class=\"list-group-item\"><p data-start=\"367\" data-end=\"398\"><strong data-start=\"367\" data-end=\"384\">Last Updated:</strong> [Insert Date]\r\n </p><p data-start=\"400\" data-end=\"625\">Welcome to \r\n <strong data-start=\"411\" data-end=\"443\">Trinade Technologies Limited</strong>. These Terms and Conditions (“Terms”) govern your access to and use of our website, products, and services, operated by Trinade Technologies Limited, a company registered in Zambia.\r\n </p><p data-start=\"627\" data-end=\"776\">By accessing or using any part of our website or services, you agree to be bound by these Terms. If you do not agree, please do not use our services.\r\n </p><hr data-start=\"778\" data-end=\"781\"/><h2 data-start=\"783\" data-end=\"800\">1. Definitions\r\n </h2><ul data-start=\"802\" data-end=\"1169\"><li data-start=\"802\" data-end=\"881\"><p data-start=\"804\" data-end=\"881\"><strong data-start=\"804\" data-end=\"839\">“Company”, “We”, “Us”, or “Our”</strong> refers to Trinade Technologies Limited.\r\n </p></li><li data-start=\"882\" data-end=\"977\"><p data-start=\"884\" data-end=\"977\"><strong data-start=\"884\" data-end=\"914\">“Client”, “You”, or “User”</strong> refers to any individual or organization using our services.\r\n </p></li><li data-start=\"978\" data-end=\"1169\"><p data-start=\"980\" data-end=\"1169\"><strong data-start=\"980\" data-end=\"994\">“Services”</strong> refers to all software development, IT consulting, web development, mobile applications, system integration, and related technology services provided by Trinade Technologies.\r\n </p></li></ul><hr data-start=\"1171\" data-end=\"1174\"/><h2 data-start=\"1176\" data-end=\"1197\">2. Use of Services\r\n </h2><ul data-start=\"1199\" data-end=\"1481\"><li data-start=\"1199\" data-end=\"1291\"><p data-start=\"1201\" data-end=\"1291\">You agree to use our services only for lawful purposes and in accordance with these Terms.\r\n </p></li><li data-start=\"1292\" data-end=\"1394\"><p data-start=\"1294\" data-end=\"1394\">You are responsible for all activity conducted through your account or access point to our services.\r\n </p></li><li data-start=\"1395\" data-end=\"1481\"><p data-start=\"1397\" data-end=\"1481\">You agree not to misuse, hack, or interfere with our platform, software, or systems.\r\n </p></li></ul><hr data-start=\"1483\" data-end=\"1486\"/><h2 data-start=\"1488\" data-end=\"1515\">3. Intellectual Property\r\n </h2><ul data-start=\"1517\" data-end=\"1776\"><li data-start=\"1517\" data-end=\"1648\"><p data-start=\"1519\" data-end=\"1648\">All content, software, design, logos, and materials provided by Trinade Technologies are protected by intellectual property laws.\r\n </p></li><li data-start=\"1649\" data-end=\"1776\"><p data-start=\"1651\" data-end=\"1776\">Unless expressly permitted, you may not copy, reproduce, distribute, or create derivative works from our content or software.\r\n </p></li></ul><hr data-start=\"1778\" data-end=\"1781\"/><h2 data-start=\"1783\" data-end=\"1804\">4. Confidentiality\r\n </h2><ul data-start=\"1806\" data-end=\"1966\"><li data-start=\"1806\" data-end=\"1966\"><p data-start=\"1808\" data-end=\"1966\">Both parties agree to keep confidential information private and not disclose it to third parties without prior written consent, except where legally required.\r\n </p></li></ul><hr data-start=\"1968\" data-end=\"1971\"/><h2 data-start=\"1973\" data-end=\"1994\">5. Payments & Fees\r\n </h2><ul data-start=\"1996\" data-end=\"2207\"><li data-start=\"1996\" data-end=\"2083\"><p data-start=\"1998\" data-end=\"2083\">All payments must be made as per the agreed terms in the project contract or invoice.\r\n </p></li><li data-start=\"2084\" data-end=\"2137\"><p data-start=\"2086\" data-end=\"2137\">Late payments may result in suspension of services.\r\n </p></li><li data-start=\"2138\" data-end=\"2207\"><p data-start=\"2140\" data-end=\"2207\">Fees are quoted in Zambian Kwacha (ZMW) unless otherwise specified.\r\n </p></li></ul><hr data-start=\"2209\" data-end=\"2212\"/><h2 data-start=\"2214\" data-end=\"2248\">6. Project Delivery & Timelines\r\n </h2><ul data-start=\"2250\" data-end=\"2494\"><li data-start=\"2250\" data-end=\"2371\"><p data-start=\"2252\" data-end=\"2371\">Delivery timelines are estimates and subject to change based on scope changes, dependencies, and client responsiveness.\r\n </p></li><li data-start=\"2372\" data-end=\"2494\"><p data-start=\"2374\" data-end=\"2494\">Delays caused by the client (e.g. slow feedback or late content delivery) may result in rescheduling or additional fees.\r\n </p></li></ul><hr data-start=\"2496\" data-end=\"2499\"/><h2 data-start=\"2501\" data-end=\"2525\">7. Warranty & Support\r\n </h2><ul data-start=\"2527\" data-end=\"2715\"><li data-start=\"2527\" data-end=\"2620\"><p data-start=\"2529\" data-end=\"2620\">We provide warranty and support as specified in your service agreement or project contract.\r\n </p></li><li data-start=\"2621\" data-end=\"2715\"><p data-start=\"2623\" data-end=\"2715\">Unless stated otherwise, the standard warranty covers bug fixes for 30 days post-deployment.\r\n </p></li></ul><hr data-start=\"2717\" data-end=\"2720\"/><h2 data-start=\"2722\" data-end=\"2751\">8. Limitation of Liability\r\n </h2><ul data-start=\"2753\" data-end=\"2948\"><li data-start=\"2753\" data-end=\"2948\"><p data-start=\"2755\" data-end=\"2948\">Trinade Technologies shall not be liable for indirect, incidental, or consequential damages, including data loss or business interruption, arising from the use or inability to use our services.\r\n </p></li></ul><hr data-start=\"2950\" data-end=\"2953\"/><h2 data-start=\"2955\" data-end=\"2972\">9. Termination\r\n </h2><ul data-start=\"2974\" data-end=\"3172\"><li data-start=\"2974\" data-end=\"3064\"><p data-start=\"2976\" data-end=\"3064\">We may suspend or terminate services if you breach these Terms or any project agreement.\r\n </p></li><li data-start=\"3065\" data-end=\"3172\"><p data-start=\"3067\" data-end=\"3172\">You may also terminate services with prior notice, subject to cancellation fees (if any) as per contract.\r\n </p></li></ul><hr data-start=\"3174\" data-end=\"3177\"/><h2 data-start=\"3179\" data-end=\"3206\">10. Third-Party Services\r\n </h2><ul data-start=\"3208\" data-end=\"3380\"><li data-start=\"3208\" data-end=\"3380\"><p data-start=\"3210\" data-end=\"3380\">We may integrate or use third-party software or APIs in your solution. We are not responsible for the performance, availability, or legal compliance of third-party tools.\r\n </p></li></ul><hr data-start=\"3382\" data-end=\"3385\"/><h2 data-start=\"3387\" data-end=\"3407\">11. Governing Law\r\n </h2><ul data-start=\"3409\" data-end=\"3564\"><li data-start=\"3409\" data-end=\"3478\"><p data-start=\"3411\" data-end=\"3478\">These Terms are governed by the laws of the \r\n <strong data-start=\"3455\" data-end=\"3477\">Republic of Zambia</strong>.\r\n </p></li><li data-start=\"3479\" data-end=\"3564\"><p data-start=\"3481\" data-end=\"3564\">Any disputes will be subject to the exclusive jurisdiction of the courts of Zambia.\r\n </p></li></ul><hr data-start=\"3566\" data-end=\"3569\"/><h2 data-start=\"3571\" data-end=\"3594\">12. Changes to Terms\r\n </h2><ul data-start=\"3596\" data-end=\"3775\"><li data-start=\"3596\" data-end=\"3775\"><p data-start=\"3598\" data-end=\"3775\">Trinade Technologies reserves the right to update these Terms at any time. Continued use of our services after changes are made constitutes your acceptance of the updated Terms.\r\n </p></li></ul><hr data-start=\"3777\" data-end=\"3780\"/><h2 data-start=\"3782\" data-end=\"3799\">13. Contact Us\r\n </h2><p data-start=\"3801\" data-end=\"3874\">If you have any questions about these Terms & Conditions, please contact:\r\n </p><p data-start=\"367\" data-end=\"398\">\r\n </p><p data-start=\"3876\" data-end=\"4034\"><strong data-start=\"3876\" data-end=\"3908\">Trinade Technologies Limited</strong><br data-start=\"3908\" data-end=\"3911\"/></p><p data-pm-slice=\"1 1 []\">[Alick Nkahata Road, Longacres Old City, Airport, Plot 22721, Lusaka]\r\n </p><p>Email: [sales@trinadezambia.com]\r\n </p><p>Phone: [+260 779598383 | +260 967402703]\r\n </p><p>Website: [www.trinadezambia.com]\r\n </p></li></div></div><ul class=\"list-group\">\r\n </ul></div></div></div></div></div>\r\n* {\r\nbox-sizing: border-box;\r\n}\r\nbody {\r\nmargin: 0;\r\n}\r\n.pbrow{\r\ndisplay:flex;\r\njustify-content:flex-start;\r\nalign-items:stretch;\r\nflex-wrap:nowrap;\r\npadding:10px;\r\n}\r\n.cell{\r\nmin-height:75px;\r\nflex-grow:1;\r\nflex-basis:100%;\r\n}\r\n.list-group-item{\r\ncolor:#000000;\r\n}\r\n#i3ml{\r\npadding:120px 0 60px 0;\r\n}\r\n#il5q1d{\r\npadding:10px;\r\n}\r\n@media (max-width: 768px){\r\n.pbrow{\r\nflex-wrap:wrap;\r\n}\r\n}</div>', '* { box-sizing: border-box; } body {margin: 0;}.pbrow{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;padding:10px;}.cell{min-height:75px;flex-grow:1;flex-basis:100%;}.list-group-item{color:#000000;}@media (max-width: 768px){.pbrow{flex-wrap:wrap;}}', NULL), (56, 169, 'Privacy Policy', 'Privacy Policy', 'Please read the below Privacy Policy Statement', 'Privacy-Policy', 1, 3, 'privacy,policy', NULL, '2025-04-18 11:48:56', '2025-04-18 13:38:49', '[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"attributes\":{\"id\":\"is9t\"},\"components\":[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"type\":\"text\",\"content\":\"<p><strong>Trinade Technologies Limited</strong><br><strong>Effective Date:</strong> [Insert Date]</p><p>At Trinade Technologies Limited, we are committed to protecting your privacy and ensuring that your personal information is handled securely and responsibly. This Privacy Policy outlines how we collect, use, disclose, and protect your data when you interact with our website, products, and services.</p><hr><h2>1. Information We Collect</h2><p>We may collect the following types of information:</p><h3>a. Personal Information</h3><ul class=\\\"pagebuilder-ul\\\"><li><p>Full name</p></li><li><p>Email address</p></li><li><p>Phone number</p></li><li><p>Business/company details</p></li><li><p>Billing and payment information</p></li><li><p>Identification data (if required for certain services)</p></li></ul><h3>b. Non-Personal Information</h3><ul class=\\\"pagebuilder-ul\\\"><li><p>Browser type and version</p></li><li><p>Device information</p></li><li><p>IP address</p></li><li><p>Pages visited on our site</p></li><li><p>Time spent on pages</p></li></ul><hr><h2>2. How We Use Your Information</h2><p>We use the information we collect to:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>Provide and improve our products and services</p></li><li><p>Respond to inquiries and support requests</p></li><li><p>Process payments and invoices</p></li><li><p>Send updates, newsletters, or promotional content (with your consent)</p></li><li><p>Analyze usage data to improve user experience</p></li><li><p>Comply with legal obligations</p></li></ul><hr><h2>3. Data Sharing and Disclosure</h2><p>We do <strong>not</strong> sell or rent your personal information. We may share your information with:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>Trusted third-party service providers (e.g., hosting providers, payment gateways)</p></li><li><p>Law enforcement or regulatory authorities when required by law</p></li><li><p>Business partners only when necessary and with your prior consent</p></li></ul><hr><h2>4. Data Security</h2><p>We implement appropriate technical and organizational measures to protect your personal data from unauthorized access, disclosure, or destruction.</p><hr><h2>5. Your Rights</h2><p>As a user, you have the right to:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>Access and review your personal data</p></li><li><p>Request correction of inaccurate or incomplete data</p></li><li><p>Request deletion of your personal information</p></li><li><p>Withdraw consent to data processing</p></li><li><p>Lodge a complaint with the Zambian Data Protection Authority (if applicable)</p></li></ul><hr><h2>6. Data Retention</h2><p>We retain your data only for as long as necessary to fulfill the purposes for which it was collected or as required by applicable laws.</p><hr><h2>7. Cookies and Tracking Technologies</h2><p>Our website may use cookies and similar technologies to enhance user experience, analyze traffic, and serve targeted content. You can control or disable cookies via your browser settings.</p><hr><h2>8. Third-Party Links</h2><p>Our website may contain links to external sites. We are not responsible for the privacy practices or content of those sites.</p><hr><h2>9. Children’s Privacy</h2><p>Our services are not intended for children under the age of 18. We do not knowingly collect personal data from minors.</p><hr><h2>10. Updates to This Policy</h2><p>We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated \\\"Effective Date\\\".</p><hr><h2>11. Contact Us</h2><p>For questions, concerns, or requests regarding your personal data, please contact us at:</p><p><strong>Trinade Technologies Limited</strong></p><p>[Alick Nkahata Road, Longacres Old City, Airport, Plot 22721, Lusaka]</p><p>Email: [sales@trinadezambia.com]</p><p>Phone: [+260 779598383 | +260 967402703]</p><p>Website: [www.trinadezambia.com]</p>\",\"attributes\":{\"id\":\"i3to\"},\"activeOnRender\":0}]}]}]}]}]}]}]', '[{\"selectors\":[\"#wrapper\"],\"wrapper\":1},{\"selectors\":[\"list-group-item\"]},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"stretch\",\"flex-wrap\":\"nowrap\",\"padding\":\"10px\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"flex-wrap\":\"wrap\"},\"mediaText\":\"(max-width: 768px)\",\"atRuleType\":\"media\"},{\"selectors\":[{\"name\":\"cell\",\"private\":1}],\"style\":{\"min-height\":\"75px\",\"flex-grow\":\"1\",\"flex-basis\":\"100%\"}},{\"selectors\":[\"#is9t\"]},{\"selectors\":[\"#i3to\"],\"style\":{\"padding\":\"10px\"}}]', '<div class=\'pagebuilder-content\'><div class=\"pbrow\"><div class=\"cell\" id=\"is9t\"><div class=\"pbrow\"><div class=\"cell\"><div class=\"pbrow\"><div class=\"cell\"><div id=\"i3to\"><p><strong>Trinade Technologies Limited</strong><br><strong>Effective Date:</strong> [Insert Date]</p><p>At Trinade Technologies Limited, we are committed to protecting your privacy and ensuring that your personal information is handled securely and responsibly. This Privacy Policy outlines how we collect, use, disclose, and protect your data when you interact with our website, products, and services.</p><hr><h2>1. Information We Collect</h2><p>We may collect the following types of information:</p><h3>a. Personal Information</h3><ul class=\"pagebuilder-ul\"><li><p>Full name</p></li><li><p>Email address</p></li><li><p>Phone number</p></li><li><p>Business/company details</p></li><li><p>Billing and payment information</p></li><li><p>Identification data (if required for certain services)</p></li></ul><h3>b. Non-Personal Information</h3><ul class=\"pagebuilder-ul\"><li><p>Browser type and version</p></li><li><p>Device information</p></li><li><p>IP address</p></li><li><p>Pages visited on our site</p></li><li><p>Time spent on pages</p></li></ul><hr><h2>2. How We Use Your Information</h2><p>We use the information we collect to:</p><ul class=\"pagebuilder-ul\"><li><p>Provide and improve our products and services</p></li><li><p>Respond to inquiries and support requests</p></li><li><p>Process payments and invoices</p></li><li><p>Send updates, newsletters, or promotional content (with your consent)</p></li><li><p>Analyze usage data to improve user experience</p></li><li><p>Comply with legal obligations</p></li></ul><hr><h2>3. Data Sharing and Disclosure</h2><p>We do <strong>not</strong> sell or rent your personal information. We may share your information with:</p><ul class=\"pagebuilder-ul\"><li><p>Trusted third-party service providers (e.g., hosting providers, payment gateways)</p></li><li><p>Law enforcement or regulatory authorities when required by law</p></li><li><p>Business partners only when necessary and with your prior consent</p></li></ul><hr><h2>4. Data Security</h2><p>We implement appropriate technical and organizational measures to protect your personal data from unauthorized access, disclosure, or destruction.</p><hr><h2>5. Your Rights</h2><p>As a user, you have the right to:</p><ul class=\"pagebuilder-ul\"><li><p>Access and review your personal data</p></li><li><p>Request correction of inaccurate or incomplete data</p></li><li><p>Request deletion of your personal information</p></li><li><p>Withdraw consent to data processing</p></li><li><p>Lodge a complaint with the Zambian Data Protection Authority (if applicable)</p></li></ul><hr><h2>6. Data Retention</h2><p>We retain your data only for as long as necessary to fulfill the purposes for which it was collected or as required by applicable laws.</p><hr><h2>7. Cookies and Tracking Technologies</h2><p>Our website may use cookies and similar technologies to enhance user experience, analyze traffic, and serve targeted content. You can control or disable cookies via your browser settings.</p><hr><h2>8. Third-Party Links</h2><p>Our website may contain links to external sites. We are not responsible for the privacy practices or content of those sites.</p><hr><h2>9. Children’s Privacy</h2><p>Our services are not intended for children under the age of 18. We do not knowingly collect personal data from minors.</p><hr><h2>10. Updates to This Policy</h2><p>We may update this Privacy Policy from time to time. Any changes will be posted on this page with an updated \"Effective Date\".</p><hr><h2>11. Contact Us</h2><p>For questions, concerns, or requests regarding your personal data, please contact us at:</p><p><strong>Trinade Technologies Limited</strong></p><p>[Alick Nkahata Road, Longacres Old City, Airport, Plot 22721, Lusaka]</p><p>Email: [sales@trinadezambia.com]</p><p>Phone: [+260 779598383 | +260 967402703]</p><p>Website: [www.trinadezambia.com]</p></div></div></div></div></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}.pbrow{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;padding:10px;}.cell{min-height:75px;flex-grow:1;flex-basis:100%;}#i3to{padding:10px;}@media (max-width: 768px){.pbrow{flex-wrap:wrap;}}', NULL), (57, 169, 'Refund & Cancellation', 'Refund & Cancellation Policy', 'Please read the below Refund & Cancellation Policy', 'Refund-&-Cancellation', 1, 4, 'refund,cancellation,policy', NULL, '2025-04-18 13:42:01', '2025-04-18 13:43:01', '[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"name\":\"Pbrow\",\"droppable\":\".cell\",\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":0,\"bl\":0,\"br\":0,\"minDim\":1},\"classes\":[{\"name\":\"pbrow\",\"private\":1}],\"components\":[{\"name\":\"Cell\",\"draggable\":\".pbrow\",\"stylable-require\":[\"flex-basis\"],\"unstylable\":[\"width\"],\"resizable\":{\"tl\":0,\"tc\":0,\"tr\":0,\"cl\":0,\"cr\":1,\"bl\":0,\"br\":0,\"minDim\":1,\"bc\":0,\"currentUnit\":1,\"step\":0.2,\"keyWidth\":\"flex-basis\"},\"classes\":[{\"name\":\"cell\",\"private\":1}],\"components\":[{\"type\":\"text\",\"content\":\"<p><strong>Trinade Technologies Limited</strong><br><strong>Effective Date:</strong> 15-April-2025</p><p>At <strong>Trinade Technologies Limited</strong>, we aim to provide high-quality technology solutions and excellent customer service. This Refund & Cancellation Policy outlines our guidelines regarding cancellations, refunds, and changes to service agreements.</p><hr><h2>1. General Policy</h2><p>Due to the nature of our services — which include custom software development, consulting, and digital solutions — all sales are considered final once a project or subscription has begun, unless otherwise specified.</p><hr><h2>2. Cancellations</h2><h3>a. <strong>Project-Based Services</strong></h3><ul class=\\\"pagebuilder-ul\\\"><li><p>A client may cancel a project <strong>before work has commenced</strong>, subject to written notice.</p></li><li><p>If work has already started, the client may still cancel but will be billed for:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>Time and materials used up to the point of cancellation</p></li><li><p>Any third-party or licensing costs incurred on behalf of the client</p></li></ul></li></ul><h3>b. <strong>Monthly/Subscription Services</strong></h3><ul class=\\\"pagebuilder-ul\\\"><li><p>Subscription services (e.g., support, hosting, software-as-a-service) require <strong>written cancellation at least 14 days before the next billing cycle</strong>.</p></li><li><p>Failure to cancel within the timeframe will result in charges for the next billing period.</p></li></ul><hr><h2>3. Refunds</h2><h3>a. <strong>Non-Refundable Items</strong></h3><p>The following are non-refundable:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>Custom software development projects</p></li><li><p>Consulting or professional service hours already rendered</p></li><li><p>Domain registrations and third-party licensing</p></li><li><p>Setup fees for cloud or hardware infrastructure</p></li><li><p>Downloadable or licensed digital products</p></li></ul><h3>b. <strong>Refund Eligibility</strong></h3><p>Refunds may be issued under the following circumstances:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>A service is paid for but never delivered (with no activity logged)</p></li><li><p>A duplicate payment was made in error</p></li><li><p>A product or service is proven to be faulty, and we are unable to provide a fix or replacement within a reasonable time</p></li></ul><h3>c. <strong>Refund Requests</strong></h3><p>To request a refund, email us at [your-email@example.com] within <strong>7 days</strong> of the original payment. Please include:</p><ul class=\\\"pagebuilder-ul\\\"><li><p>Your name and contact details</p></li><li><p>Invoice or transaction reference</p></li><li><p>Reason for the refund request</p></li></ul><p>We will evaluate the request and respond within <strong>5 business days</strong>.</p>\",\"attributes\":{\"id\":\"is5l\"},\"activeOnRender\":0}]}]}]}]}]}]}]', '[{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"display\":\"flex\",\"justify-content\":\"flex-start\",\"align-items\":\"stretch\",\"flex-wrap\":\"nowrap\",\"padding\":\"10px\"}},{\"selectors\":[{\"name\":\"pbrow\",\"private\":1}],\"style\":{\"flex-wrap\":\"wrap\"},\"mediaText\":\"(max-width: 768px)\",\"atRuleType\":\"media\"},{\"selectors\":[{\"name\":\"cell\",\"private\":1}],\"style\":{\"min-height\":\"75px\",\"flex-grow\":\"1\",\"flex-basis\":\"100%\"}},{\"selectors\":[\"#is5l\"],\"style\":{\"padding\":\"10px\"}}]', '<div class=\'pagebuilder-content\'><div class=\"pbrow\"><div class=\"cell\"><div class=\"pbrow\"><div class=\"cell\"><div class=\"pbrow\"><div class=\"cell\"><div id=\"is5l\"><p><strong>Trinade Technologies Limited</strong><br><strong>Effective Date:</strong> 15-April-2025</p><p>At <strong>Trinade Technologies Limited</strong>, we aim to provide high-quality technology solutions and excellent customer service. This Refund & Cancellation Policy outlines our guidelines regarding cancellations, refunds, and changes to service agreements.</p><hr><h2>1. General Policy</h2><p>Due to the nature of our services — which include custom software development, consulting, and digital solutions — all sales are considered final once a project or subscription has begun, unless otherwise specified.</p><hr><h2>2. Cancellations</h2><h3>a. <strong>Project-Based Services</strong></h3><ul class=\"pagebuilder-ul\"><li><p>A client may cancel a project <strong>before work has commenced</strong>, subject to written notice.</p></li><li><p>If work has already started, the client may still cancel but will be billed for:</p><ul class=\"pagebuilder-ul\"><li><p>Time and materials used up to the point of cancellation</p></li><li><p>Any third-party or licensing costs incurred on behalf of the client</p></li></ul></li></ul><h3>b. <strong>Monthly/Subscription Services</strong></h3><ul class=\"pagebuilder-ul\"><li><p>Subscription services (e.g., support, hosting, software-as-a-service) require <strong>written cancellation at least 14 days before the next billing cycle</strong>.</p></li><li><p>Failure to cancel within the timeframe will result in charges for the next billing period.</p></li></ul><hr><h2>3. Refunds</h2><h3>a. <strong>Non-Refundable Items</strong></h3><p>The following are non-refundable:</p><ul class=\"pagebuilder-ul\"><li><p>Custom software development projects</p></li><li><p>Consulting or professional service hours already rendered</p></li><li><p>Domain registrations and third-party licensing</p></li><li><p>Setup fees for cloud or hardware infrastructure</p></li><li><p>Downloadable or licensed digital products</p></li></ul><h3>b. <strong>Refund Eligibility</strong></h3><p>Refunds may be issued under the following circumstances:</p><ul class=\"pagebuilder-ul\"><li><p>A service is paid for but never delivered (with no activity logged)</p></li><li><p>A duplicate payment was made in error</p></li><li><p>A product or service is proven to be faulty, and we are unable to provide a fix or replacement within a reasonable time</p></li></ul><h3>c. <strong>Refund Requests</strong></h3><p>To request a refund, email us at [your-email@example.com] within <strong>7 days</strong> of the original payment. Please include:</p><ul class=\"pagebuilder-ul\"><li><p>Your name and contact details</p></li><li><p>Invoice or transaction reference</p></li><li><p>Reason for the refund request</p></li></ul><p>We will evaluate the request and respond within <strong>5 business days</strong>.</p></div></div></div></div></div></div></div></div>', '* { box-sizing: border-box; } body {margin: 0;}.pbrow{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;padding:10px;}.cell{min-height:75px;flex-grow:1;flex-basis:100%;}#is5l{padding:10px;}@media (max-width: 768px){.pbrow{flex-wrap:wrap;}}', NULL); -- -------------------------------------------------------- -- -- Table structure for table `partners` -- CREATE TABLE `partners` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `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 `partners` -- INSERT INTO `partners` (`id`, `language_id`, `image`, `url`, `serial_number`) VALUES (38, 169, '1584815450.png', 'https://themeforest.net/', 1), (39, 169, '1584815440.png', 'https://audiojungle.net/', 2), (40, 169, '1584815430.png', 'https://codecanyon.net', 3), (41, 169, '1584815416.png', 'https://graphicriver.net/', 4), (42, 169, '1584815403.png', 'https://audiojungle.net/', 5), (43, 169, '1584815391.png', 'https://photodune.net/', 6), (44, 169, '1584815377.png', 'https://videohive.net/', 7); -- -------------------------------------------------------- -- -- 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-a34940f2f87746abbdd8c117caee81cf-X\",\"secret_key\":\"FLWSECK_TEST-1cb427c96e0b1e6772a04504be3638bd-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', '{\"merchant\":\"tkogux49985047638244\",\"secret\":\"LhNGUUKE9xCQ9xY8\",\"website\":\"WEBSTAGING\",\"industry\":\"Retail\",\"text\":\"Pay via your paytm account.\"}', 'paytm', 1), (12, NULL, NULL, NULL, 'Paystack', 'automatic', '{\"key\":\"pk_test_3a92490cb518c1b0d4c5f5273ea5cd67d5b4ea61\",\"secret_key\":\"sk_test_4ac9f2c43514e3cc08ab68f922201549ebda1bfd\",\"email\":\"test@test.com\",\"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 Card.\"}', 'stripe', 1), (15, NULL, NULL, NULL, 'Paypal', 'automatic', '{\"client_id\":\"Aal5j466_JNRtBI3Yc-ADcseTX4Cnt25cTeIvvr0aWVvbSBAoFfBe2FnxetYxgId7WGKXyRRM2QHyAKM\",\"client_secret\":\"EO96wJdrs8HfT_cKeXtLmvJNGcau3GkuWr_Pv7RfDYQtjlH0F9Zei5T4_Ehbhl7i14TQPRV8ZzN6U7Wb\",\"sandbox_check\":\"1\",\"text\":\"Pay via your PayPal account.\"}', 'paypal', 1), (17, NULL, NULL, NULL, 'Mollie Payment', 'automatic', '{\"key\":\"test_5HcWVs9qc5pzy36H9Tu9mwAyats33J\",\"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, '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), (21, NULL, NULL, NULL, 'Perfect Money', 'automatic', '{\"perfect_money_wallet_id\":\"U45424907\"}', 'perfect_money', 1), (22, NULL, NULL, NULL, 'Xendit', 'automatic', '{\"secret_key\":\"xnd_development_xJnvoJSaiPLhSzwB23Xmzu6Fcayjou9e8qpaoExzfj3UWfmM4GvaY1eBgzcABxyr\"}', 'xendit', 1), (23, 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), (24, NULL, NULL, NULL, 'Yoco', 'automatic', '{\"secret_key\":\"sk_test_960bfde0VBrLlpK098e4ffeb53e1\"}', 'yoco', 1), (25, NULL, NULL, NULL, 'Toyyibpay', 'automatic', '{\"sandbox_status\":\"1\",\"secret_key\":\"5zcr9cl4-3aak-8vzl-5ahm-6f1k6z1lvjw3\",\"category_code\":\"m1plpg99\"}', 'toyyibpay', 1), (26, 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), (27, NULL, NULL, NULL, 'Iyzico', 'automatic', '{\"sandbox_status\":\"1\",\"api_key\":\"sandbox-nhwvNYFN8EdyUm0MXVon9u9wNt6HTKrl\",\"secret_key\":\"sandbox-nZ69wQYaUbxqKbOoHJmc9CjQZtgcSloC\"}', 'iyzico', 1), (28, NULL, NULL, NULL, 'Midtrans', 'automatic', '{\"is_production\":\"1\",\"server_key\":\"SB-Mid-server-w4Ihfmt0iPijcKkEfa8X2e-9\"}', 'midtrans', 1); -- -------------------------------------------------------- -- -- Table structure for table `pcategories` -- CREATE TABLE `pcategories` ( `id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `image` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` int(11) NOT NULL DEFAULT '1', `is_feature` int(11) NOT NULL DEFAULT '0', `products_in_home` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - yes, 0 - no', `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 `pcategories` -- INSERT INTO `pcategories` (`id`, `name`, `slug`, `language_id`, `image`, `status`, `is_feature`, `products_in_home`, `created_at`, `updated_at`) VALUES (1, 'Accessories', 'Accessories', 169, '6190e22c176d4.png', 1, 1, 0, '2020-04-18 03:56:01', '2021-11-14 05:17:16'), (3, 'Pants', 'Pants', 169, NULL, 1, 0, 1, '2020-04-18 04:21:27', '2021-11-14 02:16:47'), (4, 'Shoes', 'Shoes', 169, '6190e24c6ede7.png', 1, 1, 0, '2020-05-01 04:05:24', '2021-11-14 05:17:48'), (7, 'Shirts', 'Shirts', 169, '6190e263bcc1f.png', 1, 1, 1, '2020-05-13 14:22:32', '2021-11-14 05:18:11'), (25, 'About', 'About', 169, '6190d42bf2b81.jpg', 1, 0, 0, '2021-11-14 04:17:31', '2021-11-14 04:17:31'); -- -------------------------------------------------------- -- -- Table structure for table `permalinks` -- CREATE TABLE `permalinks` ( `id` bigint(20) UNSIGNED NOT NULL, `permalink` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `details` tinyint(4) NOT NULL DEFAULT '0' COMMENT '1 - for details page, 0 - for non-details page' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `permalinks` -- INSERT INTO `permalinks` (`id`, `permalink`, `type`, `details`) VALUES (1, 'packages', 'packages', 0), (2, 'package', 'package_order', 1), (3, 'services', 'services', 0), (4, 'service', 'service_details', 1), (5, 'portfolios', 'portfolios', 0), (6, 'portfolio', 'portfolio_details', 1), (7, 'products', 'products', 0), (8, 'product', 'product_details', 1), (9, 'cart', 'cart', 0), (10, 'checkout', 'product_checkout', 0), (11, 'team', 'team', 0), (12, 'courses', 'courses', 0), (13, 'course', 'course_details', 1), (14, 'causes', 'causes', 0), (15, 'cause', 'cause_details', 1), (16, 'events', 'events', 0), (17, 'event', 'event_details', 1), (18, 'career', 'career', 0), (19, 'job', 'career_details', 1), (20, 'event-calendar', 'event_calendar', 0), (21, 'knowledgebase', 'knowledgebase', 0), (22, 'article', 'knowledgebase_details', 1), (23, 'gallery', 'gallery', 0), (24, 'faq', 'faq', 0), (25, 'blogs', 'blogs', 0), (26, 'blog', 'blog_details', 1), (27, 'rss', 'rss', 0), (28, 'rss', 'rss_details', 1), (29, 'contact', 'contact', 0), (30, 'quote', 'quote', 0), (31, 'login', 'login', 0), (32, 'register', 'register', 0), (33, 'forget-password', 'forget_password', 0), (67, 'admin', 'admin_login', 0); -- -------------------------------------------------------- -- -- Table structure for table `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci, `last_used_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `points` -- CREATE TABLE `points` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '39498a', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_text` 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 `points` -- INSERT INTO `points` (`id`, `language_id`, `icon`, `color`, `title`, `short_text`, `serial_number`) VALUES (19, 169, 'fas fa-low-vision', '39498A', 'Vision', 'To achieve sustained leadership position in providing superior services to the organizations around the globe for cutting their time-to-market, with substantial cost savings.', 1), (20, 169, 'fas fa-bullseye', 'F77272', 'Mission', 'To delight the customers by relentlessly driving technological advancements and innovation that become essential to stay ahead of the competition at affordable Cost.', 2), (22, 169, 'fas fa-map-pin', '69A66C', 'Core Values', 'The Core Values Trust , Confidentiality, Accountability, Integrity we possess ensures quality service to customers and best working experience for employees.', 3); -- -------------------------------------------------------- -- -- 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; -- -------------------------------------------------------- -- -- Table structure for table `portfolios` -- CREATE TABLE `portfolios` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `submission_date` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `client_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tags` text COLLATE utf8mb4_unicode_ci, `featured_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `service_id` int(11) DEFAULT NULL, `content` blob, `status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `feature` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - will not show in home, 1 - will show in home', `serial_number` int(11) NOT NULL DEFAULT '0', `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, `website_link` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `portfolios` -- INSERT INTO `portfolios` (`id`, `language_id`, `title`, `slug`, `start_date`, `submission_date`, `client_name`, `tags`, `featured_image`, `service_id`, `content`, `status`, `feature`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `website_link`) VALUES (39, 169, 'Car Service & Car Repair HTML', 'Car-Service-&-Car-Repair-HTML', '12/01/2019', '12/20/2019', 'Michael Doe', 'car,service', '1593840092.jpg', 132, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c666f6e7420636f6c6f723d2223666630303030223e3c623e4d6161726966203c2f623e3c2f666f6e743e69732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 1, 1, NULL, NULL, '2019-12-22 02:17:15', '2021-04-01 07:46:27', 'http://example.com/'), (40, 169, 'Transport & Logistic HTML', 'Transport-&-Logistic-HTML', NULL, NULL, 'Michael Doe', 'transport', '1593840107.jpg', 133, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 1, 2, NULL, NULL, '2019-12-22 02:19:10', '2021-04-20 10:22:11', 'http://example.com/'), (41, 169, 'Sports Landing Page', 'sports-landing-page', '12/10/2019', '12/19/2019', 'Michael Doe', 'ui', '1593840122.jpg', 145, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 1, 3, NULL, NULL, '2019-12-22 02:20:11', '2020-07-03 23:22:02', 'http://example.com/'), (42, 169, 'App Landing Page', 'app-landing-page', '12/04/2019', '12/20/2019', 'Michael Doe', 'laravel', '1593840132.jpg', 142, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 1, 4, NULL, NULL, '2019-12-22 02:21:47', '2020-07-03 23:22:12', 'http://example.com/'), (43, 169, 'App Landing PSD template', 'app-landing-psd-template', '12/03/2019', '12/21/2019', 'Michael Doe', 'python', '1593840151.jpg', 140, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 1, 5, NULL, NULL, '2019-12-22 02:23:16', '2020-07-03 23:22:31', 'http://example.com/'); INSERT INTO `portfolios` (`id`, `language_id`, `title`, `slug`, `start_date`, `submission_date`, `client_name`, `tags`, `featured_image`, `service_id`, `content`, `status`, `feature`, `serial_number`, `meta_keywords`, `meta_description`, `created_at`, `updated_at`, `website_link`) VALUES (44, 169, 'Tranvel Agency', 'tranvel-agency', '12/03/2019', '12/21/2019', 'Michael Doe', 'raw php', '1593840290.jpg', 137, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 1, 6, NULL, NULL, '2019-12-22 02:24:15', '2020-07-03 23:24:50', 'http://example.com/'), (45, 169, 'Financial Planning HTML', 'financial-planning-html', '12/01/2019', '12/21/2019', 'Michael Doe', 'graphic design', '1593840212.jpg', 145, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 0, 7, NULL, NULL, '2019-12-22 02:25:20', '2020-07-04 03:25:21', 'http://example.com/'), (46, 169, 'Business Vue Template', 'business-vue-template', '12/04/2019', '12/20/2019', 'Michael Doe', 'business', '1593840274.jpg', 135, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 0, 8, NULL, NULL, '2019-12-22 02:26:32', '2020-07-04 03:25:19', 'http://example.com/'), (47, 169, 'Autoshop', 'Autoshop', '12/09/2019', '12/20/2019', 'Michael Doe', 'autoshop', '1593840263.jpg', 138, 0x3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d61617269662069732066756c6c7920726573706f6e736976652c20756e697175652026616d703b206d6f6465726e2064657369676e65642048544d4c2074656d706c6174652e20546869732048544d4c2074656d706c6174652063616e206265207573656420666f72266e6273703b3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e63617220736572766963696e672c2063617220726570616972696e672c2063617220776173682c206175746f2073686f702c206d656368616e69632073686f702c206261747465726965732073686f702c2074697265202f20776865656c2073686f702c206d756c7469707572706f736520627573696e65737365733c2f7370616e3e2e2057652068617665207573656420636f6d6d656e74206f6e20636f64657320616e6420616c736f206465636f72617465642074686520636f6465732062656175746966756c6c7920736f206f6e652063616e2066696e642069742076657279206561737920746f20637573746f6d697a652e205765206861766520616c736f20616464656420612064657461696c656420646f63756d656e746174696f6e20776865726520776520686176652064657363726962656420686f7720746f20637573746f6d697a65206561636820616e642065766572797468696e67206f6620746869732074656d706c61746520776974682073637265656e73686f74732e205765206861766520747269656420746f206769766520616e2061747472616374697665206c6f6f6b20746f20746869732074656d706c61746520736f207468617420796f752063616e20676174686572206d6f72652074726166666963206f6e20796f757220776562736974652e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e496620796f75207374696c6c206e65656420616e79206b696e64206f662068656c702c207468656e20706c65617365206d61696c207573202854686520737570706f7274206d61696c206164647265737320686173206265656e20616464656420696e2074686520646f63756d656e746174696f6e2066696c65292e2057652061726520616c7761797320746865726520746f2068656c7020796f75206f75742e204d6f72656f7665722c20696620796f75206e65656420616e79206b696e64206f6620637573746f6d697a6174696f6e20796f752063616e206869726520757320746f6f2e3c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d73697a653a2031302e3570743b206c696e652d6865696768743a20323870783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e3c6f3a703e3c2f6f3a703e3c2f7370616e3e3c2f703e3c646976207374796c653d226261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465722d746f703a206e6f6e653b20626f726465722d72696768743a206e6f6e653b20626f726465722d6c6566743a206e6f6e653b20626f726465722d696d6167653a20696e697469616c3b20626f726465722d626f74746f6d3a2031707420736f6c696420726762283231322c203231322c20323132293b2070616464696e673a2030696e2030696e203870743b223e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e3a2032322e3570742030696e20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b20626f726465723a206e6f6e653b2070616464696e673a2030696e3b223e3c7370616e207374796c653d22666f6e742d7765696768743a203630303b223e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e4d616172696620e280932043617220536572766963652026616d703b20436172205265706169722048544d4c352054656d706c6174652046656174757265733c2f7370616e3e3c2f7370616e3e3c7370616e207374796c653d22666f6e742d66616d696c793a202671756f743b54696d6573204e657720526f6d616e2671756f743b3b20666f6e742d73697a653a203770743b223e266e6273703b20266e6273703b3c2f7370616e3e3c2f703e3c2f6469763e3c6469763e3c62723e3c2f6469763e3c6469763e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e33352048544d4c2046696c65733c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e53686f7020706167657320696e636c756465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e50726f64756374207a6f6f6d696e6720666561747572653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e426f6f74737472617020342062617365643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e526573706f6e736976652064657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e556e6971756520616e64204d6f6465726e2044657369676e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5375706572206561737920746f20637573746f6d697a653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e566572792077656c6c20646f63756d656e74656420636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e44657461696c656420646f63756d656e746174696f6e3c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e5733632076616c6964617465643c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e56616c69642026616d703b20636c65616e20636f64653c2f7370616e3e3c62723e3c7370616e207374796c653d22666f6e742d73697a653a2031332e3570743b206c696e652d6865696768743a20333670783b20666f6e742d66616d696c793a2048656c7665746963612c2073616e732d73657269663b223e477265617420537570706f72742032342f373c2f7370616e3e3c2f6469763e, 'Completed', 0, 9, NULL, NULL, '2019-12-22 02:27:35', '2021-04-20 10:51:56', 'http://example.com/'); -- -------------------------------------------------------- -- -- Table structure for table `portfolio_images` -- CREATE TABLE `portfolio_images` ( `id` bigint(20) UNSIGNED NOT NULL, `portfolio_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 `portfolio_images` -- INSERT INTO `portfolio_images` (`id`, `portfolio_id`, `image`, `created_at`, `updated_at`) VALUES (287, 41, '5dfe29f41b197.jpg', '2019-12-22 02:19:32', '2019-12-22 02:20:11'), (288, 41, '5dfe29f454643.jpg', '2019-12-22 02:19:32', '2019-12-22 02:20:11'), (290, 42, '5dfe2a4a34125.jpg', '2019-12-22 02:20:58', '2019-12-22 02:21:47'), (291, 42, '5dfe2a4a6f64d.jpg', '2019-12-22 02:20:58', '2019-12-22 02:21:47'), (292, 43, '5dfe2aaee8c25.jpg', '2019-12-22 02:22:38', '2019-12-22 02:23:16'), (294, 43, '5dfe2aaf38104.jpg', '2019-12-22 02:22:39', '2019-12-22 02:23:16'), (297, 44, '5dfe2ae76b637.jpg', '2019-12-22 02:23:35', '2019-12-22 02:24:15'), (298, 45, '5dfe2b26e3c98.jpg', '2019-12-22 02:24:38', '2019-12-22 02:25:20'), (299, 45, '5dfe2b26ef49c.jpg', '2019-12-22 02:24:38', '2019-12-22 02:25:20'), (300, 45, '5dfe2b272bbfa.jpg', '2019-12-22 02:24:39', '2019-12-22 02:25:20'), (301, 46, '5dfe2b66001eb.jpg', '2019-12-22 02:25:42', '2019-12-22 02:26:32'), (303, 46, '5dfe2b663a021.jpg', '2019-12-22 02:25:42', '2019-12-22 02:26:32'), (376, NULL, '5e52b93f770d8.jpg', '2020-02-24 05:41:19', '2020-02-24 05:41:19'), (377, NULL, '5e52b93f77bab.jpg', '2020-02-24 05:41:19', '2020-02-24 05:41:19'), (378, NULL, '5e52b940e8f5f.jpg', '2020-02-24 05:41:20', '2020-02-24 05:41:20'), (383, 46, '5f00125f93150.jpg', '2020-07-03 23:23:43', '2020-07-03 23:23:43'), (385, 44, '5f0012740207c.jpg', '2020-07-03 23:24:04', '2020-07-03 23:24:04'), (392, NULL, '5f8a93db51c35.jpg', '2020-10-17 00:48:59', '2020-10-17 00:48:59'), (393, NULL, '5f8a93db67bff.jpg', '2020-10-17 00:48:59', '2020-10-17 00:48:59'), (432, 39, '6061770b55e6b.jpg', '2021-03-29 02:43:23', '2021-03-29 02:43:23'), (433, 39, '6061770b5a22f.jpg', '2021-03-29 02:43:23', '2021-03-29 02:43:23'), (441, 40, '607ee3937e946.jpg', '2021-04-20 10:22:11', '2021-04-20 10:22:11'), (442, 40, '607ee3937fa83.jpg', '2021-04-20 10:22:11', '2021-04-20 10:22:11'), (443, 47, '607eea8c8d5c2.jpg', '2021-04-20 10:51:56', '2021-04-20 10:51:56'), (444, 47, '607eea8c8ec72.jpg', '2021-04-20 10:51:56', '2021-04-20 10:51:56'), (445, 47, '607eea8c8fc89.jpg', '2021-04-20 10:51:56', '2021-04-20 10:51:56'); -- -------------------------------------------------------- -- -- Table structure for table `products` -- CREATE TABLE `products` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `stock` int(11) DEFAULT '0', `sku` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `category_id` int(11) DEFAULT NULL, `tags` text COLLATE utf8mb4_unicode_ci, `feature_image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `summary` text COLLATE utf8mb4_unicode_ci, `description` text COLLATE utf8mb4_unicode_ci, `current_price` decimal(8,2) DEFAULT '0.00', `previous_price` decimal(8,2) DEFAULT '0.00', `is_feature` int(11) NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `rating` decimal(11,2) NOT NULL DEFAULT '0.00', `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `type` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'digital - digital product, physical - physical product', `download_file` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `download_link` text COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `products` -- INSERT INTO `products` (`id`, `title`, `slug`, `language_id`, `stock`, `sku`, `category_id`, `tags`, `feature_image`, `summary`, `description`, `current_price`, `previous_price`, `is_feature`, `status`, `created_at`, `updated_at`, `rating`, `meta_keywords`, `meta_description`, `type`, `download_file`, `download_link`) VALUES (46, 'Ecommerce Website', 'Ecommerce-Website', 169, 99999987, NULL, 3, NULL, '1613882080.jpg', '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', '<p style=\"line-height: 1.6;\"><span style=\"font-size: 14px;\"><font color=\"#636363\">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</font></span><br></p>', 70.00, NULL, 0, 1, '2021-01-18 04:26:13', '2023-09-17 05:15:55', 4.00, NULL, NULL, 'digital', NULL, 'https://ulozto.net/file/rku2mrnfMWLJ/timwork-10-rar'), (47, 'Restaurant Website', 'Restaurant-Website', 169, 99999980, NULL, 1, NULL, '1613882000.jpg', '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', '<p style=\"line-height: 1.6;\"><font color=\"#636363\"><strong style=\"margin: 0px; padding: 0px; font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\">Lorem Ipsum</strong><span style=\"font-family: "Open Sans", Arial, sans-serif; font-size: 14px; text-align: justify;\"> 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</span></font><br></p>', 50.00, 85.00, 0, 1, '2021-01-18 04:27:12', '2023-09-17 05:23:25', 5.00, NULL, NULL, 'digital', 'Restaurant-Website-6031e787b8387.zip', NULL); -- -------------------------------------------------------- -- -- Table structure for table `product_images` -- CREATE TABLE `product_images` ( `id` bigint(20) UNSIGNED NOT NULL, `product_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 `product_images` -- INSERT INTO `product_images` (`id`, `product_id`, `image`, `created_at`, `updated_at`) VALUES (240, NULL, '5f006ffde7ce0.jpg', '2020-06-26 01:47:09', '2020-07-04 06:07:17'), (241, NULL, '5f006ffd15442.jpg', '2020-06-26 01:47:09', '2020-07-04 06:07:17'), (242, NULL, '5f006ffd18542.jpg', '2020-06-26 01:47:10', '2020-07-04 06:07:17'), (243, NULL, '5f006ffd7884b.jpg', '2020-06-26 01:47:10', '2020-07-04 06:07:17'), (244, NULL, '5f006ffd79b1c.jpg', '2020-06-26 01:47:10', '2020-07-04 06:07:17'), (245, NULL, '5f006ffde2622.jpg', '2020-06-26 01:47:10', '2020-07-04 06:07:17'), (252, NULL, '5f006ffde7ce0.jpg', '2020-06-26 04:52:38', '2020-07-04 06:07:17'), (253, NULL, '5f006ffd15442.jpg', '2020-06-26 04:52:38', '2020-07-04 06:07:17'), (254, NULL, '5f006ffd18542.jpg', '2020-06-26 04:52:39', '2020-07-04 06:07:17'), (255, NULL, '5f006ffd7884b.jpg', '2020-06-26 04:52:39', '2020-07-04 06:07:17'), (256, NULL, '5f006ffd79b1c.jpg', '2020-06-26 04:52:39', '2020-07-04 06:07:17'), (257, NULL, '5f006ffde2622.jpg', '2020-06-26 04:52:46', '2020-07-04 06:07:17'), (332, 46, '5f006ffde7ce0.jpg', '2020-06-26 05:40:23', '2020-07-04 06:07:18'), (333, 46, '5f006ffd15442.jpg', '2020-06-26 05:40:23', '2020-07-04 06:07:18'), (334, 46, '5f006ffd18542.jpg', '2020-06-26 05:40:23', '2020-07-04 06:07:18'), (335, 46, '5f006ffd7884b.jpg', '2020-06-26 05:40:23', '2020-07-04 06:07:18'), (336, 46, '5f006ffd79b1c.jpg', '2020-06-26 05:40:24', '2020-07-04 06:07:18'), (337, 46, '5f006ffde2622.jpg', '2020-06-26 05:40:24', '2020-07-04 06:07:18'), (338, 47, '5f006ffde7ce0.jpg', '2020-07-04 06:03:09', '2020-07-04 06:07:18'), (339, 47, '5f006ffd15442.jpg', '2020-07-04 06:03:09', '2020-07-04 06:07:18'), (340, 47, '5f006ffd18542.jpg', '2020-07-04 06:03:09', '2020-07-04 06:07:18'), (341, 47, '5f006ffd7884b.jpg', '2020-07-04 06:03:09', '2020-07-04 06:07:18'), (342, 47, '5f006ffd79b1c.jpg', '2020-07-04 06:03:09', '2020-07-04 06:07:18'), (343, 47, '5f006ffde2622.jpg', '2020-07-04 06:03:09', '2020-07-04 06:07:18'); -- -------------------------------------------------------- -- -- Table structure for table `product_orders` -- CREATE TABLE `product_orders` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `billing_country` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_fname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_lname` 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_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `billing_number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_country` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_fname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_lname` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_address` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_city` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shpping_number` varchar(255) COLLATE utf8mb4_unicode_ci NOT 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(11,2) DEFAULT NULL, `method` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `gateway_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `order_number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `shipping_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_charge` decimal(11,2) DEFAULT NULL, `payment_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `order_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `txnid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `charge_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `invoice_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receipt` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `conversation_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `product_reviews` -- CREATE TABLE `product_reviews` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `product_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 `product_reviews` -- INSERT INTO `product_reviews` (`id`, `user_id`, `product_id`, `review`, `comment`, `created_at`, `updated_at`) VALUES (25, 26, 47, 5, 'Great product with great features', '2021-04-27 11:23:39', '2021-04-27 11:23:39'), (26, 26, 46, 4, 'Needs more improvement', '2021-04-27 11:24:22', '2021-04-27 11:24:22'), (27, 26, 16, 3, 'Slow Delivery', '2021-04-27 11:29:17', '2021-04-27 11:29:17'), (28, 26, 14, 5, 'Awesome Product Quality', '2021-04-27 11:30:01', '2021-04-27 11:30:01'), (29, 26, 10, 5, 'Loved this', '2021-04-27 11:30:21', '2021-04-27 11:30:21'); -- -------------------------------------------------------- -- -- Table structure for table `push_subscriptions` -- CREATE TABLE `push_subscriptions` ( `id` bigint(20) UNSIGNED NOT NULL, `subscribable_id` int(11) DEFAULT NULL, `subscribable_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `endpoint` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `public_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `auth_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content_encoding` 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 `push_subscriptions` -- INSERT INTO `push_subscriptions` (`id`, `subscribable_id`, `subscribable_type`, `endpoint`, `public_key`, `auth_token`, `content_encoding`, `created_at`, `updated_at`) VALUES (8, 8, 'App\\Guest', 'https://updates.push.services.mozilla.com/wpush/v2/gAAAAABgWtflfgOQ6Zu9YS1cgmd5CpfOnjSoxolT02byjYLKCQBrtUypVyYG9YxI0_ypNnyfZpRSf3tOur7GBiN1R5NGZVkaazRPwt1rILBAeNfNw6AW_N3hWD7Uz-RLxfFc7G7PAegKlgGYoL0n1oUMuZOUI3cIZIb3hYtBa0YoP1YDgAfoAi0', 'BPnWQRwG0w9UpT9SgGIvZu14qiOh6xeJw7LH0SGB9yQ8rotD3PcoVP6baA5tkgHYeKbkBVc0zKscFanqLvSE2jI', 'xXBSBQEM1NUoevPvlcWIVw', NULL, '2021-03-24 01:10:47', '2021-03-24 01:10:47'), (20, 20, 'App\\Guest', 'https://updates.push.services.mozilla.com/wpush/v2/gAAAAABhikRba0a-zxtAD66amGYkq9OQh5z9-rOici-p6UUbMvDNtBfQFZE4l77xT47225N0YnU4jFxY2kNFVY9V7U07thn58MlpN_EjgPehJ0Iy8hx03MxC3QVXa4IOb-R7UDSPP1R9TdVa9LczlQc0FwKr946oYP35nPbyQ9wTpMAmjL9Alxk', 'BPPhkRphOJ6Ax917o2rVvZzFBnC3H1oHJQ0AkS8hk5w1TjYREbpz08z2EVe90NgWUw193FHMgjVP6zTp8yKaqMs', '171oWQWrwo4YTzwS6KWnzQ', NULL, '2021-11-09 04:50:20', '2021-11-09 04:50:20'), (21, 21, 'App\\Guest', 'https://fcm.googleapis.com/fcm/send/f0dlMt-oX9M:APA91bEjpmSkkxgd2vubVIT4YKI0sWFmfOSp64EWjMqd3czv96hr3TsjDpj5LEop10vFIH7NE6QktKACmLww-iVfxw361X_znJtsggv2j0KCh7HiArkUPUAuHIL0rpB-CL-6JEbw1XLx', 'BGUokSQoW3xW7FnkG3s9IS7JQdXEtS2RrXxy9jpCPrD4wEWldH61JaYYL2Of8BdySocWZfku3InyWMO7wonXv08', '-nG-0-ohe-cT-8yNPDldUg', NULL, '2021-11-09 04:52:27', '2021-11-09 04:52:27'), (24, 1, 'App\\Guest', 'https://fcm.googleapis.com/fcm/send/f4231ligyw4:APA91bEWz2VS4fiod9ap0zds6iaQNp0PBAxWKbdy5LwNHn7K_PAbpQHhPDVuiK7N21HOzj8bGVsXlDKuqRWEwEl-oxbWIvxKijGzkckSgJRZUomJqaB75FL4REiqM9cT672-5rF7V8uQ', 'BOFZwJVaXAtR3Ugp_Ur2XrfD_HrRfo-nhJNp07GQBSCcrIASA_3UJ5pF1uL8pA6Q31Uzw-axaZ3W-dr2w_cGWZE', 'nhI_kKk2ZdHEwQhlsgdKAw', NULL, '2023-09-17 04:06:51', '2023-09-17 04:06:51'); -- -------------------------------------------------------- -- -- Table structure for table `queue_jobs` -- CREATE TABLE `queue_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 `quotes` -- CREATE TABLE `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', `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 `quote_inputs` -- CREATE TABLE `quote_inputs` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `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', `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 `quote_inputs` -- INSERT INTO `quote_inputs` (`id`, `language_id`, `type`, `label`, `name`, `placeholder`, `required`, `created_at`, `updated_at`) VALUES (18, 169, 1, 'Contact Number', 'contact_number', 'Enter Contact Number', 1, '2019-12-25 18:57:49', '2019-12-25 18:57:49'), (19, 169, 1, 'Country', 'country', 'Enter Country Name', 1, '2019-12-25 18:58:11', '2019-12-25 18:58:11'), (20, 169, 2, 'Approximate Budget', 'approximate_budget', 'Select Approximate Budget', 1, '2019-12-25 18:59:35', '2019-12-25 18:59:35'), (21, 169, 1, 'Skype ID / Whatsapp Number', 'skype_id_whatsapp_number', 'Enter Skype ID / Whatsapp Number', 1, '2019-12-25 19:00:49', '2019-12-25 19:00:49'), (22, 169, 3, 'Select Your Choices', 'Select_Your_Choices', NULL, 1, '2019-12-25 19:01:53', '2021-01-23 06:17:55'), (23, 169, 4, 'Details', 'Details', 'Project Description', 1, '2019-12-25 19:10:59', '2021-01-23 06:28:37'), (46, 0, 1, 'Contact Number', 'contact_number', 'Enter Contact Number', 1, '2019-12-25 22:30:26', '2019-12-25 22:30:26'), (47, 0, 1, 'Country', 'country', 'Enter Country Name', 1, '2019-12-25 22:30:58', '2019-12-25 22:30:58'), (48, 0, 2, 'Approximate Budget', 'approximate_budget', 'Select Approximate Budget', 1, '2019-12-25 22:32:19', '2019-12-25 22:32:19'), (49, 0, 1, 'Skype ID / Whatsapp Number', 'skype_id_whatsapp_number', 'Enter Skype ID / Whatsapp Number', 1, '2019-12-25 22:32:38', '2019-12-25 22:32:38'), (50, 0, 3, 'Select Your Choices', 'select_your_choices', NULL, 1, '2019-12-25 22:33:21', '2019-12-25 22:33:21'), (51, 0, 4, 'Details', 'details', 'Project Description', 1, '2019-12-25 22:33:42', '2019-12-25 22:33:42'), (61, 169, 7, 'Time', 'Time', 'Enter Time', 1, '2021-01-23 06:18:45', '2021-02-20 22:16:09'), (62, 169, 5, 'Attachment 1', 'Attachment_1', NULL, 0, '2021-01-23 06:21:39', '2021-02-20 22:16:43'), (65, 169, 6, 'Date', 'Date', 'Enter Date', 1, '2021-01-23 06:23:45', '2021-02-20 22:16:31'), (66, 169, 5, 'Attachment 2', 'Attachment_2', NULL, 1, '2021-01-23 06:23:59', '2021-02-20 22:16:55'); -- -------------------------------------------------------- -- -- Table structure for table `quote_input_options` -- CREATE TABLE `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 `quote_input_options` -- INSERT INTO `quote_input_options` (`id`, `quote_input_id`, `name`, `created_at`, `updated_at`) VALUES (86, 20, 'less than $10000', '2019-12-25 18:59:35', '2019-12-25 18:59:35'), (87, 20, '$10000 to $25000', '2019-12-25 18:59:35', '2019-12-25 18:59:35'), (88, 20, '$25000 to $50000', '2019-12-25 18:59:35', '2019-12-25 18:59:35'), (89, 20, '$50000+', '2019-12-25 18:59:35', '2019-12-25 18:59:35'), (90, 20, 'Negotiable', '2019-12-25 18:59:35', '2019-12-25 18:59:35'), (119, 48, 'less than $10000', '2019-12-25 22:32:19', '2019-12-25 22:32:19'), (120, 48, '$10000 to $25000', '2019-12-25 22:32:19', '2019-12-25 22:32:19'), (121, 48, '$25000 to $50000', '2019-12-25 22:32:19', '2019-12-25 22:32:19'), (122, 48, '$50000+', '2019-12-25 22:32:19', '2019-12-25 22:32:19'), (123, 48, 'Negotiable', '2019-12-25 22:32:19', '2019-12-25 22:32:19'), (124, 50, 'Bootstrap 4 Template', '2019-12-25 22:33:21', '2019-12-25 22:33:21'), (125, 50, 'PSD to HTML', '2019-12-25 22:33:21', '2019-12-25 22:33:21'), (126, 50, 'HTML & CSS', '2019-12-25 22:33:21', '2019-12-25 22:33:21'), (127, 50, 'Laravel Framework', '2019-12-25 22:33:21', '2019-12-25 22:33:21'), (128, 50, 'React Native App', '2019-12-25 22:33:21', '2019-12-25 22:33:21'), (160, 22, 'Bootstrap 4 Template', '2021-01-23 06:28:24', '2021-01-23 06:28:24'), (161, 22, 'PSD to HTML', '2021-01-23 06:28:24', '2021-01-23 06:28:24'), (162, 22, 'HTML & CSS', '2021-01-23 06:28:24', '2021-01-23 06:28:24'), (163, 22, 'React Native App', '2021-01-23 06:28:24', '2021-01-23 06:28:24'), (164, 22, 'Laravel Framework', '2021-01-23 06:28:24', '2021-01-23 06:28:24'); -- -------------------------------------------------------- -- -- 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 (1, 'Moderator', '[\"Dashboard\",\"Theme & Home\",\"Content Management\",\"Pages\",\"Event Calendar\",\"Shop Management\",\"Events Management\",\"Knowledgebase\",\"Tickets\"]', '2019-10-03 03:47:30', '2021-04-22 07:07:55'), (3, 'Super Admin', '[\"Dashboard\",\"Basic Settings\",\"Subscribers\",\"Quote Management\",\"Home Page\",\"Footer\",\"Pages\",\"Service Page\",\"Portfolio Management\",\"Event Calendar\",\"Gallery Management\",\"FAQ Management\",\"Blogs\",\"Contact Page\",\"Role Management\",\"Users Management\",\"Language Management\",\"Backup\"]', '2019-10-04 02:52:29', '2020-03-06 05:48:34'), (4, 'Admin', '[\"Dashboard\",\"Content Management\"]', '2019-10-04 02:52:53', '2025-04-14 06:15:59'); -- -------------------------------------------------------- -- -- Table structure for table `rss_feeds` -- CREATE TABLE `rss_feeds` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `feed_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `feed_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `post_limit` int(11) DEFAULT NULL, `read_more_button` varchar(30) 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 `rss_feeds` -- INSERT INTO `rss_feeds` (`id`, `language_id`, `feed_name`, `feed_url`, `post_limit`, `read_more_button`, `created_at`, `updated_at`) VALUES (9, 169, 'ABC News', 'https://www.abc.net.au/news/feed/4570058/rss.xml', 5, 'Read More', '2020-03-27 16:29:30', NULL), (10, 169, 'CNN News', 'http://rss.cnn.com/rss/edition_world.rss', 10, 'Read More', NULL, NULL), (11, 169, 'Independent News', 'http://www.independent.co.uk/news/world/rss', 10, 'Read More', NULL, NULL), (12, NULL, NULL, NULL, NULL, 'Read More', NULL, NULL), (13, NULL, NULL, NULL, NULL, 'Read More', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `rss_posts` -- CREATE TABLE `rss_posts` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) DEFAULT NULL, `rss_feed_id` int(11) DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `photo` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `rss_link` 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 `rss_posts` -- INSERT INTO `rss_posts` (`id`, `language_id`, `rss_feed_id`, `title`, `slug`, `photo`, `description`, `rss_link`, `created_at`, `updated_at`) VALUES (15, 169, 9, 'As city gigs dry up, unemployed look to farmers for a job', 'As-city-gigs-dry-up,-unemployed-look-to-farmers-for-a-job', 'https://www.abc.net.au/news/image/11765638-16x9-2150x1210.jpg', '<p>Coronavirus is expected to force hundreds of thousands of Australians out of work, and farmers are already being inundated with enquiries from the unemployed.</p>', 'https://www.abc.net.au/news/2020-03-28/covid-19-downturn-sees-farmers-inundated-by-jobseekers/12097012', '2020-03-27 16:29:52', NULL), (16, 169, 9, '\'Ugly\' fruit and vegetables hit top shelf to meet demand during COVID-19', '\'Ugly\'-fruit-and-vegetables-hit-top-shelf-to-meet-demand-during-COVID-19', 'https://www.abc.net.au/news/image/7837650-16x9-2150x1210.jpg', '<p>Consumers can expect some different-looking fruit and vegetables in the aisles as COVID-19 demand forces supermarkets to relax specifications.</p>', 'https://www.abc.net.au/news/2020-03-25/supermarkets-change-fruit-vegetable-specifications-covid19/12085326', '2020-03-27 16:29:53', NULL), (17, 169, 9, 'Another hit to rural tourism in Tasmania', 'Another-hit-to-rural-tourism-in-Tasmania', 'https://www.abc.net.au/news/image/12085520-16x9-2150x1210.jpg', 'The rural tourism industry in southern Tasmania has been hit with closures of regional pubs and restaurants due to coronavirus', 'https://www.abc.net.au/radio/programs/tas-country-hour/bangor-closed/12085570', '2020-03-27 16:29:53', NULL), (18, 169, 9, 'While many are losing their jobs, these businesses need more workers', 'While-many-are-losing-their-jobs,-these-businesses-need-more-workers', 'https://www.abc.net.au/news/image/12084808-16x9-2150x1210.jpg', '<p>As tens of thousands of Australians lose their jobs because of new rules around social distancing, some businesses including food producers, are looking for new workers.</p>', 'https://www.abc.net.au/news/2020-03-24/some-businesses-looking-for-workers-amid-coronavirus-layoffs/12084182', '2020-03-27 16:29:53', NULL), (19, 169, 9, 'Farmer doesn\'t let coronavirus squash his giant pumpkin strides', 'Farmer-doesn\'t-let-coronavirus-squash-his-giant-pumpkin-strides', 'https://www.abc.net.au/news/image/12081934-16x9-2150x1210.jpg', '<p>Sorell farmer Shane Newitt put six months of love into his giant pumpkin to compete at the Bream Creek Show, but its cancellation hasn\'t stopped him showing it off.</p>', 'https://www.abc.net.au/news/2020-03-24/tasmanian-farmer-shane-newitt-shows-off-giant-pumpkin/12081512', '2020-03-27 16:29:53', NULL), (20, 169, 10, 'It\'s shockingly easy to get a $150 bonus with this card', 'It\'s-shockingly-easy-to-get-a-$150-bonus-with-this-card', 'https://cdn.cnn.com/cnnnext/dam/assets/200306170259-cc-pastelcashstack-super-169.jpg', '<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/BF-YqghZ2po\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/BF-YqghZ2po/best-cash-back-quicksilver', NULL, NULL), (21, 169, 10, 'Iceland lab\'s testing suggests 50% of cases have no symptoms', 'Iceland-lab\'s-testing-suggests-50%-of-cases-have-no-symptoms', 'https://cdn.cnn.com/cnnnext/dam/assets/200331132121-02-iceland-coronavirus-testing-super-169.jpg', 'There\'s a lot about Iceland that other countries could envy: Its spectacular natural surroundings, its place among the world\'s happiest countries, and, now, its large-scale testing for the novel coronavirus, which could influence how the world understands the outbreak.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/odv9kN_humI\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/odv9kN_humI/index.html', NULL, NULL), (22, 169, 10, 'Can the Tour de France go ahead?', 'Can-the-Tour-de-France-go-ahead?', 'https://cdn.cnn.com/cnnnext/dam/assets/190704153713-eddy-mercxx-super-169.jpg', 'With the list of sporting postponements growing ever longer, the fate of cycling\'s Tour de France would seem almost inevitable.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/ppR7f_Hvqo8\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/ppR7f_Hvqo8/index.html', NULL, NULL), (23, 169, 10, 'Asia may have been right about coronavirus and face masks', 'Asia-may-have-been-right-about-coronavirus-and-face-masks', 'https://cdn.cnn.com/cnnnext/dam/assets/200401141239-hong-kong-face-mask-0323-01-super-169.jpg', '<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/ZlwuatLpZnk\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/ZlwuatLpZnk/index.html', NULL, NULL), (24, 169, 10, 'UK races to convert convention hall into ICU', 'UK-races-to-convert-convention-hall-into-ICU', 'https://cdn.cnn.com/cnnnext/dam/assets/200401074352-nhs-nightingale-hospital-excel-center-super-169.jpg', 'The UK will open the doors this week on what could soon be the biggest intensive care unit in the country. Nick Paton Walsh reports from east London.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/JDrSljdXw7s\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/JDrSljdXw7s/london-nick-paton-walsh-nhs-excel-nightingale-hospital.cnn', NULL, NULL), (25, 169, 10, 'Cruise ships are still scrambling for safe harbor', 'Cruise-ships-are-still-scrambling-for-safe-harbor', 'https://cdn.cnn.com/cnnnext/dam/assets/200327135115-01-zaandam-0327-super-169.jpg', 'More than a dozen cruise ships remain stranded at sea right now -- some with and some without passengers -- as ports deny entry and passengers panic about returning home.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/tirk0A6nwoc\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/tirk0A6nwoc/index.html', NULL, NULL), (26, 169, 10, 'Analysis: Power-hungry leaders itching to exploit this crisis', 'Analysis:-Power-hungry-leaders-itching-to-exploit-this-crisis', 'https://cdn.cnn.com/cnnnext/dam/assets/200330112237-01-viktor-orban-0304-super-169.jpg', 'As Covid-19 brings the world to a halt, some world leaders have spotted an opportunity to tighten their grip on power.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/7BOgm5Y7KI0\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/7BOgm5Y7KI0/index.html', NULL, NULL), (27, 169, 10, 'How Huawei is returning to work', 'How-Huawei-is-returning-to-work', 'https://cdn.cnn.com/cnnnext/dam/assets/200331141553-huawei-shenzhen-file-super-169.jpg', 'At Huawei\'s first ever virtual press conference on Tuesday, CEO Eric Xu waited patiently as dozens of reporters attempted to get the moderator\'s attention on video conferencing platform Zoom.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/sknDExqjy8I\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/sknDExqjy8I/index.html', NULL, NULL), (28, 169, 10, 'How some investors have profited from the stock market\'s huge losses', 'How-some-investors-have-profited-from-the-stock-market\'s-huge-losses', 'https://cdn.cnn.com/cnnnext/dam/assets/200326111241-bill-ackman-1112-file-super-169.jpg', 'Hedge fund manager Bill Ackman appeared on CNBC earlier this month tearfully begging for the stock market to be shut down because he thought \"hell\" was coming,\"<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/J3F-ryolr6Y\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/J3F-ryolr6Y/index.html', NULL, NULL), (29, 169, 10, 'Pandemic could push 11 million people in Asia into poverty', 'Pandemic-could-push-11-million-people-in-Asia-into-poverty', 'https://cdn.cnn.com/cnnnext/dam/assets/200331141303-manila-philippines-0331-super-169.jpg', 'The economic fallout from the coronavirus pandemic could drive an additional 11 million people into poverty in East Asia and the Pacific unless \"urgent action\" is taken, the World Bank warned in a report released Monday.<img src=\"http://feeds.feedburner.com/~r/rss/edition_world/~4/N_u5Z8QWPmc\" height=\"1\" width=\"1\" alt=\"\">', 'http://rss.cnn.com/~r/rss/edition_world/~3/N_u5Z8QWPmc/index.html', NULL, NULL), (30, 169, 11, 'US medical workers hit by pay cuts at height of coronavirus', 'US-medical-workers-hit-by-pay-cuts-at-height-of-coronavirus', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/14/new-york-doctor.jpg', 'One of the largest medical staffing agencies in the US announced cuts to staff whilst they care for coronavirus patients', 'https://www.independent.co.uk/news/world/americas/us-politics/coronavirus-us-healthcare-doctor-pay-nurse-wages-a9440521.html', NULL, NULL), (31, 169, 11, 'Tornado and hurricane seasons could be worse this year due to abnormally high sea temperature', 'Tornado-and-hurricane-seasons-could-be-worse-this-year-due-to-abnormally-high-sea-temperature', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/12/tornado.jpg', 'Southern US states have seen unusually warm weather so far this year', 'https://www.independent.co.uk/news/world/americas/tornado-hurricane-season-high-sea-temperature-gulf-mexico-a9440331.html', NULL, NULL), (32, 169, 11, 'Coronavirus: Nuclear aircraft carrier will evacuate after desperate plea from captain', 'Coronavirus:-Nuclear-aircraft-carrier-will-evacuate-after-desperate-plea-from-captain', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2015/04/21/00/web-USS-Roosevelt-Get-v2.jpg', '\'We are not at war,\' wrote Captain Brett Crozier. \'Sailors do not need to die\'', 'https://www.independent.co.uk/news/world/americas/coronavirus-us-war-ship-theodore-roosevelt-navy-aircraft-carrier-guam-brett-crozier-a9439901.html', NULL, NULL), (33, 169, 11, 'Trump blames impeachment for slow response to coronavirus', 'Trump-blames-impeachment-for-slow-response-to-coronavirus', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/13/trump-hoax-rally.jpg', 'President suggests his administration was distracted by impeachment process in January', 'https://www.independent.co.uk/news/world/americas/us-politics/trump-coronavirus-impeachment-white-house-press-briefing-a9440351.html', NULL, NULL), (34, 169, 11, 'Coronavirus: 350 bodies sent away from Bergamo after local crematorium overwhelmed', 'Coronavirus:-350-bodies-sent-away-from-Bergamo-after-local-crematorium-overwhelmed', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/03/27/17/Italy-coronavirus-deaths.jpg', 'Florence reportedly offered help this week', 'https://www.independent.co.uk/news/world/europe/coronavirus-cremation-bergamo-bodies-sent-ferrara-venice-florence-a9440436.html', NULL, NULL), (35, 169, 11, 'Trump news – live: President warns nation facing &apos;hell of a bad two weeks&apos; and predicts death toll of up to 240,000 even if lockdown measures kept up', 'Trump-news-–-live:-President-warns-nation-facing-&apos;hell-of-a-bad-two-weeks&apos;-and-predicts-death-toll-of-up-to-240,000-even-if-lockdown-measures-kept-up', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/03/31/22/donald-trump-anthony-fauci-coronavirus.jpg', 'Follow the latest updates', 'https://www.independent.co.uk/news/world/americas/us-politics/trump-news-live-coronavirus-update-white-house-live-press-conference-cases-a9439936.html', NULL, NULL), (36, 169, 11, 'US coronavirus death toll passes 4,000 as cases near 200,000', 'US-coronavirus-death-toll-passes-4,000-as-cases-near-200,000', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/11/refrigeration-units-ny.jpg', 'The US death toll passed another marker on Wednesday, as coronavirus fatalities surpassed those of 9/11', 'https://www.independent.co.uk/news/world/americas/us-politics/us-coronavirus-death-toll-cases-latest-trump-news-a9440151.html', NULL, NULL), (37, 169, 11, 'Coronavirus news – live: UK daily death toll exceeds 500 for first time, as &apos;1.7 million Britons may have had disease&apos; and UN warns world faces &apos;worst crisis&apos; since WW2', 'Coronavirus-news-–-live:-UK-daily-death-toll-exceeds-500-for-first-time,-as-&apos;1.7-million-Britons-may-have-had-disease&apos;-and-UN-warns-world-faces-&apos;worst-crisis&apos;-since-WW2', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/07/pri148122028.jpg', 'Follow the latest updates', 'https://www.independent.co.uk/news/health/coronavirus-update-live-news-cases-uk-map-latest-today-deaths-a9439711.html', NULL, NULL), (38, 169, 11, '&apos;People do not realise what is coming&apos;: What a coronavirus crisis would look like in war-torn Syria, Yemen and Libya', '&apos;People-do-not-realise-what-is-coming&apos;:-What-a-coronavirus-crisis-would-look-like-in-war-torn-Syria,-Yemen-and-Libya', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/14/syria.jpg', 'In more than a dozen interviews, doctors and medical charities tells Bel Trew how years of conflict has left them completely unable to stop the spread of coronavirus', 'https://www.independent.co.uk/news/world/middle-east/coronavirus-syria-yemen-libya-cases-update-death-toll-doctors-a9440486.html', NULL, NULL), (39, 169, 11, '&apos;You could run from Katrina. You can&apos;t run from this&apos;: Hurricane&apos;s legacy haunts Louisiana&apos;s fight against coronavirus', '&apos;You-could-run-from-Katrina.-You-can&apos;t-run-from-this&apos;:-Hurricane&apos;s-legacy-haunts-Louisiana&apos;s-fight-against-coronavirus', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/12/New-Orleans-21.jpg', 'With Mardi Gras in hindsight, New Orleans becomes a scapegoat as the city braces for more trauma under a national microscope', 'https://www.independent.co.uk/news/world/americas/coronavirus-louisiana-new-orleans-hurricane-katrina-death-toll-cases-a9439616.html', NULL, NULL), (40, 169, 9, 'South Australian cellar doors closed amid coronavirus cluster concerns', 'South-Australian-cellar-doors-closed-amid-coronavirus-cluster-concerns', 'https://www.abc.net.au/news/image/12103596-16x9-2150x1210.jpg', '<p>With wine tasting already off the menu due to COVID-19 restrictions, many wineries have been relying on cellar-door sales to keep them afloat, but they are now being banned too.</p>', 'https://www.abc.net.au/news/2020-03-30/south-australian-wineries-to-close-amid-coronavirus-concerns/12103540', NULL, NULL), (41, 169, 9, '\'Just going to waste\': Flowers dumped as sales plummet amid coronavirus closures', '\'Just-going-to-waste\':-Flowers-dumped-as-sales-plummet-amid-coronavirus-closures', 'https://www.abc.net.au/news/image/12101024-16x9-2150x1210.jpg', '<p>Australian flower growers destroy tens of thousands of flowers after events and florists are shut down in coronavirus measures.</p>', 'https://www.abc.net.au/news/2020-03-30/flowers-dumped-as-coronavirus-closes-events-and-florists/12100998', NULL, NULL), (42, 169, 11, '&apos;We have a life and death situation&apos;: Trump lambasted for blaming slow coronavirus response on impeachment', '&apos;We-have-a-life-and-death-situation&apos;:-Trump-lambasted-for-blaming-slow-coronavirus-response-on-impeachment', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/03/13/14/pelosi-coronavirus.jpg', 'Pelosi: \'That\'s an admission that perhaps the president and the majority leader cannot handle the job\'', 'https://www.independent.co.uk/news/world/americas/us-politics/coronavirus-trump-impeachment-pandemic-us-pelosi-mitch-mcconnell-a9441136.html', NULL, NULL), (43, 169, 11, 'Coronavirus: Florida issues stay-at-home order', 'Coronavirus:-Florida-issues-stay-at-home-order', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2018/09/26/17/breaking-4.png', 'The governor of Florida has issued a statewide stay-at-home order to remain in effect for at least 30 days beginning Thursday, after facing extensive criticism over a seemingly slow response to the novel coronavirus pandemic.', 'https://www.independent.co.uk/news/world/americas/coronavirus-florida-stay-at-home-order-lockdown-update-today-a9441116.html', NULL, NULL), (44, 169, 11, 'Trump says Iran is planning &apos;sneak attack&apos; on US interests in Iraq', 'Trump-says-Iran-is-planning-&apos;sneak-attack&apos;-on-US-interests-in-Iraq', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2018/09/26/17/breaking-4.png', 'Donald Trump claimed Wednesday that Iran is planning a \"sneak attack\" against US forces in Iraq, without providing any evidence or sourcing for the assertion.', 'https://www.independent.co.uk/news/world/americas/trump-iran-us-troops-iraq-sanctions-military-latest-a9441056.html', NULL, NULL), (45, 169, 11, 'Coronavirus: New York governor says peak will hit at end of April, as death toll nears 2,000', 'Coronavirus:-New-York-governor-says-peak-will-hit-at-end-of-April,-as-death-toll-nears-2,000', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/18/ap-20090603494496.jpg', 'Cases in state rise to 83,712 people infected', 'https://www.independent.co.uk/news/world/americas/coronavirus-new-york-cases-andrew-cuomo-press-briefing-latest-a9440976.html', NULL, NULL), (46, 169, 11, 'Coronavirus: 28 spring breakers test positive after returning home to Texas', 'Coronavirus:-28-spring-breakers-test-positive-after-returning-home-to-Texas', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/17/florida-beach.jpg', '\'Four of the confirmed cases did not present any symptoms\'', 'https://www.independent.co.uk/news/world/americas/coronavirus-spring-break-test-positive-austin-texas-a9440911.html', NULL, NULL), (47, 169, 11, 'Coronavirus stimulus package: Who is eligible and when will you get your checks?', 'Coronavirus-stimulus-package:-Who-is-eligible-and-when-will-you-get-your-checks', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/16/stimulus-bill.jpg', 'Payment will be one-off that is calculated by looking at your 2019 tax return', 'https://www.independent.co.uk/news/world/americas/coronavirus-stimulus-package-when-checks-who-eligible-2020-trump-bill-a9440611.html', NULL, NULL), (48, 169, 11, 'Coronavirus: Trump administration claims it only found out alarming death toll figures at weekend despite experts issuing warning weeks ago', 'Coronavirus:-Trump-administration-claims-it-only-found-out-alarming-death-toll-figures-at-weekend-despite-experts-issuing-warning-weeks-ago', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/03/30/18/screenshot-2020-03-30-at-11.53.31-am.png', 'American life likely mostly shut down into \'early June,\' VP warns', 'https://www.independent.co.uk/news/world/americas/us-politics/coronavirus-trump-us-death-toll-pence-dr-birx-covid-stats-cases-a9440841.html', NULL, NULL), (49, 169, 11, 'Churches remain packed as pastors are arrested and lobby for exemptions to coronavirus lockdown orders', 'Churches-remain-packed-as-pastors-are-arrested-and-lobby-for-exemptions-to-coronavirus-lockdown-orders', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/17/new-york.jpg', 'Pastors sue for \'religious liberty\' exemptions as thousands of people die across the country from Covid-19', 'https://www.independent.co.uk/news/world/americas/churches-coronavirus-lock-down-louisiana-texas-pastors-arrest-a9440956.html', NULL, NULL), (50, 169, 11, 'Coronavirus: Man uses cherry picker to visit his mother on third floor of care home', 'Coronavirus:-Man-uses-cherry-picker-to-visit-his-mother-on-third-floor-of-care-home', 'https://static.independent.co.uk/s3fs-public/thumbnails/image/2020/04/01/15/care-home.png', '\'Her spirits were kind of down because she\'s used to being able to get out go places and do things\'', 'https://www.independent.co.uk/news/world/americas/coronavirus-care-home-visit-cherry-picker-social-distancing-elderly-a9440466.html', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `scategories` -- CREATE TABLE `scategories` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `short_text` text COLLATE utf8mb4_unicode_ci, `status` tinyint(4) NOT NULL DEFAULT '1', `serial_number` int(11) NOT NULL DEFAULT '0', `feature` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - will not show in home, 1 - will show in home' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `scategories` -- INSERT INTO `scategories` (`id`, `language_id`, `name`, `image`, `short_text`, `status`, `serial_number`, `feature`) VALUES (61, 169, 'Web, Mobile Apps, Software', '1581145761.png', 'We work with you to achieve your goals.', 1, 1, 1), (78, 169, 'Hardware Sales and Service', '68012af853294.png', 'We work with you to achieve your goals.', 1, 2, 1), (79, 169, 'Software Product Sales and Service', '6801476f5a5de.png', 'We work with you to achieve your goals.', 1, 3, 1), (80, 169, 'Business Analytics and Intelligence', '68014830328d2.png', 'We work with you to achieve your goals.', 1, 4, 1); -- -------------------------------------------------------- -- -- Table structure for table `services` -- CREATE TABLE `services` ( `id` int(11) NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `scategory_id` int(11) DEFAULT NULL, `main_image` 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, `content` blob, `summary` text COLLATE utf8mb4_unicode_ci, `serial_number` int(11) NOT NULL DEFAULT '0', `meta_keywords` text COLLATE utf8mb4_unicode_ci, `meta_description` text COLLATE utf8mb4_unicode_ci, `feature` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0 - will not show in home, 1 - will show in home', `details_page_status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - enable, 0 - disable', `sidebar` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1 - enable, 0 - disable' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `services` -- INSERT INTO `services` (`id`, `language_id`, `scategory_id`, `main_image`, `title`, `slug`, `content`, `summary`, `serial_number`, `meta_keywords`, `meta_description`, `feature`, `details_page_status`, `sidebar`) VALUES (166, 169, 61, '6801411ad7bde.jpg', 'UI & UX DESIGN', 'UI-&-UX-DESIGN', 0x3c683420646174612d73746172743d223735322220646174612d656e643d223738342220636c6173733d22223e3c623e4f75722055492f555820536572766963657320496e636c7564653a3c2f623e3c2f68343e3c756c20646174612d73746172743d223738352220646174612d656e643d2231363132223e0d0a3c6c6920646174612d73746172743d223738352220646174612d656e643d223932342220636c6173733d22223e0d0a3c7020646174612d73746172743d223738372220646174612d656e643d223932342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223738372220646174612d656e643d22383135223e557365722052657365617263682026616d703b20506572736f6e61733c2f7374726f6e673e3c627220646174612d73746172743d223831352220646174612d656e643d22383138223e0d0a576520737461727420627920756e6465727374616e64696e6720796f7572207573657273e28099206e656564732c206265686176696f72732c20616e64206368616c6c656e67657320746f20696e666f726d20736d6172742064657369676e206465636973696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223932362220646174612d656e643d22313036372220636c6173733d22223e0d0a3c7020646174612d73746172743d223932382220646174612d656e643d22313036372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223932382220646174612d656e643d22393638223e576972656672616d696e672026616d703b20496e7465726163746976652050726f746f74797065733c2f7374726f6e673e3c627220646174612d73746172743d223936382220646174612d656e643d22393731223e0d0a56697375616c20726f61646d61707320616e6420636c69636b61626c652070726f746f74797065732074686174206272696e6720696465617320746f206c69666520616e642076616c696461746520636f6e6365707473206561726c792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313036392220646174612d656e643d22313230352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313037312220646174612d656e643d22313230352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313037312220646174612d656e643d2231303834223e55492044657369676e3c2f7374726f6e673e3c627220646174612d73746172743d22313038342220646174612d656e643d2231303837223e0d0a56697375616c6c7920656e676167696e6720696e7465726661636573207468617420616c69676e207769746820796f7572206272616e64206964656e7469747920616e642070726f76696465206120636f6e73697374656e7420657870657269656e6365206163726f737320646576696365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313230372220646174612d656e643d22313333352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313230392220646174612d656e643d22313333352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313230392220646174612d656e643d2231323232223e55582044657369676e3c2f7374726f6e673e3c627220646174612d73746172743d22313232322220646174612d656e643d2231323235223e0d0a53747265616d6c696e6564207573657220666c6f77732c20696e74756974697665206e617669676174696f6e2c20616e642074686f7567687466756c6c792063726166746564206a6f75726e6579732074686174206b65657020757365727320636f6d696e67206261636b2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313333372220646174612d656e643d22313436382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313333392220646174612d656e643d22313436382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313333392220646174612d656e643d2231333730223e44657369676e2053797374656d732026616d703b2047756964656c696e65733c2f7374726f6e673e3c627220646174612d73746172743d22313337302220646174612d656e643d2231333733223e0d0a5363616c61626c6520616e64207265757361626c652064657369676e20636f6d706f6e656e7473207468617420656e7375726520636f6e73697374656e637920616e64207370656564206163726f737320646576656c6f706d656e742e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313437302220646174612d656e643d22313631322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313437322220646174612d656e643d22313631322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313437322220646174612d656e643d2231353038223e55736162696c6974792054657374696e672026616d703b204f7074696d697a6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313530382220646174612d656e643d2231353131223e0d0a576520746573742c206c6561726e2c20616e6420726566696e652064657369676e73206261736564206f6e207265616c207573657220666565646261636b20746f206d6178696d697a6520696d7061637420616e6420736174697366616374696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313631342220646174612d656e643d22313633362220636c6173733d22223e57687920576f726b20576974682055733f3c2f68343e3c756c20646174612d73746172743d22313633372220646174612d656e643d2231383638223e0d0a3c6c6920646174612d73746172743d22313633372220646174612d656e643d22313638382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313633392220646174612d656e643d22313638382220636c6173733d22223e557365722d6669727374206d696e6473657420696e2065766572792073746570206f66207468652070726f636573733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313638392220646174612d656e643d22313735302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313639312220646174612d656e643d22313735302220636c6173733d22223e457870657269656e636564207465616d206163726f7373206d756c7469706c6520696e647573747269657320616e6420706c6174666f726d733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313735312220646174612d656e643d22313830352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313735332220646174612d656e643d22313830352220636c6173733d22223e436f6c6c61626f72617469766520617070726f616368207769746820726567756c617220666565646261636b206c6f6f70733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313830362220646174612d656e643d22313836382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313830382220646174612d656e643d22313836382220636c6173733d22223e546f6f6c73206f662063686f6963653a204669676d612c2041646f62652058442c20536b657463682c20496e566973696f6e2c20616e64206d6f72653c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22313837302220646174612d656e643d22313933322220636c6173733d22223e4c6574e280997320776f726b20746f67657468657220746f2064657369676e20657870657269656e6365732074686174206d616b6520616e20696d706163742e3c2f703e, 'Great design isn’t just about how things look — it’s about how they work. Our UI/UX design services combine creativity, strategy, and deep user insight to craft seamless digital experiences that are both beautiful and functional.\r\n\r\nWe focus on understanding your users and your business goals to deliver designs that not only look stunning but also perform flawlessly. Whether it\'s a mobile app, website, or enterprise platform, we ensure every interaction feels effortless and meaningful.', 1, NULL, NULL, 1, 1, 1), (168, 169, 61, '68013ec6281c3.jpg', 'WEBSITE DEVELOPMENT', 'WEBSITE-DEVELOPMENT', 0x3c683320646174612d73746172743d223535312220646174612d656e643d223537312220636c6173733d22223ef09f92a12057686174205765204f666665723c2f68333e3c683420646174612d73746172743d223537332220646174612d656e643d223631332220636c6173733d22223e312e203c7374726f6e6720646174612d73746172743d223538312220646174612d656e643d22363131223e437573746f6d205765627369746520446576656c6f706d656e743c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d223631342220646174612d656e643d223830302220636c6173733d22223e5765206275696c642077656273697465732066726f6d207363726174636820776974682061207374726f6e6720666f637573206f6e2073706565642c20726573706f6e736976656e6573732c20616e64207365616d6c657373207573657220657870657269656e63652e2057686574686572206974277320612073696d706c65206c616e64696e672070616765206f7220612064796e616d696320776562206170702c207765e28099766520676f7420796f7520636f76657265642e3c2f703e3c7020646174612d73746172743d223631342220646174612d656e643d223830302220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d223830322220646174612d656e643d223833362220636c6173733d22223e322e203c7374726f6e6720646174612d73746172743d223831302220646174612d656e643d22383334223e452d436f6d6d6572636520536f6c7574696f6e733c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d223833372220646174612d656e643d22313031302220636c6173733d22223e4c61756e636820796f7572206f6e6c696e652073746f7265207769746820706c6174666f726d73206c696b652053686f706966792c20576f6f436f6d6d657263652c206f72206120637573746f6d20652d636f6d6d6572636520736f6c7574696f6e2e205765e280996c6c20696e746567726174652065766572797468696e672066726f6d207061796d656e7420676174657761797320746f20696e76656e746f7279206d616e6167656d656e742e3c2f703e3c7020646174612d73746172743d223833372220646174612d656e643d22313031302220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313031322220646174612d656e643d22313034372220636c6173733d22223e332e203c7374726f6e6720646174612d73746172743d22313032302220646174612d656e643d2231303435223e576f7264507265737320446576656c6f706d656e743c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d22313034382220646174612d656e643d22313139352220636c6173733d22223e4e65656420736f6d657468696e6720717569636b2c207363616c61626c652c20616e64206561737920746f206d616e6167653f205765206f6666657220637573746f6d20576f72645072657373207468656d6520616e6420706c7567696e20646576656c6f706d656e742c20616c6f6e6720776974682066756c6c20736574757020616e64206f7074696d697a6174696f6e2e3c2f703e3c7020646174612d73746172743d22313034382220646174612d656e643d22313139352220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313139372220646174612d656e643d22313233362220636c6173733d22223e342e203c7374726f6e6720646174612d73746172743d22313230352220646174612d656e643d2231323334223e5765627369746520526564657369676e2026616d703b20526576616d703c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d22313233372220646174612d656e643d22313338312220636c6173733d22223e416c726561647920686176652061207765627369746520627574206974206e65656473206120726566726573683f205765206d6f6465726e697a652064657369676e732c20696d70726f76652055582c20616e64206f7074696d697a6520706572666f726d616e636520666f722062657474657220656e676167656d656e7420616e6420636f6e76657273696f6e732e3c2f703e3c7020646174612d73746172743d22313233372220646174612d656e643d22313338312220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313338332220646174612d656e643d22313432392220636c6173733d22223e352e203c7374726f6e6720646174612d73746172743d22313339312220646174612d656e643d2231343237223e526573706f6e736976652026616d703b204d6f62696c652d46697273742044657369676e3c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d22313433302220646174612d656e643d22313533322220636c6173733d22223e45766572792073697465207765206275696c64206c6f6f6b7320616e642066756e6374696f6e732062656175746966756c6c79206f6e20616c6c2073637265656e2073697a657320e28094206d6f62696c652c207461626c65742c20616e64206465736b746f702e3c2f703e3c7020646174612d73746172743d22313433302220646174612d656e643d22313533322220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313533342220646174612d656e643d22313536372220636c6173733d22223e362e203c7374726f6e6720646174612d73746172743d22313534322220646174612d656e643d2231353635223e5765622041707020446576656c6f706d656e743c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d22313536382220646174612d656e643d22313730332220636c6173733d22223e4e656564206d6f7265207468616e2061207374616e6461726420776562736974653f205765206275696c642073656375726520616e64207363616c61626c65207765622061707073207573696e67206d6f6465726e206672616d65776f726b73206c696b652052656163742c205675652e6a732c204e6f64652e6a732c20616e64206d6f72652e3c2f703e3c7020646174612d73746172743d22313536382220646174612d656e643d22313730332220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313730352220646174612d656e643d22313733342220636c6173733d22223e372e203c7374726f6e6720646174612d73746172743d22313731332220646174612d656e643d2231373332223e434d5320496e746567726174696f6e3c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d22313733352220646174612d656e643d22313836392220636c6173733d22223e4d616e61676520796f757220636f6e74656e74207769746820656173652e20576520776f726b207769746820576f726450726573732c20576562666c6f772c205374726170692c20436f6e74656e7466756c2c20616e64206d6f726520e2809420676976696e6720796f752066756c6c20636f6e74726f6c206f76657220796f757220736974652e3c2f703e3c7020646174612d73746172743d22313733352220646174612d656e643d22313836392220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313837312220646174612d656e643d22313930362220636c6173733d22223e382e203c7374726f6e6720646174612d73746172743d22313837392220646174612d656e643d2231393034223e4d61696e74656e616e63652026616d703b20537570706f72743c2f7374726f6e673e3c2f68343e3c7020646174612d73746172743d22313930372220646174612d656e643d22323035332220636c6173733d22223e576520646f6ee2809974206a757374206275696c6420616e64206c656176652e204f7572207465616d2070726f7669646573206f6e676f696e6720737570706f72742c20757064617465732c206261636b7570732c20616e6420706572666f726d616e6365206d6f6e69746f72696e6720746f206b65657020796f757220736974652072756e6e696e6720736d6f6f74686c792e3c2f703e3c7020646174612d73746172743d22313930372220646174612d656e643d22323035332220636c6173733d22223e3c62723e3c2f703e3c683320646174612d73746172743d22323036302220646174612d656e643d22323039342220636c6173733d22223ef09f94a720546563686e6f6c6f6769657320576520576f726b20576974683c2f68333e3c7020636c6173733d224d736f4e6f726d616c22207374796c653d226d617267696e2d626f74746f6d3a20313570743b206c696e652d6865696768743a20323870783b206261636b67726f756e642d696d6167653a20696e697469616c3b206261636b67726f756e642d706f736974696f6e3a20696e697469616c3b206261636b67726f756e642d73697a653a20696e697469616c3b206261636b67726f756e642d7265706561743a20696e697469616c3b206261636b67726f756e642d6174746163686d656e743a20696e697469616c3b206261636b67726f756e642d6f726967696e3a20696e697469616c3b206261636b67726f756e642d636c69703a20696e697469616c3b223e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323039352220646174612d656e643d22323230392220636c6173733d22223e48544d4c352c20435353332c204a6176615363726970742c20416e67756c61722c2052656163742c205675652c204e6f64652e6a732c205048502c20436f646549676e697465722c204c61726176656c2c20446f6e74204e65742c20576f726450726573732c2053686f706966792c20576562666c6f772c204d7953514c2c204d6f6e676f44422c20616e64206d6f72652e3c2f703e, 'Bring Your Vision to Life with Powerful, Scalable Websites\r\n\r\nWhether you\'re a startup, small business, or growing enterprise, we craft custom websites that combine stunning design with clean, high-performance code. Our web development services are tailored to your brand, goals, and users.', 2, NULL, NULL, 1, 1, 1), (272, 169, 61, '6801441d21330.jpg', 'CUSTOM SOFTWARE DEVELOPMENT', 'CUSTOM-SOFTWARE-DEVELOPMENT', 0x3c683420646174612d73746172743d223438372220646174612d656e643d223530332220636c6173733d22223e3c623e3c753e5768617420576520446f3a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223530342220646174612d656e643d2231323936223e0d0a3c6c6920646174612d73746172743d223530342220646174612d656e643d223633372220636c6173733d22223e0d0a3c7020646174612d73746172743d223530362220646174612d656e643d223633372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223530362220646174612d656e643d22353337223e576562204170706c69636174696f6e20446576656c6f706d656e743c2f7374726f6e673e3c627220646174612d73746172743d223533372220646174612d656e643d22353430223e0d0a5363616c61626c6520616e64207365637572652077656220706c6174666f726d73206275696c74207573696e67206d6f6465726e20746563686e6f6c6f6769657320746861742067726f77207769746820796f757220627573696e6573732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223633392220646174612d656e643d223736362220636c6173733d22223e0d0a3c7020646174612d73746172743d223634312220646174612d656e643d223736362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223634312220646174612d656e643d22363637223e4d6f62696c652041707020446576656c6f706d656e743c2f7374726f6e673e3c627220646174612d73746172743d223636372220646174612d656e643d22363730223e0d0a486967682d706572666f726d616e636520694f5320616e6420416e64726f6964206170706c69636174696f6e73207769746820696e747569746976652055492f555820616e64207365616d6c6573732066756e6374696f6e616c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223736382220646174612d656e643d223930342220636c6173733d22223e0d0a3c7020646174612d73746172743d223737302220646174612d656e643d223930342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223737302220646174612d656e643d22373939223e437573746f6d20536f66747761726520536f6c7574696f6e733c2f7374726f6e673e3c627220646174612d73746172743d223739392220646174612d656e643d22383032223e0d0a456e642d746f2d656e6420646576656c6f706d656e7420666f7220756e6971756520627573696e657373206e6565647320e280942066726f6d20696e7465726e616c20746f6f6c7320746f20637573746f6d65722d666163696e6720706c6174666f726d732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223930362220646174612d656e643d22313033382220636c6173733d22223e0d0a3c7020646174612d73746172743d223930382220646174612d656e643d22313033382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223930382220646174612d656e643d22393336223e4150492026616d703b2053797374656d20496e746567726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d223933362220646174612d656e643d22393339223e0d0a436f6e6e65637420796f757220736f66747761726520776974682074686972642d70617274792073797374656d73206f72206c656761637920696e66726173747275637475726520746f2073747265616d6c696e65206f7065726174696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313034302220646174612d656e643d22313136372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313034322220646174612d656e643d22313136372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313034322220646174612d656e643d2231303734223e4d565020446576656c6f706d656e7420666f722053746172747570733c2f7374726f6e673e3c627220646174612d73746172743d22313037342220646174612d656e643d2231303737223e0d0a466173742d747261636b20796f75722070726f64756374206c61756e63682077697468206c65616e2c206d61726b65742d72656164792070726f746f747970657320616e64206167696c6520646576656c6f706d656e742e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313136392220646174612d656e643d22313239362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313137312220646174612d656e643d22313239362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313137312220646174612d656e643d2231313936223e4d61696e74656e616e63652026616d703b20537570706f72743c2f7374726f6e673e3c627220646174612d73746172743d22313139362220646174612d656e643d2231313939223e0d0a4f6e676f696e6720746563686e6963616c20737570706f727420616e64206f7074696d697a6174696f6e20746f206b65657020796f757220736f6674776172652072756e6e696e6720736d6f6f74686c7920616e64207365637572656c792e3c2f703e3c7020646174612d73746172743d22313137312220646174612d656e643d22313239362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313239382220646174612d656e643d22313331352220636c6173733d22223e3c623e3c753e4f75722050726f636573733a3c2f753e3c2f623e3c2f68343e3c6f6c20646174612d73746172743d22313331362220646174612d656e643d2231373638223e0d0a3c6c6920646174612d73746172743d22313331362220646174612d656e643d22313430382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313331392220646174612d656e643d22313430382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313331392220646174612d656e643d2231333433223e446973636f766572792026616d703b20506c616e6e696e673c2f7374726f6e673e20e2809320576520756e6465727374616e6420796f757220676f616c732c2075736572732c20616e6420746563686e6963616c20726571756972656d656e74732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313430392220646174612d656e643d22313439392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313431322220646174612d656e643d22313439392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313431322220646174612d656e643d2231343336223e44657369676e2026616d703b2050726f746f747970696e673c2f7374726f6e673e20e280932056697375616c697a696e6720746865207573657220657870657269656e6365206265666f726520646576656c6f706d656e7420626567696e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313530302220646174612d656e643d22313539362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313530332220646174612d656e643d22313539362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313530332220646174612d656e643d2231353234223e4167696c6520446576656c6f706d656e743c2f7374726f6e673e20e280932052617069642c2069746572617469766520646576656c6f706d656e74206379636c65732077697468207472616e73706172656e7420636f6d6d756e69636174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313539372220646174612d656e643d22313638372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313630302220646174612d656e643d22313638372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313630302220646174612d656e643d2231363136223e54657374696e672026616d703b2051413c2f7374726f6e673e20e280932054686f726f7567682074657374696e6720746f20656e7375726520706572666f726d616e63652c2073656375726974792c20616e642072656c696162696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313638382220646174612d656e643d22313736382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313639312220646174612d656e643d22313736382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313639312220646174612d656e643d2231373135223e4465706c6f796d656e742026616d703b20537570706f72743c2f7374726f6e673e20e2809320536d6f6f7468206c61756e6368657320616e6420636f6e74696e75656420737570706f727420706f73742d6c61756e63682e3c2f703e0d0a3c2f6c693e0d0a3c2f6f6c3e3c683420646174612d73746172743d22313737302220646174612d656e643d22313739352220636c6173733d22223e3c62723e3c2f68343e3c683420646174612d73746172743d22313737302220646174612d656e643d22313739352220636c6173733d22223e3c623e3c753e546563686e6f6c6f67696573205765205573653a3c2f753e3c2f623e3c2f68343e3c7020646174612d73746172743d22313739362220646174612d656e643d22313934312220636c6173733d22223e4a617661536372697074202852656163742c204e6f64652e6a732920e280a22050485020284c61726176656c2c20436f646549676e697465722920e280a220507974686f6e20e280a2204a61766120e280a2202e4e455420e280a220466c757474657220e280a2205265616374204e617469766520e280a2204d7953514c20e280a2204d6f6e676f444220e280a22041575320e280a220417a75726520e280a220446f636b65723c2f703e3c683420646174612d73746172743d22313934332220646174612d656e643d22313936322220636c6173733d22223e3c62723e3c2f68343e3c683420646174612d73746172743d22313934332220646174612d656e643d22313936322220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c756c20646174612d73746172743d22313936332220646174612d656e643d2232313834223e0d0a3c6c6920646174612d73746172743d22313936332220646174612d656e643d22323031362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313936352220646174612d656e643d22323031362220636c6173733d22223e46756c6c2d6379636c6520646576656c6f706d656e742066726f6d20636f6e6365707420746f206465706c6f796d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323031372220646174612d656e643d22323037352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323031392220646174612d656e643d22323037352220636c6173733d22223e496e6475737472792d73706563696669632065787065727469736520616e64207363616c61626c6520617263686974656374757265733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323037362220646174612d656e643d22323132392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323037382220646174612d656e643d22323132392220636c6173733d22223e5472616e73706172656e742070726f636573732077697468206d696c6573746f6e652d62617365642064656c69766572793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323133302220646174612d656e643d22323138342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323133322220646174612d656e643d22323138342220636c6173733d22223e466f637573206f6e20706572666f726d616e63652c2075736162696c6974792c20616e64206c6f6e672d7465726d2076616c75653c2f703e3c2f6c693e3c2f756c3e, 'Turning Ideas Into Powerful, Scalable Digital Solutions\r\n\r\nWe build robust, tailored software solutions designed to solve real business problems and deliver measurable results. Whether you\'re a startup or an enterprise, our development team brings technical excellence and a collaborative mindset to every project.', 3, NULL, NULL, 1, 1, 1), (273, 169, 61, '6801466de7b01.jpg', 'MOBILE APPLICATION DEVELOPMENT', 'MOBILE-APPLICATION-DEVELOPMENT', 0x3c683420646174612d73746172743d223531392220646174612d656e643d223533382220636c6173733d22223e3c623e3c753e57686174205765204f666665723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223533392220646174612d656e643d2231333737223e0d0a3c6c6920646174612d73746172743d223533392220646174612d656e643d223637332220636c6173733d22223e0d0a3c7020646174612d73746172743d223534312220646174612d656e643d223637332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223534312220646174612d656e643d22353734223e694f532026616d703b20416e64726f69642041707020446576656c6f706d656e743c2f7374726f6e673e3c627220646174612d73746172743d223537342220646174612d656e643d22353737223e0d0a4e61746976652061707073206275696c7420666f72206f7074696d616c20706572666f726d616e636520616e64207573657220657870657269656e6365206f6e20626f746820694f5320616e6420416e64726f696420646576696365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223637352220646174612d656e643d223832332220636c6173733d22223e0d0a3c7020646174612d73746172743d223637372220646174612d656e643d223832332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223637372220646174612d656e643d22373131223e43726f73732d506c6174666f726d2041707020446576656c6f706d656e743c2f7374726f6e673e3c627220646174612d73746172743d223731312220646174612d656e643d22373134223e0d0a4275696c64206f6e63652c206465706c6f79206576657279776865726520e28094207573696e6720746563686e6f6c6f67696573206c696b6520466c757474657220616e64205265616374204e617469766520666f72206661737465722074696d652d746f2d6d61726b65742e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223832352220646174612d656e643d223934312220636c6173733d22223e0d0a3c7020646174612d73746172743d223832372220646174612d656e643d223934312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223832372220646174612d656e643d22383534223e55492f55582044657369676e20666f72204d6f62696c653c2f7374726f6e673e3c627220646174612d73746172743d223835342220646174612d656e643d22383537223e0d0a496e747569746976652c20656e676167696e67206d6f62696c6520696e74657266616365732064657369676e656420666f722065617365206f662075736520616e64207573657220726574656e74696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223934332220646174612d656e643d22313038312220636c6173733d22223e0d0a3c7020646174612d73746172743d223934352220646174612d656e643d22313038312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223934352220646174612d656e643d22393634223e4d565020446576656c6f706d656e743c2f7374726f6e673e3c627220646174612d73746172743d223936342220646174612d656e643d22393637223e0d0a4c61756e6368206661737420776974682061206c65616e2c2066756e6374696f6e616c2076657273696f6e206f6620796f7572206d6f62696c652061707020746f2076616c696461746520796f7572206964656120616e642061747472616374206561726c792061646f70746572732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313038332220646174612d656e643d22313233362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313038352220646174612d656e643d22313233362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313038352220646174612d656e643d2231313236223e4261636b656e6420446576656c6f706d656e742026616d703b2041504920496e746567726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313132362220646174612d656e643d2231313239223e0d0a536f6c6964206261636b656e642061726368697465637475726520616e64207365616d6c65737320696e746567726174696f6e7320746f20737570706f727420796f75722061707027732066756e6374696f6e616c69747920616e64207363616c6162696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313233382220646174612d656e643d22313337372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313234302220646174612d656e643d22313337372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313234302220646174612d656e643d2231323639223e417070204d61696e74656e616e63652026616d703b20537570706f72743c2f7374726f6e673e3c627220646174612d73746172743d22313236392220646174612d656e643d2231323732223e0d0a526567756c617220757064617465732c206275672066697865732c20616e6420706572666f726d616e6365206f7074696d697a6174696f6e20746f206b65657020796f7572206170702072756e6e696e6720736d6f6f74686c7920706f73742d6c61756e63682e3c2f703e3c7020646174612d73746172743d22313234302220646174612d656e643d22313337372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313337392220646174612d656e643d22313339362220636c6173733d22223e3c623e3c753e4f75722050726f636573733a3c2f753e3c2f623e3c2f68343e3c6f6c20646174612d73746172743d22313339372220646174612d656e643d2231383339223e0d0a3c6c6920646174612d73746172743d22313339372220646174612d656e643d22313437382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313430302220646174612d656e643d22313437382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313430302220646174612d656e643d2231343233223e53747261746567792026616d703b20506c616e6e696e673c2f7374726f6e673e20e2809320556e6465727374616e64696e6720796f757220676f616c7320616e6420646566696e696e672074686520726f61646d61702e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313437392220646174612d656e643d22313537332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313438322220646174612d656e643d22313537332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313438322220646174612d656e643d2231353036223e44657369676e2026616d703b2050726f746f747970696e673c2f7374726f6e673e20e28093204372656174696e6720776972656672616d657320616e642076697375616c206d6f636b75707320666f72207468652062657374207573657220666c6f772e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313537342220646174612d656e643d22313636322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313537372220646174612d656e643d22313636322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313537372220646174612d656e643d2231353938223e4167696c6520446576656c6f706d656e743c2f7374726f6e673e20e2809320466173742c2069746572617469766520636f64696e67206379636c6573207769746820636f6e7374616e7420666565646261636b206c6f6f70732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313636332220646174612d656e643d22313734332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313636362220646174612d656e643d22313734332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313636362220646174612d656e643d2231363832223e54657374696e672026616d703b2051413c2f7374726f6e673e20e2809320456e737572696e67207175616c6974792c20706572666f726d616e63652c20616e642064657669636520636f6d7061746962696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313734342220646174612d656e643d22313833392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313734372220646174612d656e643d22313833392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313734372220646174612d656e643d2231373637223e4c61756e63682026616d703b20537570706f72743c2f7374726f6e673e20e2809320536d6f6f7468206465706c6f796d656e7420616e6420636f6e74696e756f757320696d70726f76656d656e74206261736564206f6e207265616c2d776f726c64207573652e3c2f703e0d0a3c2f6c693e0d0a3c2f6f6c3e3c683420646174612d73746172743d22313834312220646174612d656e643d22313837312220636c6173733d22223e3c62723e3c2f68343e3c683420646174612d73746172743d22313834312220646174612d656e643d22313837312220636c6173733d22223e3c623e3c753e506c6174666f726d732026616d703b20546563686e6f6c6f676965733a3c2f753e3c2f623e3c2f68343e3c7020646174612d73746172743d22313837322220646174612d656e643d22313936392220636c6173733d22223e3c7370616e207374796c653d22666f6e742d73697a653a206d656469756d3b223ee280a2266e6273703b3c2f7370616e3e466c757474657220e280a2205265616374204e617469766520e280a22053776966742028694f532920e280a2204b6f746c696e2028416e64726f69642920e280a220466972656261736520e280a2204e6f64652e6a7320e280a22041575320e280a2205245535466756c20415049733c2f703e3c683420646174612d73746172743d22313937312220646174612d656e643d22313939332220636c6173733d22223e3c62723e3c2f68343e3c683420646174612d73746172743d22313937312220646174612d656e643d22313939332220636c6173733d22223e3c623e3c753e57687920576f726b20576974682055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313939342220646174612d656e643d2232323030223e0d0a3c6c6920646174612d73746172743d22313939342220646174612d656e643d22323034382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313939362220646174612d656e643d22323034382220636c6173733d22223e45787065727469736520696e206e617469766520616e642063726f73732d706c6174666f726d20646576656c6f706d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323034392220646174612d656e643d22323130302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323035312220646174612d656e643d22323130302220636c6173733d22223e557365722d666f637573656420617070726f6163682066726f6d2064657369676e20746f206465706c6f796d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323130312220646174612d656e643d22323135312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323130332220646174612d656e643d22323135312220636c6173733d22223e5363616c61626c6520736f6c7574696f6e73206275696c7420666f72206c6f6e672d7465726d20737563636573733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323135322220646174612d656e643d22323230302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323135342220646174612d656e643d22323230302220636c6173733d22223e5472616e73706172656e7420636f6c6c61626f726174696f6e20616e64206f6e2d74696d652064656c69766572793c2f703e3c7020646174612d73746172743d22323135342220646174612d656e643d22323230302220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323230322220646174612d656e643d22323237372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323230322220646174612d656e643d2232323433223e4861766520616e2061707020696465613f204c6574e2809973206d616b65206974207265616c2e3c2f7374726f6e673e3c2f703e, 'Innovative, Scalable, and User-Friendly Mobile Solutions\r\n\r\nWe design and develop custom mobile applications that deliver seamless user experiences and high performance across all platforms. Whether you\'re launching a new app or expanding your digital ecosystem, our mobile development team turns your vision into a polished, functional reality.', 4, NULL, NULL, 1, 1, 1), (274, 169, 79, '680217056b4c1.jpg', 'SMALL & MEDIUM ENTERPRISE RESOURCE PLANNING (ERP)', 'SMALL-&-MEDIUM-ENTERPRISE-RESOURCE-PLANNING-(ERP)', 0x3c683420646174612d73746172743d223533332220646174612d656e643d223535322220636c6173733d22223e3c623e3c753e57686174205765204f666665723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223535332220646174612d656e643d2231333533223e0d0a3c6c6920646174612d73746172743d223535332220646174612d656e643d223730382220636c6173733d22223e0d0a3c7020646174612d73746172743d223535352220646174612d656e643d223730382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223535352220646174612d656e643d22353739223e437573746f6d2045525020536f6c7574696f6e733c2f7374726f6e673e3c627220646174612d73746172743d223537392220646174612d656e643d22353832223e0d0a44657369676e65642066726f6d207468652067726f756e6420757020746f2066697420796f757220776f726b666c6f77732c20696e6475737472792c20616e642067726f77746820706c616e7320e28094206e6f20756e6e65636573736172792066656174757265732c206a757374207768617420796f75206e6565642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223731302220646174612d656e643d223834342220636c6173733d22223e0d0a3c7020646174612d73746172743d223731322220646174612d656e643d223834342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223731322220646174612d656e643d22373336223e4d6f64756c6172204172636869746563747572653c2f7374726f6e673e3c627220646174612d73746172743d223733362220646174612d656e643d22373339223e0d0a537461727420736d616c6c20616e64207363616c65206f7665722074696d65207769746820666c657869626c65206d6f64756c657320666f7220696e76656e746f72792c2073616c65732c2048522c2066696e616e63652c2043524d2c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223834362220646174612d656e643d223938372220636c6173733d22223e0d0a3c7020646174612d73746172743d223834382220646174612d656e643d223938372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223834382220646174612d656e643d22383831223e436c6f75642026616d703b204f6e2d5072656d697365204465706c6f796d656e743c2f7374726f6e673e3c627220646174612d73746172743d223838312220646174612d656e643d22383834223e0d0a43686f6f73652074686520726967687420696e667261737472756374757265206261736564206f6e20796f757220707265666572656e63657320e280942066756c6c7920636c6f75642d62617365642c206f6e2d7072656d6973652c206f72206879627269642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223938392220646174612d656e643d22313131382220636c6173733d22223e0d0a3c7020646174612d73746172743d223939312220646174612d656e643d22313131382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223939312220646174612d656e643d2231303230223e526f6c652d42617365642041636365737320436f6e74726f6c3c2f7374726f6e673e3c627220646174612d73746172743d22313032302220646174612d656e643d2231303233223e0d0a4b65657020796f75722064617461207365637572652077697468207065726d697373696f6e7320616e6420616363657373206c6576656c73207461696c6f72656420746f2065616368207465616d206d656d626572e280997320726f6c652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313132302220646174612d656e643d22313233382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313132322220646174612d656e643d22313233382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313132322220646174612d656e643d2231313530223e54686972642d506172747920496e746567726174696f6e733c2f7374726f6e673e3c627220646174612d73746172743d22313135302220646174612d656e643d2231313533223e0d0a5365616d6c6573736c7920636f6e6e6563742077697468206163636f756e74696e6720736f6674776172652c207061796d656e742067617465776179732c2043524d20746f6f6c732c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313234302220646174612d656e643d22313335332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313234322220646174612d656e643d22313335332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313234322220646174612d656e643d2231323637223e5265706f7274696e672026616d703b20416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313236372220646174612d656e643d2231323730223e0d0a4d616b6520736d617274657220627573696e657373206465636973696f6e732077697468207265616c2d74696d6520696e73696768747320616e6420637573746f6d697a61626c65207265706f7274732e3c2f703e3c7020646174612d73746172743d22313234322220646174612d656e643d22313335332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313335352220646174612d656e643d22313337362220636c6173733d22223e3c623e3c753e4b657920455250204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313337372220646174612d656e643d2231363036223e0d0a3c6c6920646174612d73746172743d22313337372220646174612d656e643d22313430392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313337392220646174612d656e643d22313430392220636c6173733d22223e496e76656e746f72792026616d703b2053746f636b204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313431302220646174612d656e643d22313433302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313431322220646174612d656e643d22313433302220636c6173733d22223e53616c65732026616d703b2050757263686173653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313433312220646174612d656e643d22313435352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313433332220646174612d656e643d22313435352220636c6173733d22223e4163636f756e74696e672026616d703b2046696e616e63653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313435362220646174612d656e643d22313439312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313435382220646174612d656e643d22313439312220636c6173733d22223e48756d616e205265736f75726365204d616e6167656d656e74202848524d293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313439322220646174612d656e643d22313533342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313439342220646174612d656e643d22313533342220636c6173733d22223e437573746f6d65722052656c6174696f6e73686970204d616e6167656d656e74202843524d293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313533352220646174612d656e643d22313536352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313533372220646174612d656e643d22313536352220636c6173733d22223e50726f64756374696f6e2026616d703b204d616e75666163747572696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313536362220646174612d656e643d22313538382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313536382220646174612d656e643d22313538382220636c6173733d22223e50726f6a656374204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313538392220646174612d656e643d22313630362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313539312220646174612d656e643d22313630362220636c6173733d22223e504f532026616d703b20496e766f6963696e673c2f703e3c7020646174612d73746172743d22313539312220646174612d656e643d22313630362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313630382220646174612d656e643d22313632372220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313632382220646174612d656e643d2231383932223e0d0a3c6c6920646174612d73746172743d22313632382220646174612d656e643d22313638362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313633302220646174612d656e643d22313638362220636c6173733d22223e5461696c6f72656420736f6c7574696f6e7320666f7220796f757220627573696e6573732073697a6520616e6420696e6475737472793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313638372220646174612d656e643d22313733382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313638392220646174612d656e643d22313733382220636c6173733d22223e5363616c61626c652061726368697465637475726520746f2067726f77207769746820796f757220636f6d70616e793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313733392220646174612d656e643d22313830332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313734312220646174612d656e643d22313830332220636c6173733d22223e457870657269656e636564207465616d20696e204552502064657369676e2c20646576656c6f706d656e742c20616e6420696e746567726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313830342220646174612d656e643d22313834372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313830362220646174612d656e643d22313834372220636c6173733d22223e4166666f726461626c6520616e6420656666696369656e7420696d706c656d656e746174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313834382220646174612d656e643d22313839322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313835302220646174612d656e643d22313839322220636c6173733d22223e4f6e676f696e6720737570706f727420616e6420747261696e696e6720666f7220796f7572207465616d3c2f703e3c7020646174612d73746172743d22313835302220646174612d656e643d22313839322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22313839342220646174612d656e643d22313939362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313839342220646174612d656e643d2231393535223e456d706f77657220796f757220627573696e657373207769746820612073797374656d206275696c7420666f7220796f7572206e656564732e3c2f7374726f6e673e3c2f703e, 'Smart, Scalable Solutions to Streamline Your Operations\r\n\r\nWe specialize in developing custom ERP (Enterprise Resource Planning) systems tailored to the unique needs of small and medium-sized businesses. Our goal is to help you automate processes, improve productivity, and gain full visibility across departments — all in one centralized platform.', 5, NULL, NULL, 1, 1, 1); INSERT INTO `services` (`id`, `language_id`, `scategory_id`, `main_image`, `title`, `slug`, `content`, `summary`, `serial_number`, `meta_keywords`, `meta_description`, `feature`, `details_page_status`, `sidebar`) VALUES (275, 169, 78, '68021b99ea40c.jpg', 'DESKTOP AND LAPTOP', 'DESKTOP-AND-LAPTOP', 0x3c683420646174612d73746172743d223531352220646174612d656e643d223533342220636c6173733d22223e3c623e3c753e4f7572204f66666572696e67733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223533352220646174612d656e643d2231333131223e0d0a3c6c6920646174612d73746172743d223533352220646174612d656e643d223634392220636c6173733d22223e0d0a3c7020646174612d73746172743d223533372220646174612d656e643d223634392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223533372220646174612d656e643d22353637223e4272616e6465642026616d703b20437573746f6d2d4275696c74205043733c2f7374726f6e673e3c627220646174612d73746172743d223536372220646174612d656e643d22353730223e0d0a46726f6d2074727573746564206272616e6473206f72207461696c6f722d6d61646520746f207375697420796f757220706572666f726d616e636520616e6420627564676574206e656564732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223635312220646174612d656e643d223738352220636c6173733d22223e0d0a3c7020646174612d73746172743d223635332220646174612d656e643d223738352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223635332220646174612d656e643d22363739223e427573696e6573732d436c617373204c6170746f70733c2f7374726f6e673e3c627220646174612d73746172743d223637392220646174612d656e643d22363832223e0d0a4c696768747765696768742c20706f77657266756c2c20616e6420736563757265206c6170746f707320696465616c20666f722072656d6f746520776f726b2c206d656574696e67732c20616e642065766572796461792070726f6475637469766974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223738372220646174612d656e643d223930392220636c6173733d22223e0d0a3c7020646174612d73746172743d223738392220646174612d656e643d223930392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223738392220646174612d656e643d22383231223e506572666f726d616e63652026616d703b2047616d696e672053797374656d733c2f7374726f6e673e3c627220646174612d73746172743d223832312220646174612d656e643d22383234223e0d0a486967682d656e6420636f6e66696775726174696f6e73206275696c7420666f722064657369676e2c20646576656c6f706d656e742c206f72207265736f757263652d696e74656e73697665207461736b732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223931312220646174612d656e643d22313034332220636c6173733d22223e0d0a3c7020646174612d73746172743d223931332220646174612d656e643d22313034332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223931332220646174612d656e643d22393436223e42756c6b2050726f637572656d656e742026616d703b204465706c6f796d656e743c2f7374726f6e673e3c627220646174612d73746172743d223934362220646174612d656e643d22393439223e0d0a486173736c652d6672656520736f757263696e6720616e6420736574757020666f7220796f757220656e74697265207465616d20e280942064656c6976657265642c20696e7374616c6c65642c20616e6420726561647920746f20676f2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313034352220646174612d656e643d22313137362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313034372220646174612d656e643d22313137362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313034372220646174612d656e643d2231303832223e53797374656d20436f6e66696775726174696f6e2026616d703b2055706772616465733c2f7374726f6e673e3c627220646174612d73746172743d22313038322220646174612d656e643d2231303835223e0d0a52414d2c205353442c204750552c20616e6420736f66747761726520757067726164657320746f20626f6f737420737065656420616e6420657874656e6420746865206c696665206f6620796f7572206d616368696e65732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313137382220646174612d656e643d22313331312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313138302220646174612d656e643d22313331312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313138302220646174612d656e643d2231323134223e4d61696e74656e616e63652026616d703b20537570706f72742053657276696365733c2f7374726f6e673e3c627220646174612d73746172743d22313231342220646174612d656e643d2231323137223e0d0a526567756c617220736572766963696e672c2074726f75626c6573686f6f74696e672c20616e6420717569636b20737570706f727420746f206b65657020796f75722073797374656d732072756e6e696e6720736d6f6f74686c792e3c2f703e3c7020646174612d73746172743d22313138302220646174612d656e643d22313331312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313233312220646174612d656e643d22313236322220636c6173733d22223e3c623e3c753e4163636573736f726965732026616d703b205065726970686572616c733a3c2f753e3c2f623e3c2f68343e3c683420646174612d73746172743d22313331332220646174612d656e643d22313333322220636c6173733d22223e0d0a3c756c20646174612d73746172743d22313236332220646174612d656e643d2231343837223e0d0a3c6c6920646174612d73746172743d22313236332220646174612d656e643d22313239332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313236352220646174612d656e643d22313239332220636c6173733d22223e4d6f6e69746f7273202846756c6c2048442c20324b2c20344b293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313239342220646174612d656e643d22313333312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313239362220646174612d656e643d22313333312220636c6173733d22223e4b6579626f617264732026616d703b204d696365202857697265642f576972656c657373293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313333322220646174612d656e643d22313336382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313333342220646174612d656e643d22313336382220636c6173733d22223e446f636b696e672053746174696f6e732026616d703b204c6170746f70205374616e64733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313336392220646174612d656e643d22313339322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313337312220646174612d656e643d22313339322220636c6173733d22223e5072696e746572732026616d703b205363616e6e6572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313339332220646174612d656e643d22313432342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313339352220646174612d656e643d22313432342220636c6173733d22223e45787465726e616c2048617264204472697665732026616d703b20535344733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313432352220646174612d656e643d22313435372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313432372220646174612d656e643d22313435372220636c6173733d22223e5550532026616d703b20506f776572204261636b757020536f6c7574696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313435382220646174612d656e643d22313438372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313436302220646174612d656e643d22313438372220636c6173733d22223e57656263616d732c2048656164736574732c20616e64204d6f72653c2f703e3c7020646174612d73746172743d22313436302220646174612d656e643d22313438372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e0d0a3c2f68343e3c683420646174612d73746172743d22313438392220646174612d656e643d22313531332220636c6173733d22223e3c623e3c753e53657276696365732026616d703b20537570706f72743a3c2f753e3c2f623e3c2f68343e3c683420646174612d73746172743d22313331332220646174612d656e643d22313333322220636c6173733d22223e0d0a3c756c20646174612d73746172743d22313531342220646174612d656e643d2231373035223e0d0a3c6c6920646174612d73746172743d22313531342220646174612d656e643d22313538302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313531362220646174612d656e643d22313538302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313531362220646174612d656e643d2231353531223e53797374656d20436f6e66696775726174696f6e2026616d703b2055706772616465733c2f7374726f6e673e202852414d2c205353442c204772617068696373204361726473293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313538312220646174612d656e643d22313632312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313538332220646174612d656e643d22313632312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313538332220646174612d656e643d2231363139223e4f5320496e7374616c6c6174696f6e2026616d703b20536f6674776172652053657475703c2f7374726f6e673e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313632322220646174612d656e643d22313636322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313632342220646174612d656e643d22313636322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313632342220646174612d656e643d2231363630223e50726576656e74697665204d61696e74656e616e63652026616d703b20526570616972733c2f7374726f6e673e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313636332220646174612d656e643d22313730352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313636352220646174612d656e643d22313730352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313636352220646174612d656e643d2231373035223e52656d6f746520616e64204f6e2d5369746520546563686e6963616c20537570706f72743c2f7374726f6e673e3c2f703e3c7020646174612d73746172743d22313636352220646174612d656e643d22313730352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313636352220646174612d656e643d2231373035223e3c62723e3c2f7374726f6e673e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e0d0a3c2f68343e3c683420646174612d73746172743d22313730372220646174612d656e643d22313732362220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c683420646174612d73746172743d22313331332220646174612d656e643d22313333322220636c6173733d22223e0d0a3c756c20646174612d73746172743d22313732372220646174612d656e643d2231393233223e0d0a3c6c6920646174612d73746172743d22313732372220646174612d656e643d22313736392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313732392220646174612d656e643d22313736392220636c6173733d22223e417574686f72697a6564206465616c6572206f6620746f7020676c6f62616c206272616e64733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313737302220646174612d656e643d22313832352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737322220646174612d656e643d22313832352220636c6173733d22223e436f6d70657469746976652070726963696e6720666f7220626f74682073696e676c6520616e642062756c6b206f72646572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313832362220646174612d656e643d22313837392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313832382220646174612d656e643d22313837392220636c6173733d22223e50726f66657373696f6e616c20636f6e73756c746174696f6e20616e642061667465722d73616c657320737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313838302220646174612d656e643d22313932332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313838322220646174612d656e643d22313932332220636c6173733d22223e466173742064656c697665727920616e642072656c6961626c652073657475702073657276696365733c2f703e3c7020646174612d73746172743d22313838322220646174612d656e643d22313932332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e0d0a3c7020646174612d73746172743d22313932352220646174612d656e643d22323035322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313932352220646174612d656e643d2232303136223e457175697020796f7572207465616d20776974682074686520726967687420746563686e6f6c6f677920e28094206275696c7420666f7220706572666f726d616e63652c2064657369676e656420666f722067726f7774682e3c2f7374726f6e673e3c2f703e3c2f68343e, 'Reliable Hardware for Seamless Business Performance\r\n\r\nWe provide a full range of desktop and laptop solutions tailored to meet the demands of modern businesses. Whether you\'re upgrading your office setup, equipping your team, or looking for high-performance systems, we’ve got you covered with the best devices, expert guidance, and ongoing support.', 6, NULL, NULL, 0, 1, 1), (276, 169, 78, '68021ea8c7897.jpg', 'NETWORK DEVICES AND CABLES', 'NETWORK-DEVICES-AND-CABLES', 0x3c683420646174612d73746172743d223531342220646174612d656e643d223533332220636c6173733d22223e3c623e3c753e4f7572204f66666572696e67733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223533352220646174612d656e643d2231323432223e0d0a3c6c6920646174612d73746172743d223533352220646174612d656e643d223634372220636c6173733d22223e0d0a3c7020646174612d73746172743d223533372220646174612d656e643d223634372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223533372220646174612d656e643d22353634223e526f75746572732026616d703b2041636365737320506f696e74733c2f7374726f6e673e3c627220646174612d73746172743d223536342220646174612d656e643d22353637223e0d0a52656c6961626c6520776972656420616e6420776972656c65737320736f6c7574696f6e7320666f72207374726f6e672c20737461626c6520696e7465726e657420636f6e6e656374696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223634392220646174612d656e643d223735342220636c6173733d22223e0d0a3c7020646174612d73746172743d223635312220646174612d656e643d223735342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223635312220646174612d656e643d22363731223e4e6574776f726b2053776974636865733c2f7374726f6e673e3c627220646174612d73746172743d223637312220646174612d656e643d22363734223e0d0a4d616e6167656420616e6420756e6d616e6167656420737769746368657320666f7220656666696369656e74206461746120726f7574696e6720616e64204c414e207363616c6162696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223735362220646174612d656e643d223930302220636c6173733d22223e0d0a3c7020646174612d73746172743d223735382220646174612d656e643d223930302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223735382220646174612d656e643d22373933223e4669726577616c6c732026616d703b205365637572697479204170706c69616e6365733c2f7374726f6e673e3c627220646174612d73746172743d223739332220646174612d656e643d22373936223e0d0a416476616e636564206e6574776f726b2070726f74656374696f6e20776974682068617264776172652d6261736564206669726577616c6c7320616e642055544d2028556e696669656420546872656174204d616e6167656d656e742920646576696365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223930322220646174612d656e643d223939302220636c6173733d22223e0d0a3c7020646174612d73746172743d223930342220646174612d656e643d223939302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223930342220646174612d656e643d22393235223e4d6f64656d732026616d703b2047617465776179733c2f7374726f6e673e3c627220646174612d73746172743d223932352220646174612d656e643d22393238223e0d0a486967682d73706565642c204953502d636f6d70617469626c65206465766963657320666f7220686f6d657320616e6420627573696e65737365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223939322220646174612d656e643d22313132342220636c6173733d22223e0d0a3c7020646174612d73746172743d223939342220646174612d656e643d22313132342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223939342220646174612d656e643d2231303331223e506f452028506f776572206f7665722045746865726e65742920446576696365733c2f7374726f6e673e3c627220646174612d73746172743d22313033312220646174612d656e643d2231303334223e0d0a53696d706c69667920796f7572207365747570207769746820737769746368657320616e6420696e6a6563746f7273207468617420706f7765722064657669636573206f7665722045746865726e6574206361626c65732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313132362220646174612d656e643d22313234322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313132382220646174612d656e643d22313234322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313132382220646174612d656e643d2231313537223e43435456204e6574776f726b696e6720536f6c7574696f6e733c2f7374726f6e673e3c627220646174612d73746172743d22313135372220646174612d656e643d2231313630223e0d0a4e6574776f726b2073657475707320666f722049502d6261736564207375727665696c6c616e63652073797374656d7320696e636c7564696e67204e56527320616e6420506f452063616d657261732e3c2f703e3c7020646174612d73746172743d22313132382220646174612d656e643d22313234322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313234342220646174612d656e643d22313237302220636c6173733d22223e3c623e3c753e4361626c65732026616d703b204163636573736f726965733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313237312220646174612d656e643d2231353037223e0d0a3c6c6920646174612d73746172743d22313237312220646174612d656e643d22313331322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313237332220646174612d656e643d22313331322220636c6173733d22223e43415435652c20434154362c20616e6420434154372045746865726e6574204361626c65733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313331332220646174612d656e643d22313335372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313331352220646174612d656e643d22313335372220636c6173733d22223e4669626572204f70746963204361626c6573202853696e676c652026616d703b204d756c74692d4d6f6465293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313335382220646174612d656e643d22313339332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313336302220646174612d656e643d22313339332220636c6173733d22223e50617463682050616e656c732026616d703b204361626c65204f7267616e697a6572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313339342220646174612d656e643d22313434332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313339362220646174612d656e643d22313434332220636c6173733d22223e524a343520436f6e6e6563746f72732c20436f75706c6572732c20616e64204372696d70696e6720546f6f6c733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313434342220646174612d656e643d22313437322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313434362220646174612d656e643d22313437322220636c6173733d22223e4e6574776f726b205261636b732026616d703b20436162696e6574733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313437332220646174612d656e643d22313530372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313437352220646174612d656e643d22313530372220636c6173733d22223e57692d466920416e74656e6e61732026616d703b2052616e676520457874656e646572733c2f703e3c7020646174612d73746172743d22313437352220646174612d656e643d22313530372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313530392220646174612d656e643d22313533342220636c6173733d22223e3c623e3c753e53657276696365732057652050726f766964653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313533352220646174612d656e643d2231373135223e0d0a3c6c6920646174612d73746172743d22313533352220646174612d656e643d22313537322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313533372220646174612d656e643d22313537322220636c6173733d22223e53747275637475726564204361626c696e672026616d703b20496e7374616c6c6174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313537332220646174612d656e643d22313630322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313537352220646174612d656e643d22313630322220636c6173733d22223e4e6574776f726b20506c616e6e696e672026616d703b2044657369676e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313630332220646174612d656e643d22313633382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313630352220646174612d656e643d22313633382220636c6173733d22223e4f66666963652026616d703b204275696c64696e67204e6574776f726b2053657475703c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313633392220646174612d656e643d22313638322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313634312220646174612d656e643d22313638322220636c6173733d22223e54657374696e672c2054726f75626c6573686f6f74696e672026616d703b204f7074696d697a6174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313638332220646174612d656e643d22313731352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313638352220646174612d656e643d22313731352220636c6173733d22223e4e6574776f726b20536563757269747920436f6e66696775726174696f6e3c2f703e3c7020646174612d73746172743d22313638352220646174612d656e643d22313731352220636c6173733d22223e3c623e3c753e3c62723e3c2f753e3c2f623e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313731372220646174612d656e643d22313733362220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313733372220646174612d656e643d2231393631223e0d0a3c6c6920646174612d73746172743d22313733372220646174612d656e643d22313832322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733392220646174612d656e643d22313832322220636c6173733d22223e486967682d7175616c6974792c206272616e6465642068617264776172652028436973636f2c2054502d4c696e6b2c204d696b726f54696b2c2055626971756974692c20442d4c696e6b2c206574632e293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313832332220646174612d656e643d22313837312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313832352220646174612d656e643d22313837312220636c6173733d22223e436572746966696564206e6574776f726b20746563686e696369616e7320616e6420696e7374616c6c6572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313837322220646174612d656e643d22313932322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313837342220646174612d656e643d22313932322220636c6173733d22223e5363616c61626c6520736f6c7574696f6e7320666f7220627573696e6573736573206f6620616c6c2073697a65733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313932332220646174612d656e643d22313936312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313932352220646174612d656e643d22313936312220636c6173733d22223e466173742064656c697665727920616e6420656e642d746f2d656e6420737570706f72743c2f703e3c7020646174612d73746172743d22313932352220646174612d656e643d22313936312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22313936332220646174612d656e643d22323036362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313936332220646174612d656e643d2232303238223e4275696c642061206e6574776f726b20796f752063616e2072656c79206f6e20e2809420666173742c207365637572652c20616e64207363616c61626c652e3c2f7374726f6e673e3c2f703e, 'Complete Networking Solutions for Reliable, High-Speed Connectivity\r\n\r\nWe provide a full range of high-quality networking devices and cabling solutions to keep your business connected, secure, and running smoothly. From small office setups to enterprise-level networks, we deliver the hardware, installation, and support you need for seamless performance.', 7, NULL, NULL, 0, 1, 1), (277, 169, 78, '68022081c7a74.png', 'ALL TYPES OF PRINTERS', 'ALL-TYPES-OF-PRINTERS', 0x3c683420646174612d73746172743d223437362220646174612d656e643d223530342220636c6173733d22223e3c623e3c753e5072696e746572205479706573205765204f666665723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223530362220646174612d656e643d2231333431223e0d0a3c6c6920646174612d73746172743d223530362220646174612d656e643d223631352220636c6173733d22223e0d0a3c7020646174612d73746172743d223530382220646174612d656e643d223631352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223530382220646174612d656e643d22353237223e496e6b6a6574205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d223532372220646174612d656e643d22353330223e0d0a496465616c20666f7220686967682d7175616c69747920636f6c6f72207072696e74732c2070686f746f732c20616e64206c6f772d766f6c756d6520706572736f6e616c206f72206f6666696365207573652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223631372220646174612d656e643d223734382220636c6173733d22223e0d0a3c7020646174612d73746172743d223631392220646174612d656e643d223734382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223631392220646174612d656e643d22363337223e4c61736572205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d223633372220646174612d656e643d22363430223e0d0a4661737420616e6420656666696369656e74207072696e74696e6720e28094207065726665637420666f7220686967682d766f6c756d65207465787420646f63756d656e747320616e642070726f66657373696f6e616c206f666669636520656e7669726f6e6d656e74732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223735302220646174612d656e643d223837312220636c6173733d22223e0d0a3c7020646174612d73746172743d223735322220646174612d656e643d223837312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223735322220646174612d656e643d22373835223e4d756c746966756e6374696f6e205072696e7465727320284d465073293c2f7374726f6e673e3c627220646174612d73746172743d223738352220646174612d656e643d22373838223e0d0a416c6c2d696e2d6f6e65207072696e746572732074686174207363616e2c20636f70792c20616e642066617820e280942073747265616d6c696e696e6720796f7572206f666669636520776f726b666c6f772e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223837332220646174612d656e643d223939352220636c6173733d22223e0d0a3c7020646174612d73746172743d223837352220646174612d656e643d223939352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223837352220646174612d656e643d22383935223e546865726d616c205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d223839352220646174612d656e643d22383938223e0d0a44657369676e656420666f722072656365697074732c206c6162656c732c207368697070696e672c20616e6420504f532073797374656d7320e2809420776964656c79207573656420696e2072657461696c20616e64206c6f676973746963732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223939372220646174612d656e643d22313131372220636c6173733d22223e0d0a3c7020646174612d73746172743d223939392220646174612d656e643d22313131372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223939392220646174612d656e643d2231303232223e446f74204d6174726978205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d22313032322220646174612d656e643d2231303235223e0d0a52656c6961626c6520666f72206d756c74692d7061727420666f726d7320616e6420696e647573747269616c20656e7669726f6e6d656e747320776865726520696d70616374207072696e74696e67206973206e65656465642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313131392220646174612d656e643d22313231362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313132312220646174612d656e643d22313231362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313132312220646174612d656e643d2231313339223e50686f746f205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d22313133392220646174612d656e643d2231313432223e0d0a486967682d7265736f6c7574696f6e207072696e746572732064657369676e656420666f722070726f66657373696f6e616c2d67726164652070686f746f207072696e74696e672e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313231382220646174612d656e643d22313334312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313232302220646174612d656e643d22313334312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313232302220646174612d656e643d2231323438223e4c6162656c2026616d703b20426172636f6465205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d22313234382220646174612d656e643d2231323531223e0d0a5370656369616c697a6564207072696e7465727320666f722070726f64756374206c6162656c696e672c2077617265686f757365206d616e6167656d656e742c20616e6420696e76656e746f727920747261636b696e672e3c2f703e3c7020646174612d73746172743d22313232302220646174612d656e643d22313334312220636c6173733d22223e3c623e3c753e3c62723e3c2f753e3c2f623e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313334332220646174612d656e643d22313336382220636c6173733d22223e3c623e3c753e546f70204272616e64732057652043617272793a3c2f753e3c2f623e3c2f68343e3c7020646174612d73746172743d22313336392220646174612d656e643d22313434322220636c6173733d22223e3c7370616e207374796c653d22666f6e742d73697a653a206d656469756d3b223ee280a2266e6273703b3c2f7370616e3e485020e280a22043616e6f6e20e280a2204570736f6e20e280a22042726f7468657220e280a22053616d73756e6720e280a2205a6562726120e280a2205269636f6820e280a2204c65786d61726b20e280a22050616e74756d3c2f703e3c7020646174612d73746172743d22313336392220646174612d656e643d22313434322220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313434342220646174612d656e643d22313436382220636c6173733d22223e3c623e3c753e53657276696365732026616d703b20537570706f72743a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313436392220646174612d656e643d2231363335223e0d0a3c6c6920646174612d73746172743d22313436392220646174612d656e643d22313530312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313437312220646174612d656e643d22313530312220636c6173733d22223e5072696e7465722053657475702026616d703b20496e7374616c6c6174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313530322220646174612d656e643d22313533342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313530342220646174612d656e643d22313533342220636c6173733d22223e546f6e65722026616d703b20496e6b2043617274726964676520537570706c793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313533352220646174612d656e643d22313536372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313533372220646174612d656e643d22313536372220636c6173733d22223e526567756c6172204d61696e74656e616e63652026616d703b205265706169723c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313536382220646174612d656e643d22313630322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313537302220646174612d656e643d22313630322220636c6173733d22223e4e6574776f726b205072696e74696e6720436f6e66696775726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313630332220646174612d656e643d22313633352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313630352220646174612d656e643d22313633352220636c6173733d22223e4f6e2d7369746520537570706f727420666f7220427573696e65737365733c2f703e3c7020646174612d73746172743d22313630352220646174612d656e643d22313633352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313633372220646174612d656e643d22313635362220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313635372220646174612d656e643d2231383535223e0d0a3c6c6920646174612d73746172743d22313635372220646174612d656e643d22313731382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313635392220646174612d656e643d22313731382220636c6173733d22223e576964652072616e6765206f66206d6f64656c7320666f7220686f6d652c206f66666963652c20616e6420696e647573747269616c207573653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313731392220646174612d656e643d22313737342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313732312220646174612d656e643d22313737342220636c6173733d22223e457870657274207265636f6d6d656e646174696f6e73206261736564206f6e20796f7572207370656369666963206e656564733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313737352220646174612d656e643d22313831362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737372220646174612d656e643d22313831362220636c6173733d22223e436f6d70657469746976652070726963696e6720616e6420666173742064656c69766572793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313831372220646174612d656e643d22313835352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831392220646174612d656e643d22313835352220636c6173733d22223e4f6e676f696e6720737570706f727420616e642067656e75696e6520737570706c6965733c2f703e3c7020646174612d73746172743d22313831392220646174612d656e643d22313835352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22313835372220646174612d656e643d22313935362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313835372220646174612d656e643d2231393231223e4e6565642068656c702063686f6f73696e6720746865207269676874207072696e7465723f205765e28099766520676f7420796f7520636f76657265642e3c2f7374726f6e673e3c2f703e, 'Print Solutions for Every Need — Fast, Reliable, and Cost-Effective\r\n\r\nWe supply a wide range of high-quality printers to match every business and personal requirement. Whether you need compact desktop models, high-volume office machines, or specialized printing solutions, we offer top brands, expert guidance, and dependable support.', 8, NULL, NULL, 0, 1, 1), (278, 169, 78, '6802231e05194.jpg', 'CCTV CAMERAS', 'CCTV-CAMERAS', 0x3c683420646174612d73746172743d223530392220646174612d656e643d223534312220636c6173733d22223e3c623e3c753e4f7572204343545620536f6c7574696f6e7320496e636c7564653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223534332220646174612d656e643d2231323334223e0d0a3c6c6920646174612d73746172743d223534332220646174612d656e643d223633392220636c6173733d22223e0d0a3c7020646174612d73746172743d223534352220646174612d656e643d223633392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223534352220646174612d656e643d22353639223e48442026616d703b2046756c6c2048442043616d657261733c2f7374726f6e673e3c627220646174612d73746172743d223536392220646174612d656e643d22353732223e0d0a4372797374616c2d636c65617220766964656f207175616c69747920666f72206163637572617465206d6f6e69746f72696e6720616e6420706c61796261636b2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223634312220646174612d656e643d223734372220636c6173733d22223e0d0a3c7020646174612d73746172743d223634332220646174612d656e643d223734372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223634332220646174612d656e643d22363733223e49502043616d65726173202857692d46692026616d703b205769726564293c2f7374726f6e673e3c627220646174612d73746172743d223637332220646174612d656e643d22363736223e0d0a536d617274206e6574776f726b2d636f6e6e65637465642063616d6572617320776974682072656d6f74652061636365737320616e6420636c6f75642073746f726167652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223734392220646174612d656e643d223833392220636c6173733d22223e0d0a3c7020646174612d73746172743d223735312220646174612d656e643d223833392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223735312220646174612d656e643d22373831223e416e616c6f672043616d6572617320284456522d4261736564293c2f7374726f6e673e3c627220646174612d73746172743d223738312220646174612d656e643d22373834223e0d0a436f73742d656666656374697665207375727665696c6c616e636520666f72206261736963207365637572697479206e656564732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223834312220646174612d656e643d223935332220636c6173733d22223e0d0a3c7020646174612d73746172743d223834332220646174612d656e643d223935332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223834332220646174612d656e643d22383734223e50545a2043616d65726173202850616e2d54696c742d5a6f6f6d293c2f7374726f6e673e3c627220646174612d73746172743d223837342220646174612d656e643d22383737223e0d0a466c657869626c652c20686967682d636f7665726167652063616d657261732077697468206d6f74696f6e20636f6e74726f6c20616e64207a6f6f6d206361706162696c69746965732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223935352220646174612d656e643d22313035312220636c6173733d22223e0d0a3c7020646174612d73746172743d223935372220646174612d656e643d22313035312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223935372220646174612d656e643d22393832223e446f6d652026616d703b2042756c6c65742043616d657261733c2f7374726f6e673e3c627220646174612d73746172743d223938322220646174612d656e643d22393835223e0d0a496e646f6f7220616e64206f7574646f6f72206f7074696f6e7320666f72206469736372656574206f7220666f6375736564207375727665696c6c616e63652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313035332220646174612d656e643d22313134362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313035352220646174612d656e643d22313134362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313035352220646174612d656e643d2231303930223e4e6967687420566973696f6e2026616d703b20496e6672617265642043616d657261733c2f7374726f6e673e3c627220646174612d73746172743d22313039302220646174612d656e643d2231303933223e0d0a436c656172207669736962696c69747920696e206c6f772d6c69676874206f7220636f6d706c657465206461726b6e6573732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313134382220646174612d656e643d22313233342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313135302220646174612d656e643d22313233342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313135302220646174612d656e643d2231313737223e576972656c6573732043616d6572612053797374656d733c2f7374726f6e673e3c627220646174612d73746172743d22313137372220646174612d656e643d2231313830223e0d0a436c65616e2c206361626c652d667265652073657475707320666f7220666c657869626c6520696e7374616c6c6174696f6e732e3c2f703e3c7020646174612d73746172743d22313135302220646174612d656e643d22313233342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313233362220646174612d656e643d22313236332220636c6173733d22223e3c623e3c753e436f6d706c6574652053797374656d2053657475703a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313236342220646174612d656e643d2231343534223e0d0a3c6c6920646174612d73746172743d22313236342220646174612d656e643d22313238382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313236362220646174612d656e643d22313238382220636c6173733d22223e4456522f4e565220496e7374616c6c6174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313238392220646174612d656e643d22313334302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313239312220646174612d656e643d22313334302220636c6173733d22223e53746f7261676520436f6e66696775726174696f6e20284c6f63616c2c20436c6f75642c206f7220487962726964293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313334312220646174612d656e643d22313338392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313334332220646174612d656e643d22313338392220636c6173733d22223e52656d6f74652056696577696e6720536574757020284d6f62696c652026616d703b204465736b746f702041707073293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313339302220646174612d656e643d22313431392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313339322220646174612d656e643d22313431392220636c6173733d22223e4d6f74696f6e20446574656374696f6e2026616d703b20416c657274733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313432302220646174612d656e643d22313435342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313432322220646174612d656e643d22313435342220636c6173733d22223e4d756c74692d43616d657261204e6574776f726b20496e746567726174696f6e3c2f703e3c7020646174612d73746172743d22313432322220646174612d656e643d22313435342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313435362220646174612d656e643d22313438312220636c6173733d22223e3c623e3c753e4272616e647320576520576f726b20576974683a3c2f753e3c2f623e3c2f68343e3c7020646174612d73746172743d22313438322220646174612d656e643d22313535352220636c6173733d22223e3c7370616e207374796c653d22666f6e742d73697a653a206d656469756d3b223ee280a2266e6273703b3c2f7370616e3e48696b766973696f6e20e280a220446168756120e280a220435020506c757320e280a220556e697669657720e280a220426f73636820e280a22054502d4c696e6b20e280a220457a76697a20e280a22052656f6c696e6b3c2f703e3c683420646174612d73746172743d22313535372220646174612d656e643d22313538302220636c6173733d22223e3c62723e3c2f68343e3c683420646174612d73746172743d22313535372220646174612d656e643d22313538302220636c6173733d22223e3c623e3c753e5365727669636573205765204f666665723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313538312220646174612d656e643d2231373735223e0d0a3c6c6920646174612d73746172743d22313538312220646174612d656e643d22313631362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313538332220646174612d656e643d22313631362220636c6173733d22223e53697465205375727665792026616d703b20536563757269747920506c616e6e696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313631372220646174612d656e643d22313636322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313631392220646174612d656e643d22313636322220636c6173733d22223e50726f66657373696f6e616c20496e7374616c6c6174696f6e2026616d703b20436f6e66696775726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313636332220646174612d656e643d22313639382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313636352220646174612d656e643d22313639382220636c6173733d22223e4d61696e74656e616e63652c20526570616972732026616d703b2055706772616465733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313639392220646174612d656e643d22313733332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313730312220646174612d656e643d22313733332220636c6173733d22223e5265616c2d54696d65204d6f6e69746f72696e6720536f6c7574696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313733342220646174612d656e643d22313737352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733362220646174612d656e643d22313737352220636c6173733d22223e496e746567726174696f6e20776974682041636365737320436f6e74726f6c2053797374656d733c2f703e3c7020646174612d73746172743d22313733362220646174612d656e643d22313737352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313737372220646174612d656e643d22313739362220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313739372220646174612d656e643d2232303038223e0d0a3c6c6920646174612d73746172743d22313739372220646174612d656e643d22313833362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313739392220646174612d656e643d22313833362220636c6173733d22223e486967682d7175616c697479207375727665696c6c616e63652065717569706d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313833372220646174612d656e643d22313837352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313833392220646174612d656e643d22313837352220636c6173733d22223e43657274696669656420696e7374616c6c6174696f6e20746563686e696369616e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313837362220646174612d656e643d22313931362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313837382220646174612d656e643d22313931362220636c6173733d22223e437573746f6d697a656420736f6c7574696f6e7320666f722065766572792073706163653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313931372220646174612d656e643d22313936382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313931392220646174612d656e643d22313936382220636c6173733d22223e4166666f726461626c65207061636b6167657320666f7220686f6d6520616e6420636f6d6d65726369616c207573653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313936392220646174612d656e643d22323030382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313937312220646174612d656e643d22323030382220636c6173733d22223e4f6e676f696e6720737570706f727420616e64206d61696e74656e616e636520706c616e733c2f703e3c7020646174612d73746172743d22313937312220646174612d656e643d22323030382220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323031302220646174612d656e643d22323131332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323031302220646174612d656e643d2232303632223e4b65657020616e20657965206f6e2077686174206d61747465727320e2809420616e7977686572652c20616e7974696d652e3c2f7374726f6e673e3c2f703e, 'Secure What Matters — Reliable Surveillance for Homes and Businesses\r\n\r\nWe provide a complete range of CCTV camera solutions to help you monitor, protect, and secure your property 24/7. Whether you need a small home setup or a large-scale commercial surveillance system, we offer high-quality equipment, expert installation, and full support.', 9, NULL, NULL, 0, 1, 1); INSERT INTO `services` (`id`, `language_id`, `scategory_id`, `main_image`, `title`, `slug`, `content`, `summary`, `serial_number`, `meta_keywords`, `meta_description`, `feature`, `details_page_status`, `sidebar`) VALUES (279, 169, 78, '68022bfec86c3.png', 'POS MACHINES', 'POS-MACHINES', 0x3c683420646174612d73746172743d223530332220646174612d656e643d223532362220636c6173733d22223e3c623e3c753e4f757220504f53204f66666572696e67733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223532382220646174612d656e643d2231333335223e0d0a3c6c6920646174612d73746172743d223532382220646174612d656e643d223634382220636c6173733d22223e0d0a3c7020646174612d73746172743d223533302220646174612d656e643d223634382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223533302220646174612d656e643d22353538223e416c6c2d696e2d4f6e6520504f53205465726d696e616c733c2f7374726f6e673e3c627220646174612d73746172743d223535382220646174612d656e643d22353631223e0d0a536c65656b20746f75636873637265656e2064657669636573207769746820696e74656772617465642062696c6c696e672c20696e76656e746f72792c20616e64207265706f7274696e672066656174757265732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223635302220646174612d656e643d223739322220636c6173733d22223e0d0a3c7020646174612d73746172743d223635322220646174612d656e643d223739322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223635322220646174612d656e643d22363837223e4465736b746f702026616d703b20506f727461626c6520504f53204d616368696e65733c2f7374726f6e673e3c627220646174612d73746172743d223638372220646174612d656e643d22363930223e0d0a496465616c20666f7220666978656420636f756e74657273206f72206f6e2d7468652d676f2073616c657320e28094207769746820666c657869626c6520636f6e6e656374697669747920616e6420686967682d737065656420706572666f726d616e63652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223739342220646174612d656e643d223930392220636c6173733d22223e0d0a3c7020646174612d73746172743d223739362220646174612d656e643d223930392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223739362220646174612d656e643d22383139223e416e64726f696420504f5320446576696365733c2f7374726f6e673e3c627220646174612d73746172743d223831392220646174612d656e643d22383232223e0d0a436f6d7061637420616e6420757365722d667269656e646c792068616e6468656c6420504f5320756e6974732077697468206275696c742d696e207072696e7465727320616e64206361726420726561646572732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223931312220646174612d656e643d22313033372220636c6173733d22223e0d0a3c7020646174612d73746172743d223931332220646174612d656e643d22313033372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223931332220646174612d656e643d22393438223e52657461696c2026616d703b2052657374617572616e7420504f532053797374656d733c2f7374726f6e673e3c627220646174612d73746172743d223934382220646174612d656e643d22393531223e0d0a437573746f6d2d6275696c7420736f6c7574696f6e7320666f72206d616e6167696e67206f72646572732c2062696c6c696e672c207461626c65732c2073746f636b2c2073746166662c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313033392220646174612d656e643d22313137352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313034312220646174612d656e643d22313137352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313034312220646174612d656e643d2231303830223e426172636f6465205363616e6e6572732026616d703b2052656365697074205072696e746572733c2f7374726f6e673e3c627220646174612d73746172743d22313038302220646174612d656e643d2231303833223e0d0a486967682d7370656564206163636573736f7269657320746861742070616972207365616d6c6573736c79207769746820796f757220504f5320666f7220736d6f6f746820636865636b6f757420657870657269656e6365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313137372220646174612d656e643d22313333352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313137392220646174612d656e643d22313333352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313137392220646174612d656e643d2231323135223e504f5320536f6674776172652026616d703b20436c6f756420496e746567726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313231352220646174612d656e643d2231323138223e0d0a5265616c2d74696d652073616c657320747261636b696e672c20696e76656e746f7279206d616e6167656d656e742c204753542062696c6c696e672c20637573746f6d6572206c6f79616c74792c20616e64206d6f726520e280942061636365737369626c652066726f6d20616e7977686572652e3c2f703e3c7020646174612d73746172743d22313137392220646174612d656e643d22313333352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313333372220646174612d656e643d22313336322220636c6173733d22223e3c623e3c753e496e64757374726965732057652053657276653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313336332220646174612d656e643d2231353133223e0d0a3c6c6920646174612d73746172743d22313336332220646174612d656e643d22313338302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313336352220646174612d656e643d22313338302220636c6173733d22223e52657461696c2053746f7265733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313338312220646174612d656e643d22313430342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313338332220646174612d656e643d22313430342220636c6173733d22223e52657374617572616e74732026616d703b20436166c3a9733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313430352220646174612d656e643d22313432312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313430372220646174612d656e643d22313432312220636c6173733d22223e53757065726d61726b6574733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313432322220646174612d656e643d22313433392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313432342220646174612d656e643d22313433392220636c6173733d22223e53616c6f6e732026616d703b20537061733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313434302220646174612d656e643d22313435342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313434322220646174612d656e643d22313435342220636c6173733d22223e506861726d61636965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313435352220646174612d656e643d22313438332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313435372220646174612d656e643d22313438332220636c6173733d22223e4761726d656e742026616d703b20466f6f74776561722053686f70733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313438342220646174612d656e643d22313531332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313438362220646174612d656e643d22313531332220636c6173733d22223e4d6f62696c652026616d703b20456c656374726f6e6963732053746f7265733c2f703e3c7020646174612d73746172743d22313438362220646174612d656e643d22313531332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313531352220646174612d656e643d22313533372220636c6173733d22223e3c623e3c753e466561747572657320496e636c7564653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313533382220646174612d656e643d2231373531223e0d0a3c6c6920646174612d73746172743d22313533382220646174612d656e643d22313535392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313534302220646174612d656e643d22313535392220636c6173733d22223e4753542d52656164792042696c6c696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313536302220646174612d656e643d22313538392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313536322220646174612d656e643d22313538392220636c6173733d22223e496e76656e746f72792026616d703b2053746f636b20436f6e74726f6c3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313539302220646174612d656e643d22313632342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313539322220646174612d656e643d22313632342220636c6173733d22223e4d756c74692d557365722026616d703b20526f6c652d4261736564204163636573733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313632352220646174612d656e643d22313637382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313632372220646174612d656e643d22313637382220636c6173733d22223e5061796d656e74204761746577617920496e746567726174696f6e20285550492c2043617264732c2057616c6c657473293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313637392220646174612d656e643d22313731302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313638312220646174612d656e643d22313731302220636c6173733d22223e53616c6573205265706f7274696e672026616d703b20416e616c79746963733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313731312220646174612d656e643d22313735312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313731332220646174612d656e643d22313735312220636c6173733d22223e437573746f6d6572204c6f79616c74792026616d703b20446973636f756e74204d616e6167656d656e743c2f703e3c7020646174612d73746172743d22313731332220646174612d656e643d22313735312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313735332220646174612d656e643d22313737382220636c6173733d22223e3c623e3c753e4272616e647320576520576f726b20576974683a3c2f753e3c2f623e3c2f68343e3c7020646174612d73746172743d22313737392220646174612d656e643d22313837392220636c6173733d22223e3c7370616e207374796c653d22666f6e742d73697a653a206d656469756d3b223ee280a2266e6273703b3c2f7370616e3e53756e6d6920e280a220506f7369666c657820e280a22054565320456c656374726f6e69637320e280a2204570736f6e20e280a220486f6e657977656c6c20e280a220457373616520e280a2204f7261636c65204d4943524f5320e280a220476f46727567616c20e280a220506574706f6f6a613c2f703e3c7020646174612d73746172743d22313737392220646174612d656e643d22313837392220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313838312220646174612d656e643d22313930302220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313930312220646174612d656e643d2232313036223e0d0a3c6c6920646174612d73746172743d22313930312220646174612d656e643d22313935332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313930332220646174612d656e643d22313935332220636c6173733d22223e437573746f6d697a656420504f53207365747570206261736564206f6e20796f757220627573696e65737320747970653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313935342220646174612d656e643d22313939312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313935362220646174612d656e643d22313939312220636c6173733d22223e4861726477617265202b20736f66747761726520636f6d626f206f7074696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313939322220646174612d656e643d22323032352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313939342220646174612d656e643d22323032352220636c6173733d22223e517569636b20696e7374616c6c6174696f6e2026616d703b20747261696e696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323032362220646174612d656e643d22323036322220636c6173733d22223e0d0a3c7020646174612d73746172743d22323032382220646174612d656e643d22323036322220636c6173733d22223e4166666f726461626c652070726963696e672026616d703b20414d4320737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323036332220646174612d656e643d22323130362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323036352220646174612d656e643d22323130362220636c6173733d22223e4c6f63616c207365727669636520776974682072656d6f74652074726f75626c6573686f6f74696e673c2f703e3c7020646174612d73746172743d22323036352220646174612d656e643d22323130362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323130382220646174612d656e643d22323232362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323130382220646174612d656e643d2232313835223e5570677261646520796f757220627573696e6573732077697468206120504f532073797374656d207468617420646f6573206d6f7265207468616e206a7573742062696c6c696e672e3c2f7374726f6e673e3c2f703e, 'Smart, Fast & Reliable Point of Sale Solutions for Every Business\r\n\r\nWe provide a wide range of POS machines designed to simplify sales, improve customer experience, and streamline business operations. From retail shops and restaurants to supermarkets and salons — we deliver the right POS system tailored to your needs.', 10, NULL, NULL, 0, 1, 1), (280, 169, 78, '68022f904a424.jpg', 'ALL TYPES OF UPS', 'ALL-TYPES-OF-UPS', 0x3c683420646174612d73746172743d223531392220646174612d656e643d223534362220636c6173733d22223e3c623e3c753e4f7572205550532050726f647563742052616e67653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223534382220646174612d656e643d2231323539223e0d0a3c6c6920646174612d73746172743d223534382220646174612d656e643d223637362220636c6173733d22223e0d0a3c7020646174612d73746172743d223535302220646174612d656e643d223637362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223535302220646174612d656e643d22353735223e4f66666c696e65202f205374616e646279205550533c2f7374726f6e673e3c627220646174612d73746172743d223537352220646174612d656e643d22353738223e0d0a496465616c20666f7220686f6d652075736520616e6420736d616c6c206f66666963652073657475707320e280942062617369632070726f74656374696f6e20666f72205043732c20726f75746572732c20616e64207065726970686572616c732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223637382220646174612d656e643d223832332220636c6173733d22223e0d0a3c7020646174612d73746172743d223638302220646174612d656e643d223832332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223638302220646174612d656e643d22373034223e4c696e652d496e746572616374697665205550533c2f7374726f6e673e3c627220646174612d73746172743d223730342220646174612d656e643d22373037223e0d0a416476616e63656420706f77657220726567756c6174696f6e20666f72206465736b746f70732c20504f532073797374656d732c20616e6420736d616c6c207365727665727320e28094207065726665637420666f7220627573696e6573736573206e656564696e672073746162696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223832352220646174612d656e643d223939302220636c6173733d22223e0d0a3c7020646174612d73746172743d223832372220646174612d656e643d223939302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223832372220646174612d656e643d22383631223e4f6e6c696e65202f20446f75626c6520436f6e76657273696f6e205550533c2f7374726f6e673e3c627220646174612d73746172743d223836312220646174612d656e643d22383634223e0d0a436f6e74696e756f75732c20636c65616e20706f77657220666f72206d697373696f6e2d637269746963616c2065717569706d656e74206c696b6520646174612063656e746572732c206d65646963616c20646576696365732c20616e6420656e746572707269736520495420696e6672617374727563747572652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223939322220646174612d656e643d22313134332220636c6173733d22223e0d0a3c7020646174612d73746172743d223939342220646174612d656e643d22313134332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223939342220646174612d656e643d2231303238223e5261636b2d4d6f756e7465642026616d703b20546f7765722055505320556e6974733c2f7374726f6e673e3c627220646174612d73746172743d22313032382220646174612d656e643d2231303331223e0d0a53706163652d656666696369656e7420616e64207363616c61626c6520736f6c7574696f6e732064657369676e656420666f72206e6574776f726b207261636b732c2073657276657220726f6f6d732c20616e6420636f6d6d65726369616c20696e7374616c6c6174696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313134352220646174612d656e643d22313235392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313134372220646174612d656e643d22313235392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313134372220646174612d656e643d2231313733223e496e647573747269616c205550532053797374656d733c2f7374726f6e673e3c627220646174612d73746172743d22313137332220646174612d656e643d2231313736223e0d0a48656176792d6475747920756e697473206275696c7420666f7220666163746f726965732c2077617265686f757365732c20616e64206d616e75666163747572696e6720656e7669726f6e6d656e74732e3c2f703e3c7020646174612d73746172743d22313134372220646174612d656e643d22313235392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313236312220646174612d656e643d22313237392220636c6173733d22223e3c623e3c753e4b65792046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313238302220646174612d656e643d2231353135223e0d0a3c6c6920646174612d73746172743d22313238302220646174612d656e643d22313331382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313238322220646174612d656e643d22313331382220636c6173733d22223e4175746f6d6174696320566f6c7461676520526567756c6174696f6e2028415652293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313331392220646174612d656e643d22313336392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313332312220646174612d656e643d22313336392220636c6173733d22223e42617474657279204261636b7570202872616e67696e672066726f6d206d696e7574657320746f20686f757273293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313337302220646174612d656e643d22313339382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313337322220646174612d656e643d22313339382220636c6173733d22223e53757267652026616d703b205370696b652050726f74656374696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313339392220646174612d656e643d22313432362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313430312220646174612d656e643d22313432362220636c6173733d22223e4c4344204d6f6e69746f72696e6720446973706c6179733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313432372220646174612d656e643d22313435342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313432392220646174612d656e643d22313435342220636c6173733d22223e486f742d537761707061626c65204261747465726965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313435352220646174612d656e643d22313438392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313435372220646174612d656e643d22313438392220636c6173733d22223e52656d6f7465204d6f6e69746f72696e67204361706162696c69746965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313439302220646174612d656e643d22313531352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313439322220646174612d656e643d22313531352220636c6173733d22223e47656e657261746f7220436f6d7061746962696c6974793c2f703e3c7020646174612d73746172743d22313439322220646174612d656e643d22313531352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313531372220646174612d656e643d22313534322220636c6173733d22223e3c623e3c753e546f70204272616e6473205765204f666665723a3c2f753e3c2f623e3c2f68343e3c7020646174612d73746172743d22313534332220646174612d656e643d22313632332220636c6173733d22223e3c7370616e207374796c653d22666f6e742d73697a653a206d656469756d3b223ee280a2266e6273703b3c2f7370616e3e41504320e280a2204d6963726f74656b20e280a2204c756d696e6f757320e280a2205665727469762028456d6572736f6e2920e280a2204e756d6572696320e280a2204561746f6e20e280a22044656c746120e280a220562d47756172643c2f703e3c7020646174612d73746172743d22313534332220646174612d656e643d22313632332220636c6173733d22223e3c62723e3c2f703e3c683420646174612d73746172743d22313632352220646174612d656e643d22313634392220636c6173733d22223e3c623e3c753e53657276696365732026616d703b20537570706f72743a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313635302220646174612d656e643d2231383334223e0d0a3c6c6920646174612d73746172743d22313635302220646174612d656e643d22313639322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313635322220646174612d656e643d22313639322220636c6173733d22223e4c6f616420416e616c797369732026616d703b2050726f64756374205265636f6d6d656e646174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313639332220646174612d656e643d22313732352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313639352220646174612d656e643d22313732352220636c6173733d22223e496e7374616c6c6174696f6e2026616d703b20436f6e66696775726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313732362220646174612d656e643d22313736302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313732382220646174612d656e643d22313736302220636c6173733d22223e42617474657279205265706c6163656d656e742026616d703b2055706772616465733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313736312220646174612d656e643d22313739372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313736332220646174612d656e643d22313739372220636c6173733d22223e50726576656e74697665204d61696e74656e616e63652026616d703b20526570616972733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313739382220646174612d656e643d22313833342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313830302220646174612d656e643d22313833342220636c6173733d22223e414d432028416e6e75616c204d61696e74656e616e636520436f6e747261637473293c2f703e3c7020646174612d73746172743d22313830302220646174612d656e643d22313833342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313833362220646174612d656e643d22313835352220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313835362220646174612d656e643d2232303539223e0d0a3c6c6920646174612d73746172743d22313835362220646174612d656e643d22313931342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313835382220646174612d656e643d22313931342220636c6173733d22223e536f6c7574696f6e7320666f7220686f6d65732c206f6666696365732c2072657461696c2c20616e6420646174612063656e746572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313931352220646174612d656e643d22313937332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313931372220646174612d656e643d22313937332220636c6173733d22223e4365727469666965642055505320746563686e696369616e7320666f7220696e7374616c6c6174696f6e20616e6420736572766963653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313937342220646174612d656e643d22323031352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313937362220646174612d656e643d22323031352220636c6173733d22223e436f6d70657469746976652070726963696e6720616e6420666173742064656c69766572793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323031362220646174612d656e643d22323035392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323031382220646174612d656e643d22323035392220636c6173733d22223e32342f3720737570706f7274206f7074696f6e7320666f7220637269746963616c2073797374656d733c2f703e3c7020646174612d73746172743d22323031382220646174612d656e643d22323035392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323036312220646174612d656e643d22323135382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323036312220646174612d656e643d2232313131223e537461792070726f7465637465642c207374617920706f776572656420e28094206e6f206d617474657220776861742e3c2f7374726f6e673e3c2f703e, 'Power Protection You Can Rely On — For Home, Office & Enterprise\r\n\r\nWe offer a full range of UPS solutions to safeguard your devices and systems from unexpected power outages, voltage fluctuations, and electrical surges. Whether you need backup for a single workstation or an entire server room, we provide reliable UPS systems tailored to your needs.', 11, NULL, NULL, 0, 1, 1), (281, 169, 79, '680238e44c37c.jpg', 'CUSTOMER RELATIONSHIP MANAGEMENT (CRM)', 'CUSTOMER-RELATIONSHIP-MANAGEMENT-(CRM)', 0x3c683420646174612d73746172743d223533382220646174612d656e643d223537322220636c6173733d22223e3c623e3c753e57686174204f75722043524d20536f6c7574696f6e73204f666665723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223537342220646174612d656e643d2231353239223e0d0a3c6c6920646174612d73746172743d223537342220646174612d656e643d223638312220636c6173733d22223e0d0a3c7020646174612d73746172743d223537362220646174612d656e643d223638312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223537362220646174612d656e643d22363039223e4c6561642026616d703b204f70706f7274756e697479204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223630392220646174612d656e643d22363132223e0d0a436170747572652c207175616c6966792c20616e6420636f6e76657274206c6561647320696e746f206c6f79616c20637573746f6d657273207769746820656173652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223638332220646174612d656e643d223739392220636c6173733d22223e0d0a3c7020646174612d73746172743d223638352220646174612d656e643d223739392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223638352220646174612d656e643d22373132223e53616c657320506970656c696e6520547261636b696e673c2f7374726f6e673e3c627220646174612d73746172743d223731322220646174612d656e643d22373135223e0d0a56697375616c2064617368626f6172647320746f206d6f6e69746f72206465616c732c20616374697669746965732c20616e64207465616d20706572666f726d616e636520696e207265616c2074696d652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223830312220646174612d656e643d223931362220636c6173733d22223e0d0a3c7020646174612d73746172743d223830332220646174612d656e643d223931362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223830332220646174612d656e643d22383335223e437573746f6d65722044617461626173652026616d703b2050726f66696c65733c2f7374726f6e673e3c627220646174612d73746172743d223833352220646174612d656e643d22383338223e0d0a4d61696e7461696e2064657461696c656420636f6e74616374207265636f7264732c20707572636861736520686973746f72792c20616e6420636f6d6d756e69636174696f6e206c6f67732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223931382220646174612d656e643d22313032352220636c6173733d22223e0d0a3c7020646174612d73746172743d223932302220646174612d656e643d22313032352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223932302220646174612d656e643d22393434223e4d61726b6574696e67204175746f6d6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d223934342220646174612d656e643d22393437223e0d0a53656e6420746172676574656420656d61696c732c207363686564756c652063616d706169676e732c20616e6420747261636b20656e676167656d656e74206566666f72746c6573736c792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313032372220646174612d656e643d22313135372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313032392220646174612d656e643d22313135372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313032392220646174612d656e643d2231303539223e5461736b2026616d703b20466f6c6c6f772d55702052656d696e646572733c2f7374726f6e673e3c627220646174612d73746172743d22313035392220646174612d656e643d2231303632223e0d0a53746179206f6e20746f70206f66206d656574696e67732c2063616c6c732c20616e6420636c69656e7420666f6c6c6f772d757073207769746820736d61727420616c6572747320616e64207363686564756c696e6720746f6f6c732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313135392220646174612d656e643d22313238332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313136312220646174612d656e643d22313238332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313136312220646174612d656e643d2231313834223e5265706f7274732026616d703b20416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313138342220646174612d656e643d2231313837223e0d0a4761696e2076616c7561626c6520696e736967687473207769746820637573746f6d207265706f727473206f6e2073616c65732c20637573746f6d6572206265686176696f722c20616e64207465616d2070726f6475637469766974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313238352220646174612d656e643d22313339382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313238372220646174612d656e643d22313339382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313238372220646174612d656e643d2231333137223e4d756c74696368616e6e656c20436f6d6d756e69636174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313331372220646174612d656e643d2231333230223e0d0a496e74656772617465207769746820656d61696c2c2057686174734170702c20534d532c20616e642063616c6c2073797374656d7320666f72207365616d6c657373206f757472656163682e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313430302220646174612d656e643d22313532392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313430322220646174612d656e643d22313532392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313430322220646174612d656e643d2231343431223e537570706f7274205469636b6574696e672026616d703b2053657276696365204d6f64756c65733c2f7374726f6e673e3c627220646174612d73746172743d22313434312220646174612d656e643d2231343434223e0d0a4d616e61676520637573746f6d6572207365727669636520726571756573747320616e6420737570706f7274206973737565732077697468206f7267616e697a6564207469636b6574696e6720746f6f6c732e3c2f703e3c7020646174612d73746172743d22313430322220646174612d656e643d22313532392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313533312220646174612d656e643d22313534362220636c6173733d22223e3c623e3c753e496465616c20666f723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313534372220646174612d656e643d2231373130223e0d0a3c6c6920646174612d73746172743d22313534372220646174612d656e643d22313536322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313534392220646174612d656e643d22313536322220636c6173733d22223e53616c6573205465616d733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313536332220646174612d656e643d22313538352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313536352220646174612d656e643d22313538352220636c6173733d22223e4d61726b6574696e67204167656e636965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313538362220646174612d656e643d22313631342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313538382220646174612d656e643d22313631342220636c6173733d22223e437573746f6d657220537570706f72742043656e746572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313631352220646174612d656e643d22313635322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313631372220646174612d656e643d22313635322220636c6173733d22223e5265616c204573746174652026616d703b2050726f7065727479204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313635332220646174612d656e643d22313637372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313635352220646174612d656e643d22313637372220636c6173733d22223e4865616c7468636172652050726f7669646572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313637382220646174612d656e643d22313731302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313638302220646174612d656e643d22313731302220636c6173733d22223e452d636f6d6d657263652026616d703b2052657461696c20427573696e65737365733c2f703e3c7020646174612d73746172743d22313638302220646174612d656e643d22313731302220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313731322220646174612d656e643d22313733362220636c6173733d22223e3c623e3c753e4465706c6f796d656e74204f7074696f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313733372220646174612d656e643d2231393132223e0d0a3c6c6920646174612d73746172743d22313733372220646174612d656e643d22313738372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733392220646174612d656e643d22313738372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313733392220646174612d656e643d2231373538223e436c6f75642d42617365642043524d3c2f7374726f6e673e20e280932041636365737320616e7974696d652c20616e7977686572653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313738382220646174612d656e643d22313836332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313739302220646174612d656e643d22313836332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313739302220646174612d656e643d2231383038223e4f6e2d5072656d6973652043524d3c2f7374726f6e673e20e280932046756c6c20636f6e74726f6c20616e6420637573746f6d697a6174696f6e206f6e20796f7572206f776e20736572766572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313836342220646174612d656e643d22313931322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313836362220646174612d656e643d22313931322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313836362220646174612d656e643d2231383835223e4d6f62696c652043524d20417070733c2f7374726f6e673e20e28093205374617920636f6e6e6563746564206f6e2074686520676f3c2f703e3c7020646174612d73746172743d22313836362220646174612d656e643d22313931322220636c6173733d22223e3c62723e3c2f703e3c2f6c693e3c2f756c3e3c683420646174612d73746172743d22323033332220646174612d656e643d22323035322220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323035332220646174612d656e643d2232323833223e0d0a3c6c6920646174612d73746172743d22323035332220646174612d656e643d22323039352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323035352220646174612d656e643d22323039352220636c6173733d22223e43524d207461696c6f72656420746f20796f757220627573696e65737320776f726b666c6f773c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323039362220646174612d656e643d22323135332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323039382220646174612d656e643d22323135332220636c6173733d22223e496e746567726174696f6e2077697468204552502c2077656273697465732c20616e642074686972642d706172747920746f6f6c733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323135342220646174612d656e643d22323139342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323135362220646174612d656e643d22323139342220636c6173733d22223e5573657220747261696e696e6720616e64206f6e626f617264696e6720737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323139352220646174612d656e643d22323234302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323139372220646174612d656e643d22323234302220636c6173733d22223e4166666f726461626c65207061636b6167657320666f7220737461727475707320616e6420534d45733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323234312220646174612d656e643d22323238332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323234332220646174612d656e643d22323238332220636c6173733d22223e4f6e676f696e67207570646174657320616e6420746563686e6963616c20617373697374616e63653c2f703e3c7020646174612d73746172743d22323234332220646174612d656e643d22323238332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323238352220646174612d656e643d22323338382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323238352220646174612d656e643d2232333334223e5475726e20796f757220637573746f6d6572206461746120696e746f20627573696e6573732067726f7774682e3c2f7374726f6e673e3c2f703e, 'Build Better Relationships. Boost Sales. Grow Smarter.\r\n\r\nOur CRM solutions are designed to help you manage customer interactions, track sales pipelines, automate follow-ups, and deliver personalized experiences — all from a single, centralized platform. Whether you\'re a startup or an established business, we provide CRM systems that scale with you.', 12, NULL, NULL, 0, 1, 1), (282, 169, 79, '68024092ab498.jpg', 'HUMAN RESOURCE MANAGEMENT SYSTEM (HRMS)', 'HUMAN-RESOURCE-MANAGEMENT-SYSTEM-(HRMS)', 0x3c683420646174612d73746172743d223532382220646174612d656e643d223534372220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223534392220646174612d656e643d2231353630223e0d0a3c6c6920646174612d73746172743d223534392220646174612d656e643d223637342220636c6173733d22223e0d0a3c7020646174612d73746172743d223535312220646174612d656e643d223637342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223535312220646174612d656e643d22353836223e456d706c6f79656520496e666f726d6174696f6e204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223538362220646174612d656e643d22353839223e0d0a43656e7472616c697a656420656d706c6f796565206461746162617365207769746820706572736f6e616c2c2070726f66657373696f6e616c2c20616e6420706572666f726d616e63652064657461696c732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223637362220646174612d656e643d223739352220636c6173733d22223e0d0a3c7020646174612d73746172743d223637382220646174612d656e643d223739352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223637382220646174612d656e643d22373131223e417474656e64616e63652026616d703b204c65617665204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223731312220646174612d656e643d22373134223e0d0a547261636b20776f726b696e6720686f7572732c207368696674732c206c656176652072657175657374732c20616e6420617070726f76616c732077697468207265616c2d74696d6520646174612e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223739372220646174612d656e643d223932392220636c6173733d22223e0d0a3c7020646174612d73746172743d223739392220646174612d656e643d223932392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223739392220646174612d656e643d22383330223e506179726f6c6c2026616d703b2053616c6172792050726f63657373696e673c2f7374726f6e673e3c627220646174612d73746172743d223833302220646174612d656e643d22383333223e0d0a4175746f2d67656e657261746520706179736c6970732c206d616e61676520646564756374696f6e732c20626f6e757365732c20616e6420656e7375726520636f6d706c69616e742c206572726f722d6672656520706179726f6c6c732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223933312220646174612d656e643d22313035342220636c6173733d22223e0d0a3c7020646174612d73746172743d223933332220646174612d656e643d22313035342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223933332220646174612d656e643d22393631223e526563727569746d656e742026616d703b204f6e626f617264696e673c2f7374726f6e673e3c627220646174612d73746172743d223936312220646174612d656e643d22393634223e0d0a53696d706c69667920686972696e672077697468206170706c6963616e7420747261636b696e672c20696e74657276696577207363686564756c696e672c20616e642070617065726c657373206f6e626f617264696e672e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313035362220646174612d656e643d22313137352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313035382220646174612d656e643d22313137352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313035382220646174612d656e643d2231303834223e506572666f726d616e6365204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313038342220646174612d656e643d2231303837223e0d0a53657420676f616c732c20636f6e647563742061707072616973616c732c20747261636b204b5049732c20616e642067617468657220333630c2b020666565646261636b20746f2067726f7720796f7572207465616d2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313137372220646174612d656e643d22313333322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313137392220646174612d656e643d22313333322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313137392220646174612d656e643d2231323131223e456d706c6f7965652053656c662d5365727669636520506f7274616c3c2f7374726f6e673e3c627220646174612d73746172743d22313231312220646174612d656e643d2231323134223e0d0a456d706f77657220656d706c6f7965657320746f206170706c7920666f72206c656176652c207669657720706179736c6970732c20747261636b20617474656e64616e63652c20616e642075706461746520706572736f6e616c20696e666f20e2809420616e7974696d652c20616e7977686572652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313333342220646174612d656e643d22313433322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313333362220646174612d656e643d22313433322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313333362220646174612d656e643d2231333632223e547261696e696e672026616d703b20446576656c6f706d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313336322220646174612d656e643d2231333635223e0d0a506c616e2c207363686564756c652c20616e64206d6f6e69746f7220747261696e696e672070726f6772616d7320616e6420736b696c6c2075706772616465732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313433342220646174612d656e643d22313536302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313433362220646174612d656e643d22313536302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313433362220646174612d656e643d2231343538223e457869742026616d703b204f6666626f617264696e673c2f7374726f6e673e3c627220646174612d73746172743d22313435382220646174612d656e643d2231343631223e0d0a536d6f6f74682073657061726174696f6e2070726f6365737320776974682066756c6c20616e642066696e616c20736574746c656d656e742c206578697420696e74657276696577732c20616e642068616e646f76657220747261636b696e672e3c2f703e3c7020646174612d73746172743d22313433362220646174612d656e643d22313536302220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313536322220646174612d656e643d22313538362220636c6173733d22223e3c623e3c753e4164646974696f6e616c204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313538372220646174612d656e643d2231373633223e0d0a3c6c6920646174612d73746172743d22313538372220646174612d656e643d22313632322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313538392220646174612d656e643d22313632322220636c6173733d22223e457870656e736520436c61696d732026616d703b205265696d62757273656d656e74733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313632332220646174612d656e643d22313635392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313632352220646174612d656e643d22313635392220636c6173733d22223e4852204c6574746572732026616d703b20446f63756d656e74204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313636302220646174612d656e643d22313730392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313636322220646174612d656e643d22313730392220636c6173733d22223e436f6d706c69616e63652026616d703b205374617475746f7279205265706f727473202850462c204553492c20544453293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313731302220646174612d656e643d22313734322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313731322220646174612d656e643d22313734322220636c6173733d22223e42696f6d65747269632026616d703b205246494420496e746567726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313734332220646174612d656e643d22313736332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313734352220646174612d656e643d22313736332220636c6173733d22223e4d6f62696c652041707020537570706f72743c2f703e3c7020646174612d73746172743d22313734352220646174612d656e643d22313736332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313736352220646174612d656e643d22313738392220636c6173733d22223e3c623e3c753e4465706c6f796d656e74204f7074696f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313739302220646174612d656e643d2231393431223e0d0a3c6c6920646174612d73746172743d22313739302220646174612d656e643d22313836372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313739322220646174612d656e643d22313836372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313739322220646174612d656e643d2231383132223e436c6f75642d42617365642048524d533c2f7374726f6e673e20e2809320466173742073657475702c207363616c61626c652c20616e642061636365737369626c652066726f6d20616e7977686572653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313836382220646174612d656e643d22313934312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313837302220646174612d656e643d22313934312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313837302220646174612d656e643d2231383839223e4f6e2d5072656d6973652048524d533c2f7374726f6e673e20e2809320436f6d706c65746520636f6e74726f6c207769746820637573746f6d20686f7374696e6720616e642073656375726974793c2f703e3c7020646174612d73746172743d22313837302220646174612d656e643d22313934312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313934332220646174612d656e643d22313936382220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f75722048524d533f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313936392220646174612d656e643d2232323134223e0d0a3c6c6920646174612d73746172743d22313936392220646174612d656e643d22323032392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313937312220646174612d656e643d22323032392220636c6173733d22223e46756c6c7920637573746f6d697a61626c6520746f206d6174636820796f7572206f7267616e697a6174696f6ee280997320706f6c69636965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323033302220646174612d656e643d22323038302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323033322220646174612d656e643d22323038302220636c6173733d22223e557365722d667269656e646c7920696e74657266616365207769746820726f6c652d6261736564206163636573733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323038312220646174612d656e643d22323134302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323038332220646174612d656e643d22323134302220636c6173733d22223e5365616d6c65737320696e746567726174696f6e207769746820706179726f6c6c2c2043524d2c20616e64204552502073797374656d733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323134312220646174612d656e643d22323138312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323134332220646174612d656e643d22323138312220636c6173733d22223e5365637572652c207363616c61626c652c20616e6420474450522d636f6d706c69616e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323138322220646174612d656e643d22323231342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323138342220646174612d656e643d22323231342220636c6173733d22223e44656469636174656420737570706f727420616e6420747261696e696e673c2f703e3c7020646174612d73746172743d22323138342220646174612d656e643d22323231342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323231362220646174612d656e643d22323331392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323231362220646174612d656e643d2232323736223e4852206d616465206561737920e2809420736f20796f752063616e20666f637573206f6e206275696c64696e6720796f75722070656f706c652e3c2f7374726f6e673e3c2f703e, 'Simplify HR Operations. Empower Your Workforce.\r\n\r\nOur HRMS solutions help you manage the entire employee lifecycle — from hiring to retirement — with greater efficiency, accuracy, and transparency. Designed for businesses of all sizes, our system automates core HR tasks, streamlines payroll, and enhances employee engagement.', 13, NULL, NULL, 0, 1, 1); INSERT INTO `services` (`id`, `language_id`, `scategory_id`, `main_image`, `title`, `slug`, `content`, `summary`, `serial_number`, `meta_keywords`, `meta_description`, `feature`, `details_page_status`, `sidebar`) VALUES (283, 169, 79, '680242ec11e9d.jpg', 'PROJECT MANAGEMENT SYSTEM & AUTOMATION SOFTWARE (PMS)', 'PROJECT-MANAGEMENT-SYSTEM-&-AUTOMATION-SOFTWARE-(PMS)', 0x3c683420646174612d73746172743d223539352220646174612d656e643d223631342220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223631362220646174612d656e643d2231363137223e0d0a3c6c6920646174612d73746172743d223631362220646174612d656e643d223735322220636c6173733d22223e0d0a3c7020646174612d73746172743d223631382220646174612d656e643d223735322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223631382220646174612d656e643d22363531223e50726f6a65637420506c616e6e696e672026616d703b205363686564756c696e673c2f7374726f6e673e3c627220646174612d73746172743d223635312220646174612d656e643d22363534223e0d0a446566696e65206d696c6573746f6e65732c2061737369676e207461736b732c20616c6c6f63617465207265736f75726365732c20616e642073657420646561646c696e6573207769746820636c617269747920616e6420636f6e74726f6c2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223735342220646174612d656e643d223837362220636c6173733d22223e0d0a3c7020646174612d73746172743d223735362220646174612d656e643d223837362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223735362220646174612d656e643d22373832223e5461736b2026616d703b205465616d204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223738322220646174612d656e643d22373835223e0d0a43726561746520746f2d646f206c697374732c20736574207072696f7269746965732c206d6f6e69746f722070726f67726573732c20616e64206d616e616765207465616d732077697468207472616e73706172656e63792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223837382220646174612d656e643d223938322220636c6173733d22223e0d0a3c7020646174612d73746172743d223838302220646174612d656e643d223938322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223838302220646174612d656e643d22393130223e54696d6520547261636b696e672026616d703b2054696d657368656574733c2f7374726f6e673e3c627220646174612d73746172743d223931302220646174612d656e643d22393133223e0d0a547261636b2062696c6c61626c6520686f7572732c2070726f6a656374206475726174696f6e732c20616e6420656d706c6f7965652070726f6475637469766974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223938342220646174612d656e643d22313130302220636c6173733d22223e0d0a3c7020646174612d73746172743d223938362220646174612d656e643d22313130302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223938362220646174612d656e643d2231303130223e4175746f6d6174696f6e20576f726b666c6f77733c2f7374726f6e673e3c627220646174612d73746172743d22313031302220646174612d656e643d2231303133223e0d0a4175746f6d6174652072657065746974697665207461736b73206c696b65207461736b206372656174696f6e2c20666f6c6c6f772d7570732c20737461747573206368616e6765732c20616e6420616c657274732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313130322220646174612d656e643d22313231382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313130342220646174612d656e643d22313231382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313130342220646174612d656e643d2231313435223e46696c652053686172696e672026616d703b20446f63756d656e7420436f6c6c61626f726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313134352220646174612d656e643d2231313438223e0d0a43656e7472616c697a656420646f63756d656e742073746f7261676520776974682076657273696f6e20636f6e74726f6c20616e6420736563757265206163636573732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313232302220646174612d656e643d22313337302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313232322220646174612d656e643d22313337302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313232322220646174612d656e643d2231323538223e5265616c2d54696d652044617368626f617264732026616d703b205265706f7274696e673c2f7374726f6e673e3c627220646174612d73746172743d22313235382220646174612d656e643d2231323631223e0d0a56697375616c697a652070726f6a6563742070726f67726573732c207265736f757263652075736167652c2062756467657420747261636b696e672c20616e64207465616d20706572666f726d616e6365207468726f75676820736d6172742064617368626f617264732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313337322220646174612d656e643d22313530382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313337342220646174612d656e643d22313530382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313337342220646174612d656e643d2231343038223e4b616e62616e2c2047616e74742026616d703b2043616c656e6461722056696577733c2f7374726f6e673e3c627220646174612d73746172743d22313430382220646174612d656e643d2231343131223e0d0a43686f6f736520796f7572207072656665727265642070726f6a656374207669657720e280942076697375616c20626f617264732c2074696d656c696e65732c206f722063616c656e6461727320666f722062657474657220636c61726974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313531302220646174612d656e643d22313631372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313531322220646174612d656e643d22313631372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313531322220646174612d656e643d2231353431223e4e6f74696669636174696f6e732026616d703b2052656d696e646572733c2f7374726f6e673e3c627220646174612d73746172743d22313534312220646174612d656e643d2231353434223e0d0a5374617920757064617465642077697468207265616c2d74696d6520616c6572747320666f72207461736b732c20646561646c696e65732c20616e6420617070726f76616c732e3c2f703e3c7020646174612d73746172743d22313531322220646174612d656e643d22313631372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313631392220646174612d656e643d22313634362220636c6173733d22223e3c623e3c753e416476616e636564204361706162696c69746965733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313634372220646174612d656e643d2231383537223e0d0a3c6c6920646174612d73746172743d22313634372220646174612d656e643d22313637352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313634392220646174612d656e643d22313637352220636c6173733d22223e4d756c74692d50726f6a656374204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313637362220646174612d656e643d22313730332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313637382220646174612d656e643d22313730332220636c6173733d22223e436c69656e742026616d703b2056656e646f7220506f7274616c733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313730342220646174612d656e643d22313733302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313730362220646174612d656e643d22313733302220636c6173733d22223e4275646765742026616d703b20436f737420547261636b696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313733312220646174612d656e643d22313736382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733332220646174612d656e643d22313736382220636c6173733d22223e417070726f76616c20466c6f77732026616d703b20437573746f6d20576f726b666c6f77733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313736392220646174612d656e643d22313831322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737312220646174612d656e643d22313831322220636c6173733d22223e526f6c652d4261736564205065726d697373696f6e732026616d703b2041636365737320436f6e74726f6c3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313831332220646174612d656e643d22313835372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831352220646174612d656e643d22313835372220636c6173733d22223e496e746567726174696f6e20776974682043524d2c2048524d532c204552502c20616e6420456d61696c3c2f703e3c7020646174612d73746172743d22313831352220646174612d656e643d22313835372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313835392220646174612d656e643d22313838332220636c6173733d22223e3c623e3c753e4465706c6f796d656e74204f7074696f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313838342220646174612d656e643d2232303337223e0d0a3c6c6920646174612d73746172743d22313838342220646174612d656e643d22313936302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313838362220646174612d656e643d22313936302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313838362220646174612d656e643d2231393035223e436c6f75642d426173656420504d533c2f7374726f6e673e20e280932045617379206163636573732c20717569636b2073657475702c20616e64207365616d6c657373207363616c6162696c6974793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313936312220646174612d656e643d22323033372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313936332220646174612d656e643d22323033372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313936332220646174612d656e643d2231393831223e4f6e2d5072656d69736520504d533c2f7374726f6e673e20e2809320437573746f6d2d686f7374656420776974682066756c6c20636f6e74726f6c20616e6420616476616e6365642073656375726974793c2f703e3c7020646174612d73746172743d22313936332220646174612d656e643d22323033372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323033392220646174612d656e643d22323035342220636c6173733d22223e3c623e3c753e496465616c20466f723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323035352220646174612d656e643d2232323138223e0d0a3c6c6920646174612d73746172743d22323035352220646174612d656e643d22323038322220636c6173733d22223e0d0a3c7020646174612d73746172743d22323035372220646174612d656e643d22323038322220636c6173733d22223e49542026616d703b20536f66747761726520436f6d70616e6965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323038332220646174612d656e643d22323131362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323038352220646174612d656e643d22323131362220636c6173733d22223e436f6e737472756374696f6e2026616d703b20496e6672617374727563747572653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323131372220646174612d656e643d22323135302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323131392220646174612d656e643d22323135302220636c6173733d22223e4d61726b6574696e672026616d703b204372656174697665204167656e636965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323135312220646174612d656e643d22323138362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323135332220646174612d656e643d22323138362220636c6173733d22223e436f6e73756c74616e74732026616d703b20536572766963652050726f7669646572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323138372220646174612d656e643d22323231382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323138392220646174612d656e643d22323231382220636c6173733d22223e4d616e75666163747572696e672026616d703b2050726f64756374205465616d733c2f703e3c7020646174612d73746172743d22323138392220646174612d656e643d22323231382220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323232302220646174612d656e643d22323233392220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323234302220646174612d656e643d2232343538223e0d0a3c6c6920646174612d73746172743d22323234302220646174612d656e643d22323238332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323234322220646174612d656e643d22323238332220636c6173733d22223e46756c6c7920637573746f6d697a61626c6520746f20796f75722070726f6a65637420666c6f773c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323238342220646174612d656e643d22323332382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323238362220646174612d656e643d22323332382220636c6173733d22223e496e747569746976652055492077697468206d696e696d616c206c6561726e696e672063757276653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323332392220646174612d656e643d22323336342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323333312220646174612d656e643d22323336342220636c6173733d22223e5363616c61626c6520666f72207465616d73206f6620616c6c2073697a65733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323336352220646174612d656e643d22323430352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323336372220646174612d656e643d22323430352220636c6173733d22223e4175746f6d6174696f6e20746f20726564756365206d616e75616c20776f726b6c6f61643c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323430362220646174612d656e643d22323435382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323430382220646174612d656e643d22323435382220636c6173733d22223e44656469636174656420737570706f72742c20747261696e696e672026616d703b20696e746567726174696f6e2073657276696365733c2f703e3c7020646174612d73746172743d22323430382220646174612d656e643d22323435382220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323436302220646174612d656e643d22323537312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323436302220646174612d656e643d2232353237223e4d616e6167652065766572792070726f6a656374207769746820707265636973696f6e20e280942066726f6d206b69636b6f666620746f2064656c69766572792e3c2f7374726f6e673e3c2f703e, 'Plan Smarter. Work Faster. Deliver Better.\r\n\r\nOur Project Management System (PMS) helps businesses streamline workflows, enhance collaboration, and automate repetitive tasks — ensuring every project is completed on time and within budget. From startups to enterprises, we deliver powerful tools to manage teams, tasks, timelines, and productivity in one unified platform.', 14, NULL, NULL, 0, 1, 1), (284, 169, 79, '6802576aca3bc.jpg', 'ORDER PLACING APPLICATION WITH POS, PAYMENT GATEWAY', 'ORDER-PLACING-APPLICATION-WITH-POS,-PAYMENT-GATEWAY', 0x3c683420646174612d73746172743d223538372220646174612d656e643d223630352220636c6173733d22223e3c623e3c753e4b65792046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223630372220646174612d656e643d2231373138223e0d0a3c6c6920646174612d73746172743d223630372220646174612d656e643d223735392220636c6173733d22223e0d0a3c7020646174612d73746172743d223630392220646174612d656e643d223735392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223630392220646174612d656e643d22363432223e557365722d467269656e646c79204f7264657220496e746572666163653c2f7374726f6e673e3c627220646174612d73746172743d223634322220646174612d656e643d22363435223e0d0a496e7475697469766520617070206f72207765622d626173656420706c6174666f726d20776865726520637573746f6d6572732063616e2062726f777365206974656d732c20637573746f6d697a65206f72646572732c20616e6420636865636b206f7574207769746820656173652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223736312220646174612d656e643d223839362220636c6173733d22223e0d0a3c7020646174612d73746172743d223736332220646174612d656e643d223839362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223736332220646174612d656e643d22373838223e496e746567726174656420504f532053797374656d3c2f7374726f6e673e3c627220646174612d73746172743d223738382220646174612d656e643d22373931223e0d0a5265616c2d74696d65206f726465722073796e63696e67207769746820796f757220504f5320666f72206175746f6d617469632062696c6c696e672c20696e76656e746f727920757064617465732c20616e6420726563656970742067656e65726174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223839382220646174612d656e643d22313033342220636c6173733d22223e0d0a3c7020646174612d73746172743d223930302220646174612d656e643d22313033342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223930302220646174612d656e643d22393433223e4d756c74692d43617465676f72792026616d703b204d756c74692d4c6f636174696f6e20537570706f72743c2f7374726f6e673e3c627220646174612d73746172743d223934332220646174612d656e643d22393436223e0d0a496465616c20666f722072657374617572616e74732c2073746f7265732c20636861696e732c20616e64206672616e6368697365732077697468206d756c7469706c65206d656e7573206f72206272616e636865732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313033362220646174612d656e643d22313137352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313033382220646174612d656e643d22313137352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313033382220646174612d656e643d2231303738223e437573746f6d697a61626c65204d656e75202f2050726f64756374204c697374696e67733c2f7374726f6e673e3c627220646174612d73746172743d22313037382220646174612d656e643d2231303831223e0d0a55706c6f616420696d616765732c20736574207072696365732c2072756e2070726f6d6f74696f6e732c20616e64206d616e6167652073746f636b20617661696c6162696c6974792066726f6d206f6e652064617368626f6172642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313137372220646174612d656e643d22313238382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313137392220646174612d656e643d22313238382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313137392220646174612d656e643d2231323037223e5265616c2d54696d65204f7264657220547261636b696e673c2f7374726f6e673e3c627220646174612d73746172743d22313230372220646174612d656e643d2231323130223e0d0a4c657420637573746f6d65727320747261636b207468656972206f72646572207374617475732066726f6d20706c6163656d656e7420746f2064656c6976657279206f72207069636b75702e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313239302220646174612d656e643d22313436312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313239322220646174612d656e643d22313436312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313239322220646174612d656e643d2231333330223e536563757265205061796d656e74204761746577617920496e746567726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313333302220646174612d656e643d2231333333223e0d0a416363657074207061796d656e747320766961205550492c204372656469742f44656269742043617264732c204e65742042616e6b696e672c2057616c6c6574732c206f722043617368206f6e2044656c697665727920e2809420776974682066756c6c20656e6372797074696f6e20616e642072656c696162696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313436332220646174612d656e643d22313539342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313436352220646174612d656e643d22313539342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313436352220646174612d656e643d2231353031223e437573746f6d65722050726f66696c652026616d703b204f7264657220486973746f72793c2f7374726f6e673e3c627220646174612d73746172743d22313530312220646174612d656e643d2231353034223e0d0a456e61626c6520726570656174206f72646572732c207361766564206164647265737365732c206c6f79616c747920706f696e74732c20616e6420706572736f6e616c697a6564207265636f6d6d656e646174696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313539362220646174612d656e643d22313731382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313539382220646174612d656e643d22313731382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313539382220646174612d656e643d2231363232223e41646d696e2026616d703b2056656e646f722050616e656c3c2f7374726f6e673e3c627220646174612d73746172743d22313632322220646174612d656e643d2231363235223e0d0a4d616e61676520616c6c2061737065637473206f6620796f757220627573696e65737320696e636c7564696e67206f72646572732c207061796d656e74732c20637573746f6d657220646174612c20616e64207265706f7274732e3c2f703e3c7020646174612d73746172743d22313539382220646174612d656e643d22313731382220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313732302220646174612d656e643d22313734322220636c6173733d22223e3c623e3c753e4f7074696f6e616c204164642d4f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313734332220646174612d656e643d2231393132223e0d0a3c6c6920646174612d73746172743d22313734332220646174612d656e643d22313830352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313734352220646174612d656e643d22313830352220636c6173733d22223e44656c697665727920506172746e657220496e746567726174696f6e20285a6f6d61746f2c205377696767792c2044756e7a6f2c206574632e293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313830362220646174612d656e643d22313834342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313830382220646174612d656e643d22313834342220636c6173733d22223e57686174734170702026616d703b20534d53204f72646572204e6f74696669636174696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313834352220646174612d656e643d22313836322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313834372220646174612d656e643d22313836322220636c6173733d22223e47535420496e766f6963696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313836332220646174612d656e643d22313931322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313836352220646174612d656e643d22313931322220636c6173733d22223e515220436f6465204f72646572696e672028666f722064696e652d696e206f72207461626c652073657276696365293c2f703e3c7020646174612d73746172743d22313836352220646174612d656e643d22313931322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313931342220646174612d656e643d22313933392220636c6173733d22223e3c623e3c753e496e64757374726965732057652053657276653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313934302220646174612d656e643d2232303934223e0d0a3c6c6920646174612d73746172743d22313934302220646174612d656e643d22313936332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313934322220646174612d656e643d22313936332220636c6173733d22223e52657374617572616e74732026616d703b20436166c3a9733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313936342220646174612d656e643d22313939312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313936362220646174612d656e643d22313939312220636c6173733d22223e47726f636572792026616d703b2052657461696c2053746f7265733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313939322220646174612d656e643d22323030392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313939342220646174612d656e643d22323030392220636c6173733d22223e53616c6f6e732026616d703b20537061733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323031302220646174612d656e643d22323033392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323031322220646174612d656e643d22323033392220636c6173733d22223e42616b65726965732026616d703b20436c6f7564204b69746368656e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323034302220646174612d656e643d22323036352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323034322220646174612d656e643d22323036352220636c6173733d22223e46617368696f6e2026616d703b204163636573736f726965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323036362220646174612d656e643d22323039342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323036382220646174612d656e643d22323039342220636c6173733d22223e456c656374726f6e6963732026616d703b204d6f62696c652053686f70733c2f703e3c7020646174612d73746172743d22323036382220646174612d656e643d22323039342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323039362220646174612d656e643d22323132352220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f757220536f6c7574696f6e3f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323132362220646174612d656e643d2232333533223e0d0a3c6c6920646174612d73746172743d22323132362220646174612d656e643d22323136382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323132382220646174612d656e643d22323136382220636c6173733d22223e46756c6c7920637573746f6d697a61626c65206272616e64696e672026616d703b2066656174757265733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323136392220646174612d656e643d22323230372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323137312220646174612d656e643d22323230372220636c6173733d22223e46617374206465706c6f796d656e742077697468207573657220747261696e696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323230382220646174612d656e643d22323236312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323231302220646174612d656e643d22323236312220636c6173733d22223e5363616c61626c6520666f7220736d616c6c20627573696e65737365732026616d703b206c6172676520656e7465727072697365733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323236322220646174612d656e643d22323331332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323236342220646174612d656e643d22323331332220636c6173733d22223e496e746567726174656420737570706f727420666f7220504f532c206163636f756e74696e672c20616e642043524d3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323331342220646174612d656e643d22323335332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323331362220646174612d656e643d22323335332220636c6173733d22223e4f6e676f696e67207570646174657320616e6420746563686e6963616c20737570706f72743c2f703e3c7020646174612d73746172743d22323331362220646174612d656e643d22323335332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323335352220646174612d656e643d22323437322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323335352220646174612d656e643d2232343330223e4c657420796f757220637573746f6d657273206f7264657220696e206a757374206120666577207461707320e2809420666173742c2073696d706c652c20616e64207365637572652e3c2f7374726f6e673e3c2f703e, 'Seamless Ordering. Integrated POS. Secure Payments.\r\n\r\nOur Order Placing Application is designed to simplify and digitize the way your customers place orders — whether it\'s for retail, food delivery, services, or e-commerce. Integrated with a powerful POS system and secure payment gateways, it ensures smooth transactions, better customer experiences, and efficient backend management.', 14, NULL, NULL, 0, 1, 1), (285, 169, 79, '6802593ec02ba.jpg', 'SCHOOL MANAGEMENT SYSTEM', 'SCHOOL-MANAGEMENT-SYSTEM', 0x3c683420646174612d73746172743d223538312220646174612d656e643d223630302220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223630322220646174612d656e643d2231373233223e0d0a3c6c6920646174612d73746172743d223630322220646174612d656e643d223732302220636c6173733d22223e0d0a3c7020646174612d73746172743d223630342220646174612d656e643d223732302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223630342220646174612d656e643d22363338223e53747564656e742041646d697373696f6e2026616d703b20456e726f6c6c6d656e743c2f7374726f6e673e3c627220646174612d73746172743d223633382220646174612d656e643d22363431223e0d0a4d616e616765206f6e6c696e65206170706c69636174696f6e732c20726567697374726174696f6e732c20616e642061646d697373696f6e20776f726b666c6f7773207769746820656173652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223732322220646174612d656e643d223834352220636c6173733d22223e0d0a3c7020646174612d73746172743d223732342220646174612d656e643d223834352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223732342220646174612d656e643d22373631223e417474656e64616e63652026616d703b2054696d657461626c65204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223736312220646174612d656e643d22373634223e0d0a547261636b206461696c7920617474656e64616e63652c206d616e61676520636c617373207363686564756c65732c20616e642067656e6572617465206175746f6d61746564207265706f7274732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223834372220646174612d656e643d22313030302220636c6173733d22223e0d0a3c7020646174612d73746172743d223834392220646174612d656e643d22313030302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223834392220646174612d656e643d22383835223e466565204d616e6167656d656e742026616d703b204f6e6c696e65205061796d656e74733c2f7374726f6e673e3c627220646174612d73746172743d223838352220646174612d656e643d22383838223e0d0a4175746f6d6174652066656520636f6c6c656374696f6e2c2073656e642072656d696e646572732c20747261636b20647565732c20616e6420616363657074207061796d656e7473207365637572656c79207468726f75676820696e74656772617465642067617465776179732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313030322220646174612d656e643d22313132342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313030342220646174612d656e643d22313132342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313030342220646174612d656e643d2231303338223e4578616d696e6174696f6e2026616d703b204772616465204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313033382220646174612d656e643d2231303431223e0d0a506c616e206578616d732c20696e707574206d61726b732c2067656e6572617465207265706f72742063617264732c20616e6420616e616c797a652061636164656d696320706572666f726d616e63652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313132362220646174612d656e643d22313234342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313132382220646174612d656e643d22313234342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313132382220646174612d656e643d2231313538223e53746166662026616d703b20506179726f6c6c204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313135382220646174612d656e643d2231313631223e0d0a4d61696e7461696e207374616666207265636f7264732c206d616e616765206c65617665732c2068616e646c6520706179726f6c6c2c20616e642067656e65726174652073616c61727920736c6970732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313234362220646174612d656e643d22313336312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313234382220646174612d656e643d22313336312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313234382220646174612d656e643d2231323832223e4c6962726172792026616d703b20496e76656e746f7279204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313238322220646174612d656e643d2231323835223e0d0a4469676974697a6520626f6f6b2069737375652f72657475726e2070726f63657373657320616e64206d616e616765207363686f6f6c2061737365747320656666696369656e746c792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313336332220646174612d656e643d22313438332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313336352220646174612d656e643d22313438332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313336352220646174612d656e643d2231333839223e5472616e73706f7274204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313338392220646174612d656e643d2231333932223e0d0a547261636b20726f757465732c206d616e61676520627573207363686564756c65732c20616e6420656e737572652073747564656e74207361666574792077697468206c69766520747261636b696e67206f7074696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313438352220646174612d656e643d22313631312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313438372220646174612d656e643d22313631312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313438372220646174612d656e643d2231353234223e506172656e742c2053747564656e742026616d703b205465616368657220506f7274616c733c2f7374726f6e673e3c627220646174612d73746172743d22313532342220646174612d656e643d2231353237223e0d0a536563757265206c6f67696e2061636365737320746f207669657720686f6d65776f726b2c20617474656e64616e63652c206772616465732c20616e6e6f756e63656d656e74732c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313631332220646174612d656e643d22313732332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313631352220646174612d656e643d22313732332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313631352220646174612d656e643d2231363437223e4d6f62696c652041707020666f7220416e64726f69642026616d703b20694f533c2f7374726f6e673e3c627220646174612d73746172743d22313634372220646174612d656e643d2231363530223e0d0a5374617920636f6e6e6563746564206f6e2074686520676f2077697468207265616c2d74696d65207570646174657320616e642070757368206e6f74696669636174696f6e732e3c2f703e3c7020646174612d73746172743d22313631352220646174612d656e643d22313732332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313732352220646174612d656e643d22313735302220636c6173733d22223e3c623e3c753e436f6d6d756e69636174696f6e20546f6f6c733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313735312220646174612d656e643d2231393037223e0d0a3c6c6920646174612d73746172743d22313735312220646174612d656e643d22313738352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313735332220646174612d656e643d22313738352220636c6173733d22223e534d532c20456d61696c2026616d703b20417070204e6f74696669636174696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313738362220646174612d656e643d22313831302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313738382220646174612d656e643d22313831302220636c6173733d22223e4576656e742026616d703b204e6f7469636520426f6172643c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313831312220646174612d656e643d22313834342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831332220646174612d656e643d22313834342220636c6173733d22223e486f6d65776f726b2026616d703b2041737369676e6d656e742055706c6f6164733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313834352220646174612d656e643d22313930372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313834372220646174612d656e643d22313930372220636c6173733d22223e4f6e6c696e6520436c61737365732026616d703b20566964656f20496e746567726174696f6e20285a6f6f6d2c20476f6f676c65204d6565742c206574632e293c2f703e3c7020646174612d73746172743d22313834372220646174612d656e643d22313930372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313930392220646174612d656e643d22313933392220636c6173733d22223e3c623e3c753e437573746f6d204d6f64756c657320417661696c61626c653a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313934302220646174612d656e643d2232303636223e0d0a3c6c6920646174612d73746172743d22313934302220646174612d656e643d22313936312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313934322220646174612d656e643d22313936312220636c6173733d22223e486f7374656c204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313936322220646174612d656e643d22313937392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313936342220646174612d656e643d22313937392220636c6173733d22223e416c756d6e6920506f7274616c3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313938302220646174612d656e643d22323030362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313938322220646174612d656e643d22323030362220636c6173733d22223e452d4c6561726e696e6720496e746567726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323030372220646174612d656e643d22323033312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323030392220646174612d656e643d22323033312220636c6173733d22223e42696f6d657472696320417474656e64616e63653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323033322220646174612d656e643d22323036362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323033342220646174612d656e643d22323036362220636c6173733d22223e4d756c74692d5363686f6f6c202f204672616e636869736520537570706f72743c2f703e3c7020646174612d73746172743d22323033342220646174612d656e643d22323036362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323036382220646174612d656e643d22323039392220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f7572205363686f6f6c204552503f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323130302220646174612d656e643d2232333336223e0d0a3c6c6920646174612d73746172743d22323130302220646174612d656e643d22323133362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323130322220646174612d656e643d22323133362220636c6173733d22223e436c6f75642d62617365642026616d703b206f6e2d7072656d697365206f7074696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323133372220646174612d656e643d22323137382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323133392220646174612d656e643d22323137382220636c6173733d22223e557365722d667269656e646c7920696e7465726661636520666f7220616c6c2075736572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323137392220646174612d656e643d22323233352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323138312220646174612d656e643d22323233352220636c6173733d22223e437573746f6d697a61626c65206d6f64756c657320746f206d6174636820796f7572207363686f6f6c277320776f726b666c6f773c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323233362220646174612d656e643d22323330302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323233382220646174612d656e643d22323330302220636c6173733d22223e526f6c652d62617365642061636365737320666f722061646d696e2c2074656163686572732c20706172656e74732c20616e642073747564656e74733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323330312220646174612d656e643d22323333362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323330332220646174612d656e643d22323333362220636c6173733d22223e32342f3720746563686e6963616c20737570706f72742026616d703b20747261696e696e673c2f703e3c7020646174612d73746172743d22323330332220646174612d656e643d22323333362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323333382220646174612d656e643d22323437322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323333382220646174612d656e643d2232343335223e4469676974697a6520796f7572207363686f6f6c20666f7220626574746572206d616e6167656d656e742c20736d6172746572206c6561726e696e672c20616e64207374726f6e67657220706172656e7420656e676167656d656e742e3c2f7374726f6e673e3c2f703e, 'Smart Schooling Starts Here — Simplify Administration, Empower Learning\r\n\r\nOur School Management System is an all-in-one digital platform designed to streamline school operations, improve communication, and enhance academic delivery. Whether you\'re managing a small school or a large educational institution, our solution helps automate daily tasks, manage data efficiently, and keep parents, teachers, and students connected.', 15, NULL, NULL, 0, 1, 1), (286, 169, 79, '68025a2f96c40.png', 'HOSPITAL MANAGEMENT SYSTEM', 'HOSPITAL-MANAGEMENT-SYSTEM', 0x3c683420646174612d73746172743d223537392220646174612d656e643d223539382220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223630302220646174612d656e643d2231383137223e0d0a3c6c6920646174612d73746172743d223630302220646174612d656e643d223732372220636c6173733d22223e0d0a3c7020646174612d73746172743d223630322220646174612d656e643d223732372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223630322220646174612d656e643d22363531223e50617469656e7420526567697374726174696f6e2026616d703b204170706f696e746d656e74205363686564756c696e673c2f7374726f6e673e3c627220646174612d73746172743d223635312220646174612d656e643d22363534223e0d0a4d616e6167652077616c6b2d696e7320616e64206f6e6c696e6520626f6f6b696e67732077697468207265616c2d74696d6520646f63746f7220617661696c6162696c6974792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223732392220646174612d656e643d223838392220636c6173733d22223e0d0a3c7020646174612d73746172743d223733312220646174612d656e643d223838392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223733312220646174612d656e643d22373637223e456c656374726f6e6963204d65646963616c205265636f7264732028454d52293c2f7374726f6e673e3c627220646174612d73746172743d223736372220646174612d656e643d22373730223e0d0a4d61696e7461696e20636f6d706c6574652070617469656e7420686973746f72792c20646961676e6f7365732c20707265736372697074696f6e732c206c616220726573756c74732c20616e642074726561746d656e7420706c616e7320696e206f6e6520736563757265206c6f636174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223839312220646174612d656e643d22313031382220636c6173733d22223e0d0a3c7020646174612d73746172743d223839332220646174612d656e643d22313031382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223839332220646174612d656e643d22393137223e4f50442026616d703b20495044204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223931372220646174612d656e643d22393230223e0d0a547261636b2070617469656e742061646d697373696f6e732c20646973636861726765732c207472616e73666572732c206265642061737369676e6d656e74732c20616e6420646f63746f7220726f756e647320656666696369656e746c792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313032302220646174612d656e643d22313138302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313032322220646174612d656e643d22313138302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313032322220646174612d656e643d2231303435223e42696c6c696e672026616d703b20496e766f6963696e673c2f7374726f6e673e3c627220646174612d73746172743d22313034352220646174612d656e643d2231303438223e0d0a47656e6572617465206175746f6d617465642062696c6c7320666f7220636f6e73756c746174696f6e732c20646961676e6f73746963732c207375726765726965732c20706861726d6163792c20616e6420696e70617469656e7420736572766963657320e28094207769746820696e737572616e636520696e746567726174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313138322220646174612d656e643d22313238392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313138342220646174612d656e643d22313238392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313138342220646174612d656e643d2231323037223e506861726d616379204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313230372220646174612d656e643d2231323130223e0d0a4d616e61676520696e76656e746f72792c2073616c65732c207075726368617365206f72646572732c2065787069727920747261636b696e672c20616e6420707265736372697074696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313239312220646174612d656e643d22313431372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313239332220646174612d656e643d22313431372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313239332220646174612d656e643d2231333236223e4c61626f7261746f72792026616d703b20526164696f6c6f6779204d6f64756c653c2f7374726f6e673e3c627220646174612d73746172743d22313332362220646174612d656e643d2231333239223e0d0a4d616e616765206c616220746573742072657175657374732c20726573756c74732c20616e64207265706f7274732077697468206469676974616c2073686172696e6720616e6420646f63746f72206163636573732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313431392220646174612d656e643d22313535352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313432312220646174612d656e643d22313535352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313432312220646174612d656e643d2231343530223e446f63746f722026616d703b205374616666204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313435302220646174612d656e643d2231343533223e0d0a48616e646c65207363686564756c696e672c20617661696c6162696c6974792c20706179726f6c6c2c20617474656e64616e63652c20616e642063726564656e7469616c7320666f72206d65646963616c20616e6420737570706f72742073746166662e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313535372220646174612d656e643d22313637302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313535392220646174612d656e643d22313637302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313535392220646174612d656e643d2231353931223e496e76656e746f72792026616d703b204173736574204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313539312220646174612d656e643d2231353934223e0d0a547261636b207573616765206f66206d65646963616c2065717569706d656e742c20737570706c6965732c20616e6420617373657473206163726f7373206465706172746d656e74732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313637322220646174612d656e643d22313831372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313637342220646174612d656e643d22313831372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313637342220646174612d656e643d2231373138223e4469736368617267652053756d6d6172792026616d703b204361736520486973746f7279205265706f7274733c2f7374726f6e673e3c627220646174612d73746172743d22313731382220646174612d656e643d2231373231223e0d0a4175746f2d67656e65726174652064697363686172676520646f63756d656e7473207769746820636f6d706c6574652070617469656e742074726561746d656e742064657461696c7320616e6420666f6c6c6f772d757020706c616e732e3c2f703e3c7020646174612d73746172743d22313637342220646174612d656e643d22313831372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313831392220646174612d656e643d22313834332220636c6173733d22223e3c623e3c753e4164646974696f6e616c204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313834342220646174612d656e643d2232313034223e0d0a3c6c6920646174612d73746172743d22313834342220646174612d656e643d22313836392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313834362220646174612d656e643d22313836392220636c6173733d22223e576172642026616d703b20426564204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313837302220646174612d656e643d22313839352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313837322220646174612d656e643d22313839352220636c6173733d22223e426c6f6f642042616e6b204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313839362220646174612d656e643d22313932372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313839382220646174612d656e643d22313932372220636c6173733d22223e496e737572616e63652026616d703b2054504120496e746567726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313932382220646174612d656e643d22313935302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313933302220646174612d656e643d22313935302220636c6173733d22223e416d62756c616e636520547261636b696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313935312220646174612d656e643d22313939342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313935332220646174612d656e643d22313939342220636c6173733d22223e466565646261636b2026616d703b2050617469656e7420536174697366616374696f6e205265706f7274733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313939352220646174612d656e643d22323036312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313939372220646174612d656e643d22323036312220636c6173733d22223e534d532026616d703b20456d61696c204e6f74696669636174696f6e7320666f72204170706f696e746d656e74732c205465737420526573756c74732c206574632e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323036322220646174612d656e643d22323130342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323036342220646174612d656e643d22323130342220636c6173733d22223e4d6f62696c652041707020666f7220446f63746f72732c2053746166662026616d703b2050617469656e74733c2f703e3c7020646174612d73746172743d22323036342220646174612d656e643d22323130342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323130362220646174612d656e643d22323133302220636c6173733d22223e3c623e3c753e4465706c6f796d656e74204f7074696f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323133312220646174612d656e643d2232323635223e0d0a3c6c6920646174612d73746172743d22323133312220646174612d656e643d22323139392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323133332220646174612d656e643d22323139392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323133332220646174612d656e643d2232313532223e436c6f75642d426173656420484d533c2f7374726f6e673e20e2809320466173742c207365637572652c20616e642061636365737369626c652066726f6d20616e7977686572653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323230302220646174612d656e643d22323236352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323230322220646174612d656e643d22323236352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323230322220646174612d656e643d2232323230223e4f6e2d5072656d69736520484d533c2f7374726f6e673e20e2809320436f6d706c65746520636f6e74726f6c2077697468206c6f63616c2073657276657220686f7374696e673c2f703e3c7020646174612d73746172743d22323230322220646174612d656e643d22323236352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323236372220646174612d656e643d22323239312220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f757220484d533f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323239322220646174612d656e643d2232353037223e0d0a3c6c6920646174612d73746172743d22323239322220646174612d656e643d22323333322220636c6173733d22223e0d0a3c7020646174612d73746172743d22323239342220646174612d656e643d22323333322220636c6173733d22223e48495041412026616d703b20474450522d436f6d706c69616e7420446174612053656375726974793c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323333332220646174612d656e643d22323337362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323333352220646174612d656e643d22323337362220636c6173733d22223e437573746f6d697a61626c6520746f206d6174636820686f73706974616c20776f726b666c6f773c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323337372220646174612d656e643d22323431392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323337392220646174612d656e643d22323431392220636c6173733d22223e4d756c74692d7370656369616c74792026616d703b206d756c74692d6272616e636820737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323432302220646174612d656e643d22323436312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323432322220646174612d656e643d22323436312220636c6173733d22223e5265616c2d74696d6520616e616c79746963732026616d703b207265706f7274696e6720746f6f6c733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323436322220646174612d656e643d22323530372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323436342220646174612d656e643d22323530372220636c6173733d22223e44656469636174656420737570706f72742c206f6e626f617264696e672c20616e6420747261696e696e673c2f703e3c7020646174612d73746172743d22323436342220646174612d656e643d22323530372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323530392220646174612d656e643d22323631322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323530392220646174612d656e643d2232353730223e456d706f77657220796f7572206865616c74686361726520666163696c6974792077697468206469676974616c20657863656c6c656e63652e3c2f7374726f6e673e3c2f703e, 'Digitize Healthcare Operations — Improve Efficiency, Accuracy & Patient Care\r\n\r\nOur Hospital Management System is a comprehensive software solution designed to streamline and automate the day-to-day operations of hospitals, clinics, and healthcare centers. From patient registration to billing and medical records, we help healthcare providers deliver seamless, efficient, and high-quality care.', 16, NULL, NULL, 0, 1, 1); INSERT INTO `services` (`id`, `language_id`, `scategory_id`, `main_image`, `title`, `slug`, `content`, `summary`, `serial_number`, `meta_keywords`, `meta_description`, `feature`, `details_page_status`, `sidebar`) VALUES (287, 169, 79, '68025ca87eb58.png', 'PHARMACY MANAGEMENT SYSTEM', 'PHARMACY-MANAGEMENT-SYSTEM', 0x3c683420646174612d73746172743d223534352220646174612d656e643d223536342220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223536362220646174612d656e643d2231353732223e0d0a3c6c6920646174612d73746172743d223536362220646174612d656e643d223638342220636c6173733d22223e0d0a3c7020646174612d73746172743d223536382220646174612d656e643d223638342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223536382220646174612d656e643d22353938223e536d61727420496e76656e746f7279204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223539382220646174612d656e643d22363031223e0d0a547261636b2073746f636b206c6576656c732c206261746368206e756d626572732c206578706972792064617465732c20616e642072656f7264657220706f696e747320696e207265616c2074696d652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223638362220646174612d656e643d223833342220636c6173733d22223e0d0a3c7020646174612d73746172743d223638382220646174612d656e643d223833342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223638382220646174612d656e643d22373138223e53616c65732026616d703b2042696c6c696e67204175746f6d6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d223731382220646174612d656e643d22373231223e0d0a47656e6572617465206661737420616e6420616363757261746520696e766f696365732c206170706c7920646973636f756e74732c206d616e6167652072657475726e732c20616e642068616e646c65206d756c74692d6d6f6465207061796d656e7473207769746820656173652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223833362220646174612d656e643d223936382220636c6173733d22223e0d0a3c7020646174612d73746172743d223833382220646174612d656e643d223936382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223833382220646174612d656e643d22383732223e50757263686173652026616d703b20537570706c696572204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223837322220646174612d656e643d22383735223e0d0a4d616e6167652076656e646f7220696e666f726d6174696f6e2c207261697365207075726368617365206f72646572732c20747261636b2064656c697665726965732c20616e64206175746f6d6174652047524e20656e7472792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223937302220646174612d656e643d22313038392220636c6173733d22223e0d0a3c7020646174612d73746172743d223937322220646174612d656e643d22313038392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223937322220646174612d656e643d22393937223e4578706972792026616d703b2053746f636b20416c657274733c2f7374726f6e673e3c627220646174612d73746172743d223939372220646174612d656e643d2231303030223e0d0a476574206175746f6d6174656420616c6572747320666f72206c6f772073746f636b2c206f76657273746f636b2c20616e6420617070726f616368696e672065787069727920746f20726564756365206c6f737365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313039312220646174612d656e643d22313231312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313039332220646174612d656e643d22313231312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313039332220646174612d656e643d2231313230223e507265736372697074696f6e204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313132302220646174612d656e643d2231313233223e0d0a41747461636820616e642076616c696461746520707265736372697074696f6e73206469676974616c6c792c20656e737572696e6720636f6d706c69616e636520616e6420717569636b2064697370656e73696e672e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313231332220646174612d656e643d22313332302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313231352220646174612d656e643d22313332302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313231352220646174612d656e643d2231323434223e426172636f64652026616d703b20515220436f646520537570706f72743c2f7374726f6e673e3c627220646174612d73746172743d22313234342220646174612d656e643d2231323437223e0d0a53706565642075702062696c6c696e6720616e642073746f636b20747261636b696e67207769746820626172636f6465207363616e6e696e6720616e64206c6162656c696e672e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313332322220646174612d656e643d22313434392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313332342220646174612d656e643d22313434392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313332342220646174612d656e643d2231333539223e4d756c74692d53746f72652026616d703b204672616e636869736520537570706f72743c2f7374726f6e673e3c627220646174612d73746172743d22313335392220646174612d656e643d2231333632223e0d0a4d616e616765206d756c7469706c65206f75746c6574732066726f6d206f6e652064617368626f6172642c20776974682063656e7472616c697a6564206461746120616e642061636365737320636f6e74726f6c2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313435312220646174612d656e643d22313537322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313435332220646174612d656e643d22313537322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313435332220646174612d656e643d2231343736223e5265706f7274732026616d703b20416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313437362220646174612d656e643d2231343739223e0d0a476574207265616c2d74696d65207265706f727473206f6e2073616c65732c2070726f666974732c20746f702d73656c6c696e672064727567732c20657870697279207374617475732c20616e642073746f636b2076616c75652e3c2f703e3c7020646174612d73746172743d22313435332220646174612d656e643d22313537322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313537342220646174612d656e643d22313539382220636c6173733d22223e3c623e3c753e4164646974696f6e616c204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313539392220646174612d656e643d2231383134223e0d0a3c6c6920646174612d73746172743d22313539392220646174612d656e643d22313633352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313630312220646174612d656e643d22313633352220636c6173733d22223e4753542042696c6c696e672026616d703b205461782046696c696e6720537570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313633362220646174612d656e643d22313636392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313633382220646174612d656e643d22313636392220636c6173733d22223e437573746f6d65722026616d703b204c6f79616c7479204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313637302220646174612d656e643d22313732392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313637322220646174612d656e643d22313732392220636c6173733d22223e526f6c652d42617365642041636365737320666f7220506861726d6163697374732c204d616e61676572732c20616e642041646d696e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313733302220646174612d656e643d22313737342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733322220646174612d656e643d22313737342220636c6173733d22223e496e746567726174696f6e207769746820486f73706974616c2f436c696e69632053797374656d733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313737352220646174612d656e643d22313831342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737372220646174612d656e643d22313831342220636c6173733d22223e452d707265736372697074696f6e2026616d703b204f6e6c696e65204f7264657220537570706f72743c2f703e3c7020646174612d73746172743d22313737372220646174612d656e643d22313831342220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313831362220646174612d656e643d22313834302220636c6173733d22223e3c623e3c753e4465706c6f796d656e74204f7074696f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313834312220646174612d656e643d2232303033223e0d0a3c6c6920646174612d73746172743d22313834312220646174612d656e643d22313932372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313834332220646174612d656e643d22313932372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313834332220646174612d656e643d2231383734223e436c6f75642d426173656420506861726d6163792053797374656d3c2f7374726f6e673e20e280932045617379206163636573732c206e6f20736574757020686173736c652c20616e6420736563757265206261636b7570733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313932382220646174612d656e643d22323030332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313933302220646174612d656e643d22323030332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313933302220646174612d656e643d2231393531223e4f6e2d5072656d6973652053797374656d3c2f7374726f6e673e20e28093204c6f63616c20636f6e74726f6c207769746820616476616e63656420637573746f6d697a6174696f6e206f7074696f6e733c2f703e3c7020646174612d73746172743d22313933302220646174612d656e643d22323030332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323030352220646174612d656e643d22323033342220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f757220536f6c7574696f6e3f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323033352220646174612d656e643d2232333039223e0d0a3c6c6920646174612d73746172743d22323033352220646174612d656e643d22323038362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323033372220646174612d656e643d22323038362220636c6173733d22223e557365722d667269656e646c7920616e6420706861726d61636973742d617070726f76656420696e746572666163653c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323038372220646174612d656e643d22323134362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323038392220646174612d656e643d22323134362220636c6173733d22223e5375697461626c6520666f722072657461696c2c20686f73706974616c2c20616e642077686f6c6573616c6520706861726d61636965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323134372220646174612d656e643d22323139372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323134392220646174612d656e643d22323139372220636c6173733d22223e46617374206465706c6f796d656e7420776974682066756c6c20747261696e696e6720616e6420737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323139382220646174612d656e643d22323235372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323230302220646174612d656e643d22323235372220636c6173733d22223e5365637572652c207363616c61626c652c20616e6420636f6d706c69616e74207769746820696e647573747279207374616e64617264733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323235382220646174612d656e643d22323330392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323236302220646174612d656e643d22323330392220636c6173733d22223e437573746f6d697a61626c6520666f7220796f757220627573696e6573732073697a6520616e64207370656369616c74793c2f703e3c7020646174612d73746172743d22323236302220646174612d656e643d22323330392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323331312220646174612d656e643d22323432372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323331312220646174612d656e643d2232333831223e5570677261646520796f757220706861726d6163792077697468206469676974616c20707265636973696f6e20616e64207365616d6c65737320636f6e74726f6c2e3c2f7374726f6e673e3c2f703e, 'Efficient, Accurate & Automated Pharmacy Operations\r\n\r\nOur Pharmacy Management System is designed to simplify and optimize daily operations in retail pharmacies, hospital pharmacies, and wholesale medical stores. It streamlines inventory, billing, prescriptions, and compliance — so you can focus on delivering fast and reliable service to your customers and patients.', 17, NULL, NULL, 0, 1, 1), (288, 169, 79, '68025d6e8530b.jpg', 'RESTAURANT MANAGEMENT SYSTEM', 'RESTAURANT-MANAGEMENT-SYSTEM', 0x3c683420646174612d73746172743d223536322220646174612d656e643d223538312220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223538332220646174612d656e643d2231373032223e0d0a3c6c6920646174612d73746172743d223538332220646174612d656e643d223732332220636c6173733d22223e0d0a3c7020646174612d73746172743d223538352220646174612d656e643d223732332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223538352220646174612d656e643d22363335223e4f72646572204d616e6167656d656e74202844696e652d496e2c2054616b65617761792c2044656c6976657279293c2f7374726f6e673e3c627220646174612d73746172743d223633352220646174612d656e643d22363338223e0d0a4d616e61676520616c6c207479706573206f66206f72646572732066726f6d20612073696e676c6520706c6174666f726d20e280942077697468207265616c2d74696d65206b69746368656e20757064617465732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223732352220646174612d656e643d223833312220636c6173733d22223e0d0a3c7020646174612d73746172743d223732372220646174612d656e643d223833312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223732372220646174612d656e643d22373437223e5461626c65204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223734372220646174612d656e643d22373530223e0d0a56697375616c206c61796f7574206f66207461626c65732c207265736572766174696f6e732c20616e642073656174696e6720666f7220656666696369656e7420666c6f6f7220736572766963652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223833332220646174612d656e643d223935392220636c6173733d22223e0d0a3c7020646174612d73746172743d223833352220646174612d656e643d223935392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223833352220646174612d656e643d22383730223e4469676974616c204d656e752026616d703b20515220436f6465204f72646572696e673c2f7374726f6e673e3c627220646174612d73746172743d223837302220646174612d656e643d22383733223e0d0a4c657420637573746f6d657273207363616e20616e64206f72646572206469726563746c792066726f6d2074686569722070686f6e657320e280942070617065726c65737320616e6420636f6e746163746c6573732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223936312220646174612d656e643d22313037352220636c6173733d22223e0d0a3c7020646174612d73746172743d223936332220646174612d656e643d22313037352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223936332220646174612d656e643d22393835223e504f532042696c6c696e672053797374656d3c2f7374726f6e673e3c627220646174612d73746172743d223938352220646174612d656e643d22393838223e0d0a466173742c2061636375726174652062696c6c696e67207769746820737570706f727420666f722073706c69742062696c6c732c206d6f646966696572732c2074617865732c20616e6420646973636f756e74732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313037372220646174612d656e643d22313139362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313037392220646174612d656e643d22313139362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313037392220646174612d656e643d2231313131223e4b69746368656e20446973706c61792053797374656d20284b4453293c2f7374726f6e673e3c627220646174612d73746172743d22313131312220646174612d656e643d2231313134223e0d0a5265616c2d74696d65206f72646572207570646174657320746f20746865206b69746368656e207374616666207769746820636c65617220696e737472756374696f6e7320616e642074696d6572732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313139382220646174612d656e643d22313333322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313230302220646174612d656e643d22313333322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313230302220646174612d656e643d2231323332223e496e76656e746f72792026616d703b2053746f636b204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313233322220646174612d656e643d2231323335223e0d0a547261636b20696e6772656469656e74732c20676574206c6f772d73746f636b20616c657274732c20616e642061766f69642077617374616765207468726f756768206175746f6d6174656420696e76656e746f727920636f6e74726f6c2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313333342220646174612d656e643d22313436302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313333362220646174612d656e643d22313436302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313333362220646174612d656e643d2231333736223e437573746f6d657220466565646261636b2026616d703b204c6f79616c74792050726f6772616d733c2f7374726f6e673e3c627220646174612d73746172743d22313337362220646174612d656e643d2231333739223e0d0a436f6c6c65637420726576696577732c2072657761726420726570656174207669736974732c20616e64206275696c64207374726f6e6720637573746f6d65722072656c6174696f6e73686970732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313436322220646174612d656e643d22313538352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313436342220646174612d656e643d22313538352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313436342220646174612d656e643d2231343931223e4d756c74692d4f75746c6574204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d22313439312220646174612d656e643d2231343934223e0d0a48616e646c65206d756c7469706c65206272616e636865732c206d656e75732c20616e64207374616666206163726f7373206c6f636174696f6e732066726f6d20612063656e7472616c697a65642064617368626f6172642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313538372220646174612d656e643d22313730322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313538392220646174612d656e643d22313730322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313538392220646174612d656e643d2231363132223e5265706f7274732026616d703b20416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313631322220646174612d656e643d2231363135223e0d0a47657420696e736967687473206f6e206461696c792073616c65732c20746f702d73656c6c696e67206974656d732c20737461666620706572666f726d616e63652c20616e642070726f6669746162696c6974792e3c2f703e3c7020646174612d73746172743d22313538392220646174612d656e643d22313730322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313730342220646174612d656e643d22313733312220636c6173733d22223e3c623e3c753e4f7074696f6e616c20496e746567726174696f6e733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313733322220646174612d656e643d2231393237223e0d0a3c6c6920646174612d73746172743d22313733322220646174612d656e643d22313738332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733342220646174612d656e643d22313738332220636c6173733d22223e4f6e6c696e6520466f6f6420506f7274616c7320285a6f6d61746f2c205377696767792c20556265722045617473293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313738342220646174612d656e643d22313832352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313738362220646174612d656e643d22313832352220636c6173733d22223e5061796d656e7420476174657761797320285550492c20436172642c2057616c6c657473293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313832362220646174612d656e643d22313835302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313832382220646174612d656e643d22313835302220636c6173733d22223e4753542f5461782046696c696e6720546f6f6c733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313835312220646174612d656e643d22313838392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313835332220646174612d656e643d22313838392220636c6173733d22223e57686174734170702026616d703b20534d53204f72646572204e6f74696669636174696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313839302220646174612d656e643d22313932372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313839322220646174612d656e643d22313932372220636c6173733d22223e4b69746368656e205072696e746572732026616d703b20426172636f6465205363616e6e6572733c2f703e3c7020646174612d73746172743d22313839322220646174612d656e643d22313932372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313932392220646174612d656e643d22313934372220636c6173733d22223e3c623e3c753e57686f204974277320466f723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313934382220646174612d656e643d2232313137223e0d0a3c6c6920646174612d73746172743d22313934382220646174612d656e643d22313937312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313935302220646174612d656e643d22313937312220636c6173733d22223e52657374617572616e74732026616d703b20436166c3a9733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313937322220646174612d656e643d22323030382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313937342220646174612d656e643d22323030382220636c6173733d22223e517569636b20536572766963652052657374617572616e7473202851535273293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323030392220646174612d656e643d22323034382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323031312220646174612d656e643d22323034382220636c6173733d22223e466f6f6420436f757274732026616d703b204d756c74692d43756973696e65204f75746c6574733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323034392220646174612d656e643d22323039302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323035312220646174612d656e643d22323039302220636c6173733d22223e436c6f7564204b69746368656e732026616d703b2044656c69766572792d4f6e6c79204272616e64733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323039312220646174612d656e643d22323131372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323039332220646174612d656e643d22323131372220636c6173733d22223e426172732c20507562732c20616e642042616b65726965733c2f703e3c7020646174612d73746172743d22323039332220646174612d656e643d22323131372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323131392220646174612d656e643d22323133382220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323133392220646174612d656e643d2232333831223e0d0a3c6c6920646174612d73746172743d22323133392220646174612d656e643d22323138372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323134312220646174612d656e643d22323138372220636c6173733d22223e456173792d746f2d75736520696e7465726661636520666f7220737461666620616e64206d616e61676572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323138382220646174612d656e643d22323233382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323139302220646174612d656e643d22323233382220636c6173733d22223e437573746f6d697a61626c6520666561747572657320666f7220616e792072657374617572616e74206d6f64656c3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323233392220646174612d656e643d22323238342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323234312220646174612d656e643d22323238342220636c6173733d22223e46617374206f6e626f617264696e67207769746820747261696e696e6720616e6420737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323238352220646174612d656e643d22323332372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323238372220646174612d656e643d22323332372220636c6173733d22223e576f726b73206f66666c696e652026616d703b206f6e6c696e6520286879627269642073797374656d293c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323332382220646174612d656e643d22323338312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323333302220646174612d656e643d22323338312220636c6173733d22223e5363616c61626c652066726f6d20612073696e676c65206f75746c657420746f2061206e6174696f6e7769646520636861696e3c2f703e3c7020646174612d73746172743d22323333302220646174612d656e643d22323338312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323338332220646174612d656e643d22323437362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323338332220646174612d656e643d2232343332223e536572766520736d61727465722e2047726f77206661737465722e204d616e616765207769746820656173652e3c2f7374726f6e673e3c2f703e, 'Smart Dining, Smooth Operations, Satisfied Customers\r\n\r\nOur Restaurant Management System is a comprehensive software solution designed to handle everything from order taking to billing, inventory, and customer engagement. Whether you run a café, fine-dining restaurant, QSR, or a cloud kitchen, our system helps streamline operations, reduce errors, and improve guest experience.', 18, NULL, NULL, 0, 1, 1), (289, 169, 79, '68025f3d3a26c.jpg', 'COURIER MANAGEMENT SYSTEM', 'COURIER-MANAGEMENT-SYSTEM', 0x3c683420646174612d73746172743d223537322220646174612d656e643d223539312220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223539332220646174612d656e643d2231363431223e0d0a3c6c6920646174612d73746172743d223539332220646174612d656e643d223732352220636c6173733d22223e0d0a3c7020646174612d73746172743d223539352220646174612d656e643d223732352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223539352220646174612d656e643d22363236223e536869706d656e7420426f6f6b696e672026616d703b20547261636b696e673c2f7374726f6e673e3c627220646174612d73746172743d223632362220646174612d656e643d22363239223e0d0a426f6f6b206f7264657273206d616e75616c6c79206f72206f6e6c696e6520616e6420747261636b206576657279207061636b61676520696e207265616c2d74696d652066726f6d20646973706174636820746f2064656c69766572792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223732372220646174612d656e643d223834382220636c6173733d22223e0d0a3c7020646174612d73746172743d223732392220646174612d656e643d223834382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223732392220646174612d656e643d22373537223e426172636f64652026616d703b204157422047656e65726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d223735372220646174612d656e643d22373630223e0d0a4175746f6d61746963616c6c792067656e657261746520626172636f6465732c20747261636b696e67206e756d626572732c20616e64206169727761792062696c6c7320666f72206561636820736869706d656e742e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223835302220646174612d656e643d223937382220636c6173733d22223e0d0a3c7020646174612d73746172743d223835322220646174612d656e643d223937382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223835322220646174612d656e643d22383834223e5069636b75702026616d703b2044656c6976657279204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223838342220646174612d656e643d22383837223e0d0a41737369676e207069636b75707320616e642064656c6976657269657320746f206167656e7473207769746820726f757465206f7074696d697a6174696f6e20616e64206d6f62696c65206e6f74696669636174696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223938302220646174612d656e643d22313130302220636c6173733d22223e0d0a3c7020646174612d73746172743d223938322220646174612d656e643d22313130302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223938322220646174612d656e643d2231303130223e437573746f6d65722026616d703b2056656e646f7220506f7274616c3c2f7374726f6e673e3c627220646174612d73746172743d22313031302220646174612d656e643d2231303133223e0d0a4c657420636c69656e747320626f6f6b20736869706d656e74732c207072696e74206c6162656c732c20616e64206d6f6e69746f722064656c697665726965732076696120612073656375726520706f7274616c2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313130322220646174612d656e643d22313233352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313130342220646174612d656e643d22313233352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313130342220646174612d656e643d2231313332223e5061796d656e742026616d703b2042696c6c696e67204d6f64756c653c2f7374726f6e673e3c627220646174612d73746172743d22313133322220646174612d656e643d2231313335223e0d0a47656e657261746520696e766f696365732c206d616e61676520434f44207061796d656e74732c206170706c7920746178657320616e6420646973636f756e74732c20616e6420747261636b206f75747374616e64696e672062616c616e6365732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313233372220646174612d656e643d22313338342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313233392220646174612d656e643d22313338342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313233392220646174612d656e643d2231323735223e5265616c2d54696d6520547261636b696e6720666f7220437573746f6d6572733c2f7374726f6e673e3c627220646174612d73746172743d22313237352220646174612d656e643d2231323738223e0d0a53656e64206c6976652073746174757320757064617465732076696120534d532c20656d61696c2c206f7220576861747341707020e2809420696d70726f76696e6720637573746f6d657220736174697366616374696f6e20616e64207472616e73706172656e63792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313338362220646174612d656e643d22313530352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313338382220646174612d656e643d22313530352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313338382220646174612d656e643d2231343135223e50726f6f66206f662044656c69766572792028504f44293c2f7374726f6e673e3c627220646174612d73746172743d22313431352220646174612d656e643d2231343138223e0d0a43617074757265206469676974616c207369676e617475726573206f7220696d616765732075706f6e2064656c697665727920666f722073656375726520616e642076657269666965642064726f702d6f6666732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313530372220646174612d656e643d22313634312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313530392220646174612d656e643d22313634312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313530392220646174612d656e643d2231353332223e5265706f7274732026616d703b20416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313533322220646174612d656e643d2231353335223e0d0a4d6f6e69746f7220736869706d656e74207374617475732c2064656c697665727920706572666f726d616e63652c206167656e742070726f6475637469766974792c20616e6420726576656e7565207265706f72747320696e206f6e652064617368626f6172642e3c2f703e3c7020646174612d73746172743d22313530392220646174612d656e643d22313634312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313634332220646174612d656e643d22313636352220636c6173733d22223e3c623e3c753e4f7074696f6e616c204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313636362220646174612d656e643d2231383838223e0d0a3c6c6920646174612d73746172743d22313636362220646174612d656e643d22313730362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313636382220646174612d656e643d22313730362220636c6173733d22223e4750532026616d703b20526f757465204f7074696d697a6174696f6e20496e746567726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313730372220646174612d656e643d22313734302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313730392220646174612d656e643d22313734302220636c6173733d22223e4672616e63686973652026616d703b204272616e6368204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313734312220646174612d656e643d22313737342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313734332220646174612d656e643d22313737342220636c6173733d22223e5765696768742026616d703b20566f6c756d652d42617365642050726963696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313737352220646174612d656e643d22313831302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737372220646174612d656e643d22313831302220636c6173733d22223e436173682d6f6e2d44656c69766572792028434f44292048616e646c696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313831312220646174612d656e643d22313834352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831332220646174612d656e643d22313834352220636c6173733d22223e4d6f62696c652041707020666f722044656c6976657279204167656e74733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313834362220646174612d656e643d22313838382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313834382220646174612d656e643d22313838382220636c6173733d22223e41504920496e746567726174696f6e20666f7220452d636f6d6d6572636520506c6174666f726d733c2f703e3c7020646174612d73746172743d22313834382220646174612d656e643d22313838382220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313839302220646174612d656e643d22313931302220636c6173733d22223e3c623e3c753e57686f2043616e205573652049743a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313931312220646174612d656e643d2232303932223e0d0a3c6c6920646174612d73746172743d22313931312220646174612d656e643d22313934392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313931332220646174612d656e643d22313934392220636c6173733d22223e4c6f63616c2026616d703b20526567696f6e616c20436f757269657220436f6d70616e6965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313935302220646174612d656e643d22313938332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313935322220646174612d656e643d22313938332220636c6173733d22223e467265696768742026616d703b204c6f676973746963732050726f7669646572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313938342220646174612d656e643d22323032312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313938362220646174612d656e643d22323032312220636c6173733d22223e452d636f6d6d657263652026616d703b2046756c66696c6c6d656e7420506172746e6572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323032322220646174612d656e643d22323035342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323032342220646174612d656e643d22323035342220636c6173733d22223e48797065726c6f63616c2044656c69766572792053657276696365733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323035352220646174612d656e643d22323039322220636c6173733d22223e0d0a3c7020646174612d73746172743d22323035372220646174612d656e643d22323039322220636c6173733d22223e4d65646963616c2026616d703b20446f63756d656e7420436f75726965722053657276696365733c2f703e3c7020646174612d73746172743d22323035372220646174612d656e643d22323039322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323039342220646174612d656e643d22323132392220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f757220436f75726965722053797374656d3f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323133302220646174612d656e643d2232333631223e0d0a3c6c6920646174612d73746172743d22323133302220646174612d656e643d22323137332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323133322220646174612d656e643d22323137332220636c6173733d22223e46756c6c7920636c6f75642d6261736564206f72206f6e2d7072656d697365206f7074696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323137342220646174612d656e643d22323232352220636c6173733d22223e0d0a3c7020646174612d73746172743d22323137362220646174612d656e643d22323232352220636c6173733d22223e5363616c61626c6520666f7220737461727475707320616e6420656e7465727072697365206f7065726174696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323232362220646174612d656e643d22323235392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323232382220646174612d656e643d22323235392220636c6173733d22223e437573746f6d206272616e64696e6720616e6420776f726b666c6f77733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323236302220646174612d656e643d22323331392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323236322220646174612d656e643d22323331392220636c6173733d22223e557365722d667269656e646c792064617368626f6172647320666f722061646d696e2c206167656e74732c20616e6420636c69656e74733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323332302220646174612d656e643d22323336312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323332322220646174612d656e643d22323336312220636c6173733d22223e32342f3720737570706f727420616e6420747261696e696e6720666f7220796f7572207465616d3c2f703e3c7020646174612d73746172743d22323332322220646174612d656e643d22323336312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323336332220646174612d656e643d22323438322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323336332220646174612d656e643d2232343436223e44656c69766572206661737465722c206d616e61676520736d61727465722c20616e642067726f7720796f757220636f757269657220627573696e657373207769746820636f6e666964656e63652e3c2f7374726f6e673e3c2f703e, 'Speed Up Deliveries. Streamline Logistics. Track Everything.\r\n\r\nOur Courier Management System is a powerful solution designed to automate and manage courier and logistics operations with speed, accuracy, and transparency. Whether you\'re running a local delivery business, a national logistics firm, or a third-party shipping service, our system helps you handle every step — from pickup to delivery — with ease.', 19, NULL, NULL, 0, 1, 1), (290, 169, 79, '680260559b365.png', 'LOGISTIC MANAGEMENT SYSTEM', 'LOGISTIC-MANAGEMENT-SYSTEM', 0x3c683420646174612d73746172743d223537382220646174612d656e643d223539372220636c6173733d22223e3c623e3c753e436f72652046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223539392220646174612d656e643d2231363636223e0d0a3c6c6920646174612d73746172743d223539392220646174612d656e643d223733372220636c6173733d22223e0d0a3c7020646174612d73746172743d223630312220646174612d656e643d223733372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223630312220646174612d656e643d22363334223e536869706d656e742026616d703b2046726569676874204d616e6167656d656e743c2f7374726f6e673e3c627220646174612d73746172743d223633342220646174612d656e643d22363337223e0d0a506c616e2c2061737369676e2c20616e6420747261636b20736869706d656e7473206163726f7373206d756c7469706c652063617272696572732c20726f757465732c20616e642064657374696e6174696f6e7320696e207265616c2d74696d652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223733392220646174612d656e643d223836302220636c6173733d22223e0d0a3c7020646174612d73746172743d223734312220646174612d656e643d223836302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223734312220646174612d656e643d22373732223e4f726465722026616d703b204469737061746368204175746f6d6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d223737322220646174612d656e643d22373735223e0d0a4d616e6167652062756c6b206f72646572732c207363686564756c65207069636b7570732c206175746f6d61746520646973706174636865732c20616e6420726564756365206d616e75616c20656e7472792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223836322220646174612d656e643d22313030322220636c6173733d22223e0d0a3c7020646174612d73746172743d223836342220646174612d656e643d22313030322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223836342220646174612d656e643d22383932223e466c6565742026616d703b2056656869636c6520547261636b696e673c2f7374726f6e673e3c627220646174612d73746172743d223839322220646174612d656e643d22383935223e0d0a4d6f6e69746f722076656869636c65206d6f76656d656e742c206675656c2075736167652c20647269766572206265686176696f722c20616e64206d61696e74656e616e6365207363686564756c6573207468726f7567682047505320696e746567726174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313030342220646174612d656e643d22313135302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313030362220646174612d656e643d22313135302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313030362220646174612d656e643d2231303339223e57617265686f7573652026616d703b20496e76656e746f727920436f6e74726f6c3c2f7374726f6e673e3c627220646174612d73746172743d22313033392220646174612d656e643d2231303432223e0d0a547261636b20696e636f6d696e6720616e64206f7574676f696e6720676f6f64732c206d616e6167652073746f636b206c6576656c732c2067656e6572617465207069636b2d616e642d7061636b206c697374732c20616e6420656e737572652061636375726163792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313135322220646174612d656e643d22313237342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313135342220646174612d656e643d22313237342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313135342220646174612d656e643d2231313736223e526f757465204f7074696d697a6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313137362220646174612d656e643d2231313739223e0d0a4175746f6d61746963616c6c792061737369676e206f7074696d616c2064656c697665727920726f7574657320746f207265647563652064656c69766572792074696d652c206675656c20636f7374732c20616e642064656c6179732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313237362220646174612d656e643d22313430362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313237382220646174612d656e643d22313430362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313237382220646174612d656e643d2231333131223e42696c6c696e672c20496e766f6963696e672026616d703b205061796d656e74733c2f7374726f6e673e3c627220646174612d73746172743d22313331312220646174612d656e643d2231333134223e0d0a47656e6572617465206672656967687420696e766f696365732c206170706c7920746172696666732c206d616e61676520636f6e7472616374732c20616e642070726f63657373207061796d656e7473207365637572656c792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313430382220646174612d656e643d22313534392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313431302220646174612d656e643d22313534392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313431302220646174612d656e643d2231343530223e5265616c2d54696d6520536869706d656e7420547261636b696e672026616d703b20416c657274733c2f7374726f6e673e3c627220646174612d73746172743d22313435302220646174612d656e643d2231343533223e0d0a50726f7669646520637573746f6d65727320616e6420706172746e6572732077697468207265616c2d74696d652064656c69766572792073746174757320616e64206175746f6d6174696320534d532f656d61696c20757064617465732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313535312220646174612d656e643d22313636362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313535332220646174612d656e643d22313636362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313535332220646174612d656e643d2231353830223e50726f6f66206f662044656c69766572792028504f44293c2f7374726f6e673e3c627220646174612d73746172743d22313538302220646174612d656e643d2231353833223e0d0a4469676974616c207369676e617475726520636170747572652c2070686f746f20636f6e6669726d6174696f6e2c20616e642074696d652d7374616d7065642064656c6976657279207265636f7264732e3c2f703e3c7020646174612d73746172743d22313535332220646174612d656e643d22313636362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313636382220646174612d656e643d22313639302220636c6173733d22223e3c623e3c753e4f7074696f6e616c204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313639312220646174612d656e643d2231393035223e0d0a3c6c6920646174612d73746172743d22313639312220646174612d656e643d22313731392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313639332220646174612d656e643d22313731392220636c6173733d22223e33504c2026616d703b2056656e646f7220496e746567726174696f6e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313732302220646174612d656e643d22313735302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313732322220646174612d656e643d22313735302220636c6173733d22223e52657665727365204c6f676973746963732048616e646c696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313735312220646174612d656e643d22313738392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313735332220646174612d656e643d22313738392220636c6173733d22223e436f6c6420436861696e2026616d703b205370656369616c20436172676f20537570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313739302220646174612d656e643d22313832392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313739322220646174612d656e643d22313832392220636c6173733d22223e4d756c74692d436c69656e742026616d703b204672616e6368697365204d616e6167656d656e743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313833302220646174612d656e643d22313836322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313833322220646174612d656e643d22313836322220636c6173733d22223e437573746f6d2044617368626f6172642026616d703b20416e616c79746963733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313836332220646174612d656e643d22313930352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313836352220646174612d656e643d22313930352220636c6173733d22223e4d6f62696c652041707020666f7220447269766572732026616d703b2057617265686f7573652053746166663c2f703e3c7020646174612d73746172743d22313836352220646174612d656e643d22313930352220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313930372220646174612d656e643d22313932352220636c6173733d22223e3c623e3c753e57686f204974277320466f723a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313932362220646174612d656e643d2232303939223e0d0a3c6c6920646174612d73746172743d22313932362220646174612d656e643d22313935392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313932382220646174612d656e643d22313935392220636c6173733d22223e4c6f676973746963732026616d703b204672656967687420436f6d70616e6965733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313936302220646174612d656e643d22323030312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313936322220646174612d656e643d22323030312220636c6173733d22223e54686972642d5061727479204c6f67697374696373202833504c292050726f7669646572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323030322220646174612d656e643d22323034302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323030342220646174612d656e643d22323034302220636c6173733d22223e446973747269627574696f6e2026616d703b2046756c66696c6c6d656e742043656e746572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323034312220646174612d656e643d22323037312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323034332220646174612d656e643d22323037312220636c6173733d22223e452d636f6d6d657263652026616d703b2052657461696c20436861696e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323037322220646174612d656e643d22323039392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323037342220646174612d656e643d22323039392220636c6173733d22223e4d616e756661637475726572732026616d703b204578706f72746572733c2f703e3c7020646174612d73746172743d22323037342220646174612d656e643d22323039392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323130312220646174612d656e643d22323132352220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f7572204c4d533f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323132362220646174612d656e643d2232333737223e0d0a3c6c6920646174612d73746172743d22323132362220646174612d656e643d22323136392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323132382220646174612d656e643d22323136392220636c6173733d22223e5363616c61626c6520666f7220534d457320616e64206c6172676520656e7465727072697365733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323137302220646174612d656e643d22323231372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323137322220646174612d656e643d22323231372220636c6173733d22223e4f6e2d7072656d6973652026616d703b20636c6f75642d6261736564206465706c6f796d656e74206f7074696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323231382220646174612d656e643d22323237382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323232302220646174612d656e643d22323237382220636c6173733d22223e4561737920696e746567726174696f6e2077697468204552502c2043524d2c20616e6420652d636f6d6d6572636520706c6174666f726d733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323237392220646174612d656e643d22323332302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323238312220646174612d656e643d22323332302220636c6173733d22223e4d756c74696c696e6775616c2026616d703b206d756c74692d6c6f636174696f6e20737570706f72743c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323332312220646174612d656e643d22323337372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323332332220646174612d656e643d22323337372220636c6173733d22223e46756c6c20747261696e696e672c20696d706c656d656e746174696f6e2c20616e642061667465722d73616c657320737570706f72743c2f703e3c7020646174612d73746172743d22323332332220646174612d656e643d22323337372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323337392220646174612d656e643d22323530382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323337392220646174612d656e643d2232343631223e4f7074696d697a6520796f7572206c6f67697374696373206f7065726174696f6e732c2072656475636520636f7374732c20616e642064656c69766572207769746820636f6e666964656e63652e3c2f7374726f6e673e3c2f703e, 'Streamline Your Supply Chain — From Dispatch to Delivery\r\n\r\nOur Logistics Management System is a comprehensive, end-to-end software solution built to manage, automate, and optimize logistics, transportation, and supply chain operations. From freight tracking to warehouse management and last-mile delivery — our system delivers real-time visibility, increased efficiency, and improved customer satisfaction.', 20, NULL, NULL, 0, 1, 1); INSERT INTO `services` (`id`, `language_id`, `scategory_id`, `main_image`, `title`, `slug`, `content`, `summary`, `serial_number`, `meta_keywords`, `meta_description`, `feature`, `details_page_status`, `sidebar`) VALUES (291, 169, 79, '680261b46103e.jpg', 'DIGITAL BUSINESS CARD', 'DIGITAL-BUSINESS-CARD', 0x3c683420646174612d73746172743d223534322220646174612d656e643d223536302220636c6173733d22223e3c623e3c753e4b65792046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223536322220646174612d656e643d2231343836223e0d0a3c6c6920646174612d73746172743d223536322220646174612d656e643d223638332220636c6173733d22223e0d0a3c7020646174612d73746172743d223536342220646174612d656e643d223638332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223536342220646174612d656e643d22353833223e496e7374616e742053686172696e673c2f7374726f6e673e3c627220646174612d73746172743d223538332220646174612d656e643d22353836223e0d0a536861726520796f757220636172642076696120515220636f64652c2057686174734170702c20656d61696c2c20534d532c206f7220612073696d706c65206c696e6b20e28094206e6f2061707020646f776e6c6f61642072657175697265642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223638352220646174612d656e643d223833352220636c6173733d22223e0d0a3c7020646174612d73746172743d223638372220646174612d656e643d223833352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223638372220646174612d656e643d22373136223e46756c6c7920437573746f6d697a61626c652044657369676e3c2f7374726f6e673e3c627220646174612d73746172743d223731362220646174612d656e643d22373139223e0d0a43686f6f73652066726f6d20656c6567616e742074656d706c617465732c2061646420796f7572206272616e64206c6f676f2c20636f6c6f72732c2070726f66696c652070686f746f2c20616e6420706572736f6e616c697a6520697420746f206d6174636820796f7572207374796c652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223833372220646174612d656e643d223936362220636c6173733d22223e0d0a3c7020646174612d73746172743d223833392220646174612d656e643d223936362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223833392220646174612d656e643d22383639223e436f6e746163746c6573732026616d703b2045636f2d467269656e646c793c2f7374726f6e673e3c627220646174612d73746172743d223836392220646174612d656e643d22383732223e0d0a412070617065726c6573732c2068796769656e69632c20616e64207375737461696e61626c6520736f6c7574696f6e20e28094207065726665637420666f72206e6574776f726b696e6720696e2061206469676974616c20776f726c642e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223936382220646174612d656e643d22313130332220636c6173733d22223e0d0a3c7020646174612d73746172743d223937302220646174612d656e643d22313130332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223937302220646174612d656e643d22393930223e416464205269636820436f6e74656e743c2f7374726f6e673e3c627220646174612d73746172743d223939302220646174612d656e643d22393933223e0d0a496e636c75646520796f757220636f6e7461637420696e666f2c2073657276696365732c20706f7274666f6c696f2c20776562736974652c20476f6f676c65204d617073206c6f636174696f6e2c20736f6369616c206d65646961206c696e6b732c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313130352220646174612d656e643d22313231362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313130372220646174612d656e643d22313231362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313130372220646174612d656e643d2231313235223e4f6e652d436c69636b20536176653c2f7374726f6e673e3c627220646174612d73746172743d22313132352220646174612d656e643d2231313238223e0d0a596f757220636f6e746163742064657461696c732063616e206265207361766564206469726563746c7920746f2074686520726563697069656e74e28099732070686f6e652077697468206a757374206f6e65207461702e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313231382220646174612d656e643d22313335332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313232302220646174612d656e643d22313335332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313232302220646174612d656e643d2231323535223e416e616c79746963732026616d703b20456e676167656d656e7420547261636b696e673c2f7374726f6e673e203c656d20646174612d73746172743d22313235362220646174612d656e643d2231323638223e284f7074696f6e616c293c2f656d3e3c627220646174612d73746172743d22313236382220646174612d656e643d2231323731223e0d0a53656520686f77206d616e792070656f706c6520766965776564206f7220636c69636b656420796f7572206361726420e2809420677265617420666f72206d61726b6574696e6720666f6c6c6f772d75702e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313335352220646174612d656e643d22313438362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313335372220646174612d656e643d22313438362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313335372220646174612d656e643d2231333835223e4d756c74692d55736572206f72205465616d2043617264733c2f7374726f6e673e203c656d20646174612d73746172743d22313338362220646174612d656e643d2231343034223e28466f7220427573696e6573736573293c2f656d3e3c627220646174612d73746172743d22313430342220646174612d656e643d2231343037223e0d0a43726561746520616e64206d616e616765206469676974616c20636172647320666f7220796f757220656e74697265207465616d2066726f6d20612073696e676c652064617368626f6172642e3c2f703e3c7020646174612d73746172743d22313335372220646174612d656e643d22313438362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313438382220646174612d656e643d22313530332220636c6173733d22223e3c623e3c753e5573652043617365733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313530342220646174612d656e643d2231363632223e0d0a3c6c6920646174612d73746172743d22313530342220646174612d656e643d22313533302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313530362220646174612d656e643d22313533302220636c6173733d22223e427573696e6573732050726f66657373696f6e616c733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313533312220646174612d656e643d22313535382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313533332220646174612d656e643d22313535382220636c6173733d22223e467265656c616e636572732026616d703b204372656174697665733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313535392220646174612d656e643d22313538352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313536312220646174612d656e643d22313538352220636c6173733d22223e53746172747570732026616d703b2053616c6573205465616d733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313538362220646174612d656e643d22313631382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313538382220646174612d656e643d22313631382220636c6173733d22223e4576656e7420417474656e646565732026616d703b20457868696269746f72733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313631392220646174612d656e643d22313636322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313632312220646174612d656e643d22313636322220636c6173733d22223e5265616c20457374617465204167656e74732c20436f6e73756c74616e74732c20616e64206d6f72653c2f703e3c7020646174612d73746172743d22313632312220646174612d656e643d22313636322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313636342220646174612d656e643d22313638332220636c6173733d22223e3c623e3c753e5768792043686f6f73652055733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313638342220646174612d656e643d2231393033223e0d0a3c6c6920646174612d73746172743d22313638342220646174612d656e643d22313732342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313638362220646174612d656e643d22313732342220636c6173733d22223e4e6f20636f64696e67206e656564656420e2809420666173742026616d703b20656173792073657475703c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313732352220646174612d656e643d22313737302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313732372220646174612d656e643d22313737302220636c6173733d22223e4d6f62696c652d66697273742064657369676e20666f72206d6f6465726e206e6574776f726b696e673c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313737312220646174612d656e643d22313830382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737332220646174612d656e643d22313830382220636c6173733d22223e486f73746564206f6e20796f7572206f776e20646f6d61696e206f72206f7572733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313830392220646174612d656e643d22313836302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831312220646174612d656e643d22313836302220636c6173733d22223e4166666f726461626c652070726963696e672077697468206c69666574696d6520616363657373206f7074696f6e733c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313836312220646174612d656e643d22313930332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313836332220646174612d656e643d22313930332220636c6173733d22223e32342f3720737570706f727420666f7220736574757020616e6420637573746f6d697a6174696f6e3c2f703e3c7020646174612d73746172743d22313836332220646174612d656e643d22313930332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22313930352220646174612d656e643d22323030392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313930352220646174612d656e643d2231393539223e4e6574776f726b20736d617274657220e28094206d616b6520796f757220666972737420696d7072657373696f6e206c6173742e3c2f7374726f6e673e3c2f703e, 'Your Smart, Stylish & Shareable Identity\r\n\r\nSay goodbye to traditional paper cards and step into the future with our Digital Business Card solution. Instantly share your contact details, social links, services, and more — all in one interactive, mobile-friendly digital profile. Ideal for professionals, entrepreneurs, and businesses that want to leave a lasting impression.', 21, NULL, NULL, 0, 1, 1), (292, 169, 79, '68026283344c5.jpg', 'Classified Buy and Sale Product Application', 'Classified-Buy-and-Sale-Product-Application', 0x3c683420646174612d73746172743d223535362220646174612d656e643d223537342220636c6173733d22223e3c623e3c753e4b65792046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223537362220646174612d656e643d2231393137223e0d0a3c6c6920646174612d73746172743d223537362220646174612d656e643d223730342220636c6173733d22223e0d0a3c7020646174612d73746172743d223537382220646174612d656e643d223730342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223537382220646174612d656e643d22363035223e557365722d467269656e646c7920496e746572666163653c2f7374726f6e673e3c627220646174612d73746172743d223630352220646174612d656e643d22363038223e0d0a53696d706c652c20696e747569746976652064657369676e20746f206c6973742070726f64756374732c2062726f7773652063617465676f726965732c20616e64206368617420776974682073656c6c657273206f72206275796572732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223730362220646174612d656e643d223931392220636c6173733d22223e0d0a3c7020646174612d73746172743d223730382220646174612d656e643d223931392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223730382220646174612d656e643d22373336223e50726f64756374204c697374696e672026616d703b205365617263683c2f7374726f6e673e3c627220646174612d73746172743d223733362220646174612d656e643d22373339223e0d0a517569636b6c7920706f73742070726f64756374206c697374696e677320776974682064657461696c6564206465736372697074696f6e732c20696d616765732c2070726963696e672c20616e64206c6f636174696f6e20696e666f2e204275796572732063616e20736561726368207573696e672066696c74657273206c696b652070726963652072616e67652c20636f6e646974696f6e2c2063617465676f72792c20616e64206c6f636174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223932312220646174612d656e643d22313037362220636c6173733d22223e0d0a3c7020646174612d73746172743d223932332220646174612d656e643d22313037362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223932332220646174612d656e643d22393530223e536563757265204d6573736167696e672053797374656d3c2f7374726f6e673e3c627220646174612d73746172743d223935302220646174612d656e643d22393533223e0d0a507269766174652c20656e63727970746564206d6573736167696e67206265747765656e2062757965727320616e642073656c6c65727320746f20646973637573732070726f647563742064657461696c732c206e65676f7469617465207072696365732c20616e642066696e616c697a65206465616c732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313037382220646174612d656e643d22313234322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313038302220646174612d656e643d22313234322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313038302220646174612d656e643d2231313131223e5061796d656e74204761746577617920496e746567726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313131312220646174612d656e643d2231313134223e0d0a5365616d6c65737320616e6420736563757265207061796d656e74206f7074696f6e7320666f72207472616e73616374696f6e7320e2809420696e636c7564696e6720434f44202843617368206f6e2044656c6976657279292c205550492c204372656469742f44656269742043617264732c20616e642057616c6c6574732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313234342220646174612d656e643d22313337392220636c6173733d22223e0d0a3c7020646174612d73746172743d22313234362220646174612d656e643d22313337392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313234362220646174612d656e643d2231323637223e526174696e67732026616d703b20526576696577733c2f7374726f6e673e3c627220646174612d73746172743d22313236372220646174612d656e643d2231323730223e0d0a426f74682062757965727320616e642073656c6c6572732063616e206c6561766520726174696e677320616e6420726576696577732061667465722061207472616e73616374696f6e2c20656e737572696e6720747275737420616e64207472616e73706172656e63792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313338312220646174612d656e643d22313532312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313338332220646174612d656e643d22313532312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313338332220646174612d656e643d2231343035223e50726f647563742043617465676f726965733c2f7374726f6e673e3c627220646174612d73746172743d22313430352220646174612d656e643d2231343038223e0d0a53656c6c206f722062757920696e2063617465676f72696573206c696b6520456c656374726f6e6963732c2046617368696f6e2c20486f6d6520476f6f64732c204675726e69747572652c2056656869636c65732c20506574732c2053657276696365732c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313532332220646174612d656e643d22313634352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313532352220646174612d656e643d22313634352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313532352220646174612d656e643d2231353530223e4c6f636174696f6e2d4261736564205365617263683c2f7374726f6e673e3c627220646174612d73746172743d22313535302220646174612d656e643d2231353533223e0d0a53656172636820616e642066696c746572206c697374696e677320627920796f7572206c6f63616c206172656120666f722066617374657220616e64206d6f726520636f6e76656e69656e74207472616e73616374696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313634372220646174612d656e643d22313737342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313634392220646174612d656e643d22313737342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313634392220646174612d656e643d2231363833223e496d6167652055706c6f61642026616d703b2050726f647563742044657461696c733c2f7374726f6e673e3c627220646174612d73746172743d22313638332220646174612d656e643d2231363836223e0d0a456173792d746f2d75736520696d6167652075706c6f61642073797374656d20616e642070726f64756374206465736372697074696f6e206669656c647320746f2073686f776361736520796f7572206974656d732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313737362220646174612d656e643d22313931372220636c6173733d22223e0d0a3c7020646174612d73746172743d22313737382220646174612d656e643d22313931372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313737382220646174612d656e643d2231383035223e41646d696e2050616e656c2026616d703b205265706f7274696e673c2f7374726f6e673e3c627220646174612d73746172743d22313830352220646174612d656e643d2231383038223e0d0a4d6f6e69746f7220757365722061637469766974792c206d616e616765206c697374696e67732c20616e642067656e6572617465207265706f72747320666f7220706572666f726d616e636520616e616c7973697320616e6420637573746f6d657220736572766963652e3c2f703e3c7020646174612d73746172743d22313737382220646174612d656e643d22313931372220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313931392220646174612d656e643d22313934342220636c6173733d22223e3c623e3c753e4164646974696f6e616c2046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313934352220646174612d656e643d2232323039223e0d0a3c6c6920646174612d73746172743d22313934352220646174612d656e643d22323032352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313934372220646174612d656e643d22323032352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313934372220646174612d656e643d2231393639223e50757368204e6f74696669636174696f6e733c2f7374726f6e673e20666f722070726963652064726f70732c206e6577206c697374696e67732c20616e64206d6573736167696e6720757064617465732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323032362220646174612d656e643d22323132362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323032382220646174612d656e643d22323132362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323032382220646174612d656e643d2232303536223e536f6369616c204d6564696120496e746567726174696f6e3c2f7374726f6e673e20746f20736861726520796f7572206c697374696e6773206f6e2046616365626f6f6b2c20496e7374616772616d2c20616e64206f7468657220706c6174666f726d732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323132372220646174612d656e643d22323230392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323132392220646174612d656e643d22323230392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323132392220646174612d656e643d2232313536223e4665617475726564204c697374696e67732026616d703b204164733c2f7374726f6e673e20746f20686967686c6967687420796f75722070726f647563747320666f7220696e63726561736564207669736962696c6974792e3c2f703e3c7020646174612d73746172743d22323132392220646174612d656e643d22323230392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323231312220646174612d656e643d22323234362220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f757220436c6173736966696564204170703f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323234372220646174612d656e643d2232353433223e0d0a3c6c6920646174612d73746172743d22323234372220646174612d656e643d22323331362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323234392220646174612d656e643d22323331362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323234392220646174612d656e643d2232323634223e4c6f63616c20466f6375733c2f7374726f6e673e20666f7220666173746572207472616e73616374696f6e7320616e6420656173792064656c69766572792f7069636b75702e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323331372220646174612d656e643d22323339342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323331392220646174612d656e643d22323339342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323331392220646174612d656e643d2232333339223e5365637572652026616d703b20547275737465643c2f7374726f6e673e2077697468206275696c742d696e20667261756420646574656374696f6e20616e64207573657220766572696669636174696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323339352220646174612d656e643d22323437322220636c6173733d22223e0d0a3c7020646174612d73746172743d22323339372220646174612d656e643d22323437322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323339372220646174612d656e643d2232343133223e437573746f6d697a61626c653c2f7374726f6e673e206272616e64696e6720666f7220627573696e657373657320746f20637265617465207468656972206f776e206d61726b6574706c6163652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323437332220646174612d656e643d22323534332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323437352220646174612d656e643d22323534332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323437352220646174612d656e643d2232343837223e5363616c61626c653c2f7374726f6e673e20666f7220736d616c6c20706572736f6e616c2073616c6573206f72206c6172676520652d636f6d6d6572636520706c6174666f726d732e3c2f703e3c7020646174612d73746172743d22323437352220646174612d656e643d22323534332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323534352220646174612d656e643d22323730382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323534352220646174612d656e643d2232363530223e42757920616e642073656c6c207769746820636f6e666964656e63652c20636f6e6e656374207769746820796f757220636f6d6d756e6974792c20616e6420756e6c6f636b207468652076616c7565206f6620796f757220756e75736564206974656d732e3c2f7374726f6e673e3c2f703e, 'A Smarter Way to Buy, Sell, and Connect Locally\r\n\r\nOur Classified Buy and Sell Product Application is designed to help individuals and businesses buy and sell products locally with ease. Whether you\'re decluttering your home, looking for a bargain, or launching a new product, our platform connects buyers and sellers in a secure, user-friendly environment.', 22, NULL, NULL, 0, 1, 1), (293, 169, 80, '6802663f56bbc.png', 'BUSINESS INTELLIGANCE (BI)', 'BUSINESS-INTELLIGANCE-(BI)', 0x3c683420646174612d73746172743d223534312220646174612d656e643d223535392220636c6173733d22223e3c623e3c753e4b65792046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223536312220646174612d656e643d2231373931223e0d0a3c6c6920646174612d73746172743d223536312220646174612d656e643d223731302220636c6173733d22223e0d0a3c7020646174612d73746172743d223536332220646174612d656e643d223731302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223536332220646174612d656e643d22353933223e4461746120416e616c79746963732026616d703b205265706f7274696e673c2f7374726f6e673e3c627220646174612d73746172743d223539332220646174612d656e643d22353936223e0d0a436f6c6c6563742c20616e616c797a652c20616e642070726573656e74206461746120696e20636c6561722c20616374696f6e61626c65207265706f72747320616e642064617368626f617264732c207461696c6f72656420746f20796f757220627573696e657373206e656564732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223731322220646174612d656e643d223837312220636c6173733d22223e0d0a3c7020646174612d73746172743d223731342220646174612d656e643d223837312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223731342220646174612d656e643d22373436223e5265616c2d54696d6520446174612056697375616c697a6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d223734362220646174612d656e643d22373439223e0d0a5472616e73666f726d20726177206461746120696e746f20696e7465726163746976652076697375616c697a6174696f6e732c2068656c70696e67206465636973696f6e2d6d616b65727320717569636b6c792073706f74207472656e64732c207061747465726e732c20616e64206f75746c696572732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223837332220646174612d656e643d22313032342220636c6173733d22223e0d0a3c7020646174612d73746172743d223837352220646174612d656e643d22313032342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223837352220646174612d656e643d22383936223e437573746f6d2044617368626f617264733c2f7374726f6e673e3c627220646174612d73746172743d223839362220646174612d656e643d22383939223e0d0a43726561746520706572736f6e616c697a65642064617368626f617264732077697468204b5049732c206d6574726963732c20616e64207265706f72747320746861742067697665206120636f6d70726568656e736976652076696577206f6620796f757220627573696e65737320706572666f726d616e63652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313032362220646174612d656e643d22313138302220636c6173733d22223e0d0a3c7020646174612d73746172743d22313032382220646174612d656e643d22313138302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313032382220646174612d656e643d2231303537223e416476616e636564204461746120496e746567726174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313035372220646174612d656e643d2231303630223e0d0a496e7465677261746520646174612066726f6d206d756c7469706c6520736f7572636573202843524d2c204552502c2048522c20736f6369616c206d656469612c20616e64206d6f72652920746f20637265617465206120756e69666965642076696577206f6620796f757220627573696e6573732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313138322220646174612d656e643d22313333322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313138342220646174612d656e643d22313333322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313138342220646174612d656e643d2231323038223e5072656469637469766520416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313230382220646174612d656e643d2231323131223e0d0a55736520686973746f726963616c206461746120746f207072656469637420667574757265207472656e64732c2064656d616e642c20616e6420637573746f6d6572206265686176696f722c2068656c70696e6720796f752073746179206168656164206f662074686520636f6d7065746974696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313333342220646174612d656e643d22313438312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313333362220646174612d656e643d22313438312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313333362220646174612d656e643d2231333536223e446174612057617265686f7573696e673c2f7374726f6e673e3c627220646174612d73746172743d22313335362220646174612d656e643d2231333539223e0d0a53746f726520616e64206f7267616e697a65206c6172676520766f6c756d6573206f66207374727563747572656420616e6420756e73747275637475726564206461746120696e206f6e6520706c6163652c206d616b696e67206974206561737920746f2061636365737320616e6420616e616c797a652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313438332220646174612d656e643d22313634312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313438352220646174612d656e643d22313634312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313438352220646174612d656e643d2231343938223e4d6f62696c652042493c2f7374726f6e673e3c627220646174612d73746172743d22313439382220646174612d656e643d2231353031223e0d0a41636365737320796f757220627573696e65737320696e74656c6c6967656e6365207265706f72747320616e642064617368626f61726473206f6e2074686520676f2077697468206d6f62696c652d6f7074696d697a656420746f6f6c732c20656e737572696e672074696d656c7920696e73696768747320776865726576657220796f75206172652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313634332220646174612d656e643d22313739312220636c6173733d22223e0d0a3c7020646174612d73746172743d22313634352220646174612d656e643d22313739312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313634352220646174612d656e643d2231363635223e437573746f6d205265706f7274696e673c2f7374726f6e673e3c627220646174612d73746172743d22313636352220646174612d656e643d2231363638223e0d0a4275696c6420637573746f6d207265706f727473206261736564206f6e207370656369666963206e6565647320e280942066726f6d2066696e616e6369616c2073756d6d617269657320746f20637573746f6d657220616e616c7973697320616e64206f7065726174696f6e616c20706572666f726d616e63652e3c2f703e3c7020646174612d73746172743d22313634352220646174612d656e643d22313739312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313739332220646174612d656e643d22313831352220636c6173733d22223e3c623e3c753e4f7074696f6e616c204d6f64756c65733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313831362220646174612d656e643d2232323136223e0d0a3c6c6920646174612d73746172743d22313831362220646174612d656e643d22313932332220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831382220646174612d656e643d22313932332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313831382220646174612d656e643d2231383639223e4172746966696369616c20496e74656c6c6967656e636520284149292026616d703b204d616368696e65204c6561726e696e673c2f7374726f6e673e20496e746567726174696f6e20666f72206d6f726520616476616e636564207072656469637469766520616e616c79746963732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313932342220646174612d656e643d22323033322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313932362220646174612d656e643d22323033322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313932362220646174612d656e643d2231393632223e5265616c2d54696d6520416c657274732026616d703b204e6f74696669636174696f6e733c2f7374726f6e673e206261736564206f6e2073706563696669632074726967676572732028652e672e2c2073616c657320746172676574732c20696e76656e746f7279206c6576656c73292e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323033332220646174612d656e643d22323131382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323033352220646174612d656e643d22323131382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323033352220646174612d656e643d2232303633223e436c6f75642d426173656420424920536f6c7574696f6e733c2f7374726f6e673e20666f72207363616c6162696c6974792c2065617379206163636573732c20616e64206c6f7720757066726f6e7420636f7374732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323131392220646174612d656e643d22323231362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323132312220646174612d656e643d22323231362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323132312220646174612d656e643d2232313434223e436f6c6c61626f726174696f6e20546f6f6c733c2f7374726f6e673e20666f72207465616d2d6261736564206465636973696f6e2d6d616b696e6720616e642073686172696e6720696e736967687473206163726f7373206465706172746d656e74732e3c2f703e3c7020646174612d73746172743d22323132312220646174612d656e643d22323231362220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323231382220646174612d656e643d22323233392220636c6173733d22223e3c623e3c753e57686f2043616e2042656e656669743a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323234302220646174612d656e643d2232363833223e0d0a3c6c6920646174612d73746172743d22323234302220646174612d656e643d22323334302220636c6173733d22223e0d0a3c7020646174612d73746172743d22323234322220646174612d656e643d22323334302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323234322220646174612d656e643d2232323738223e536d616c6c2026616d703b204d656469756d20427573696e65737365732028534d4273293c2f7374726f6e673e206c6f6f6b696e6720746f206c65766572616765206461746120776974686f7574206875676520696e66726173747275637475726520636f7374732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323334312220646174612d656e643d22323433332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323334332220646174612d656e643d22323433332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323334332220646174612d656e643d2232333538223e456e7465727072697365733c2f7374726f6e673e206e656564696e6720636f6d706c65782c206d756c74692d6465706172746d656e7420696e73696768747320616e6420666f726563617374696e67206361706162696c69746965732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323433342220646174612d656e643d22323532362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323433362220646174612d656e643d22323532362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323433362220646174612d656e643d2232343530223e452d636f6d6d657263653c2f7374726f6e673e20636f6d70616e69657320616e616c797a696e6720637573746f6d6572206265686176696f722c2073616c6573207061747465726e732c20616e64206d61726b6574696e6720524f492e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323532372220646174612d656e643d22323630342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323532392220646174612d656e643d22323630342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323532392220646174612d656e643d2232353535223e46696e616e6369616c20496e737469747574696f6e733c2f7374726f6e673e20747261636b696e6720706572666f726d616e63652c207269736b2c20616e64206d61726b6574207472656e64732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323630352220646174612d656e643d22323638332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323630372220646174612d656e643d22323638332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323630372220646174612d656e643d2232363230223e52657461696c6572733c2f7374726f6e673e206f7074696d697a696e672073746f636b206c6576656c732c2070726f6d6f74696f6e732c20616e6420637573746f6d657220707265666572656e6365732e3c2f703e3c7020646174612d73746172743d22323630372220646174612d656e643d22323638332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323638352220646174612d656e643d22323731382220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f757220424920536f6c7574696f6e733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323731392220646174612d656e643d2233323231223e0d0a3c6c6920646174612d73746172743d22323731392220646174612d656e643d22323830372220636c6173733d22223e0d0a3c7020646174612d73746172743d22323732312220646174612d656e643d22323830372220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323732312220646174612d656e643d2232373336223e4561737920746f205573653c2f7374726f6e673e207769746820612073696d706c652c20696e7475697469766520696e7465726661636520666f7220757365727320617420616e7920746563686e6963616c206c6576656c2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323830382220646174612d656e643d22323930362220636c6173733d22223e0d0a3c7020646174612d73746172743d22323831302220646174612d656e643d22323930362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323831302220646174612d656e643d2232383232223e5363616c61626c653c2f7374726f6e673e20746f2067726f77207769746820796f757220627573696e6573732c2066726f6d206261736963207265706f72747320746f20636f6d706c657820616e616c797469637320616e642062696720646174612e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323930372220646174612d656e643d22333031392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323930392220646174612d656e643d22333031392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323930392220646174612d656e643d2232393330223e436c6f756420496e746567726174696f6e3c2f7374726f6e673e20666f72207365616d6c6573732061636365737320616e64207363616c6162696c69747920776974686f757420746865206f76657268656164206f66206f6e2d7072656d69736520696e6672617374727563747572652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22333032302220646174612d656e643d22333131342220636c6173733d22223e0d0a3c7020646174612d73746172743d22333032322220646174612d656e643d22333131342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22333032322220646174612d656e643d2233303437223e53656375726974792026616d703b20436f6d706c69616e63653c2f7374726f6e673e207769746820746f702d7469657220656e6372797074696f6e20616e6420636f6d706c69616e6365207769746820696e647573747279207374616e64617264732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22333131352220646174612d656e643d22333232312220636c6173733d22223e0d0a3c7020646174612d73746172743d22333131372220646174612d656e643d22333232312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22333131372220646174612d656e643d2233313336223e4f6e676f696e6720537570706f72743c2f7374726f6e673e2077697468206578706572742067756964616e636520616e6420747261696e696e6720746f20656e7375726520796f75206d6178696d697a65207468652076616c7565206f6620796f757220424920746f6f6c732e3c2f703e3c7020646174612d73746172743d22333131372220646174612d656e643d22333232312220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22333232332220646174612d656e643d22333336392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22333232332220646174612d656e643d2233333139223e556e6c6f636b2074686520706f776572206f6620796f7572206461746120616e64207475726e20696e73696768747320696e746f20737472617465676963206465636973696f6e73207468617420647269766520737563636573732e3c2f7374726f6e673e3c2f703e, 'Transform Your Data into Actionable Insights\r\n\r\nOur Business Intelligence (BI) solutions empower businesses to make data-driven decisions by providing powerful analytics, reporting, and visualization tools. Whether you\'re analyzing sales trends, customer behavior, or operational performance, our BI tools help you uncover valuable insights that drive growth, efficiency, and profitability.', 23, NULL, NULL, 0, 1, 1), (294, 169, 80, '680267693d859.jpg', 'BUSINESS ANALYTICS (BA)', 'BUSINESS-ANALYTICS-(BA)', 0x3c683420646174612d73746172743d223532362220646174612d656e643d223534342220636c6173733d22223e3c623e3c753e4b65792046656174757265733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d223534362220646174612d656e643d2231363932223e0d0a3c6c6920646174612d73746172743d223534362220646174612d656e643d223638322220636c6173733d22223e0d0a3c7020646174612d73746172743d223534382220646174612d656e643d223638322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223534382220646174612d656e643d22353733223e446573637269707469766520416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d223537332220646174612d656e643d22353736223e0d0a556e6465727374616e642077686174206861732068617070656e656420696e20796f757220627573696e657373207573696e6720686973746f726963616c20646174612c207472656e64732c20616e6420706572666f726d616e636520696e64696361746f72732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223638342220646174612d656e643d223833352220636c6173733d22223e0d0a3c7020646174612d73746172743d223638362220646174612d656e643d223833352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223638362220646174612d656e643d22373130223e446961676e6f7374696320416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d223731302220646174612d656e643d22373133223e0d0a446976652064656570657220696e746f20796f7572206461746120746f20756e6465727374616e6420776879206365727461696e207472656e6473206f6363757272656420e28094206964656e74696679207061747465726e732c20726f6f74206361757365732c20616e6420636f7272656c6174696f6e732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223833372220646174612d656e643d223938362220636c6173733d22223e0d0a3c7020646174612d73746172743d223833392220646174612d656e643d223938362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223833392220646174612d656e643d22383633223e5072656469637469766520416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d223836332220646174612d656e643d22383636223e0d0a55736520737461746973746963616c206d6f64656c7320616e64206d616368696e65206c6561726e696e6720746f20666f72656361737420667574757265207472656e64732c20637573746f6d6572206265686176696f722c2073616c65732070726f6a656374696f6e732c20616e64206d6f72652e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d223938382220646174612d656e643d22313132352220636c6173733d22223e0d0a3c7020646174612d73746172743d223939302220646174612d656e643d22313132352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d223939302220646174612d656e643d2231303136223e50726573637269707469766520416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313031362220646174612d656e643d2231303139223e0d0a4765742041492d706f7765726564207265636f6d6d656e646174696f6e73206f6e20686f7720746f20696d70726f766520706572666f726d616e63652c2072656475636520636f7374732c20616e64207365697a65206e6577206f70706f7274756e69746965732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313132372220646174612d656e643d22313236352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313132392220646174612d656e643d22313236352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313132392220646174612d656e643d2231313630223e4b5049204d6f6e69746f72696e672026616d703b2044617368626f617264733c2f7374726f6e673e3c627220646174612d73746172743d22313136302220646174612d656e643d2231313633223e0d0a547261636b20706572666f726d616e636520696e207265616c2074696d65207468726f7567682076697375616c6c7920726963682064617368626f61726473207461696c6f72656420746f20796f757220696e64757374727920616e6420676f616c732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313236372220646174612d656e643d22313430382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313236392220646174612d656e643d22313430382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313236392220646174612d656e643d2231323939223e437573746f6d65722026616d703b204d61726b657420416e616c797369733c2f7374726f6e673e3c627220646174612d73746172743d22313239392220646174612d656e643d2231333032223e0d0a416e616c797a6520637573746f6d65722064656d6f67726170686963732c20627579696e67206265686176696f722c20636875726e20726174652c20616e64206d61726b65742064656d616e6420746f20726566696e6520796f757220737472617465676965732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313431302220646174612d656e643d22313535382220636c6173733d22223e0d0a3c7020646174612d73746172743d22313431322220646174612d656e643d22313535382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313431322220646174612d656e643d2231343438223e4f7065726174696f6e732026616d703b2046696e616e6369616c20416e616c79746963733c2f7374726f6e673e3c627220646174612d73746172743d22313434382220646174612d656e643d2231343531223e0d0a4f7074696d697a6520696e7465726e616c2070726f63657373657320616e642066696e616e6369616c20706c616e6e696e6720627920616e616c797a696e6720696e76656e746f72792c206c6f676973746963732c206361736820666c6f772c20616e6420524f492e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313536302220646174612d656e643d22313639322220636c6173733d22223e0d0a3c7020646174612d73746172743d22313536322220646174612d656e643d22313639322220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313536322220646174612d656e643d2231353933223e437573746f6d205265706f7274732026616d703b204175746f6d6174696f6e3c2f7374726f6e673e3c627220646174612d73746172743d22313539332220646174612d656e643d2231353936223e0d0a47656e657261746520726563757272696e67207265706f727473206175746f6d61746963616c6c79207769746820706572736f6e616c697a6564206d6574726963732c2066696c746572732c20616e64206461746120736f75726365732e3c2f703e3c7020646174612d73746172743d22313536322220646174612d656e643d22313639322220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22313639342220646174612d656e643d22313733302220636c6173733d22223e3c623e3c753e4170706c69636174696f6e73204163726f737320496e64757374726965733a3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22313733312220646174612d656e643d2232303939223e0d0a3c6c6920646174612d73746172743d22313733312220646174612d656e643d22313831342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313733332220646174612d656e643d22313831342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313733332220646174612d656e643d2231373536223e52657461696c2026616d703b20452d636f6d6d657263653c2f7374726f6e673e20e28093204f7074696d697a652070726963696e672c2070726f6d6f74696f6e732c20616e6420637573746f6d657220726574656e74696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313831352220646174612d656e643d22313839342220636c6173733d22223e0d0a3c7020646174612d73746172743d22313831372220646174612d656e643d22313839342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313831372220646174612d656e643d2231383331223e4865616c7468636172653c2f7374726f6e673e20e2809320507265646963742070617469656e74207472656e647320616e6420696d70726f7665206f7065726174696f6e616c20656666696369656e63792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313839352220646174612d656e643d22313936352220636c6173733d22223e0d0a3c7020646174612d73746172743d22313839372220646174612d656e643d22313936352220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313839372220646174612d656e643d2231393038223e46696e616e63653c2f7374726f6e673e20e28093204d6f6e69746f72207269736b2c20636f6d706c69616e63652c20616e642066696e616e6369616c20666f726563617374696e672e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22313936362220646174612d656e643d22323034362220636c6173733d22223e0d0a3c7020646174612d73746172743d22313936382220646174612d656e643d22323034362220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22313936382220646174612d656e643d2231393835223e4d616e75666163747572696e673c2f7374726f6e673e20e280932053747265616d6c696e652070726f64756374696f6e20616e6420696d70726f766520737570706c7920636861696e20706c616e6e696e672e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323034372220646174612d656e643d22323039392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323034392220646174612d656e643d22323039392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323034392220646174612d656e643d2232303838223e456475636174696f6e2c205265616c204573746174652c20486f73706974616c6974793c2f7374726f6e673e2c20616e64206d6f72652e3c2f703e3c7020646174612d73746172743d22323034392220646174612d656e643d22323039392220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c683420646174612d73746172743d22323130312220646174612d656e643d22323133332220636c6173733d22223e3c623e3c753e5768792043686f6f7365204f75722042412053657276696365733f3c2f753e3c2f623e3c2f68343e3c756c20646174612d73746172743d22323133342220646174612d656e643d2232363733223e0d0a3c6c6920646174612d73746172743d22323133342220646174612d656e643d22323233342220636c6173733d22223e0d0a3c7020646174612d73746172743d22323133362220646174612d656e643d22323233342220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323133362220646174612d656e643d2232313637223e446174612d44726976656e204465636973696f6e204d616b696e673c2f7374726f6e673e3c627220646174612d73746172743d22323136372220646174612d656e643d2232313730223e0d0a4d616b6520636f6e666964656e742c207374726174656769632063686f69636573206261636b656420627920616363757261746520696e7369676874732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323233362220646174612d656e643d22323334392220636c6173733d22223e0d0a3c7020646174612d73746172743d22323233382220646174612d656e643d22323334392220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323233382220646174612d656e643d2232323639223e416476616e63656420546f6f6c732026616d703b20546563686e69717565733c2f7374726f6e673e3c627220646174612d73746172743d22323236392220646174612d656e643d2232323732223e0d0a576520757365206d6f6465726e20424920746f6f6c732c206d616368696e65206c6561726e696e672c20616e6420646174612076697375616c697a6174696f6e20706c6174666f726d732e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323335312220646174612d656e643d22323435312220636c6173733d22223e0d0a3c7020646174612d73746172743d22323335332220646174612d656e643d22323435312220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323335332220646174612d656e643d2232333735223e5461696c6f72656420536f6c7574696f6e733c2f7374726f6e673e3c627220646174612d73746172743d22323337352220646174612d656e643d2232333738223e0d0a437573746f6d20616e616c7974696373206275696c742061726f756e6420796f757220627573696e657373206e656564732c20676f616c732c20616e6420696e6475737472792e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323435332220646174612d656e643d22323535382220636c6173733d22223e0d0a3c7020646174612d73746172743d22323435352220646174612d656e643d22323535382220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323435352220646174612d656e643d2232343733223e45787065727420537570706f72743c2f7374726f6e673e3c627220646174612d73746172743d22323437332220646174612d656e643d2232343736223e0d0a4f757220616e616c7974696373207465616d2068656c707320696e7465727072657420796f7572206461746120616e64207475726e20697420696e746f206d65616e696e6766756c20616374696f6e2e3c2f703e0d0a3c2f6c693e0d0a3c6c6920646174612d73746172743d22323536302220646174612d656e643d22323637332220636c6173733d22223e0d0a3c7020646174612d73746172743d22323536322220646174612d656e643d22323637332220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323536322220646174612d656e643d2232353833223e5365637572652026616d703b205363616c61626c653c2f7374726f6e673e3c627220646174612d73746172743d22323538332220646174612d656e643d2232353836223e0d0a446174612068616e646c696e6720776974682073747269637420736563757269747920616e6420636f6d706c69616e636520e2809420726561647920746f2067726f77207769746820796f757220627573696e6573732e3c2f703e3c7020646174612d73746172743d22323536322220646174612d656e643d22323637332220636c6173733d22223e3c62723e3c2f703e0d0a3c2f6c693e0d0a3c2f756c3e3c703e0d0a0d0a0d0a0d0a0d0a0d0a3c2f703e3c7020646174612d73746172743d22323637352220646174612d656e643d22323831302220636c6173733d22223e3c7374726f6e6720646174612d73746172743d22323637352220646174612d656e643d2232373434223e55736520796f75722064617461206e6f74206a75737420746f2073656520746865207061737420e280942062757420746f20736861706520746865206675747572652e3c2f7374726f6e673e3c2f703e, 'Turn Data Into Strategy, and Strategy Into Growth\r\n\r\nOur Business Analytics (BA) services help you understand your business performance through deep data analysis, trend forecasting, and actionable insights. By leveraging the power of data, we empower you to make informed, strategic decisions that drive growth, efficiency, and competitive advantage.', 24, NULL, NULL, 0, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `shipping_charges` -- CREATE TABLE `shipping_charges` ( `id` bigint(20) UNSIGNED NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `language_id` int(11) DEFAULT NULL, `text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `days` 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 `shipping_charges` -- INSERT INTO `shipping_charges` (`id`, `title`, `language_id`, `text`, `days`, `charge`, `created_at`, `updated_at`) VALUES (6, 'Same Day Shipping', 169, 'Lorem Ipsum is simply dummy text of the printing and typesetting industry', NULL, 10.00, '2021-04-23 06:15:15', '2021-04-23 06:15:15'); -- -------------------------------------------------------- -- -- 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; -- -------------------------------------------------------- -- -- Table structure for table `sliders` -- CREATE TABLE `sliders` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title_font_size` int(11) DEFAULT NULL, `bold_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `bold_text_font_size` int(11) DEFAULT NULL, `bold_text_color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `text_font_size` int(11) DEFAULT NULL, `button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `button_text_font_size` int(11) DEFAULT NULL, `button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `side_image` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `another_button_text` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `another_button_text_font_size` int(11) DEFAULT NULL, `another_button_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `sliders` -- INSERT INTO `sliders` (`id`, `language_id`, `title`, `title_font_size`, `bold_text`, `bold_text_font_size`, `bold_text_color`, `text`, `text_font_size`, `button_text`, `button_text_font_size`, `button_url`, `image`, `side_image`, `serial_number`, `created_at`, `updated_at`, `another_button_text`, `another_button_text_font_size`, `another_button_url`) VALUES (27, 169, 'Financial Planning For Life', 24, 'Be stronger!', 147, NULL, 'Trusted to help guide entrepreneurs make better financial decisions.', 60, 'Learn More', 14, 'https://en.wikipedia.org/wiki/Gym', '1593837706.jpg', NULL, 1, '2020-06-27 09:49:09', '2020-07-03 22:41:46', NULL, NULL, NULL), (28, 169, 'Financial Planning For Life', 24, 'Be stronger!', 147, NULL, 'Trusted to help guide entrepreneurs make better financial decisions.', 60, 'Learn More', 14, 'https://en.wikipedia.org/wiki/Gym', '1593837715.jpg', NULL, 1, '2020-06-27 09:49:09', '2020-07-03 22:41:55', NULL, NULL, NULL), (29, 169, 'Financial Planning For Life', 24, 'Be stronger!', 147, NULL, 'Trusted to help guide entrepreneurs make better financial decisions.', 60, 'Learn More', 14, 'https://en.wikipedia.org/wiki/Gym', '1593837721.jpg', NULL, 1, '2020-06-27 09:49:09', '2020-07-03 22:42:01', NULL, NULL, NULL); -- -------------------------------------------------------- -- -- 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 (20, 'fab fa-facebook-f iconpicker-component', 'https://www.facebook.com/trinadezambia', 1), (23, 'fab fa-linkedin-in', 'https://www.linkedin.com/', 4), (25, 'fab fa-instagram iconpicker-component', 'https://www.instagram.com/', 6); -- -------------------------------------------------------- -- -- Table structure for table `statistics` -- CREATE TABLE `statistics` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `quantity` int(11) DEFAULT NULL, `icon` varchar(255) COLLATE utf8mb4_unicode_ci 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 `statistics` -- INSERT INTO `statistics` (`id`, `language_id`, `title`, `quantity`, `icon`, `serial_number`, `created_at`, `updated_at`) VALUES (17, 169, 'COMPLETED PROJECTS', 1000, 'fas fa-laptop-code', 1, NULL, NULL), (18, 169, 'HAPPY CLIENTS', 1200, 'far fa-smile-beam', 2, NULL, NULL), (19, 169, 'COUNTRIES', 120, 'far fa-flag', 3, NULL, NULL), (29, 169, 'POSITIVE REVIEWS', 450, 'far fa-thumbs-up', 4, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `subscribers` -- CREATE TABLE `subscribers` ( `id` bigint(20) UNSIGNED NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `subscribers` -- INSERT INTO `subscribers` (`id`, `email`) VALUES (18, 'rakitic@gmail.com'), (19, 'kausenichingandu@gmail.com'), (20, 'tabtethote1978@yahoo.com'), (21, 'cfillidaf1995@gmail.com'), (22, 'lizfvf9@gmail.com'), (23, 'bradolffx@gmail.com'), (24, 'stephdjenr@gmail.com'), (25, 'hnunezhm2006@gmail.com'), (26, 'kmclaughlinys69@gmail.com'), (27, 'boonehoardm2005@gmail.com'), (28, 'kimberlaibergeri@gmail.com'), (29, 'ingrammarkysb2@gmail.com'), (30, 'zhangdjodinn1993@gmail.com'), (31, 'markinp44@gmail.com'), (32, 'ocarofse1975@yahoo.com'), (33, 'delbesilvef38@gmail.com'), (34, 'fyjhhqxq@testing-your-form.info'), (35, 'knlwbhpn@testing-your-form.info'), (36, 'egiixqbp@testing-your-form.info'), (37, 'ivzxdedw@testing-your-form.info'), (38, 'aaqdoqiu@testing-your-form.info'), (39, 'pwvsgslw@testing-your-form.info'), (40, 'rivshelltm@gmail.com'), (41, 'dunlroylanu62@gmail.com'), (42, 'harrilesgd@gmail.com'), (43, 'merfoxm@gmail.com'), (44, 'kemeronggy@gmail.com'), (45, 'hilarharrd1984@gmail.com'), (46, 'zacheribarronn@gmail.com'), (47, 'heppimccoyhm@gmail.com'), (48, 'djeidsz21@gmail.com'), (49, 'mavrmey@gmail.com'), (50, 'brayarbeard@gmail.com'), (51, 'freydannik2002@gmail.com'), (52, 'rsiliyapf@gmail.com'), (53, 'yriahhodgeyb@gmail.com'), (54, 'meiblpachecos1997@gmail.com'), (55, 'drogorobles7@gmail.com'), (56, 'ltorntonza42@gmail.com'), (57, 'calebaveiga109797@yahoo.com'), (58, 'torrylorenzo479120@yahoo.com'), (59, 'hmiddletonxd29@gmail.com'), (60, 'lawbetf3@gmail.com'), (61, 'christinehackney586067@yahoo.com'), (62, 'malachimaciase@gmail.com'), (63, 'crachaelhm@gmail.com'), (64, 'woodmelissa69311@yahoo.com'), (65, 'obenjaminv48@gmail.com'), (66, 'stakkimrg46@gmail.com'), (67, 'johnsonkimberly749117@yahoo.com'), (68, 'kottkesampath699673@yahoo.com'), (69, 'daviesdjoangz14@gmail.com'), (70, 'lihnissh1@gmail.com'), (71, 'jerrywalker591408@yahoo.com'), (72, 'djekkbestpr50@gmail.com'), (73, 'kimgreiemy@gmail.com'), (74, 'parksamantha302866@yahoo.com'), (75, 'afftonmarshall@gmail.com'), (76, 'waltersalesa@gmail.com'), (77, 'michelleanderson587236@yahoo.com'), (78, 'kyrtisreidxi@gmail.com'), (79, 'aleksiyacookep1988@gmail.com'), (80, 'rikikct8@gmail.com'), (81, 'vigenbrian171245@yahoo.com'), (82, 'bishopprydensgu49@gmail.com'), (83, 'eglantinawt22@gmail.com'), (84, 'lorhills8@gmail.com'), (85, 'orsonmartinezdt@gmail.com'), (86, 'greergregyr63@gmail.com'), (87, 'mariannasanfordx@gmail.com'), (88, 'istesantnc@gmail.com'), (89, 'djacobsontw@gmail.com'), (90, 'hollymartin631328@yahoo.com'), (91, 'velmabnd1986@gmail.com'), (92, 'pannellsantosh322399@yahoo.com'), (93, 'simsnad2006@gmail.com'), (94, 'elfridgarr@gmail.com'), (95, 'bertramcisneros4@gmail.com'), (96, 'johnsonkimberly657070@yahoo.com'), (97, 'nevadunca1@gmail.com'), (98, 'bernaaleee28@gmail.com'), (99, 'grairm26@gmail.com'), (100, 'dzexluoh@testform.xyz'), (101, 'ltwhhfif@testform.xyz'), (102, 'erkeynqx@testform.xyz'), (103, 'valeolsq94@gmail.com'), (104, 'shannonphillips701809@yahoo.com'), (105, 'omegapaulh51@gmail.com'), (106, 'scottmichelle796424@yahoo.com'), (107, 'markvang1985@yahoo.com'), (108, 'hsintiyaih@gmail.com'), (109, 'aleksarobisc30@gmail.com'), (110, 'hobbsamiaswp7@gmail.com'), (111, 'rozdilloni4@gmail.com'), (112, 'rasseaustia4@gmail.com'), (113, 'karizmabv2001@gmail.com'), (114, 'yqxfolhj@testform.xyz'), (115, 'mkrwmpqf@testform.xyz'), (116, 'djettn1984@gmail.com'), (117, 'silvestrgev@gmail.com'), (118, 'kyinsiss8@gmail.com'), (119, 'rhooperuq@gmail.com'), (120, 'latonyhuberwr1980@gmail.com'), (121, 'lihnismyj2005@gmail.com'), (122, 'sparkderkm5@gmail.com'), (123, 'stefsoi75@gmail.com'), (124, 'deckeressensels55@gmail.com'), (125, 'agataamw88@gmail.com'), (126, 'derrikry@gmail.com'), (127, 'hillibarrn9@gmail.com'), (128, 'emilysmith649386@yahoo.com'), (129, 'tempestlct8@gmail.com'), (130, 'mullinsbrentt@gmail.com'), (131, 'stiydodson52@gmail.com'), (132, 'hwallsv2003@gmail.com'), (133, 'nwyattxi@gmail.com'), (134, 'kanmelvai71@gmail.com'), (135, 'maxwellchelsaya76@gmail.com'), (136, 'estesshemjt17@gmail.com'), (137, 'basterlarsonxq1988@gmail.com'), (138, 'kenzilowe26@gmail.com'), (139, 'sophiasmith688804@yahoo.com'), (140, 'bschneideran1980@gmail.com'), (141, 'brandifreema1984@gmail.com'), (142, 'horviktorpm@gmail.com'), (143, 'johnsondonna2005@yahoo.com'), (144, 'marcoantonitis744510@yahoo.com'), (145, 'suarezannabev6@gmail.com'), (146, 'slaijordan19@gmail.com'), (147, 'kodibv38@gmail.com'), (148, 'buchanangeib6@gmail.com'), (149, 'wukisusa19@gmail.com'), (150, 'bewubiwujar522@gmail.com'), (151, 'martinezdanielle807254@yahoo.com'), (152, 'iqexekoli78@gmail.com'), (153, 'djaspagen2000@gmail.com'), (154, 'ellisonayers@gmail.com'), (155, 'rsgmgiuh@testform.xyz'), (156, 'nsyyduww@testform.xyz'), (157, 'werxdwfr@testform.xyz'), (158, 'pbraien48@gmail.com'), (159, 'elismqz7@gmail.com'), (160, 'kdjeiden3@gmail.com'), (161, 'ckleingx6@gmail.com'), (162, 'paula.acoff1215@yahoo.com'), (163, 'blackwellaboton@gmail.com'), (164, 'reesepettiqs71@gmail.com'), (165, 'hernandezpeisi1@gmail.com'), (166, 'shieldsklodm@gmail.com'), (167, 'abbatreynoldsn@gmail.com'), (168, 'craneabott77@gmail.com'), (169, 'gordonmeior34@gmail.com'), (170, 'ffloresvs1980@gmail.com'), (171, 'schmalzjamie1987@yahoo.com'), (172, 'roddicn9@gmail.com'), (173, 'cawameva995@gmail.com'), (174, 'xatohumo79@gmail.com'), (175, 'opaneyicewa396@gmail.com'), (176, 'ukuzise902@gmail.com'), (177, 'henrydanielvv22@gmail.com'), (178, 'dabbottjd34@gmail.com'), (179, 'awudirani324@gmail.com'), (180, 'love.amber8177@yahoo.com'), (181, 'caredjorsf48@gmail.com'), (182, 'gloyan1984@gmail.com'), (183, 'mpeimliyaup27@gmail.com'), (184, 'wooulaf69@gmail.com'), (185, 'montgomerijosepht28@gmail.com'), (186, 'smith_kayla1980@yahoo.com'), (187, 'kristiwolfjl@gmail.com'), (188, 'grenvyates4@gmail.com'), (189, 'akeikirkvj@gmail.com'), (190, 'holly.hubbard2664@yahoo.com'), (191, 'ekejarise679@gmail.com'), (192, 'uqeqawuq78@gmail.com'), (193, 'klfxofdw@testform.xyz'), (194, 'grahammirtim@gmail.com'), (195, 'kalantiyas42@gmail.com'), (196, 'pruteawt47@gmail.com'), (197, 'guertinphuong732031@yahoo.com'), (198, 'egoodmanwh@gmail.com'), (199, 'aezelflaedf62@gmail.com'), (200, 'eddiedeverreoux346238@yahoo.com'), (201, 'alexandereuzbiqj70@gmail.com'), (202, 'kepizuj245@gmail.com'), (203, 'oremimofaja996@gmail.com'), (204, 'mikerahiman205494@yahoo.com'), (205, 'abapoyaqubu39@gmail.com'), (206, 'sedrikmcbridevs11@gmail.com'), (207, 'alvarasinheoo5@gmail.com'), (208, 'ramabuja41@gmail.com'), (209, 'dashorakhaliyl120315@yahoo.com'), (210, 'janakatepi333@gmail.com'), (211, 'agicoxopix217@gmail.com'), (212, 'ofarotok131@gmail.com'), (213, 'djanellkimo8@gmail.com'), (214, 'ukenatiwaja211@gmail.com'), (215, 'tyradavis2002@yahoo.com'), (216, 'weavermereditqd1984@gmail.com'), (217, 'railigoodq46@gmail.com'), (218, 'lukssnowa39@gmail.com'), (219, 'simfoniyagoldentr@gmail.com'), (220, 'robinsonsean541061@yahoo.com'), (221, 'jennibernard586961@yahoo.com'), (222, 'imubuso320@gmail.com'), (223, 'spoolef2003@gmail.com'), (224, 'ibavuli884@gmail.com'), (225, 'lareinawilsonr53@gmail.com'), (226, 'stovallkevin2001@yahoo.com'), (227, 'ipicineku63@gmail.com'), (228, 'ovowonudiqe16@gmail.com'), (229, 'emmekeithyf82@gmail.com'), (230, 'eqopamajoco07@gmail.com'), (231, 'saimonbvj2@gmail.com'), (232, 'andrjohnsj@gmail.com'), (233, 'kristenpulley304472@yahoo.com'), (234, 'lynnsarah946694@yahoo.com'), (235, 'djasdiag@gmail.com'), (236, 'ganciojason54340@yahoo.com'), (237, 'mepizahew512@gmail.com'), (238, 'wurimaqunag974@gmail.com'), (239, 'foyudirep83@gmail.com'), (240, 'witxeune@testform.xyz'), (241, 'dlshshfz@testform.xyz'), (242, 'zhlxtpwj@testform.xyz'), (243, 'sharploritagl6@gmail.com'), (244, 'djessilva6@gmail.com'), (245, 'fcaseyqx47@gmail.com'), (246, 'imoqesaxe871@gmail.com'), (247, 'yogajigofeh53@gmail.com'), (248, 'howellanthony284675@yahoo.com'), (249, 'watdredax1987@gmail.com'), (250, 'manningbeibe@gmail.com'), (251, 'xdgzdqep@testform.xyz'), (252, 'xmdfnqox@testform.xyz'), (253, 'xntjvdky@testform.xyz'), (254, 'zelmaashley58@gmail.com'), (255, 'peimllahahnc46@gmail.com'), (256, 'aikcuevasb4@gmail.com'), (257, 'marissameyerxd27@gmail.com'), (258, 'etecapatiz670@gmail.com'), (259, 'acidopimed19@gmail.com'), (260, 'utleymatt425448@yahoo.com'), (261, 'quxubefetiz99@gmail.com'), (262, 'ucopokugi26@gmail.com'), (263, 'fohanufixawo13@gmail.com'), (264, 'tillistevens53@gmail.com'), (265, 'dizewasaveq288@gmail.com'), (266, 'duncadebba17@gmail.com'), (267, 'adukijuh42@gmail.com'), (268, 'matthewslaurie234253@yahoo.com'), (269, 'ogadudepuhu87@gmail.com'), (270, 'capepalosiq87@gmail.com'), (271, 'hawkinsmanikandaprabu1988@yahoo.com'), (272, 'usehucihicow84@gmail.com'), (273, 'hijineyuwa44@gmail.com'), (274, 'oloxusil203@gmail.com'), (275, 'comokage253@gmail.com'), (276, 'bevicimigib336@gmail.com'), (277, 'agogekimuze11@gmail.com'), (278, 'qijudonabo94@gmail.com'), (279, 'ohakaxobi498@gmail.com'), (280, 'teyoripi803@gmail.com'), (281, 'beqehame914@gmail.com'), (282, 'kozemeyiq752@gmail.com'), (283, 'ceqixafozi300@gmail.com'), (284, 'urutifeyaq74@gmail.com'), (285, 'yuzimunu777@gmail.com'), (286, 'qivadaja036@gmail.com'), (287, 'ayayotuyah79@gmail.com'), (288, 'dulefeyakut33@gmail.com'), (289, 'afomufivik35@gmail.com'), (290, 'uwibodevosu842@gmail.com'), (291, 'anemigamot388@gmail.com'), (292, 'erakexoyivu072@gmail.com'), (293, 'jutisuwivih432@gmail.com'), (294, 'sacerusacayo35@gmail.com'), (295, 'xezitiseg32@gmail.com'), (296, 'vasquezflossi@gmail.com'), (297, 'ufuhujemicuf53@gmail.com'), (298, 'cuzofop300@gmail.com'), (299, 'oveqawet24@gmail.com'), (300, 'alfeldaecko@yahoo.com'), (301, 'nopohufuxej416@gmail.com'), (302, 'yupiwef162@gmail.com'), (303, 'akejuyow05@gmail.com'), (304, 'cilayahibu051@gmail.com'), (305, 'vedavimequd744@gmail.com'), (306, 'inwmwirk@testform.xyz'), (307, 'rygxkqmh@testform.xyz'), (308, 'iqkuygxf@testform.xyz'), (309, 'bihajilisuz76@gmail.com'), (310, 'erekagabe139@gmail.com'), (311, 'odojulemuqa11@gmail.com'), (312, 'ejuvovigo67@gmail.com'), (313, 'hevenscotth2001@gmail.com'), (314, 'fotaxogat08@gmail.com'), (315, 'lujeyuj780@gmail.com'), (316, 'ebiqeti267@gmail.com'), (317, 's.e.b.axu.k.e.9.8.4@gmail.com'), (318, 'dlzpwtxm@checkyourform.xyz'), (319, 'khvyoxhq@checkyourform.xyz'), (320, 'vdpzvfrv@checkyourform.xyz'), (321, 'mfyotdtu@checkyourform.xyz'), (322, 'rqqhueje@checkyourform.xyz'), (323, 'kkwkidhk@checkyourform.xyz'), (324, 'k.ev.e.taja.hu.q.0.5@gmail.com'), (325, 'jkzrugee@checkyourform.xyz'), (326, 'xjfqlfpq@checkyourform.xyz'), (327, 'hrhmvlle@checkyourform.xyz'), (328, 't.i.liti.rak9.6@gmail.com'), (329, 'ga.hon.exe82@gmail.com'), (330, 'bo.saj.ud.e7.04@gmail.com'), (331, 'dhqostzv@immenseignite.info'), (332, 'xokojexs@immenseignite.info'), (333, 'fohixjdr@immenseignite.info'), (334, 'qa.r.a.wup.u.0.2.6@gmail.com'), (335, 'yi.k.i.z.i.t.ez.2.6@gmail.com'), (336, 'xo.viy.uhe.vuj77@gmail.com'), (337, 'du.ve.f.a.l.a.na.40.7@gmail.com'), (338, 'ihqruesd@immenseignite.info'), (339, 'wqjiwkkz@immenseignite.info'), (340, 'wgtklthp@immenseignite.info'), (341, 'e.ne.fot.e.c.60@gmail.com'); -- -------------------------------------------------------- -- -- Table structure for table `subscriptions` -- CREATE TABLE `subscriptions` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `current_package_id` int(11) DEFAULT NULL, `next_package_id` int(11) DEFAULT NULL, `fields` text COLLATE utf8mb4_unicode_ci, `status` tinyint(4) NOT NULL DEFAULT '3' COMMENT '0 - expired, 1 - active, 2 - cancelled, 3 - payment incomplete', `expire_date` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `receipt` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `current_payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `next_payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pending_package_id` int(11) DEFAULT NULL, `pending_payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gateway_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'online', `invoice` varchar(255) COLLATE utf8mb4_unicode_ci 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 `subscriptions` -- INSERT INTO `subscriptions` (`id`, `user_id`, `current_package_id`, `next_package_id`, `fields`, `status`, `expire_date`, `created_at`, `updated_at`, `name`, `email`, `receipt`, `current_payment_method`, `next_payment_method`, `pending_package_id`, `pending_payment_method`, `gateway_type`, `invoice`, `conversation_id`) VALUES (66, 26, 43, 7, '{\"contact_number\":{\"value\":\"5687888120\",\"type\":1},\"Country\":{\"value\":\"Australia\",\"type\":2},\"Document\":{\"value\":\"618a5c282ed20.zip\",\"type\":5},\"Options\":{\"value\":[\"Option 2\",\"Option 3\"],\"type\":3}}', 1, '2022-04-27 03:43:37', '2021-04-27 03:43:27', '2021-11-09 06:31:52', 'John', 'user@gmail.com', NULL, 'Mollie Payment', 'Paystack', NULL, NULL, 'online', 'qzkC1636457512.pdf', NULL); -- -------------------------------------------------------- -- -- Table structure for table `testimonials` -- CREATE TABLE `testimonials` ( `id` bigint(20) UNSIGNED NOT NULL, `language_id` int(11) NOT NULL DEFAULT '0', `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` text COLLATE utf8mb4_unicode_ci, `name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rank` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `serial_number` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tickets` -- CREATE TABLE `tickets` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` int(11) DEFAULT NULL, `admin_id` int(11) NOT NULL DEFAULT '1', `ticket_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `message` text COLLATE utf8mb4_unicode_ci, `zip_file` text COLLATE utf8mb4_unicode_ci, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `last_message` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tickets` -- INSERT INTO `tickets` (`id`, `user_id`, `admin_id`, `ticket_number`, `subject`, `message`, `zip_file`, `status`, `created_at`, `updated_at`, `last_message`) VALUES (17, 26, 1, '8428830', 'Need help with Installation', '<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,</p>', '608659bb3ad9b.zip', 'close', '2021-04-26 02:12:11', '2021-04-26 02:17:22', '2021-04-26 02:12:11'), (18, 26, 1, '9185019', '500 Error Occured', '<p>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.</p><p><br></p>', '608659f007477.zip', 'pending', '2021-04-26 02:13:04', '2021-04-26 02:13:04', '2021-04-26 02:13:04'), (19, 26, 1, '5678607', 'User login not working', '<p> 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.</p><p><br></p>', '60865a1a84aac.zip', 'open', '2021-04-26 02:13:46', '2021-04-26 02:16:38', '2021-04-26 02:16:38'); -- -------------------------------------------------------- -- -- 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 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lname` 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, `number` 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, `billing_fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `billing_photo` 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, `shpping_fname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_lname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shpping_photo` 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, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `status` int(11) NOT NULL DEFAULT '0', `verification_link` text COLLATE utf8mb4_unicode_ci, `email_verified` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'no', `provider` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `provider_id` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `fname`, `lname`, `photo`, `username`, `email`, `password`, `number`, `city`, `state`, `address`, `country`, `remember_token`, `billing_fname`, `billing_lname`, `billing_photo`, `billing_email`, `billing_number`, `billing_city`, `billing_state`, `billing_address`, `billing_country`, `shpping_fname`, `shpping_lname`, `shpping_photo`, `shpping_email`, `shpping_number`, `shpping_city`, `shpping_state`, `shpping_address`, `shpping_country`, `created_at`, `updated_at`, `status`, `verification_link`, `email_verified`, `provider`, `provider_id`) VALUES (26, 'John', 'Doe', '1619252606talha.jpg', 'user', 'user@gmail.com', '$2y$10$w8FlH.d8VJDM31R16dtsgeUgQXiGz4KqYxDfHOoAIeRdnKx36vxsK', '2723724', 'Melbourne', 'Melbourne', 'Melbourne, Austalia', 'Australia', NULL, 'John', 'Doe', NULL, 'geniustest11@gmail.com', '262332', 'Melbourne', 'Melbourne', 'Melbourne, Australia', 'Australia', 'John', 'Doe', NULL, 'geniustest11@gmail.com', '3636237', 'Melbourne', 'Melbourne', 'Melbourne, Australia', 'Australia', '2021-04-19 04:11:34', '2021-04-24 04:23:26', 1, '17f6f95b0054bae875c7e760134bf9d4', 'Yes', NULL, NULL); -- -- Indexes for dumped tables -- -- -- Indexes for table `admins` -- ALTER TABLE `admins` ADD PRIMARY KEY (`id`); -- -- Indexes for table `archives` -- ALTER TABLE `archives` ADD PRIMARY KEY (`id`); -- -- Indexes for table `articles` -- ALTER TABLE `articles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `article_categories` -- ALTER TABLE `article_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `backups` -- ALTER TABLE `backups` ADD PRIMARY KEY (`id`); -- -- Indexes for table `basic_settings` -- ALTER TABLE `basic_settings` ADD PRIMARY KEY (`id`); -- -- Indexes for table `basic_settings_extended` -- ALTER TABLE `basic_settings_extended` ADD PRIMARY KEY (`id`); -- -- Indexes for table `basic_settings_extra` -- ALTER TABLE `basic_settings_extra` 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 `budgets` -- ALTER TABLE `budgets` ADD PRIMARY KEY (`id`); -- -- Indexes for table `calendar_events` -- ALTER TABLE `calendar_events` ADD PRIMARY KEY (`id`); -- -- Indexes for table `conversations` -- ALTER TABLE `conversations` ADD PRIMARY KEY (`id`); -- -- Indexes for table `coupons` -- ALTER TABLE `coupons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `courses` -- ALTER TABLE `courses` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_categories` -- ALTER TABLE `course_categories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_purchases` -- ALTER TABLE `course_purchases` ADD PRIMARY KEY (`id`); -- -- Indexes for table `course_reviews` -- ALTER TABLE `course_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `donations` -- ALTER TABLE `donations` ADD PRIMARY KEY (`id`), ADD KEY `donations_lang_id_foreign` (`lang_id`); -- -- Indexes for table `donation_details` -- ALTER TABLE `donation_details` ADD PRIMARY KEY (`id`), ADD KEY `donation_details_donation_id_foreign` (`donation_id`); -- -- Indexes for table `email_templates` -- ALTER TABLE `email_templates` ADD PRIMARY KEY (`id`); -- -- Indexes for table `events` -- ALTER TABLE `events` ADD PRIMARY KEY (`id`), ADD KEY `events_lang_id_foreign` (`lang_id`), ADD KEY `events_cat_id_foreign` (`cat_id`); -- -- Indexes for table `event_categories` -- ALTER TABLE `event_categories` ADD PRIMARY KEY (`id`), ADD KEY `event_categories_lang_id_foreign` (`lang_id`); -- -- Indexes for table `event_details` -- ALTER TABLE `event_details` ADD PRIMARY KEY (`id`), ADD KEY `event_details_event_id_foreign` (`event_id`); -- -- Indexes for table `faqs` -- ALTER TABLE `faqs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `faq_categories` -- ALTER TABLE `faq_categories` ADD PRIMARY KEY (`id`), ADD KEY `faq_categories_language_id_foreign` (`language_id`); -- -- Indexes for table `features` -- ALTER TABLE `features` ADD PRIMARY KEY (`id`); -- -- Indexes for table `feedbacks` -- ALTER TABLE `feedbacks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `galleries` -- ALTER TABLE `galleries` ADD PRIMARY KEY (`id`); -- -- Indexes for table `gallery_categories` -- ALTER TABLE `gallery_categories` ADD PRIMARY KEY (`id`), ADD KEY `gallery_categories_language_id_foreign` (`language_id`); -- -- Indexes for table `guests` -- ALTER TABLE `guests` ADD PRIMARY KEY (`id`); -- -- Indexes for table `homes` -- ALTER TABLE `homes` ADD PRIMARY KEY (`id`), ADD KEY `homes_language_id_foreign` (`language_id`); -- -- Indexes for table `jcategories` -- ALTER TABLE `jcategories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `jobs` -- ALTER TABLE `jobs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `languages` -- ALTER TABLE `languages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `lessons` -- ALTER TABLE `lessons` ADD PRIMARY KEY (`id`); -- -- Indexes for table `megamenus` -- ALTER TABLE `megamenus` ADD PRIMARY KEY (`id`), ADD KEY `megamenus_language_id_foreign` (`language_id`); -- -- Indexes for table `members` -- ALTER TABLE `members` ADD PRIMARY KEY (`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 `modules` -- ALTER TABLE `modules` ADD PRIMARY KEY (`id`); -- -- Indexes for table `offline_gateways` -- ALTER TABLE `offline_gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `order_items` -- ALTER TABLE `order_items` ADD PRIMARY KEY (`id`); -- -- Indexes for table `packages` -- ALTER TABLE `packages` ADD PRIMARY KEY (`id`); -- -- Indexes for table `package_categories` -- ALTER TABLE `package_categories` ADD PRIMARY KEY (`id`), ADD KEY `package_categories_language_id_foreign` (`language_id`); -- -- Indexes for table `package_inputs` -- ALTER TABLE `package_inputs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `package_input_options` -- ALTER TABLE `package_input_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `package_orders` -- ALTER TABLE `package_orders` 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 `payment_gateways` -- ALTER TABLE `payment_gateways` ADD PRIMARY KEY (`id`); -- -- Indexes for table `pcategories` -- ALTER TABLE `pcategories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `permalinks` -- ALTER TABLE `permalinks` ADD PRIMARY KEY (`id`); -- -- Indexes for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`), ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`); -- -- Indexes for table `points` -- ALTER TABLE `points` 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 `portfolios` -- ALTER TABLE `portfolios` ADD PRIMARY KEY (`id`); -- -- Indexes for table `portfolio_images` -- ALTER TABLE `portfolio_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `products` -- ALTER TABLE `products` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_images` -- ALTER TABLE `product_images` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_orders` -- ALTER TABLE `product_orders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `product_reviews` -- ALTER TABLE `product_reviews` ADD PRIMARY KEY (`id`); -- -- Indexes for table `push_subscriptions` -- ALTER TABLE `push_subscriptions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `queue_jobs` -- ALTER TABLE `queue_jobs` ADD PRIMARY KEY (`id`), ADD KEY `queue_jobs_queue_index` (`queue`); -- -- Indexes for table `quotes` -- ALTER TABLE `quotes` ADD PRIMARY KEY (`id`); -- -- Indexes for table `quote_inputs` -- ALTER TABLE `quote_inputs` ADD PRIMARY KEY (`id`); -- -- Indexes for table `quote_input_options` -- ALTER TABLE `quote_input_options` ADD PRIMARY KEY (`id`); -- -- Indexes for table `roles` -- ALTER TABLE `roles` ADD PRIMARY KEY (`id`); -- -- Indexes for table `rss_feeds` -- ALTER TABLE `rss_feeds` ADD PRIMARY KEY (`id`); -- -- Indexes for table `rss_posts` -- ALTER TABLE `rss_posts` ADD PRIMARY KEY (`id`); -- -- Indexes for table `scategories` -- ALTER TABLE `scategories` ADD PRIMARY KEY (`id`); -- -- Indexes for table `services` -- ALTER TABLE `services` ADD PRIMARY KEY (`id`); -- -- Indexes for table `shipping_charges` -- ALTER TABLE `shipping_charges` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sitemaps` -- ALTER TABLE `sitemaps` ADD PRIMARY KEY (`id`); -- -- Indexes for table `sliders` -- ALTER TABLE `sliders` ADD PRIMARY KEY (`id`); -- -- Indexes for table `socials` -- ALTER TABLE `socials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `statistics` -- ALTER TABLE `statistics` ADD PRIMARY KEY (`id`); -- -- Indexes for table `subscribers` -- ALTER TABLE `subscribers` ADD PRIMARY KEY (`id`); -- -- Indexes for table `subscriptions` -- ALTER TABLE `subscriptions` ADD PRIMARY KEY (`id`); -- -- Indexes for table `testimonials` -- ALTER TABLE `testimonials` ADD PRIMARY KEY (`id`); -- -- Indexes for table `tickets` -- ALTER TABLE `tickets` 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`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admins` -- ALTER TABLE `admins` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `archives` -- ALTER TABLE `archives` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `articles` -- ALTER TABLE `articles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=106; -- -- AUTO_INCREMENT for table `article_categories` -- ALTER TABLE `article_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=34; -- -- AUTO_INCREMENT for table `backups` -- ALTER TABLE `backups` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `basic_settings` -- ALTER TABLE `basic_settings` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=143; -- -- AUTO_INCREMENT for table `basic_settings_extended` -- ALTER TABLE `basic_settings_extended` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=141; -- -- AUTO_INCREMENT for table `basic_settings_extra` -- ALTER TABLE `basic_settings_extra` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `bcategories` -- ALTER TABLE `bcategories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `blogs` -- ALTER TABLE `blogs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- AUTO_INCREMENT for table `budgets` -- ALTER TABLE `budgets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `calendar_events` -- ALTER TABLE `calendar_events` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `conversations` -- ALTER TABLE `conversations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37; -- -- AUTO_INCREMENT for table `coupons` -- ALTER TABLE `coupons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `courses` -- ALTER TABLE `courses` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `course_categories` -- ALTER TABLE `course_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16; -- -- AUTO_INCREMENT for table `course_purchases` -- ALTER TABLE `course_purchases` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `course_reviews` -- ALTER TABLE `course_reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `donations` -- ALTER TABLE `donations` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `donation_details` -- ALTER TABLE `donation_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `email_templates` -- ALTER TABLE `email_templates` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- AUTO_INCREMENT for table `events` -- ALTER TABLE `events` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT for table `event_categories` -- ALTER TABLE `event_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11; -- -- AUTO_INCREMENT for table `event_details` -- ALTER TABLE `event_details` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=76; -- -- AUTO_INCREMENT for table `faqs` -- ALTER TABLE `faqs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `faq_categories` -- ALTER TABLE `faq_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; -- -- AUTO_INCREMENT for table `features` -- ALTER TABLE `features` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; -- -- AUTO_INCREMENT for table `feedbacks` -- ALTER TABLE `feedbacks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `galleries` -- ALTER TABLE `galleries` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46; -- -- AUTO_INCREMENT for table `gallery_categories` -- ALTER TABLE `gallery_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `guests` -- ALTER TABLE `guests` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `homes` -- ALTER TABLE `homes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=109; -- -- AUTO_INCREMENT for table `jcategories` -- ALTER TABLE `jcategories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `jobs` -- ALTER TABLE `jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18; -- -- AUTO_INCREMENT for table `languages` -- ALTER TABLE `languages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=170; -- -- AUTO_INCREMENT for table `lessons` -- ALTER TABLE `lessons` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=127; -- -- AUTO_INCREMENT for table `megamenus` -- ALTER TABLE `megamenus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21; -- -- AUTO_INCREMENT for table `members` -- ALTER TABLE `members` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32; -- -- AUTO_INCREMENT for table `menus` -- ALTER TABLE `menus` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=215; -- -- AUTO_INCREMENT for table `migrations` -- ALTER TABLE `migrations` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=408; -- -- AUTO_INCREMENT for table `modules` -- ALTER TABLE `modules` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104; -- -- AUTO_INCREMENT for table `offline_gateways` -- ALTER TABLE `offline_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `order_items` -- ALTER TABLE `order_items` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `packages` -- ALTER TABLE `packages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47; -- -- AUTO_INCREMENT for table `package_categories` -- ALTER TABLE `package_categories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT for table `package_inputs` -- ALTER TABLE `package_inputs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=113; -- -- AUTO_INCREMENT for table `package_input_options` -- ALTER TABLE `package_input_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=175; -- -- AUTO_INCREMENT for table `package_orders` -- ALTER TABLE `package_orders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `pages` -- ALTER TABLE `pages` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58; -- -- AUTO_INCREMENT for table `partners` -- ALTER TABLE `partners` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45; -- -- AUTO_INCREMENT for table `payment_gateways` -- ALTER TABLE `payment_gateways` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `pcategories` -- ALTER TABLE `pcategories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `permalinks` -- ALTER TABLE `permalinks` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68; -- -- AUTO_INCREMENT for table `personal_access_tokens` -- ALTER TABLE `personal_access_tokens` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `points` -- ALTER TABLE `points` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; -- -- AUTO_INCREMENT for table `popups` -- ALTER TABLE `popups` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `portfolios` -- ALTER TABLE `portfolios` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48; -- -- AUTO_INCREMENT for table `portfolio_images` -- ALTER TABLE `portfolio_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=446; -- -- AUTO_INCREMENT for table `products` -- ALTER TABLE `products` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48; -- -- AUTO_INCREMENT for table `product_images` -- ALTER TABLE `product_images` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=344; -- -- AUTO_INCREMENT for table `product_orders` -- ALTER TABLE `product_orders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `product_reviews` -- ALTER TABLE `product_reviews` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `push_subscriptions` -- ALTER TABLE `push_subscriptions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25; -- -- AUTO_INCREMENT for table `queue_jobs` -- ALTER TABLE `queue_jobs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `quotes` -- ALTER TABLE `quotes` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `quote_inputs` -- ALTER TABLE `quote_inputs` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67; -- -- AUTO_INCREMENT for table `quote_input_options` -- ALTER TABLE `quote_input_options` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=165; -- -- AUTO_INCREMENT for table `roles` -- ALTER TABLE `roles` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `rss_feeds` -- ALTER TABLE `rss_feeds` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14; -- -- AUTO_INCREMENT for table `rss_posts` -- ALTER TABLE `rss_posts` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51; -- -- AUTO_INCREMENT for table `scategories` -- ALTER TABLE `scategories` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=81; -- -- AUTO_INCREMENT for table `services` -- ALTER TABLE `services` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=295; -- -- AUTO_INCREMENT for table `shipping_charges` -- ALTER TABLE `shipping_charges` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7; -- -- AUTO_INCREMENT for table `sitemaps` -- ALTER TABLE `sitemaps` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `sliders` -- ALTER TABLE `sliders` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `socials` -- ALTER TABLE `socials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26; -- -- AUTO_INCREMENT for table `statistics` -- ALTER TABLE `statistics` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `subscribers` -- ALTER TABLE `subscribers` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=342; -- -- AUTO_INCREMENT for table `subscriptions` -- ALTER TABLE `subscriptions` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=67; -- -- AUTO_INCREMENT for table `testimonials` -- ALTER TABLE `testimonials` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `tickets` -- ALTER TABLE `tickets` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20; -- -- 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 for table `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27; -- -- Constraints for dumped tables -- -- -- Constraints for table `donations` -- ALTER TABLE `donations` ADD CONSTRAINT `donations_lang_id_foreign` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `donation_details` -- ALTER TABLE `donation_details` ADD CONSTRAINT `donation_details_donation_id_foreign` FOREIGN KEY (`donation_id`) REFERENCES `donations` (`id`) ON DELETE CASCADE; -- -- Constraints for table `events` -- ALTER TABLE `events` ADD CONSTRAINT `events_cat_id_foreign` FOREIGN KEY (`cat_id`) REFERENCES `event_categories` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `events_lang_id_foreign` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `event_categories` -- ALTER TABLE `event_categories` ADD CONSTRAINT `event_categories_lang_id_foreign` FOREIGN KEY (`lang_id`) REFERENCES `languages` (`id`); -- -- Constraints for table `event_details` -- ALTER TABLE `event_details` ADD CONSTRAINT `event_details_event_id_foreign` FOREIGN KEY (`event_id`) REFERENCES `events` (`id`) ON DELETE CASCADE; -- -- Constraints for table `faq_categories` -- ALTER TABLE `faq_categories` ADD CONSTRAINT `faq_categories_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `gallery_categories` -- ALTER TABLE `gallery_categories` ADD CONSTRAINT `gallery_categories_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `homes` -- ALTER TABLE `homes` ADD CONSTRAINT `homes_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `megamenus` -- ALTER TABLE `megamenus` ADD CONSTRAINT `megamenus_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `package_categories` -- ALTER TABLE `package_categories` ADD CONSTRAINT `package_categories_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`id`) ON DELETE CASCADE; -- -- Constraints for table `popups` -- ALTER TABLE `popups` ADD CONSTRAINT `popups_language_id_foreign` FOREIGN KEY (`language_id`) REFERENCES `languages` (`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 */;