One Hat Cyber Team
Your IP :
3.133.106.74
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
technqtechnologies.in
/
View File Name :
database-apexa-digital-agency.sql
-- MySQL dump 10.13 Distrib 8.0.33, for macos13 (arm64) -- -- Host: 127.0.0.1 Database: archielite_apexa -- ------------------------------------------------------ -- Server version 8.0.33 /*!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 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `activations` -- DROP TABLE IF EXISTS `activations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `activations` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `code` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `completed` tinyint(1) NOT NULL DEFAULT '0', `completed_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `activations_user_id_index` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activations` -- LOCK TABLES `activations` WRITE; /*!40000 ALTER TABLE `activations` DISABLE KEYS */; INSERT INTO `activations` VALUES (1,1,'1oLQFmz5gUv9QjPgSzhZLcLWeuIwrWyE',1,'2024-06-18 23:02:01','2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `activations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admin_notifications` -- DROP TABLE IF EXISTS `admin_notifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `admin_notifications` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `action_label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `action_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `read_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `permission` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admin_notifications` -- LOCK TABLES `admin_notifications` WRITE; /*!40000 ALTER TABLE `admin_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `admin_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcements` -- DROP TABLE IF EXISTS `announcements`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `announcements` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `content` text COLLATE utf8mb4_unicode_ci NOT NULL, `has_action` tinyint(1) NOT NULL DEFAULT '0', `action_label` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `action_url` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `action_open_new_tab` tinyint(1) NOT NULL DEFAULT '0', `dismissible` tinyint(1) NOT NULL DEFAULT '0', `start_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `is_active` tinyint(1) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `announcements` -- LOCK TABLES `announcements` WRITE; /*!40000 ALTER TABLE `announcements` DISABLE KEYS */; INSERT INTO `announcements` VALUES (1,'Announcement 1','Introducing Our New Business Consulting Solutions!',0,NULL,NULL,0,1,'2024-06-19 06:02:52',NULL,1,'2024-06-18 23:02:52','2024-06-18 23:02:52'),(2,'Announcement 2','Elevate Your Business with Our Comprehensive Consulting Services.',0,NULL,NULL,0,1,'2024-06-19 06:02:52',NULL,1,'2024-06-18 23:02:52','2024-06-18 23:02:52'),(3,'Announcement 3','Revolutionize Your Business Strategy with Our Expertise.',0,NULL,NULL,0,1,'2024-06-19 06:02:52',NULL,1,'2024-06-18 23:02:52','2024-06-18 23:02:52'); /*!40000 ALTER TABLE `announcements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcements_translations` -- DROP TABLE IF EXISTS `announcements_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `announcements_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `announcements_id` bigint unsigned NOT NULL, `content` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`announcements_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `announcements_translations` -- LOCK TABLES `announcements_translations` WRITE; /*!40000 ALTER TABLE `announcements_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `announcements_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `audit_histories` -- DROP TABLE IF EXISTS `audit_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `audit_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `module` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `request` longtext COLLATE utf8mb4_unicode_ci, `action` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci, `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_user` bigint unsigned NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `audit_histories_user_id_index` (`user_id`), KEY `audit_histories_module_index` (`module`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `audit_histories` -- LOCK TABLES `audit_histories` WRITE; /*!40000 ALTER TABLE `audit_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `audit_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `careers` -- DROP TABLE IF EXISTS `careers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `careers` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `location` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `salary` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `careers` -- LOCK TABLES `careers` WRITE; /*!40000 ALTER TABLE `careers` DISABLE KEYS */; INSERT INTO `careers` VALUES (1,'Senior Full Stack Engineer','South Ameliaville, Solomon Islands','2,917','Join our team as a Senior Full Stack Engineer and help us build cutting-edge solutions to empower creators worldwide.','<h4>Responsibilities</h4>\n<p>Product knowledge: Deeply understand the technology and features of the product area to which you are assigned.</p>\n<p>Research: Provide human and business impact and insights for products.</p>\n<p>Deliverables: Create deliverables for your product area (for example competitive analyses, user flows, low fidelity wireframes, high fidelity mockups, prototypes, etc.) that solve real user problems through the user experience.</p>\n<p>Communication: Communicate the results of UX activities within your product area to the design team department, cross-functional partners within your product area, and other interested Superformula team members using clear language that simplifies complexity.</p>\n<h4 class=\"color-brand-1\">Requirements</h4>\n<ul>\n <li>A portfolio demonstrating well thought through and polished end to end customer journeys</li>\n <li>5+ years of industry experience in interactive design and / or visual design</li>\n <li>Excellent interpersonal skills </li>\n <li>Aware of trends in mobile, communications, and collaboration</li>\n <li>Ability to create highly polished design prototypes, mockups, and other communication artifacts</li>\n <li>The ability to scope and estimate efforts accurately and prioritize tasks and goals independently</li>\n <li>History of impacting shipping products with your work</li>\n <li>A Bachelor’s Degree in Design (or related field) or equivalent professional experience</li>\n <li>Proficiency in a variety of design tools such as Figma, Photoshop, Illustrator, and Sketch</li>\n</ul>\n<h4 class=\"color-brand-1\">What\'s on Offer </h4>\n<ul>\n <li>Annual bonus and holidays, social welfare, and health checks.</li>\n <li>Training and attachment in Taiwan and other Greater China branches.</li>\n</ul>\n','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(2,'Lead Backend Developer','Augustatown, El Salvador','3,920','Exciting opportunity for a Lead Backend Developer to lead our backend team in architecting scalable and robust systems.','<h4>Responsibilities</h4>\n<p>Product knowledge: Deeply understand the technology and features of the product area to which you are assigned.</p>\n<p>Research: Provide human and business impact and insights for products.</p>\n<p>Deliverables: Create deliverables for your product area (for example competitive analyses, user flows, low fidelity wireframes, high fidelity mockups, prototypes, etc.) that solve real user problems through the user experience.</p>\n<p>Communication: Communicate the results of UX activities within your product area to the design team department, cross-functional partners within your product area, and other interested Superformula team members using clear language that simplifies complexity.</p>\n<h4 class=\"color-brand-1\">Requirements</h4>\n<ul>\n <li>A portfolio demonstrating well thought through and polished end to end customer journeys</li>\n <li>5+ years of industry experience in interactive design and / or visual design</li>\n <li>Excellent interpersonal skills </li>\n <li>Aware of trends in mobile, communications, and collaboration</li>\n <li>Ability to create highly polished design prototypes, mockups, and other communication artifacts</li>\n <li>The ability to scope and estimate efforts accurately and prioritize tasks and goals independently</li>\n <li>History of impacting shipping products with your work</li>\n <li>A Bachelor’s Degree in Design (or related field) or equivalent professional experience</li>\n <li>Proficiency in a variety of design tools such as Figma, Photoshop, Illustrator, and Sketch</li>\n</ul>\n<h4 class=\"color-brand-1\">What\'s on Offer </h4>\n<ul>\n <li>Annual bonus and holidays, social welfare, and health checks.</li>\n <li>Training and attachment in Taiwan and other Greater China branches.</li>\n</ul>\n','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(3,'UI/UX Designer','Koreyport, Anguilla','3,517','We are looking for a talented UI/UX Designer to create intuitive and visually stunning user experiences for our products.','<h4>Responsibilities</h4>\n<p>Product knowledge: Deeply understand the technology and features of the product area to which you are assigned.</p>\n<p>Research: Provide human and business impact and insights for products.</p>\n<p>Deliverables: Create deliverables for your product area (for example competitive analyses, user flows, low fidelity wireframes, high fidelity mockups, prototypes, etc.) that solve real user problems through the user experience.</p>\n<p>Communication: Communicate the results of UX activities within your product area to the design team department, cross-functional partners within your product area, and other interested Superformula team members using clear language that simplifies complexity.</p>\n<h4 class=\"color-brand-1\">Requirements</h4>\n<ul>\n <li>A portfolio demonstrating well thought through and polished end to end customer journeys</li>\n <li>5+ years of industry experience in interactive design and / or visual design</li>\n <li>Excellent interpersonal skills </li>\n <li>Aware of trends in mobile, communications, and collaboration</li>\n <li>Ability to create highly polished design prototypes, mockups, and other communication artifacts</li>\n <li>The ability to scope and estimate efforts accurately and prioritize tasks and goals independently</li>\n <li>History of impacting shipping products with your work</li>\n <li>A Bachelor’s Degree in Design (or related field) or equivalent professional experience</li>\n <li>Proficiency in a variety of design tools such as Figma, Photoshop, Illustrator, and Sketch</li>\n</ul>\n<h4 class=\"color-brand-1\">What\'s on Offer </h4>\n<ul>\n <li>Annual bonus and holidays, social welfare, and health checks.</li>\n <li>Training and attachment in Taiwan and other Greater China branches.</li>\n</ul>\n','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(4,'Product Manager','Greenborough, Tanzania','3,825','As a Product Manager, you will drive the development and strategy of our products to meet the needs of our growing user base.','<h4>Responsibilities</h4>\n<p>Product knowledge: Deeply understand the technology and features of the product area to which you are assigned.</p>\n<p>Research: Provide human and business impact and insights for products.</p>\n<p>Deliverables: Create deliverables for your product area (for example competitive analyses, user flows, low fidelity wireframes, high fidelity mockups, prototypes, etc.) that solve real user problems through the user experience.</p>\n<p>Communication: Communicate the results of UX activities within your product area to the design team department, cross-functional partners within your product area, and other interested Superformula team members using clear language that simplifies complexity.</p>\n<h4 class=\"color-brand-1\">Requirements</h4>\n<ul>\n <li>A portfolio demonstrating well thought through and polished end to end customer journeys</li>\n <li>5+ years of industry experience in interactive design and / or visual design</li>\n <li>Excellent interpersonal skills </li>\n <li>Aware of trends in mobile, communications, and collaboration</li>\n <li>Ability to create highly polished design prototypes, mockups, and other communication artifacts</li>\n <li>The ability to scope and estimate efforts accurately and prioritize tasks and goals independently</li>\n <li>History of impacting shipping products with your work</li>\n <li>A Bachelor’s Degree in Design (or related field) or equivalent professional experience</li>\n <li>Proficiency in a variety of design tools such as Figma, Photoshop, Illustrator, and Sketch</li>\n</ul>\n<h4 class=\"color-brand-1\">What\'s on Offer </h4>\n<ul>\n <li>Annual bonus and holidays, social welfare, and health checks.</li>\n <li>Training and attachment in Taiwan and other Greater China branches.</li>\n</ul>\n','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(5,'Data Scientist','New Maude, Gabon','5,255','Seeking a Data Scientist to analyze large datasets and derive actionable insights to inform business decisions.','<h4>Responsibilities</h4>\n<p>Product knowledge: Deeply understand the technology and features of the product area to which you are assigned.</p>\n<p>Research: Provide human and business impact and insights for products.</p>\n<p>Deliverables: Create deliverables for your product area (for example competitive analyses, user flows, low fidelity wireframes, high fidelity mockups, prototypes, etc.) that solve real user problems through the user experience.</p>\n<p>Communication: Communicate the results of UX activities within your product area to the design team department, cross-functional partners within your product area, and other interested Superformula team members using clear language that simplifies complexity.</p>\n<h4 class=\"color-brand-1\">Requirements</h4>\n<ul>\n <li>A portfolio demonstrating well thought through and polished end to end customer journeys</li>\n <li>5+ years of industry experience in interactive design and / or visual design</li>\n <li>Excellent interpersonal skills </li>\n <li>Aware of trends in mobile, communications, and collaboration</li>\n <li>Ability to create highly polished design prototypes, mockups, and other communication artifacts</li>\n <li>The ability to scope and estimate efforts accurately and prioritize tasks and goals independently</li>\n <li>History of impacting shipping products with your work</li>\n <li>A Bachelor’s Degree in Design (or related field) or equivalent professional experience</li>\n <li>Proficiency in a variety of design tools such as Figma, Photoshop, Illustrator, and Sketch</li>\n</ul>\n<h4 class=\"color-brand-1\">What\'s on Offer </h4>\n<ul>\n <li>Annual bonus and holidays, social welfare, and health checks.</li>\n <li>Training and attachment in Taiwan and other Greater China branches.</li>\n</ul>\n','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(6,'DevOps Engineer','East Dexter, Congo','5,431','We are hiring a DevOps Engineer to streamline our development processes and ensure the reliability and scalability of our infrastructure.','<h4>Responsibilities</h4>\n<p>Product knowledge: Deeply understand the technology and features of the product area to which you are assigned.</p>\n<p>Research: Provide human and business impact and insights for products.</p>\n<p>Deliverables: Create deliverables for your product area (for example competitive analyses, user flows, low fidelity wireframes, high fidelity mockups, prototypes, etc.) that solve real user problems through the user experience.</p>\n<p>Communication: Communicate the results of UX activities within your product area to the design team department, cross-functional partners within your product area, and other interested Superformula team members using clear language that simplifies complexity.</p>\n<h4 class=\"color-brand-1\">Requirements</h4>\n<ul>\n <li>A portfolio demonstrating well thought through and polished end to end customer journeys</li>\n <li>5+ years of industry experience in interactive design and / or visual design</li>\n <li>Excellent interpersonal skills </li>\n <li>Aware of trends in mobile, communications, and collaboration</li>\n <li>Ability to create highly polished design prototypes, mockups, and other communication artifacts</li>\n <li>The ability to scope and estimate efforts accurately and prioritize tasks and goals independently</li>\n <li>History of impacting shipping products with your work</li>\n <li>A Bachelor’s Degree in Design (or related field) or equivalent professional experience</li>\n <li>Proficiency in a variety of design tools such as Figma, Photoshop, Illustrator, and Sketch</li>\n</ul>\n<h4 class=\"color-brand-1\">What\'s on Offer </h4>\n<ul>\n <li>Annual bonus and holidays, social welfare, and health checks.</li>\n <li>Training and attachment in Taiwan and other Greater China branches.</li>\n</ul>\n','published','2024-06-18 23:02:12','2024-06-18 23:02:12'); /*!40000 ALTER TABLE `careers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `careers_translations` -- DROP TABLE IF EXISTS `careers_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `careers_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `careers_id` bigint unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `location` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salary` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `content` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`careers_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `careers_translations` -- LOCK TABLES `careers_translations` WRITE; /*!40000 ALTER TABLE `careers_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `careers_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories` -- DROP TABLE IF EXISTS `categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `author_id` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `icon` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `is_featured` tinyint NOT NULL DEFAULT '0', `is_default` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `categories_parent_id_index` (`parent_id`), KEY `categories_status_index` (`status`), KEY `categories_created_at_index` (`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `categories` -- LOCK TABLES `categories` WRITE; /*!40000 ALTER TABLE `categories` DISABLE KEYS */; INSERT INTO `categories` VALUES (1,'Entrepreneurship',0,'Hic voluptates quisquam aut est sunt. Sed non qui ut labore est. Vel sit non molestiae ullam at. Libero voluptatibus qui at et tempore placeat nulla consequatur.','published',1,'Botble\\ACL\\Models\\User',NULL,0,0,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(2,'Startups',0,'Et laborum aperiam harum. Ratione accusamus sint animi officiis ut.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(3,'Marketing',0,'Consequatur eius corporis quidem cupiditate. Temporibus magnam odio pariatur unde.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(4,'Sales',0,'Deleniti voluptatem omnis accusantium ut et. Sed consectetur alias maiores laboriosam quisquam. Molestiae eveniet laboriosam ab sed at ipsam. Esse vel cumque omnis vel ut.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(5,'Finance',0,'Saepe voluptate numquam qui quam. Facere corrupti recusandae et quia eaque aliquam voluptate. Facere dicta labore quia suscipit.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(6,'Leadership',0,'Ratione et dolorum at dolorem. Ipsa quia corrupti deserunt ad odio ad magnam. Mollitia dolorum accusantium id suscipit. Est quam maiores reiciendis pariatur quisquam dicta magnam quis.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(7,'Management',0,'Dolorem voluptatem et ut porro et molestiae rem distinctio. Dolorem quidem dolor quia qui delectus unde. Mollitia nam explicabo quas aperiam fugit tenetur repellat. Sunt est omnis sed sunt et qui ex.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(8,'Human Resources',0,'Quasi illum rem nihil fugit ducimus dicta est. Dolorem porro voluptatem ut maxime sint saepe minima. Autem vitae eum in illum est dolorem.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(9,'Customer Service',0,'Dolorum aliquam repellat ipsa nihil et nihil voluptatum omnis. Odit rerum molestias quod velit sunt est. Dolores est est pariatur.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(10,'Innovation',0,'Dolores dolores odit quas porro aut. Eum repudiandae a dignissimos rem nostrum laboriosam fugiat. Occaecati qui harum facere officiis. Consequatur omnis dolorem distinctio.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(11,'Business Strategy',0,'Quia eum similique alias quia ea nemo. Quia animi minus illo qui quo non. Atque dolor laboriosam velit illo omnis sunt. Necessitatibus veniam molestias quia impedit praesentium eligendi.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(12,'E-commerce',0,'Porro provident blanditiis est ut impedit. Quisquam beatae magni reprehenderit assumenda ab magnam non. Labore odit ipsam nostrum cumque rem nihil voluptates ratione.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(13,'Technology',0,'Quo aut ducimus et reprehenderit. Modi molestias excepturi esse ducimus officia. Sed aut magnam quia mollitia. Quasi occaecati et blanditiis velit eos omnis.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(14,'Networking',0,'Enim voluptatem quisquam ducimus et corrupti. Aut et reprehenderit nulla quis sint expedita. Consectetur vitae qui quae sit pariatur. Aut quod et ea nam laudantium at.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(15,'Productivity',0,'Dolorem dolor officia nihil itaque voluptas aut. Rem provident sint eius et aut laudantium. Nisi voluptatum mollitia aspernatur nihil sed quasi. Qui est nobis qui dolore optio.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(16,'Operations',0,'Sed mollitia optio dicta aut nihil nostrum. Molestiae modi numquam reprehenderit consequatur quia animi.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(17,'Legal',0,'Ea sit magnam totam in provident. Ut similique provident id voluptas ad aut fugit. Itaque rerum in labore quo cupiditate ducimus. Dolorum soluta autem commodi nulla.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(18,'Industry Trends',0,'Eos maxime recusandae est quibusdam ad. Qui minus dolores velit qui. Dolorem dignissimos cupiditate sit voluptatibus.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(19,'Small Business',0,'Molestiae ipsa nostrum quaerat occaecati exercitationem atque. Assumenda sunt ex excepturi nesciunt. Et modi nihil molestiae a quia. Ab natus perspiciatis ut molestiae quia aut.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(20,'Consulting',0,'Dolores nulla corporis iusto incidunt rem. Voluptates quia explicabo vel ut quaerat culpa. Voluptate sunt perspiciatis vero.','published',1,'Botble\\ACL\\Models\\User',NULL,0,1,0,'2024-06-18 23:02:08','2024-06-18 23:02:08'); /*!40000 ALTER TABLE `categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `categories_translations` -- DROP TABLE IF EXISTS `categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `categories_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `categories_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `categories_translations` -- LOCK TABLES `categories_translations` WRITE; /*!40000 ALTER TABLE `categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cities` -- DROP TABLE IF EXISTS `cities`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `cities` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state_id` bigint unsigned DEFAULT NULL, `country_id` bigint unsigned DEFAULT NULL, `record_id` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `cities_slug_unique` (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cities` -- LOCK TABLES `cities` WRITE; /*!40000 ALTER TABLE `cities` DISABLE KEYS */; /*!40000 ALTER TABLE `cities` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cities_translations` -- DROP TABLE IF EXISTS `cities_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `cities_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `cities_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`cities_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cities_translations` -- LOCK TABLES `cities_translations` WRITE; /*!40000 ALTER TABLE `cities_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `cities_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_field_options` -- DROP TABLE IF EXISTS `contact_custom_field_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `contact_custom_field_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `custom_field_id` bigint unsigned NOT NULL, `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `order` int NOT NULL DEFAULT '999', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_field_options` -- LOCK TABLES `contact_custom_field_options` WRITE; /*!40000 ALTER TABLE `contact_custom_field_options` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_field_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_field_options_translations` -- DROP TABLE IF EXISTS `contact_custom_field_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `contact_custom_field_options_translations` ( `contact_custom_field_options_id` bigint unsigned NOT NULL, `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`contact_custom_field_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_field_options_translations` -- LOCK TABLES `contact_custom_field_options_translations` WRITE; /*!40000 ALTER TABLE `contact_custom_field_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_field_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_fields` -- DROP TABLE IF EXISTS `contact_custom_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `contact_custom_fields` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` int NOT NULL DEFAULT '999', `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_fields` -- LOCK TABLES `contact_custom_fields` WRITE; /*!40000 ALTER TABLE `contact_custom_fields` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_custom_fields_translations` -- DROP TABLE IF EXISTS `contact_custom_fields_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `contact_custom_fields_translations` ( `contact_custom_fields_id` bigint unsigned NOT NULL, `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`contact_custom_fields_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_custom_fields_translations` -- LOCK TABLES `contact_custom_fields_translations` WRITE; /*!40000 ALTER TABLE `contact_custom_fields_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_custom_fields_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact_replies` -- DROP TABLE IF EXISTS `contact_replies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `contact_replies` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `contact_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact_replies` -- LOCK TABLES `contact_replies` WRITE; /*!40000 ALTER TABLE `contact_replies` DISABLE KEYS */; /*!40000 ALTER TABLE `contact_replies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contacts` -- DROP TABLE IF EXISTS `contacts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `contacts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subject` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` text COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unread', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contacts` -- LOCK TABLES `contacts` WRITE; /*!40000 ALTER TABLE `contacts` DISABLE KEYS */; INSERT INTO `contacts` VALUES (1,'Judge Kuvalis','whomenick@example.net','+15398286655','20345 Flo Brooks Suite 972\nRickyfurt, RI 02089','Voluptas dolore laborum est ut ut.','Laudantium vitae aut facere aut eum sed est. Assumenda dolor ab rem ducimus. Non ducimus nisi soluta. Et et doloremque natus repudiandae est pariatur et. Ipsum sit vel et omnis fugit quibusdam. Voluptatibus qui aut nemo error. Est quisquam nam architecto. Sapiente repellendus est veritatis voluptas. Laudantium ut velit voluptatem velit dolore ipsa aut soluta. Exercitationem aut dolorem a repudiandae maiores.',NULL,'read','2024-06-18 23:02:01','2024-06-18 23:02:01'),(2,'Dr. Brionna Schroeder V','dooley.erick@example.net','1-248-388-1131','19331 Keebler Camp Suite 567\nLake Sophia, OR 06718','Sit et mollitia sit minus sit.','Corporis voluptatem nihil quisquam dolor. Autem facilis atque ut doloribus rerum eum voluptatem. Aut quod officiis eum ratione nihil. Atque quae asperiores facilis. Atque est ipsum consequatur nesciunt est. Amet dolores ea recusandae repudiandae. Facilis excepturi ratione rerum est quos unde eligendi numquam. Enim at sit minima repudiandae. Ipsa doloremque at repudiandae et eos laudantium sapiente. Rerum adipisci et nostrum quibusdam ab. Enim suscipit quos id aut odio hic quas.',NULL,'unread','2024-06-18 23:02:01','2024-06-18 23:02:01'),(3,'Coy Kuphal','khalil.johnston@example.net','+1.818.234.0247','256 Kameron Rest\nEast Tierrahaven, NV 40944-3525','Modi perferendis placeat tempora odio.','Iste autem ratione sit. Dicta itaque omnis aut sequi aut aut. Necessitatibus ea ab sunt eos. Reiciendis odit blanditiis natus et veritatis possimus. Aut qui dolor itaque voluptatibus ratione nam voluptates. Numquam occaecati fuga nostrum rem ullam illo sunt inventore. Nulla qui qui sed consequatur blanditiis. Dignissimos aut tempore eum molestiae dolorem.',NULL,'read','2024-06-18 23:02:01','2024-06-18 23:02:01'),(4,'Anjali Gibson','audie10@example.com','+1.475.750.7264','34938 Xzavier Plain Apt. 357\nSouth Chestertown, IN 85088','Natus harum a aut.','Quae et natus impedit quia quam veritatis tempore. Est voluptatem autem eius assumenda omnis. Eum eum eos ut rerum porro modi. Pariatur cupiditate error architecto consequatur iure. Aut libero perferendis aspernatur. Optio ut at error quae sequi quo. Et voluptatem nostrum quibusdam mollitia hic et. Recusandae error eius alias nostrum et. Eligendi eum omnis blanditiis nobis rem. Odio dolorem facilis labore et porro cupiditate provident.',NULL,'read','2024-06-18 23:02:01','2024-06-18 23:02:01'),(5,'Lilla Balistreri','martine.feil@example.org','+1-435-239-8914','3603 Nichole Lodge Apt. 155\nNew Coralieborough, OH 76717','Eos omnis laborum et nobis ut quae.','Rerum sed dolor est et et quos officiis. Et quibusdam quo et ab asperiores. Officiis deleniti tempora harum quae qui. Facilis eos dolores nihil et fugiat laboriosam. Accusamus et voluptatem omnis ipsam voluptatem. In sed ut est suscipit aut. Alias dolores necessitatibus ratione autem. Quia odio corporis aspernatur eveniet est. Expedita neque hic dolor ducimus ad molestiae dolorem.',NULL,'unread','2024-06-18 23:02:01','2024-06-18 23:02:01'),(6,'Carmela Fay','renner.reymundo@example.net','1-858-507-8204','28322 Lola Square\nSchaefertown, IA 13146-1092','Quis dignissimos rerum vero ut dolores.','Dicta aut blanditiis labore molestiae laborum laboriosam. Cum corrupti officiis nihil eum. Iure et quo dicta sint sint nihil. Ea excepturi reprehenderit autem ratione dolorem occaecati consequatur. Itaque rerum commodi ab provident eum. Aspernatur ut a at. Sunt voluptatem qui omnis. Molestias voluptatem ad voluptate dignissimos numquam culpa impedit. Et sed assumenda illo qui.',NULL,'unread','2024-06-18 23:02:01','2024-06-18 23:02:01'),(7,'Anabelle Schumm','leif.hills@example.com','+1.475.586.5265','9952 Joanne Lights\nPort Eunice, AK 96853-8541','Qui fuga et dolores autem veritatis et.','Ut voluptas minus quae labore sed quos consequatur autem. Quis rerum blanditiis omnis quaerat. Quibusdam omnis pariatur in ipsa laudantium voluptatem labore. Consequatur laudantium autem asperiores perferendis. Suscipit aperiam assumenda quisquam qui molestias. Soluta voluptatibus optio accusamus architecto. Et corrupti necessitatibus assumenda dolor labore vero vitae. Voluptatum enim et placeat in nihil. Libero incidunt vero magni. Qui deleniti quaerat vel eaque quia quaerat fugit aut.',NULL,'unread','2024-06-18 23:02:01','2024-06-18 23:02:01'),(8,'Clement Schuster Sr.','paucek.stevie@example.com','+1-215-936-3322','9595 Brakus Fields\nLake Destiney, OK 93818','Iste illo enim eaque facere assumenda soluta ut.','Quaerat vel consequatur et. Veritatis inventore sit quis. Quis amet a excepturi rem. A ipsum molestiae animi itaque minima voluptatem. Qui labore quis sint quis. Aspernatur voluptatum earum accusamus non et. Autem laboriosam explicabo dolorem rem dolor. Totam ab aut enim nihil. Facilis quo id vel quasi. Molestiae unde maiores qui. Id repudiandae accusamus dignissimos consequatur facilis ipsam voluptatem laudantium.',NULL,'read','2024-06-18 23:02:01','2024-06-18 23:02:01'),(9,'Geovany Pfeffer','einar.stoltenberg@example.org','(308) 389-3654','56416 Lamar Oval Suite 752\nRowefort, CT 49709-4938','Qui totam quia eligendi illo.','Eum reiciendis doloremque eligendi numquam esse in placeat. Est consequatur qui aut nesciunt accusantium excepturi. Quibusdam laborum repellat aut non ducimus. Porro consequatur velit sapiente ab asperiores omnis alias qui. Voluptatem non sint iusto occaecati minima. Aut deserunt asperiores dolores repellat. Earum nam a qui voluptas dolorum.',NULL,'read','2024-06-18 23:02:01','2024-06-18 23:02:01'),(10,'Prof. Jarred Kuhic','pwisoky@example.com','351-746-8649','2262 O\'Connell Forest Suite 718\nFriesenborough, SD 08350','Velit molestiae omnis ut.','Natus sunt dolorum neque unde quidem. Officiis molestiae placeat nulla adipisci nobis deserunt minima. Temporibus tenetur quis aut laboriosam. Reprehenderit ducimus ad quis provident et quae. Dolor quo atque inventore molestias veniam asperiores voluptatem. Voluptatibus saepe repellat autem occaecati esse consequuntur. Impedit eum dolores sint mollitia ut. Officiis est molestiae fugit nihil repellat. Consequuntur qui quod esse delectus earum.',NULL,'read','2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `contacts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries` -- DROP TABLE IF EXISTS `countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `countries` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `nationality` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `is_default` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `code` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countries` -- LOCK TABLES `countries` WRITE; /*!40000 ALTER TABLE `countries` DISABLE KEYS */; /*!40000 ALTER TABLE `countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countries_translations` -- DROP TABLE IF EXISTS `countries_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `countries_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `countries_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `nationality` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`countries_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countries_translations` -- LOCK TABLES `countries_translations` WRITE; /*!40000 ALTER TABLE `countries_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `countries_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_widget_settings` -- DROP TABLE IF EXISTS `dashboard_widget_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dashboard_widget_settings` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `settings` text COLLATE utf8mb4_unicode_ci, `user_id` bigint unsigned NOT NULL, `widget_id` bigint unsigned NOT NULL, `order` tinyint unsigned NOT NULL DEFAULT '0', `status` tinyint unsigned NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `dashboard_widget_settings_user_id_index` (`user_id`), KEY `dashboard_widget_settings_widget_id_index` (`widget_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_widget_settings` -- LOCK TABLES `dashboard_widget_settings` WRITE; /*!40000 ALTER TABLE `dashboard_widget_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `dashboard_widget_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dashboard_widgets` -- DROP TABLE IF EXISTS `dashboard_widgets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `dashboard_widgets` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dashboard_widgets` -- LOCK TABLES `dashboard_widgets` WRITE; /*!40000 ALTER TABLE `dashboard_widgets` DISABLE KEYS */; /*!40000 ALTER TABLE `dashboard_widgets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_brands` -- DROP TABLE IF EXISTS `ec_brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_brands` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci, `website` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `order` tinyint unsigned NOT NULL DEFAULT '0', `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_brands` -- LOCK TABLES `ec_brands` WRITE; /*!40000 ALTER TABLE `ec_brands` DISABLE KEYS */; INSERT INTO `ec_brands` VALUES (1,'FoodPound','New Snacks Release',NULL,'brands/1.png','published',0,1,'2024-06-18 23:02:13','2024-06-18 23:02:13'),(2,'iTea JSC','Happy Tea 100% Organic. From $29.9',NULL,'brands/1.png','published',1,1,'2024-06-18 23:02:13','2024-06-18 23:02:13'),(3,'Soda Brand','Soda is a brand that lets your inner-dive out through creative makeup and cool makeup tips! Whichever product you choose, you will see that it is a perfect ...',NULL,'brands/1.png','published',2,1,'2024-06-18 23:02:13','2024-06-18 23:02:13'),(4,'Farmart','Fresh Meat Sausage. BUY 2 GET 1!',NULL,'brands/1.png','published',3,1,'2024-06-18 23:02:13','2024-06-18 23:02:13'); /*!40000 ALTER TABLE `ec_brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_brands_translations` -- DROP TABLE IF EXISTS `ec_brands_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_brands_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_brands_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`ec_brands_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_brands_translations` -- LOCK TABLES `ec_brands_translations` WRITE; /*!40000 ALTER TABLE `ec_brands_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_brands_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_cart` -- DROP TABLE IF EXISTS `ec_cart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_cart` ( `identifier` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `instance` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`identifier`,`instance`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_cart` -- LOCK TABLES `ec_cart` WRITE; /*!40000 ALTER TABLE `ec_cart` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_currencies` -- DROP TABLE IF EXISTS `ec_currencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_currencies` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `symbol` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `is_prefix_symbol` tinyint unsigned NOT NULL DEFAULT '0', `decimals` tinyint unsigned DEFAULT '0', `order` int unsigned DEFAULT '0', `is_default` tinyint NOT NULL DEFAULT '0', `exchange_rate` double NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_currencies` -- LOCK TABLES `ec_currencies` WRITE; /*!40000 ALTER TABLE `ec_currencies` DISABLE KEYS */; INSERT INTO `ec_currencies` VALUES (1,'USD','$',1,2,0,1,1,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(2,'EUR','€',0,2,1,0,0.84,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(3,'VND','₫',0,0,2,0,23203,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(4,'NGN','₦',1,2,2,0,895.52,'2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `ec_currencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_addresses` -- DROP TABLE IF EXISTS `ec_customer_addresses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_customer_addresses` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_id` bigint unsigned NOT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_addresses` -- LOCK TABLES `ec_customer_addresses` WRITE; /*!40000 ALTER TABLE `ec_customer_addresses` DISABLE KEYS */; INSERT INTO `ec_customer_addresses` VALUES (1,'Mr. Rocky Schuster','customer@archielite.com','+14429252431','SI','Pennsylvania','East Yvonneton','801 Runolfsson Lights Apt. 356',1,1,'2024-06-18 23:02:49','2024-06-18 23:02:49','45573-8863'),(2,'Mr. Rocky Schuster','customer@archielite.com','+18088881375','MU','Iowa','Kassulkestad','53256 Pacocha Freeway Suite 927',1,0,'2024-06-18 23:02:49','2024-06-18 23:02:49','48298'),(3,'Ms. Felicity Schroeder III','bjohns@example.com','+18389587172','KW','South Dakota','New Ollie','602 Casper Knoll Apt. 508',2,1,'2024-06-18 23:02:49','2024-06-18 23:02:49','12413-9703'),(4,'Mr. Nicola Connelly','mreichel@example.net','+13042720933','NU','West Virginia','Reichertland','692 Towne Fall Suite 172',3,1,'2024-06-18 23:02:50','2024-06-18 23:02:50','52103'),(5,'Reinhold Doyle','hegmann.aditya@example.net','+19478667988','BJ','Arkansas','Walterland','1326 Yoshiko Tunnel Suite 616',4,1,'2024-06-18 23:02:50','2024-06-18 23:02:50','17664'),(6,'Alisha Wunsch','tyrell.murray@example.org','+14357068764','AX','Georgia','Bernhardfort','9073 Camille Locks',5,1,'2024-06-18 23:02:50','2024-06-18 23:02:50','36813'),(7,'Willow Bruen','cmitchell@example.org','+14356430304','NU','Iowa','Windlerside','48948 Macejkovic Extensions Apt. 351',6,1,'2024-06-18 23:02:51','2024-06-18 23:02:51','95950'),(8,'Dr. Ressie Corwin','iquigley@example.net','+17275533783','MV','Rhode Island','North Layneburgh','4264 Schroeder Fords Apt. 231',7,1,'2024-06-18 23:02:51','2024-06-18 23:02:51','47328'),(9,'Prof. Percival Wiza Jr.','schmidt.garth@example.net','+18066505165','KY','Nebraska','Alvenaville','433 Demond Ranch',8,1,'2024-06-18 23:02:51','2024-06-18 23:02:51','91669-6011'),(10,'Naomie Wolff I','lucio05@example.org','+14587200240','MD','Oregon','South Savannahshire','93530 Kling Shoal',9,1,'2024-06-18 23:02:52','2024-06-18 23:02:52','13660-0922'); /*!40000 ALTER TABLE `ec_customer_addresses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_deletion_requests` -- DROP TABLE IF EXISTS `ec_customer_deletion_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_customer_deletion_requests` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned NOT NULL, `customer_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'waiting_for_confirmation', `reason` text COLLATE utf8mb4_unicode_ci, `confirmed_at` datetime DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_customer_deletion_requests_token_unique` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_deletion_requests` -- LOCK TABLES `ec_customer_deletion_requests` WRITE; /*!40000 ALTER TABLE `ec_customer_deletion_requests` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_deletion_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_password_resets` -- DROP TABLE IF EXISTS `ec_customer_password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_customer_password_resets` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, KEY `ec_customer_password_resets_email_index` (`email`), KEY `ec_customer_password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_password_resets` -- LOCK TABLES `ec_customer_password_resets` WRITE; /*!40000 ALTER TABLE `ec_customer_password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_recently_viewed_products` -- DROP TABLE IF EXISTS `ec_customer_recently_viewed_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_customer_recently_viewed_products` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_recently_viewed_products` -- LOCK TABLES `ec_customer_recently_viewed_products` WRITE; /*!40000 ALTER TABLE `ec_customer_recently_viewed_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_recently_viewed_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customer_used_coupons` -- DROP TABLE IF EXISTS `ec_customer_used_coupons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_customer_used_coupons` ( `discount_id` bigint unsigned NOT NULL, `customer_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customer_used_coupons` -- LOCK TABLES `ec_customer_used_coupons` WRITE; /*!40000 ALTER TABLE `ec_customer_used_coupons` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_customer_used_coupons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_customers` -- DROP TABLE IF EXISTS `ec_customers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_customers` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `avatar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dob` date DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `confirmed_at` datetime DEFAULT NULL, `email_verify_token` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'activated', `private_notes` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `ec_customers_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_customers` -- LOCK TABLES `ec_customers` WRITE; /*!40000 ALTER TABLE `ec_customers` DISABLE KEYS */; INSERT INTO `ec_customers` VALUES (1,'Mr. Rocky Schuster','customer@archielite.com','$2y$12$.OKwMIATI3WQEHmYSB.VPOyo/3ya8dA6IfpieyP.a61jpTbvB00Si','customers/8.jpg','1996-06-11','+19852319394',NULL,'2024-06-18 23:02:49','2024-06-18 23:02:49','2024-06-19 06:02:49',NULL,'activated',NULL),(2,'Ms. Felicity Schroeder III','bjohns@example.com','$2y$12$nSGube.X79Er8Qzj0iIM5OA7NtHQAqBJL7JRv/CppFyQju794JlDW','customers/1.jpg','1975-06-16','+18325181102',NULL,'2024-06-18 23:02:49','2024-06-18 23:02:49','2024-06-19 06:02:49',NULL,'activated',NULL),(3,'Mr. Nicola Connelly','mreichel@example.net','$2y$12$78fpf1bf04/dBsmDy2.Ce.JtEglu3AVC.TA3DGiy0tsgpw26e1YWu','customers/2.jpg','1996-06-12','+12152951709',NULL,'2024-06-18 23:02:50','2024-06-18 23:02:50','2024-06-19 06:02:49',NULL,'activated',NULL),(4,'Reinhold Doyle','hegmann.aditya@example.net','$2y$12$srHEOTL6n2dy92z0Hx8MqealZZY44qkf5Q6PdkMzd0KJ9isHx0qdi','customers/3.jpg','2001-06-11','+13617826509',NULL,'2024-06-18 23:02:50','2024-06-18 23:02:50','2024-06-19 06:02:49',NULL,'activated',NULL),(5,'Alisha Wunsch','tyrell.murray@example.org','$2y$12$WuwCEqwjyzaq7.SLnvSFW.HTJcEGfdUD4Z3Si1A3b3mhqqN3RfKcC','customers/4.jpg','1985-06-13','+18476448801',NULL,'2024-06-18 23:02:50','2024-06-18 23:02:50','2024-06-19 06:02:49',NULL,'activated',NULL),(6,'Willow Bruen','cmitchell@example.org','$2y$12$i8HWJosFaW8/9U9P/GFam.YviuiiLQgZLguHUxNeWWdxJcntg8PNu','customers/5.jpg','1975-05-27','+13302941468',NULL,'2024-06-18 23:02:51','2024-06-18 23:02:51','2024-06-19 06:02:49',NULL,'activated',NULL),(7,'Dr. Ressie Corwin','iquigley@example.net','$2y$12$siKgbdkeg8e5qMfKO8WFNenia.rfMZsYgl/9fxJ64FDlMRW8goI2u','customers/6.jpg','1978-05-21','+17605957720',NULL,'2024-06-18 23:02:51','2024-06-18 23:02:51','2024-06-19 06:02:49',NULL,'activated',NULL),(8,'Prof. Percival Wiza Jr.','schmidt.garth@example.net','$2y$12$ntlPD2amtuto7sHhqqSysObo4JN20ztovaVOlbAb5NR/6kqWJ72j.','customers/7.jpg','1989-06-18','+15084375479',NULL,'2024-06-18 23:02:51','2024-06-18 23:02:51','2024-06-19 06:02:49',NULL,'activated',NULL),(9,'Naomie Wolff I','lucio05@example.org','$2y$12$BkMMq0FLdhWfUJ0NaMXgd.sIYmMFJnChY7UWG/tsCPwyRLr9Ypxzm','customers/8.jpg','2000-05-30','+19477193623',NULL,'2024-06-18 23:02:52','2024-06-18 23:02:52','2024-06-19 06:02:49',NULL,'activated',NULL); /*!40000 ALTER TABLE `ec_customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_customers` -- DROP TABLE IF EXISTS `ec_discount_customers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_discount_customers` ( `discount_id` bigint unsigned NOT NULL, `customer_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_customers` -- LOCK TABLES `ec_discount_customers` WRITE; /*!40000 ALTER TABLE `ec_discount_customers` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_product_categories` -- DROP TABLE IF EXISTS `ec_discount_product_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_discount_product_categories` ( `discount_id` bigint unsigned NOT NULL, `product_category_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`product_category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_product_categories` -- LOCK TABLES `ec_discount_product_categories` WRITE; /*!40000 ALTER TABLE `ec_discount_product_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_product_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_product_collections` -- DROP TABLE IF EXISTS `ec_discount_product_collections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_discount_product_collections` ( `discount_id` bigint unsigned NOT NULL, `product_collection_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`product_collection_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_product_collections` -- LOCK TABLES `ec_discount_product_collections` WRITE; /*!40000 ALTER TABLE `ec_discount_product_collections` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_product_collections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discount_products` -- DROP TABLE IF EXISTS `ec_discount_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_discount_products` ( `discount_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`discount_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discount_products` -- LOCK TABLES `ec_discount_products` WRITE; /*!40000 ALTER TABLE `ec_discount_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discount_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_discounts` -- DROP TABLE IF EXISTS `ec_discounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_discounts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` datetime DEFAULT NULL, `end_date` datetime DEFAULT NULL, `quantity` int DEFAULT NULL, `total_used` int unsigned NOT NULL DEFAULT '0', `value` double DEFAULT NULL, `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'coupon', `can_use_with_promotion` tinyint(1) NOT NULL DEFAULT '0', `discount_on` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_quantity` int unsigned DEFAULT NULL, `type_option` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'amount', `target` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'all-orders', `min_order_price` decimal(15,2) DEFAULT NULL, `apply_via_url` tinyint(1) NOT NULL DEFAULT '0', `display_at_checkout` tinyint(1) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_discounts_code_unique` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_discounts` -- LOCK TABLES `ec_discounts` WRITE; /*!40000 ALTER TABLE `ec_discounts` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_discounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_flash_sale_products` -- DROP TABLE IF EXISTS `ec_flash_sale_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_flash_sale_products` ( `flash_sale_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `price` double unsigned DEFAULT NULL, `quantity` int unsigned DEFAULT NULL, `sold` int unsigned NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_flash_sale_products` -- LOCK TABLES `ec_flash_sale_products` WRITE; /*!40000 ALTER TABLE `ec_flash_sale_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_flash_sale_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_flash_sales` -- DROP TABLE IF EXISTS `ec_flash_sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_flash_sales` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `end_date` datetime NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_flash_sales` -- LOCK TABLES `ec_flash_sales` WRITE; /*!40000 ALTER TABLE `ec_flash_sales` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_flash_sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_flash_sales_translations` -- DROP TABLE IF EXISTS `ec_flash_sales_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_flash_sales_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_flash_sales_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_flash_sales_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_flash_sales_translations` -- LOCK TABLES `ec_flash_sales_translations` WRITE; /*!40000 ALTER TABLE `ec_flash_sales_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_flash_sales_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_option_value` -- DROP TABLE IF EXISTS `ec_global_option_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_global_option_value` ( `option_id` bigint unsigned NOT NULL COMMENT 'option id', `id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_value` tinytext COLLATE utf8mb4_unicode_ci COMMENT 'option value', `affect_price` double DEFAULT NULL COMMENT 'value of price of this option affect', `order` int NOT NULL DEFAULT '9999', `affect_type` tinyint NOT NULL DEFAULT '0' COMMENT '0. fixed 1. percent', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_option_value` -- LOCK TABLES `ec_global_option_value` WRITE; /*!40000 ALTER TABLE `ec_global_option_value` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_global_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_option_value_translations` -- DROP TABLE IF EXISTS `ec_global_option_value_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_global_option_value_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_global_option_value_id` bigint unsigned NOT NULL, `option_value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_global_option_value_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_option_value_translations` -- LOCK TABLES `ec_global_option_value_translations` WRITE; /*!40000 ALTER TABLE `ec_global_option_value_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_global_option_value_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_options` -- DROP TABLE IF EXISTS `ec_global_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_global_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Name of options', `option_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'option type', `required` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Checked if this option is required', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_options` -- LOCK TABLES `ec_global_options` WRITE; /*!40000 ALTER TABLE `ec_global_options` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_global_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_global_options_translations` -- DROP TABLE IF EXISTS `ec_global_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_global_options_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_global_options_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_global_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_global_options_translations` -- LOCK TABLES `ec_global_options_translations` WRITE; /*!40000 ALTER TABLE `ec_global_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_global_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_grouped_products` -- DROP TABLE IF EXISTS `ec_grouped_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_grouped_products` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `parent_product_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `fixed_qty` int NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_grouped_products` -- LOCK TABLES `ec_grouped_products` WRITE; /*!40000 ALTER TABLE `ec_grouped_products` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_grouped_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_invoice_items` -- DROP TABLE IF EXISTS `ec_invoice_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_invoice_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `invoice_id` bigint unsigned NOT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qty` int unsigned NOT NULL, `price` decimal(15,2) NOT NULL DEFAULT '0.00', `sub_total` decimal(15,2) unsigned NOT NULL, `tax_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `discount_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `amount` decimal(15,2) unsigned NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_invoice_items_reference_type_reference_id_index` (`reference_type`,`reference_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_invoice_items` -- LOCK TABLES `ec_invoice_items` WRITE; /*!40000 ALTER TABLE `ec_invoice_items` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_invoice_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_invoices` -- DROP TABLE IF EXISTS `ec_invoices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_invoices` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `customer_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company_logo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_tax_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sub_total` decimal(15,2) unsigned NOT NULL, `tax_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `shipping_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `discount_amount` decimal(15,2) unsigned NOT NULL DEFAULT '0.00', `shipping_option` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_method` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `coupon_code` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` decimal(15,2) unsigned NOT NULL, `description` text COLLATE utf8mb4_unicode_ci, `payment_id` bigint unsigned DEFAULT NULL, `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `paid_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_invoices_code_unique` (`code`), KEY `ec_invoices_reference_type_reference_id_index` (`reference_type`,`reference_id`), KEY `ec_invoices_payment_id_index` (`payment_id`), KEY `ec_invoices_status_index` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_invoices` -- LOCK TABLES `ec_invoices` WRITE; /*!40000 ALTER TABLE `ec_invoices` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_invoices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_option_value` -- DROP TABLE IF EXISTS `ec_option_value`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_option_value` ( `option_id` bigint unsigned NOT NULL COMMENT 'option id', `id` bigint unsigned NOT NULL AUTO_INCREMENT, `option_value` tinytext COLLATE utf8mb4_unicode_ci COMMENT 'option value', `affect_price` double DEFAULT NULL COMMENT 'value of price of this option affect', `order` int NOT NULL DEFAULT '9999', `affect_type` tinyint NOT NULL DEFAULT '0' COMMENT '0. fixed 1. percent', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_option_value` -- LOCK TABLES `ec_option_value` WRITE; /*!40000 ALTER TABLE `ec_option_value` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_option_value` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_option_value_translations` -- DROP TABLE IF EXISTS `ec_option_value_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_option_value_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_option_value_id` bigint unsigned NOT NULL, `option_value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_option_value_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_option_value_translations` -- LOCK TABLES `ec_option_value_translations` WRITE; /*!40000 ALTER TABLE `ec_option_value_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_option_value_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_options` -- DROP TABLE IF EXISTS `ec_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Name of options', `option_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'option type', `product_id` bigint unsigned NOT NULL DEFAULT '0', `order` int NOT NULL DEFAULT '9999', `required` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Checked if this option is required', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_options` -- LOCK TABLES `ec_options` WRITE; /*!40000 ALTER TABLE `ec_options` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_options_translations` -- DROP TABLE IF EXISTS `ec_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_options_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_options_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_options_translations` -- LOCK TABLES `ec_options_translations` WRITE; /*!40000 ALTER TABLE `ec_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_addresses` -- DROP TABLE IF EXISTS `ec_order_addresses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_addresses` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_id` bigint unsigned NOT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'shipping_address', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_addresses` -- LOCK TABLES `ec_order_addresses` WRITE; /*!40000 ALTER TABLE `ec_order_addresses` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_addresses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_histories` -- DROP TABLE IF EXISTS `ec_order_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `action` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `order_id` bigint unsigned NOT NULL, `extras` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_histories` -- LOCK TABLES `ec_order_histories` WRITE; /*!40000 ALTER TABLE `ec_order_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_product` -- DROP TABLE IF EXISTS `ec_order_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_product` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint unsigned NOT NULL, `qty` int NOT NULL, `price` decimal(15,2) NOT NULL, `tax_amount` decimal(15,2) NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `product_options` text COLLATE utf8mb4_unicode_ci COMMENT 'product option data', `product_id` bigint unsigned DEFAULT NULL, `product_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `product_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `weight` double(8,2) DEFAULT '0.00', `restock_quantity` int unsigned DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `product_type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'physical', `times_downloaded` int NOT NULL DEFAULT '0', `license_code` char(36) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_product` -- LOCK TABLES `ec_order_product` WRITE; /*!40000 ALTER TABLE `ec_order_product` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_referrals` -- DROP TABLE IF EXISTS `ec_order_referrals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_referrals` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(39) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landing_domain` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landing_page` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `landing_params` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referral` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `gclid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `fclid` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_source` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_campaign` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_medium` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_term` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `utm_content` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `referrer_url` text COLLATE utf8mb4_unicode_ci, `referrer_domain` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_order_referrals_order_id_index` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_referrals` -- LOCK TABLES `ec_order_referrals` WRITE; /*!40000 ALTER TABLE `ec_order_referrals` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_referrals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_return_histories` -- DROP TABLE IF EXISTS `ec_order_return_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_return_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned DEFAULT NULL, `order_return_id` bigint unsigned NOT NULL, `action` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reason` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_return_histories` -- LOCK TABLES `ec_order_return_histories` WRITE; /*!40000 ALTER TABLE `ec_order_return_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_return_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_return_items` -- DROP TABLE IF EXISTS `ec_order_return_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_return_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_return_id` bigint unsigned NOT NULL COMMENT 'Order return id', `order_product_id` bigint unsigned NOT NULL COMMENT 'Order product id', `product_id` bigint unsigned NOT NULL COMMENT 'Product id', `product_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `product_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `qty` int NOT NULL COMMENT 'Quantity return', `price` decimal(15,2) NOT NULL COMMENT 'Price Product', `reason` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `refund_amount` decimal(12,2) DEFAULT '0.00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_return_items` -- LOCK TABLES `ec_order_return_items` WRITE; /*!40000 ALTER TABLE `ec_order_return_items` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_return_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_returns` -- DROP TABLE IF EXISTS `ec_order_returns`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_returns` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order_id` bigint unsigned NOT NULL COMMENT 'Order ID', `store_id` bigint unsigned DEFAULT NULL COMMENT 'Store ID', `user_id` bigint unsigned NOT NULL COMMENT 'Customer ID', `reason` text COLLATE utf8mb4_unicode_ci COMMENT 'Reason return order', `order_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Order current status', `return_status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Return status', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_order_returns_code_unique` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_returns` -- LOCK TABLES `ec_order_returns` WRITE; /*!40000 ALTER TABLE `ec_order_returns` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_returns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_order_tax_information` -- DROP TABLE IF EXISTS `ec_order_tax_information`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_order_tax_information` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint unsigned NOT NULL, `company_name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `company_address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `company_tax_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `company_email` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_order_tax_information_order_id_index` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_order_tax_information` -- LOCK TABLES `ec_order_tax_information` WRITE; /*!40000 ALTER TABLE `ec_order_tax_information` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_order_tax_information` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_orders` -- DROP TABLE IF EXISTS `ec_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_orders` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned NOT NULL, `shipping_option` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_method` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `status` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `amount` decimal(15,2) NOT NULL, `tax_amount` decimal(15,2) DEFAULT NULL, `shipping_amount` decimal(15,2) DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `coupon_code` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `discount_amount` decimal(15,2) DEFAULT NULL, `sub_total` decimal(15,2) NOT NULL, `is_confirmed` tinyint(1) NOT NULL DEFAULT '0', `discount_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_finished` tinyint(1) DEFAULT '0', `cancellation_reason` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cancellation_reason_description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `completed_at` timestamp NULL DEFAULT NULL, `token` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `proof_file` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_orders_code_unique` (`code`), KEY `ec_orders_user_id_status_created_at_index` (`user_id`,`status`,`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_orders` -- LOCK TABLES `ec_orders` WRITE; /*!40000 ALTER TABLE `ec_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attribute_sets` -- DROP TABLE IF EXISTS `ec_product_attribute_sets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_attribute_sets` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `display_layout` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'swatch_dropdown', `is_searchable` tinyint unsigned NOT NULL DEFAULT '1', `is_comparable` tinyint unsigned NOT NULL DEFAULT '1', `is_use_in_product_listing` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `order` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `use_image_from_product_variation` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attribute_sets` -- LOCK TABLES `ec_product_attribute_sets` WRITE; /*!40000 ALTER TABLE `ec_product_attribute_sets` DISABLE KEYS */; INSERT INTO `ec_product_attribute_sets` VALUES (1,'Color','color','visual',1,1,1,'published',0,'2024-06-18 23:02:48','2024-06-18 23:02:48',0),(2,'Size','size','text',1,1,1,'published',1,'2024-06-18 23:02:48','2024-06-18 23:02:48',0),(3,'Weight','weight','text',1,1,1,'published',0,'2024-06-18 23:02:48','2024-06-18 23:02:48',0),(4,'Boxes','boxes','text',1,1,1,'published',1,'2024-06-18 23:02:48','2024-06-18 23:02:48',0); /*!40000 ALTER TABLE `ec_product_attribute_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attribute_sets_translations` -- DROP TABLE IF EXISTS `ec_product_attribute_sets_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_attribute_sets_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_attribute_sets_id` bigint unsigned NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_attribute_sets_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attribute_sets_translations` -- LOCK TABLES `ec_product_attribute_sets_translations` WRITE; /*!40000 ALTER TABLE `ec_product_attribute_sets_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_attribute_sets_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attributes` -- DROP TABLE IF EXISTS `ec_product_attributes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_attributes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `attribute_set_id` bigint unsigned NOT NULL, `title` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `order` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `attribute_set_status_index` (`attribute_set_id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attributes` -- LOCK TABLES `ec_product_attributes` WRITE; /*!40000 ALTER TABLE `ec_product_attributes` DISABLE KEYS */; INSERT INTO `ec_product_attributes` VALUES (1,1,'Green','green','#5FB7D4',NULL,1,1,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(2,1,'Blue','blue','#333333',NULL,0,2,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(3,1,'Red','red','#DA323F',NULL,0,3,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(4,1,'Black','black','#2F366C',NULL,0,4,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(5,1,'Brown','brown','#87554B',NULL,0,5,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(6,2,'S','s',NULL,NULL,1,1,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(7,2,'M','m',NULL,NULL,0,2,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(8,2,'L','l',NULL,NULL,0,3,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(9,2,'XL','xl',NULL,NULL,0,4,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(10,2,'XXL','xxl',NULL,NULL,0,5,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(11,3,'1KG','1kg',NULL,NULL,1,1,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(12,3,'2KG','2kg',NULL,NULL,0,2,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(13,3,'3KG','3kg',NULL,NULL,0,3,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(14,3,'4KG','4kg',NULL,NULL,0,4,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(15,3,'5KG','5kg',NULL,NULL,0,5,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(16,4,'1 Box','1-box',NULL,NULL,1,1,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(17,4,'2 Boxes','2-boxes',NULL,NULL,0,2,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(18,4,'3 Boxes','3-boxes',NULL,NULL,0,3,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(19,4,'4 Boxes','4-boxes',NULL,NULL,0,4,'2024-06-18 23:02:48','2024-06-18 23:02:48'),(20,4,'5 Boxes','5-boxes',NULL,NULL,0,5,'2024-06-18 23:02:48','2024-06-18 23:02:48'); /*!40000 ALTER TABLE `ec_product_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_attributes_translations` -- DROP TABLE IF EXISTS `ec_product_attributes_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_attributes_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_attributes_id` bigint unsigned NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_attributes_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_attributes_translations` -- LOCK TABLES `ec_product_attributes_translations` WRITE; /*!40000 ALTER TABLE `ec_product_attributes_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_attributes_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_categories` -- DROP TABLE IF EXISTS `ec_product_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `description` mediumtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `order` int unsigned NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon_image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_product_categories_parent_id_status_created_at_index` (`parent_id`,`status`,`created_at`), KEY `ec_product_categories_parent_id_status_index` (`parent_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_categories` -- LOCK TABLES `ec_product_categories` WRITE; /*!40000 ALTER TABLE `ec_product_categories` DISABLE KEYS */; INSERT INTO `ec_product_categories` VALUES (1,'Desktop PC',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',1,'product-categories/1.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(2,'Headphone',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',2,'product-categories/2.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(3,'Laptop',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',3,'product-categories/3.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(4,'Mobile Phone',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',4,'product-categories/4.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(5,'Printer',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',5,'product-categories/5.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(6,'Books',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',6,'product-categories/6.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(7,'Tablet',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',7,'product-categories/7.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(8,'USB Flash',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',8,'product-categories/8.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(9,'Game Mouse',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',9,'product-categories/9.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(10,'Security',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',10,'product-categories/10.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(11,'Watch',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',11,'product-categories/11.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL),(12,'Scanner',0,'From year to year we strive to invent the most innovative technology that is used by both small enterprises and space enterprises.','published',12,'product-categories/12.png',1,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,NULL); /*!40000 ALTER TABLE `ec_product_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_categories_translations` -- DROP TABLE IF EXISTS `ec_product_categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_categories_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_categories_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`ec_product_categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_categories_translations` -- LOCK TABLES `ec_product_categories_translations` WRITE; /*!40000 ALTER TABLE `ec_product_categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_categorizables` -- DROP TABLE IF EXISTS `ec_product_categorizables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_categorizables` ( `category_id` bigint unsigned NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`category_id`,`reference_id`,`reference_type`), KEY `ec_product_categorizables_category_id_index` (`category_id`), KEY `ec_product_categorizables_reference_id_index` (`reference_id`), KEY `ec_product_categorizables_reference_type_index` (`reference_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_categorizables` -- LOCK TABLES `ec_product_categorizables` WRITE; /*!40000 ALTER TABLE `ec_product_categorizables` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_categorizables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_category_product` -- DROP TABLE IF EXISTS `ec_product_category_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_category_product` ( `category_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`category_id`), KEY `ec_product_category_product_category_id_index` (`category_id`), KEY `ec_product_category_product_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_category_product` -- LOCK TABLES `ec_product_category_product` WRITE; /*!40000 ALTER TABLE `ec_product_category_product` DISABLE KEYS */; INSERT INTO `ec_product_category_product` VALUES (1,10),(1,24),(1,56),(2,12),(2,38),(2,46),(3,9),(3,36),(3,48),(3,53),(3,57),(3,63),(4,27),(4,52),(4,64),(5,51),(5,61),(6,23),(6,30),(6,41),(6,48),(6,52),(6,57),(7,5),(7,10),(7,15),(7,16),(7,17),(7,47),(7,49),(8,10),(8,24),(8,37),(8,38),(8,55),(8,56),(9,1),(9,17),(9,20),(9,32),(9,39),(9,65),(10,6),(10,14),(10,18),(10,33),(10,34),(10,43),(10,49),(10,62),(11,1),(11,13),(11,30),(11,37),(11,43),(11,46),(11,54),(11,58),(11,59),(12,18),(12,26),(12,49),(12,63),(13,5),(13,12),(13,29),(13,32),(13,48),(14,2),(14,13),(14,19),(14,20),(14,28),(14,47),(14,52),(14,54),(14,56),(15,4),(15,11),(15,13),(15,34),(15,37),(15,38),(15,39),(15,45),(15,54),(16,3),(16,6),(16,29),(16,42),(16,43),(16,50),(17,13),(17,39),(17,49),(18,15),(18,45),(18,53),(18,56),(19,16),(19,38),(19,51),(19,57),(19,61),(20,2),(20,16),(20,29),(20,57),(20,62),(21,5),(21,7),(21,22),(21,25),(21,41),(21,60),(22,9),(22,11),(22,19),(22,23),(22,26),(22,30),(22,31),(22,35),(22,41),(22,44),(22,60),(22,64),(23,3),(23,19),(23,20),(23,28),(23,30),(23,31),(23,34),(23,40),(23,65),(24,3),(24,12),(24,17),(24,25),(24,40),(24,42),(24,58),(25,4),(25,25),(25,31),(25,32),(25,35),(25,43),(25,55),(25,58),(25,59),(26,1),(26,4),(26,8),(26,11),(26,15),(26,21),(26,23),(26,27),(26,33),(26,45),(26,61),(27,15),(27,21),(27,33),(27,39),(27,42),(27,47),(27,50),(27,60),(28,1),(28,14),(28,24),(28,28),(28,35),(28,55),(28,61),(29,2),(29,3),(29,6),(29,10),(29,16),(29,17),(29,18),(29,27),(29,33),(29,36),(29,59),(29,65),(30,6),(30,9),(30,22),(30,40),(30,50),(30,58),(30,60),(30,63),(31,5),(31,11),(31,22),(31,29),(31,54),(31,62),(32,14),(32,52),(33,7),(33,14),(33,28),(33,31),(33,35),(33,36),(33,41),(33,44),(33,59),(34,7),(34,21),(34,40),(34,48),(34,51),(34,53),(34,63),(34,64),(34,65),(35,4),(35,8),(35,12),(35,18),(35,20),(35,22),(35,24),(35,36),(35,42),(35,44),(35,45),(35,55),(36,7),(36,8),(36,19),(36,25),(36,26),(36,44),(36,46),(36,53),(37,2),(37,8),(37,26),(37,27),(37,37),(37,46),(37,51),(37,64); /*!40000 ALTER TABLE `ec_product_category_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_collection_products` -- DROP TABLE IF EXISTS `ec_product_collection_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_collection_products` ( `product_collection_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`product_collection_id`), KEY `ec_product_collection_products_product_collection_id_index` (`product_collection_id`), KEY `ec_product_collection_products_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_collection_products` -- LOCK TABLES `ec_product_collection_products` WRITE; /*!40000 ALTER TABLE `ec_product_collection_products` DISABLE KEYS */; INSERT INTO `ec_product_collection_products` VALUES (1,2),(1,7),(1,8),(1,30),(1,32),(1,33),(1,36),(1,38),(1,39),(1,52),(1,53),(1,54),(1,57),(1,58),(1,60),(1,62),(1,64),(1,65),(2,3),(2,4),(2,6),(2,11),(2,12),(2,13),(2,16),(2,18),(2,21),(2,22),(2,24),(2,25),(2,29),(2,34),(2,37),(2,41),(2,42),(2,44),(2,46),(2,47),(2,50),(2,51),(2,61),(3,1),(3,5),(3,9),(3,10),(3,14),(3,15),(3,17),(3,19),(3,20),(3,23),(3,26),(3,27),(3,28),(3,31),(3,35),(3,40),(3,43),(3,45),(3,48),(3,49),(3,55),(3,56),(3,59),(3,63); /*!40000 ALTER TABLE `ec_product_collection_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_collections` -- DROP TABLE IF EXISTS `ec_product_collections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_collections` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `is_featured` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_collections` -- LOCK TABLES `ec_product_collections` WRITE; /*!40000 ALTER TABLE `ec_product_collections` DISABLE KEYS */; INSERT INTO `ec_product_collections` VALUES (1,'New Arrival','new-arrival',NULL,NULL,'published','2024-06-18 23:02:13','2024-06-18 23:02:13',0),(2,'Best Sellers','best-sellers',NULL,NULL,'published','2024-06-18 23:02:13','2024-06-18 23:02:13',0),(3,'Special Offer','special-offer',NULL,NULL,'published','2024-06-18 23:02:13','2024-06-18 23:02:13',0); /*!40000 ALTER TABLE `ec_product_collections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_collections_translations` -- DROP TABLE IF EXISTS `ec_product_collections_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_collections_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_collections_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_collections_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_collections_translations` -- LOCK TABLES `ec_product_collections_translations` WRITE; /*!40000 ALTER TABLE `ec_product_collections_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_collections_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_cross_sale_relations` -- DROP TABLE IF EXISTS `ec_product_cross_sale_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_cross_sale_relations` ( `from_product_id` bigint unsigned NOT NULL, `to_product_id` bigint unsigned NOT NULL, `is_variant` tinyint(1) NOT NULL DEFAULT '0', `price` decimal(15,2) DEFAULT '0.00', `price_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'fixed', `apply_to_all_variations` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`from_product_id`,`to_product_id`), KEY `ec_product_cross_sale_relations_from_product_id_index` (`from_product_id`), KEY `ec_product_cross_sale_relations_to_product_id_index` (`to_product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_cross_sale_relations` -- LOCK TABLES `ec_product_cross_sale_relations` WRITE; /*!40000 ALTER TABLE `ec_product_cross_sale_relations` DISABLE KEYS */; INSERT INTO `ec_product_cross_sale_relations` VALUES (1,3,0,0.00,'fixed',1),(1,6,0,0.00,'fixed',1),(1,7,0,0.00,'fixed',1),(1,12,0,0.00,'fixed',1),(1,13,0,0.00,'fixed',1),(1,15,0,0.00,'fixed',1),(1,20,0,0.00,'fixed',1),(2,3,0,0.00,'fixed',1),(2,7,0,0.00,'fixed',1),(2,11,0,0.00,'fixed',1),(2,13,0,0.00,'fixed',1),(2,16,0,0.00,'fixed',1),(2,17,0,0.00,'fixed',1),(2,19,0,0.00,'fixed',1),(3,2,0,0.00,'fixed',1),(3,10,0,0.00,'fixed',1),(3,14,0,0.00,'fixed',1),(3,18,0,0.00,'fixed',1),(3,19,0,0.00,'fixed',1),(3,20,0,0.00,'fixed',1),(4,2,0,0.00,'fixed',1),(4,8,0,0.00,'fixed',1),(4,12,0,0.00,'fixed',1),(4,13,0,0.00,'fixed',1),(4,18,0,0.00,'fixed',1),(5,2,0,0.00,'fixed',1),(5,6,0,0.00,'fixed',1),(5,10,0,0.00,'fixed',1),(5,16,0,0.00,'fixed',1),(5,18,0,0.00,'fixed',1),(5,19,0,0.00,'fixed',1),(6,1,0,0.00,'fixed',1),(6,2,0,0.00,'fixed',1),(6,3,0,0.00,'fixed',1),(6,8,0,0.00,'fixed',1),(6,9,0,0.00,'fixed',1),(6,16,0,0.00,'fixed',1),(7,1,0,0.00,'fixed',1),(7,9,0,0.00,'fixed',1),(7,13,0,0.00,'fixed',1),(7,18,0,0.00,'fixed',1),(7,20,0,0.00,'fixed',1),(8,2,0,0.00,'fixed',1),(8,5,0,0.00,'fixed',1),(8,6,0,0.00,'fixed',1),(8,9,0,0.00,'fixed',1),(8,12,0,0.00,'fixed',1),(8,13,0,0.00,'fixed',1),(8,17,0,0.00,'fixed',1),(9,2,0,0.00,'fixed',1),(9,5,0,0.00,'fixed',1),(9,13,0,0.00,'fixed',1),(9,14,0,0.00,'fixed',1),(9,18,0,0.00,'fixed',1),(10,1,0,0.00,'fixed',1),(10,2,0,0.00,'fixed',1),(10,8,0,0.00,'fixed',1),(10,15,0,0.00,'fixed',1),(10,17,0,0.00,'fixed',1),(10,18,0,0.00,'fixed',1),(10,19,0,0.00,'fixed',1),(11,1,0,0.00,'fixed',1),(11,2,0,0.00,'fixed',1),(11,9,0,0.00,'fixed',1),(11,10,0,0.00,'fixed',1),(11,13,0,0.00,'fixed',1),(12,2,0,0.00,'fixed',1),(12,3,0,0.00,'fixed',1),(12,7,0,0.00,'fixed',1),(12,16,0,0.00,'fixed',1),(12,18,0,0.00,'fixed',1),(12,19,0,0.00,'fixed',1),(13,6,0,0.00,'fixed',1),(13,7,0,0.00,'fixed',1),(13,8,0,0.00,'fixed',1),(13,9,0,0.00,'fixed',1),(13,11,0,0.00,'fixed',1),(13,15,0,0.00,'fixed',1),(13,18,0,0.00,'fixed',1),(14,1,0,0.00,'fixed',1),(14,2,0,0.00,'fixed',1),(14,4,0,0.00,'fixed',1),(14,5,0,0.00,'fixed',1),(14,6,0,0.00,'fixed',1),(14,9,0,0.00,'fixed',1),(14,19,0,0.00,'fixed',1),(15,2,0,0.00,'fixed',1),(15,3,0,0.00,'fixed',1),(15,4,0,0.00,'fixed',1),(15,5,0,0.00,'fixed',1),(15,10,0,0.00,'fixed',1),(15,11,0,0.00,'fixed',1),(15,14,0,0.00,'fixed',1),(16,1,0,0.00,'fixed',1),(16,4,0,0.00,'fixed',1),(16,10,0,0.00,'fixed',1),(16,11,0,0.00,'fixed',1),(16,13,0,0.00,'fixed',1),(16,19,0,0.00,'fixed',1),(17,1,0,0.00,'fixed',1),(17,5,0,0.00,'fixed',1),(17,6,0,0.00,'fixed',1),(17,10,0,0.00,'fixed',1),(17,13,0,0.00,'fixed',1),(17,20,0,0.00,'fixed',1),(18,5,0,0.00,'fixed',1),(18,10,0,0.00,'fixed',1),(18,11,0,0.00,'fixed',1),(18,12,0,0.00,'fixed',1),(18,14,0,0.00,'fixed',1),(18,17,0,0.00,'fixed',1),(19,3,0,0.00,'fixed',1),(19,4,0,0.00,'fixed',1),(19,5,0,0.00,'fixed',1),(19,15,0,0.00,'fixed',1),(19,16,0,0.00,'fixed',1),(19,18,0,0.00,'fixed',1),(20,2,0,0.00,'fixed',1),(20,4,0,0.00,'fixed',1),(20,5,0,0.00,'fixed',1),(20,7,0,0.00,'fixed',1),(20,8,0,0.00,'fixed',1),(20,12,0,0.00,'fixed',1),(21,4,0,0.00,'fixed',1),(21,6,0,0.00,'fixed',1),(21,8,0,0.00,'fixed',1),(21,10,0,0.00,'fixed',1),(21,15,0,0.00,'fixed',1),(21,18,0,0.00,'fixed',1),(22,1,0,0.00,'fixed',1),(22,3,0,0.00,'fixed',1),(22,4,0,0.00,'fixed',1),(22,7,0,0.00,'fixed',1),(22,17,0,0.00,'fixed',1),(22,18,0,0.00,'fixed',1),(23,1,0,0.00,'fixed',1),(23,2,0,0.00,'fixed',1),(23,7,0,0.00,'fixed',1),(23,13,0,0.00,'fixed',1),(23,18,0,0.00,'fixed',1),(24,5,0,0.00,'fixed',1),(24,6,0,0.00,'fixed',1),(24,12,0,0.00,'fixed',1),(24,13,0,0.00,'fixed',1),(24,14,0,0.00,'fixed',1),(24,15,0,0.00,'fixed',1),(25,6,0,0.00,'fixed',1),(25,7,0,0.00,'fixed',1),(25,10,0,0.00,'fixed',1),(25,11,0,0.00,'fixed',1),(25,15,0,0.00,'fixed',1),(25,16,0,0.00,'fixed',1),(25,19,0,0.00,'fixed',1),(26,5,0,0.00,'fixed',1),(26,12,0,0.00,'fixed',1),(26,13,0,0.00,'fixed',1),(26,17,0,0.00,'fixed',1),(27,1,0,0.00,'fixed',1),(27,6,0,0.00,'fixed',1),(27,8,0,0.00,'fixed',1),(27,10,0,0.00,'fixed',1),(27,11,0,0.00,'fixed',1),(27,15,0,0.00,'fixed',1),(27,18,0,0.00,'fixed',1),(28,4,0,0.00,'fixed',1),(28,7,0,0.00,'fixed',1),(28,8,0,0.00,'fixed',1),(28,9,0,0.00,'fixed',1),(28,10,0,0.00,'fixed',1),(28,18,0,0.00,'fixed',1),(28,19,0,0.00,'fixed',1),(29,4,0,0.00,'fixed',1),(29,17,0,0.00,'fixed',1),(29,19,0,0.00,'fixed',1),(30,2,0,0.00,'fixed',1),(30,3,0,0.00,'fixed',1),(30,4,0,0.00,'fixed',1),(30,5,0,0.00,'fixed',1),(30,14,0,0.00,'fixed',1),(30,17,0,0.00,'fixed',1),(31,8,0,0.00,'fixed',1),(31,11,0,0.00,'fixed',1),(31,12,0,0.00,'fixed',1),(31,14,0,0.00,'fixed',1),(31,17,0,0.00,'fixed',1),(32,5,0,0.00,'fixed',1),(32,8,0,0.00,'fixed',1),(32,12,0,0.00,'fixed',1),(32,18,0,0.00,'fixed',1),(32,19,0,0.00,'fixed',1),(33,5,0,0.00,'fixed',1),(33,7,0,0.00,'fixed',1),(33,8,0,0.00,'fixed',1),(33,9,0,0.00,'fixed',1),(33,11,0,0.00,'fixed',1),(33,15,0,0.00,'fixed',1),(34,4,0,0.00,'fixed',1),(34,5,0,0.00,'fixed',1),(34,6,0,0.00,'fixed',1),(34,8,0,0.00,'fixed',1),(34,13,0,0.00,'fixed',1),(34,16,0,0.00,'fixed',1),(34,19,0,0.00,'fixed',1),(35,2,0,0.00,'fixed',1),(35,3,0,0.00,'fixed',1),(35,7,0,0.00,'fixed',1),(35,11,0,0.00,'fixed',1),(35,12,0,0.00,'fixed',1),(36,9,0,0.00,'fixed',1),(36,11,0,0.00,'fixed',1),(36,12,0,0.00,'fixed',1),(36,14,0,0.00,'fixed',1),(36,15,0,0.00,'fixed',1),(36,16,0,0.00,'fixed',1),(37,2,0,0.00,'fixed',1),(37,6,0,0.00,'fixed',1),(37,8,0,0.00,'fixed',1),(37,14,0,0.00,'fixed',1),(37,17,0,0.00,'fixed',1),(38,2,0,0.00,'fixed',1),(38,7,0,0.00,'fixed',1),(38,9,0,0.00,'fixed',1),(38,11,0,0.00,'fixed',1),(38,16,0,0.00,'fixed',1),(38,19,0,0.00,'fixed',1),(39,2,0,0.00,'fixed',1),(39,5,0,0.00,'fixed',1),(39,6,0,0.00,'fixed',1),(39,8,0,0.00,'fixed',1),(39,9,0,0.00,'fixed',1),(39,14,0,0.00,'fixed',1),(40,4,0,0.00,'fixed',1),(40,8,0,0.00,'fixed',1),(40,10,0,0.00,'fixed',1),(40,11,0,0.00,'fixed',1),(40,12,0,0.00,'fixed',1),(40,16,0,0.00,'fixed',1),(40,19,0,0.00,'fixed',1),(41,1,0,0.00,'fixed',1),(41,3,0,0.00,'fixed',1),(41,6,0,0.00,'fixed',1),(41,10,0,0.00,'fixed',1),(41,11,0,0.00,'fixed',1),(41,13,0,0.00,'fixed',1),(42,2,0,0.00,'fixed',1),(42,4,0,0.00,'fixed',1),(42,15,0,0.00,'fixed',1),(42,16,0,0.00,'fixed',1),(42,17,0,0.00,'fixed',1),(42,18,0,0.00,'fixed',1),(43,2,0,0.00,'fixed',1),(43,4,0,0.00,'fixed',1),(43,5,0,0.00,'fixed',1),(43,10,0,0.00,'fixed',1),(43,12,0,0.00,'fixed',1),(43,13,0,0.00,'fixed',1),(44,1,0,0.00,'fixed',1),(44,5,0,0.00,'fixed',1),(44,9,0,0.00,'fixed',1),(44,15,0,0.00,'fixed',1),(44,19,0,0.00,'fixed',1),(45,1,0,0.00,'fixed',1),(45,2,0,0.00,'fixed',1),(45,3,0,0.00,'fixed',1),(45,9,0,0.00,'fixed',1),(45,16,0,0.00,'fixed',1),(45,17,0,0.00,'fixed',1),(45,19,0,0.00,'fixed',1),(46,7,0,0.00,'fixed',1),(46,13,0,0.00,'fixed',1),(46,14,0,0.00,'fixed',1),(46,15,0,0.00,'fixed',1),(46,16,0,0.00,'fixed',1),(46,17,0,0.00,'fixed',1),(47,2,0,0.00,'fixed',1),(47,3,0,0.00,'fixed',1),(47,4,0,0.00,'fixed',1),(47,5,0,0.00,'fixed',1),(47,15,0,0.00,'fixed',1),(47,18,0,0.00,'fixed',1),(47,19,0,0.00,'fixed',1),(48,2,0,0.00,'fixed',1),(48,3,0,0.00,'fixed',1),(48,5,0,0.00,'fixed',1),(48,14,0,0.00,'fixed',1),(48,15,0,0.00,'fixed',1),(49,5,0,0.00,'fixed',1),(49,6,0,0.00,'fixed',1),(49,9,0,0.00,'fixed',1),(49,14,0,0.00,'fixed',1),(49,15,0,0.00,'fixed',1),(49,16,0,0.00,'fixed',1),(49,17,0,0.00,'fixed',1),(50,1,0,0.00,'fixed',1),(50,3,0,0.00,'fixed',1),(50,6,0,0.00,'fixed',1),(50,9,0,0.00,'fixed',1),(50,10,0,0.00,'fixed',1),(50,13,0,0.00,'fixed',1),(50,17,0,0.00,'fixed',1),(51,4,0,0.00,'fixed',1),(51,6,0,0.00,'fixed',1),(51,9,0,0.00,'fixed',1),(51,15,0,0.00,'fixed',1),(51,16,0,0.00,'fixed',1),(52,3,0,0.00,'fixed',1),(52,5,0,0.00,'fixed',1),(52,10,0,0.00,'fixed',1),(52,11,0,0.00,'fixed',1),(52,12,0,0.00,'fixed',1),(52,13,0,0.00,'fixed',1),(52,18,0,0.00,'fixed',1),(53,1,0,0.00,'fixed',1),(53,3,0,0.00,'fixed',1),(53,9,0,0.00,'fixed',1),(53,12,0,0.00,'fixed',1),(53,15,0,0.00,'fixed',1),(53,19,0,0.00,'fixed',1),(54,1,0,0.00,'fixed',1),(54,7,0,0.00,'fixed',1),(54,10,0,0.00,'fixed',1),(54,11,0,0.00,'fixed',1),(54,14,0,0.00,'fixed',1),(54,17,0,0.00,'fixed',1),(54,18,0,0.00,'fixed',1),(55,1,0,0.00,'fixed',1),(55,3,0,0.00,'fixed',1),(55,6,0,0.00,'fixed',1),(55,7,0,0.00,'fixed',1),(55,8,0,0.00,'fixed',1),(55,13,0,0.00,'fixed',1),(55,16,0,0.00,'fixed',1),(56,3,0,0.00,'fixed',1),(56,6,0,0.00,'fixed',1),(56,8,0,0.00,'fixed',1),(56,11,0,0.00,'fixed',1),(56,13,0,0.00,'fixed',1),(56,15,0,0.00,'fixed',1),(57,2,0,0.00,'fixed',1),(57,5,0,0.00,'fixed',1),(57,10,0,0.00,'fixed',1),(57,12,0,0.00,'fixed',1),(57,13,0,0.00,'fixed',1),(57,18,0,0.00,'fixed',1),(58,2,0,0.00,'fixed',1),(58,5,0,0.00,'fixed',1),(58,7,0,0.00,'fixed',1),(58,12,0,0.00,'fixed',1),(58,14,0,0.00,'fixed',1),(59,1,0,0.00,'fixed',1),(59,13,0,0.00,'fixed',1),(59,14,0,0.00,'fixed',1),(59,15,0,0.00,'fixed',1),(59,17,0,0.00,'fixed',1),(60,3,0,0.00,'fixed',1),(60,5,0,0.00,'fixed',1),(60,6,0,0.00,'fixed',1),(60,8,0,0.00,'fixed',1),(60,10,0,0.00,'fixed',1),(60,13,0,0.00,'fixed',1),(60,18,0,0.00,'fixed',1),(61,1,0,0.00,'fixed',1),(61,3,0,0.00,'fixed',1),(61,5,0,0.00,'fixed',1),(61,8,0,0.00,'fixed',1),(61,13,0,0.00,'fixed',1),(61,15,0,0.00,'fixed',1),(62,1,0,0.00,'fixed',1),(62,3,0,0.00,'fixed',1),(62,4,0,0.00,'fixed',1),(62,8,0,0.00,'fixed',1),(62,9,0,0.00,'fixed',1),(62,15,0,0.00,'fixed',1),(62,17,0,0.00,'fixed',1),(63,3,0,0.00,'fixed',1),(63,7,0,0.00,'fixed',1),(63,10,0,0.00,'fixed',1),(63,12,0,0.00,'fixed',1),(63,13,0,0.00,'fixed',1),(63,18,0,0.00,'fixed',1),(64,5,0,0.00,'fixed',1),(64,6,0,0.00,'fixed',1),(64,9,0,0.00,'fixed',1),(64,12,0,0.00,'fixed',1),(64,16,0,0.00,'fixed',1),(64,19,0,0.00,'fixed',1),(65,1,0,0.00,'fixed',1),(65,3,0,0.00,'fixed',1),(65,4,0,0.00,'fixed',1),(65,5,0,0.00,'fixed',1),(65,16,0,0.00,'fixed',1),(65,17,0,0.00,'fixed',1),(65,18,0,0.00,'fixed',1); /*!40000 ALTER TABLE `ec_product_cross_sale_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_files` -- DROP TABLE IF EXISTS `ec_product_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_files` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint unsigned DEFAULT NULL, `url` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `extras` mediumtext COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `ec_product_files_product_id_index` (`product_id`) ) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_files` -- LOCK TABLES `ec_product_files` WRITE; /*!40000 ALTER TABLE `ec_product_files` DISABLE KEYS */; INSERT INTO `ec_product_files` VALUES (1,66,'ecommerce/digital-product-files/1.jpg','{\"filename\":\"1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"1\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(2,67,'ecommerce/digital-product-files/1.jpg','{\"filename\":\"1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"1\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(3,68,'ecommerce/digital-product-files/1.jpg','{\"filename\":\"1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"1\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(4,69,'ecommerce/digital-product-files/1.jpg','{\"filename\":\"1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"1\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(5,81,'ecommerce/digital-product-files/5.jpg','{\"filename\":\"5.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(6,81,'ecommerce/digital-product-files/5-1.jpg','{\"filename\":\"5-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(7,81,'ecommerce/digital-product-files/5-2.jpg','{\"filename\":\"5-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(8,81,'ecommerce/digital-product-files/5-3.jpg','{\"filename\":\"5-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5-3\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(9,82,'ecommerce/digital-product-files/5.jpg','{\"filename\":\"5.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(10,82,'ecommerce/digital-product-files/5-1.jpg','{\"filename\":\"5-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(11,82,'ecommerce/digital-product-files/5-2.jpg','{\"filename\":\"5-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(12,82,'ecommerce/digital-product-files/5-3.jpg','{\"filename\":\"5-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/5-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:46\",\"name\":\"5-3\",\"extension\":\"jpg\"}','2024-06-18 23:02:46','2024-06-18 23:02:46'),(13,89,'ecommerce/digital-product-files/9.jpg','{\"filename\":\"9.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/9.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"9\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(14,89,'ecommerce/digital-product-files/9-1.jpg','{\"filename\":\"9-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/9-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"9-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(15,89,'ecommerce/digital-product-files/9-2.jpg','{\"filename\":\"9-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/9-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"9-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(16,98,'ecommerce/digital-product-files/13.jpg','{\"filename\":\"13.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/13.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"13\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(17,98,'ecommerce/digital-product-files/13-1.jpg','{\"filename\":\"13-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/13-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"13-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(18,99,'ecommerce/digital-product-files/13.jpg','{\"filename\":\"13.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/13.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"13\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(19,99,'ecommerce/digital-product-files/13-1.jpg','{\"filename\":\"13-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/13-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"13-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(20,100,'ecommerce/digital-product-files/13.jpg','{\"filename\":\"13.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/13.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"13\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(21,100,'ecommerce/digital-product-files/13-1.jpg','{\"filename\":\"13-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/13-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"13-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(22,108,'ecommerce/digital-product-files/17.jpg','{\"filename\":\"17.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(23,108,'ecommerce/digital-product-files/17-1.jpg','{\"filename\":\"17-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(24,108,'ecommerce/digital-product-files/17-2.jpg','{\"filename\":\"17-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(25,108,'ecommerce/digital-product-files/17-3.jpg','{\"filename\":\"17-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-3\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(26,109,'ecommerce/digital-product-files/17.jpg','{\"filename\":\"17.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(27,109,'ecommerce/digital-product-files/17-1.jpg','{\"filename\":\"17-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(28,109,'ecommerce/digital-product-files/17-2.jpg','{\"filename\":\"17-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(29,109,'ecommerce/digital-product-files/17-3.jpg','{\"filename\":\"17-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-3\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(30,110,'ecommerce/digital-product-files/17.jpg','{\"filename\":\"17.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(31,110,'ecommerce/digital-product-files/17-1.jpg','{\"filename\":\"17-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(32,110,'ecommerce/digital-product-files/17-2.jpg','{\"filename\":\"17-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(33,110,'ecommerce/digital-product-files/17-3.jpg','{\"filename\":\"17-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-3\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(34,111,'ecommerce/digital-product-files/17.jpg','{\"filename\":\"17.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(35,111,'ecommerce/digital-product-files/17-1.jpg','{\"filename\":\"17-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(36,111,'ecommerce/digital-product-files/17-2.jpg','{\"filename\":\"17-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(37,111,'ecommerce/digital-product-files/17-3.jpg','{\"filename\":\"17-3.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/17-3.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"17-3\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(38,120,'ecommerce/digital-product-files/21.jpg','{\"filename\":\"21.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/21.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"21\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(39,120,'ecommerce/digital-product-files/21-1.jpg','{\"filename\":\"21-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/21-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"21-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(40,120,'ecommerce/digital-product-files/21-2.jpg','{\"filename\":\"21-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/21-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"21-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(41,129,'ecommerce/digital-product-files/25.jpg','{\"filename\":\"25.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/25.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"25\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(42,129,'ecommerce/digital-product-files/25-1.jpg','{\"filename\":\"25-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/25-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"25-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(43,129,'ecommerce/digital-product-files/25-2.jpg','{\"filename\":\"25-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/25-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"25-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(44,141,'ecommerce/digital-product-files/29.jpg','{\"filename\":\"29.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(45,141,'ecommerce/digital-product-files/29-1.jpg','{\"filename\":\"29-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(46,141,'ecommerce/digital-product-files/29-2.jpg','{\"filename\":\"29-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(47,142,'ecommerce/digital-product-files/29.jpg','{\"filename\":\"29.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(48,142,'ecommerce/digital-product-files/29-1.jpg','{\"filename\":\"29-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(49,142,'ecommerce/digital-product-files/29-2.jpg','{\"filename\":\"29-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(50,143,'ecommerce/digital-product-files/29.jpg','{\"filename\":\"29.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(51,143,'ecommerce/digital-product-files/29-1.jpg','{\"filename\":\"29-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(52,143,'ecommerce/digital-product-files/29-2.jpg','{\"filename\":\"29-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(53,144,'ecommerce/digital-product-files/29.jpg','{\"filename\":\"29.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(54,144,'ecommerce/digital-product-files/29-1.jpg','{\"filename\":\"29-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(55,144,'ecommerce/digital-product-files/29-2.jpg','{\"filename\":\"29-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/29-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"29-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(56,153,'ecommerce/digital-product-files/33.jpg','{\"filename\":\"33.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/33.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"33\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(57,153,'ecommerce/digital-product-files/33-1.jpg','{\"filename\":\"33-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/33-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"33-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(58,153,'ecommerce/digital-product-files/33-2.jpg','{\"filename\":\"33-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/33-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"33-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(59,154,'ecommerce/digital-product-files/33.jpg','{\"filename\":\"33.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/33.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"33\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(60,154,'ecommerce/digital-product-files/33-1.jpg','{\"filename\":\"33-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/33-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"33-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(61,154,'ecommerce/digital-product-files/33-2.jpg','{\"filename\":\"33-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/33-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"33-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(62,164,'ecommerce/digital-product-files/37.jpg','{\"filename\":\"37.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/37.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"37\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(63,164,'ecommerce/digital-product-files/37-1.jpg','{\"filename\":\"37-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/37-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"37-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(64,164,'ecommerce/digital-product-files/37-2.jpg','{\"filename\":\"37-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/37-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"37-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(65,171,'ecommerce/digital-product-files/41.jpg','{\"filename\":\"41.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/41.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"41\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(66,171,'ecommerce/digital-product-files/41-1.jpg','{\"filename\":\"41-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/41-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"41-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(67,171,'ecommerce/digital-product-files/41-2.jpg','{\"filename\":\"41-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/41-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"41-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(68,172,'ecommerce/digital-product-files/41.jpg','{\"filename\":\"41.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/41.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"41\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(69,172,'ecommerce/digital-product-files/41-1.jpg','{\"filename\":\"41-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/41-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"41-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(70,172,'ecommerce/digital-product-files/41-2.jpg','{\"filename\":\"41-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/41-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"41-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(71,181,'ecommerce/digital-product-files/45.jpg','{\"filename\":\"45.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/45.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"45\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(72,181,'ecommerce/digital-product-files/45-1.jpg','{\"filename\":\"45-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/45-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"45-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(73,182,'ecommerce/digital-product-files/45.jpg','{\"filename\":\"45.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/45.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"45\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(74,182,'ecommerce/digital-product-files/45-1.jpg','{\"filename\":\"45-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/45-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"45-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(75,183,'ecommerce/digital-product-files/45.jpg','{\"filename\":\"45.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/45.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"45\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(76,183,'ecommerce/digital-product-files/45-1.jpg','{\"filename\":\"45-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/45-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"45-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(77,193,'ecommerce/digital-product-files/49.jpg','{\"filename\":\"49.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(78,193,'ecommerce/digital-product-files/49-1.jpg','{\"filename\":\"49-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(79,193,'ecommerce/digital-product-files/49-2.jpg','{\"filename\":\"49-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(80,194,'ecommerce/digital-product-files/49.jpg','{\"filename\":\"49.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(81,194,'ecommerce/digital-product-files/49-1.jpg','{\"filename\":\"49-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(82,194,'ecommerce/digital-product-files/49-2.jpg','{\"filename\":\"49-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(83,195,'ecommerce/digital-product-files/49.jpg','{\"filename\":\"49.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(84,195,'ecommerce/digital-product-files/49-1.jpg','{\"filename\":\"49-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(85,195,'ecommerce/digital-product-files/49-2.jpg','{\"filename\":\"49-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(86,196,'ecommerce/digital-product-files/49.jpg','{\"filename\":\"49.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(87,196,'ecommerce/digital-product-files/49-1.jpg','{\"filename\":\"49-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(88,196,'ecommerce/digital-product-files/49-2.jpg','{\"filename\":\"49-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(89,197,'ecommerce/digital-product-files/49.jpg','{\"filename\":\"49.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(90,197,'ecommerce/digital-product-files/49-1.jpg','{\"filename\":\"49-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(91,197,'ecommerce/digital-product-files/49-2.jpg','{\"filename\":\"49-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/49-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:47\",\"name\":\"49-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:47','2024-06-18 23:02:47'),(92,205,'ecommerce/digital-product-files/53.jpg','{\"filename\":\"53.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/53.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"53\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(93,205,'ecommerce/digital-product-files/53-1.jpg','{\"filename\":\"53-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/53-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"53-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(94,206,'ecommerce/digital-product-files/53.jpg','{\"filename\":\"53.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/53.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"53\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(95,206,'ecommerce/digital-product-files/53-1.jpg','{\"filename\":\"53-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/53-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"53-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(96,207,'ecommerce/digital-product-files/53.jpg','{\"filename\":\"53.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/53.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"53\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(97,207,'ecommerce/digital-product-files/53-1.jpg','{\"filename\":\"53-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/53-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"53-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(98,214,'ecommerce/digital-product-files/57.jpg','{\"filename\":\"57.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(99,214,'ecommerce/digital-product-files/57-1.jpg','{\"filename\":\"57-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(100,215,'ecommerce/digital-product-files/57.jpg','{\"filename\":\"57.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(101,215,'ecommerce/digital-product-files/57-1.jpg','{\"filename\":\"57-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(102,216,'ecommerce/digital-product-files/57.jpg','{\"filename\":\"57.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(103,216,'ecommerce/digital-product-files/57-1.jpg','{\"filename\":\"57-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(104,217,'ecommerce/digital-product-files/57.jpg','{\"filename\":\"57.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(105,217,'ecommerce/digital-product-files/57-1.jpg','{\"filename\":\"57-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/57-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"57-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(106,227,'ecommerce/digital-product-files/61.jpg','{\"filename\":\"61.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(107,227,'ecommerce/digital-product-files/61-1.jpg','{\"filename\":\"61-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(108,228,'ecommerce/digital-product-files/61.jpg','{\"filename\":\"61.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(109,228,'ecommerce/digital-product-files/61-1.jpg','{\"filename\":\"61-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(110,229,'ecommerce/digital-product-files/61.jpg','{\"filename\":\"61.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(111,229,'ecommerce/digital-product-files/61-1.jpg','{\"filename\":\"61-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(112,230,'ecommerce/digital-product-files/61.jpg','{\"filename\":\"61.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(113,230,'ecommerce/digital-product-files/61-1.jpg','{\"filename\":\"61-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/61-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"61-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(114,239,'ecommerce/digital-product-files/65.jpg','{\"filename\":\"65.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/65.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"65\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(115,239,'ecommerce/digital-product-files/65-1.jpg','{\"filename\":\"65-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/65-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"65-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(116,239,'ecommerce/digital-product-files/65-2.jpg','{\"filename\":\"65-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/65-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"65-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(117,240,'ecommerce/digital-product-files/65.jpg','{\"filename\":\"65.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/65.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"65\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(118,240,'ecommerce/digital-product-files/65-1.jpg','{\"filename\":\"65-1.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/65-1.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"65-1\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'),(119,240,'ecommerce/digital-product-files/65-2.jpg','{\"filename\":\"65-2.jpg\",\"url\":\"ecommerce\\/digital-product-files\\/65-2.jpg\",\"mime_type\":\"image\\/jpeg\",\"size\":34111,\"modified\":\"2024-06-19 06:02:48\",\"name\":\"65-2\",\"extension\":\"jpg\"}','2024-06-18 23:02:48','2024-06-18 23:02:48'); /*!40000 ALTER TABLE `ec_product_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_label_products` -- DROP TABLE IF EXISTS `ec_product_label_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_label_products` ( `product_label_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_label_id`,`product_id`), KEY `ec_product_label_products_product_label_id_index` (`product_label_id`), KEY `ec_product_label_products_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_label_products` -- LOCK TABLES `ec_product_label_products` WRITE; /*!40000 ALTER TABLE `ec_product_label_products` DISABLE KEYS */; INSERT INTO `ec_product_label_products` VALUES (1,6),(1,12),(1,30),(1,33),(1,42),(1,48),(2,3),(2,18),(2,36),(2,39),(2,45),(2,54),(3,9),(3,15),(3,21),(3,24),(3,27),(3,51),(3,57),(3,60),(3,63); /*!40000 ALTER TABLE `ec_product_label_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_labels` -- DROP TABLE IF EXISTS `ec_product_labels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_labels` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `color` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_labels` -- LOCK TABLES `ec_product_labels` WRITE; /*!40000 ALTER TABLE `ec_product_labels` DISABLE KEYS */; INSERT INTO `ec_product_labels` VALUES (1,'Hot','#d71e2d','published','2024-06-18 23:02:13','2024-06-18 23:02:13'),(2,'New','#02856e','published','2024-06-18 23:02:13','2024-06-18 23:02:13'),(3,'Sale','#fe9931','published','2024-06-18 23:02:13','2024-06-18 23:02:13'); /*!40000 ALTER TABLE `ec_product_labels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_labels_translations` -- DROP TABLE IF EXISTS `ec_product_labels_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_labels_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_labels_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_labels_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_labels_translations` -- LOCK TABLES `ec_product_labels_translations` WRITE; /*!40000 ALTER TABLE `ec_product_labels_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_labels_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_related_relations` -- DROP TABLE IF EXISTS `ec_product_related_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_related_relations` ( `from_product_id` bigint unsigned NOT NULL, `to_product_id` bigint unsigned NOT NULL, PRIMARY KEY (`from_product_id`,`to_product_id`), KEY `ec_product_related_relations_from_product_id_index` (`from_product_id`), KEY `ec_product_related_relations_to_product_id_index` (`to_product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_related_relations` -- LOCK TABLES `ec_product_related_relations` WRITE; /*!40000 ALTER TABLE `ec_product_related_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_related_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_tag_product` -- DROP TABLE IF EXISTS `ec_product_tag_product`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_tag_product` ( `product_id` bigint unsigned NOT NULL, `tag_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`tag_id`), KEY `ec_product_tag_product_product_id_index` (`product_id`), KEY `ec_product_tag_product_tag_id_index` (`tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_tag_product` -- LOCK TABLES `ec_product_tag_product` WRITE; /*!40000 ALTER TABLE `ec_product_tag_product` DISABLE KEYS */; INSERT INTO `ec_product_tag_product` VALUES (1,3),(1,4),(1,6),(2,2),(2,3),(2,6),(3,2),(3,4),(3,6),(4,1),(4,4),(5,1),(5,2),(5,5),(6,1),(6,6),(7,2),(7,6),(8,1),(8,5),(9,4),(9,5),(10,2),(10,6),(11,2),(11,3),(11,5),(12,1),(12,3),(12,4),(13,2),(13,6),(14,2),(14,4),(14,6),(15,3),(15,4),(15,5),(16,1),(16,6),(17,2),(17,4),(18,1),(18,4),(18,5),(19,2),(19,5),(20,1),(20,2),(20,3),(21,2),(21,3),(22,5),(23,1),(23,4),(23,5),(24,3),(24,4),(24,6),(25,3),(25,4),(25,6),(26,4),(26,5),(26,6),(27,1),(27,6),(28,2),(28,3),(28,4),(29,4),(29,5),(30,3),(30,6),(31,3),(31,5),(31,6),(32,1),(32,4),(32,5),(33,1),(33,3),(33,4),(34,4),(34,5),(35,3),(35,5),(36,1),(36,4),(36,5),(37,2),(37,3),(37,4),(38,3),(38,5),(39,2),(39,3),(40,2),(40,5),(40,6),(41,1),(41,5),(42,1),(42,2),(42,4),(43,1),(44,3),(44,6),(45,3),(45,6),(46,2),(46,3),(46,5),(47,1),(47,3),(47,6),(48,1),(48,2),(48,5),(49,1),(49,2),(49,6),(50,4),(50,5),(51,1),(51,2),(51,6),(52,2),(52,3),(52,6),(53,2),(53,3),(53,5),(54,4),(54,6),(55,2),(55,6),(56,1),(56,4),(57,3),(57,5),(57,6),(58,2),(58,3),(58,4),(59,1),(59,4),(59,6),(60,2),(60,3),(60,4),(61,4),(61,5),(61,6),(62,2),(62,3),(62,5),(63,3),(63,5),(64,2),(64,3),(64,6),(65,1),(65,3),(65,6); /*!40000 ALTER TABLE `ec_product_tag_product` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_tags` -- DROP TABLE IF EXISTS `ec_product_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_tags` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_tags` -- LOCK TABLES `ec_product_tags` WRITE; /*!40000 ALTER TABLE `ec_product_tags` DISABLE KEYS */; INSERT INTO `ec_product_tags` VALUES (1,'Electronic',NULL,'published','2024-06-18 23:02:48','2024-06-18 23:02:48'),(2,'Mobile',NULL,'published','2024-06-18 23:02:48','2024-06-18 23:02:48'),(3,'Iphone',NULL,'published','2024-06-18 23:02:48','2024-06-18 23:02:48'),(4,'Printer',NULL,'published','2024-06-18 23:02:48','2024-06-18 23:02:48'),(5,'Office',NULL,'published','2024-06-18 23:02:48','2024-06-18 23:02:48'),(6,'IT',NULL,'published','2024-06-18 23:02:48','2024-06-18 23:02:48'); /*!40000 ALTER TABLE `ec_product_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_tags_translations` -- DROP TABLE IF EXISTS `ec_product_tags_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_tags_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_product_tags_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`ec_product_tags_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_tags_translations` -- LOCK TABLES `ec_product_tags_translations` WRITE; /*!40000 ALTER TABLE `ec_product_tags_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_tags_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_up_sale_relations` -- DROP TABLE IF EXISTS `ec_product_up_sale_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_up_sale_relations` ( `from_product_id` bigint unsigned NOT NULL, `to_product_id` bigint unsigned NOT NULL, PRIMARY KEY (`from_product_id`,`to_product_id`), KEY `ec_product_up_sale_relations_from_product_id_index` (`from_product_id`), KEY `ec_product_up_sale_relations_to_product_id_index` (`to_product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_up_sale_relations` -- LOCK TABLES `ec_product_up_sale_relations` WRITE; /*!40000 ALTER TABLE `ec_product_up_sale_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_up_sale_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_variation_items` -- DROP TABLE IF EXISTS `ec_product_variation_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_variation_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `attribute_id` bigint unsigned NOT NULL, `variation_id` bigint unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_product_variation_items_attribute_id_variation_id_unique` (`attribute_id`,`variation_id`), KEY `attribute_variation_index` (`attribute_id`,`variation_id`) ) ENGINE=InnoDB AUTO_INCREMENT=351 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_variation_items` -- LOCK TABLES `ec_product_variation_items` WRITE; /*!40000 ALTER TABLE `ec_product_variation_items` DISABLE KEYS */; INSERT INTO `ec_product_variation_items` VALUES (3,1,2),(13,1,7),(27,1,14),(87,1,44),(115,1,58),(1,2,1),(5,2,3),(7,2,4),(49,2,25),(59,2,30),(79,2,40),(85,2,43),(91,2,46),(103,2,52),(111,2,56),(119,2,60),(121,2,61),(31,3,16),(35,3,18),(37,3,19),(41,3,21),(45,3,23),(55,3,28),(67,3,34),(93,3,47),(97,3,49),(117,3,59),(15,4,8),(19,4,10),(25,4,13),(29,4,15),(43,4,22),(51,4,26),(57,4,29),(69,4,35),(73,4,37),(75,4,38),(77,4,39),(81,4,41),(83,4,42),(89,4,45),(95,4,48),(105,4,53),(113,4,57),(123,4,62),(9,5,5),(11,5,6),(17,5,9),(21,5,11),(23,5,12),(33,5,17),(39,5,20),(47,5,24),(53,5,27),(61,5,31),(63,5,32),(65,5,33),(71,5,36),(99,5,50),(101,5,51),(107,5,54),(109,5,55),(10,6,5),(18,6,9),(20,6,10),(22,6,11),(24,6,12),(54,6,27),(70,6,35),(72,6,36),(80,6,40),(88,6,44),(90,6,45),(96,6,48),(110,6,55),(112,6,56),(114,6,57),(120,6,60),(26,7,13),(30,7,15),(42,7,21),(64,7,32),(74,7,37),(82,7,41),(106,7,53),(124,7,62),(16,8,8),(40,8,20),(44,8,22),(48,8,24),(50,8,25),(52,8,26),(68,8,34),(92,8,46),(94,8,47),(98,8,49),(104,8,52),(118,8,59),(122,8,61),(2,9,1),(4,9,2),(12,9,6),(28,9,14),(34,9,17),(38,9,19),(46,9,23),(66,9,33),(78,9,39),(100,9,50),(108,9,54),(116,9,58),(6,10,3),(8,10,4),(14,10,7),(32,10,16),(36,10,18),(56,10,28),(58,10,29),(60,10,30),(62,10,31),(76,10,38),(84,10,42),(86,10,43),(102,10,51),(147,11,74),(151,11,76),(153,11,77),(165,11,83),(175,11,88),(183,11,92),(191,11,96),(247,11,124),(269,11,135),(285,11,143),(299,11,150),(303,11,152),(333,11,167),(339,11,170),(125,12,63),(129,12,65),(139,12,70),(143,12,72),(145,12,73),(161,12,81),(163,12,82),(173,12,87),(219,12,110),(225,12,113),(231,12,116),(237,12,119),(255,12,128),(261,12,131),(265,12,133),(287,12,144),(289,12,145),(293,12,147),(305,12,153),(309,12,155),(311,12,156),(319,12,160),(321,12,161),(341,12,171),(349,12,175),(127,13,64),(135,13,68),(155,13,78),(159,13,80),(167,13,84),(185,13,93),(193,13,97),(195,13,98),(197,13,99),(199,13,100),(209,13,105),(211,13,106),(233,13,117),(235,13,118),(249,13,125),(253,13,127),(271,13,136),(281,13,141),(291,13,146),(297,13,149),(307,13,154),(317,13,159),(327,13,164),(337,13,169),(133,14,67),(137,14,69),(141,14,71),(157,14,79),(171,14,86),(179,14,90),(181,14,91),(207,14,104),(215,14,108),(217,14,109),(243,14,122),(245,14,123),(259,14,130),(273,14,137),(279,14,140),(313,14,157),(323,14,162),(329,14,165),(331,14,166),(335,14,168),(347,14,174),(131,15,66),(149,15,75),(169,15,85),(177,15,89),(187,15,94),(189,15,95),(201,15,101),(203,15,102),(205,15,103),(213,15,107),(221,15,111),(223,15,112),(227,15,114),(229,15,115),(239,15,120),(241,15,121),(251,15,126),(257,15,129),(263,15,132),(267,15,134),(275,15,138),(277,15,139),(283,15,142),(295,15,148),(301,15,151),(315,15,158),(325,15,163),(343,15,172),(345,15,173),(136,16,68),(138,16,69),(146,16,73),(154,16,77),(162,16,81),(164,16,82),(184,16,92),(246,16,123),(302,16,151),(310,16,155),(314,16,157),(334,16,167),(336,16,168),(342,16,171),(126,17,63),(140,17,70),(152,17,76),(160,17,80),(170,17,85),(178,17,89),(182,17,91),(190,17,95),(198,17,99),(202,17,101),(204,17,102),(208,17,104),(210,17,105),(244,17,122),(250,17,125),(252,17,126),(260,17,130),(274,17,137),(276,17,138),(278,17,139),(280,17,140),(288,17,144),(292,17,146),(296,17,148),(304,17,152),(308,17,154),(322,17,161),(324,17,162),(328,17,164),(332,17,166),(348,17,174),(156,18,78),(168,18,84),(188,18,94),(192,18,96),(194,18,97),(200,18,100),(212,18,106),(218,18,109),(220,18,110),(230,18,115),(240,18,120),(248,18,124),(254,18,127),(270,18,135),(272,18,136),(294,18,147),(312,18,156),(318,18,159),(330,18,165),(344,18,172),(130,19,65),(132,19,66),(134,19,67),(142,19,71),(148,19,74),(150,19,75),(158,19,79),(166,19,83),(172,19,86),(174,19,87),(180,19,90),(186,19,93),(206,19,103),(214,19,107),(228,19,114),(232,19,116),(234,19,117),(236,19,118),(258,19,129),(264,19,132),(268,19,134),(284,19,142),(298,19,149),(326,19,163),(338,19,169),(350,19,175),(128,20,64),(144,20,72),(176,20,88),(196,20,98),(216,20,108),(222,20,111),(224,20,112),(226,20,113),(238,20,119),(242,20,121),(256,20,128),(262,20,131),(266,20,133),(282,20,141),(286,20,143),(290,20,145),(300,20,150),(306,20,153),(316,20,158),(320,20,160),(340,20,170),(346,20,173); /*!40000 ALTER TABLE `ec_product_variation_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_variations` -- DROP TABLE IF EXISTS `ec_product_variations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_variations` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint unsigned DEFAULT NULL, `configurable_product_id` bigint unsigned NOT NULL, `is_default` tinyint NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `ec_product_variations_product_id_configurable_product_id_unique` (`product_id`,`configurable_product_id`), KEY `configurable_product_index` (`product_id`,`configurable_product_id`) ) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_variations` -- LOCK TABLES `ec_product_variations` WRITE; /*!40000 ALTER TABLE `ec_product_variations` DISABLE KEYS */; INSERT INTO `ec_product_variations` VALUES (1,66,1,1),(2,67,1,0),(3,68,1,0),(4,69,1,0),(5,70,2,1),(6,71,2,0),(7,72,2,0),(8,73,2,0),(9,74,3,1),(10,75,3,0),(11,76,3,0),(12,77,4,1),(13,78,4,0),(14,79,4,0),(15,80,4,0),(16,81,5,1),(17,82,5,0),(18,83,6,1),(19,84,6,0),(20,85,6,0),(21,86,7,1),(22,87,7,0),(23,88,8,1),(24,89,9,1),(25,90,10,1),(26,91,10,0),(27,92,10,0),(28,93,11,1),(29,94,11,0),(30,95,11,0),(31,96,12,1),(32,97,12,0),(33,98,13,1),(34,99,13,0),(35,100,13,0),(36,101,14,1),(37,102,15,1),(38,103,15,0),(39,104,15,0),(40,105,15,0),(41,106,16,1),(42,107,16,0),(43,108,17,1),(44,109,17,0),(45,110,17,0),(46,111,17,0),(47,112,18,1),(48,113,18,0),(49,114,18,0),(50,115,19,1),(51,116,19,0),(52,117,19,0),(53,118,19,0),(54,119,20,1),(55,120,21,1),(56,121,22,1),(57,122,22,0),(58,123,22,0),(59,124,23,1),(60,125,23,0),(61,126,23,0),(62,127,23,0),(63,128,24,1),(64,129,25,1),(65,130,26,1),(66,131,26,0),(67,132,26,0),(68,133,26,0),(69,134,27,1),(70,135,27,0),(71,136,27,0),(72,137,27,0),(73,138,27,0),(74,139,28,1),(75,140,28,0),(76,141,29,1),(77,142,29,0),(78,143,29,0),(79,144,29,0),(80,145,30,1),(81,146,30,0),(82,147,31,1),(83,148,31,0),(84,149,31,0),(85,150,32,1),(86,151,32,0),(87,152,32,0),(88,153,33,1),(89,154,33,0),(90,155,34,1),(91,156,34,0),(92,157,35,1),(93,158,35,0),(94,159,35,0),(95,160,35,0),(96,161,36,1),(97,162,36,0),(98,163,36,0),(99,164,37,1),(100,165,38,1),(101,166,38,0),(102,167,38,0),(103,168,39,1),(104,169,40,1),(105,170,40,0),(106,171,41,1),(107,172,41,0),(108,173,42,1),(109,174,42,0),(110,175,42,0),(111,176,43,1),(112,177,43,0),(113,178,44,1),(114,179,44,0),(115,180,44,0),(116,181,45,1),(117,182,45,0),(118,183,45,0),(119,184,46,1),(120,185,46,0),(121,186,46,0),(122,187,46,0),(123,188,47,1),(124,189,47,0),(125,190,47,0),(126,191,48,1),(127,192,48,0),(128,193,49,1),(129,194,49,0),(130,195,49,0),(131,196,49,0),(132,197,49,0),(133,198,50,1),(134,199,51,1),(135,200,51,0),(136,201,51,0),(137,202,51,0),(138,203,51,0),(139,204,52,1),(140,205,53,1),(141,206,53,0),(142,207,53,0),(143,208,54,1),(144,209,54,0),(145,210,55,1),(146,211,55,0),(147,212,55,0),(148,213,56,1),(149,214,57,1),(150,215,57,0),(151,216,57,0),(152,217,57,0),(153,218,58,1),(154,219,58,0),(155,220,59,1),(156,221,59,0),(157,222,59,0),(158,223,59,0),(159,224,60,1),(160,225,60,0),(161,226,60,0),(162,227,61,1),(163,228,61,0),(164,229,61,0),(165,230,61,0),(166,231,62,1),(167,232,62,0),(168,233,63,1),(169,234,63,0),(170,235,64,1),(171,236,64,0),(172,237,64,0),(173,238,64,0),(174,239,65,1),(175,240,65,0); /*!40000 ALTER TABLE `ec_product_variations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_views` -- DROP TABLE IF EXISTS `ec_product_views`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_views` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `product_id` bigint unsigned NOT NULL, `views` int NOT NULL DEFAULT '1', `date` date NOT NULL DEFAULT '2024-06-19', PRIMARY KEY (`id`), UNIQUE KEY `ec_product_views_product_id_date_unique` (`product_id`,`date`), KEY `ec_product_views_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_views` -- LOCK TABLES `ec_product_views` WRITE; /*!40000 ALTER TABLE `ec_product_views` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_product_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_product_with_attribute_set` -- DROP TABLE IF EXISTS `ec_product_with_attribute_set`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_product_with_attribute_set` ( `attribute_set_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `order` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`product_id`,`attribute_set_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_product_with_attribute_set` -- LOCK TABLES `ec_product_with_attribute_set` WRITE; /*!40000 ALTER TABLE `ec_product_with_attribute_set` DISABLE KEYS */; INSERT INTO `ec_product_with_attribute_set` VALUES (1,1,0),(2,1,0),(1,2,0),(2,2,0),(1,3,0),(2,3,0),(1,4,0),(2,4,0),(1,5,0),(2,5,0),(1,6,0),(2,6,0),(1,7,0),(2,7,0),(1,8,0),(2,8,0),(1,9,0),(2,9,0),(1,10,0),(2,10,0),(1,11,0),(2,11,0),(1,12,0),(2,12,0),(1,13,0),(2,13,0),(1,14,0),(2,14,0),(1,15,0),(2,15,0),(1,16,0),(2,16,0),(1,17,0),(2,17,0),(1,18,0),(2,18,0),(1,19,0),(2,19,0),(1,20,0),(2,20,0),(1,21,0),(2,21,0),(1,22,0),(2,22,0),(1,23,0),(2,23,0),(3,24,0),(4,24,0),(3,25,0),(4,25,0),(3,26,0),(4,26,0),(3,27,0),(4,27,0),(3,28,0),(4,28,0),(3,29,0),(4,29,0),(3,30,0),(4,30,0),(3,31,0),(4,31,0),(3,32,0),(4,32,0),(3,33,0),(4,33,0),(3,34,0),(4,34,0),(3,35,0),(4,35,0),(3,36,0),(4,36,0),(3,37,0),(4,37,0),(3,38,0),(4,38,0),(3,39,0),(4,39,0),(3,40,0),(4,40,0),(3,41,0),(4,41,0),(3,42,0),(4,42,0),(3,43,0),(4,43,0),(3,44,0),(4,44,0),(3,45,0),(4,45,0),(3,46,0),(4,46,0),(3,47,0),(4,47,0),(3,48,0),(4,48,0),(3,49,0),(4,49,0),(3,50,0),(4,50,0),(3,51,0),(4,51,0),(3,52,0),(4,52,0),(3,53,0),(4,53,0),(3,54,0),(4,54,0),(3,55,0),(4,55,0),(3,56,0),(4,56,0),(3,57,0),(4,57,0),(3,58,0),(4,58,0),(3,59,0),(4,59,0),(3,60,0),(4,60,0),(3,61,0),(4,61,0),(3,62,0),(4,62,0),(3,63,0),(4,63,0),(3,64,0),(4,64,0),(3,65,0),(4,65,0); /*!40000 ALTER TABLE `ec_product_with_attribute_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_products` -- DROP TABLE IF EXISTS `ec_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_products` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci, `content` longtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `images` text COLLATE utf8mb4_unicode_ci, `sku` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` int unsigned NOT NULL DEFAULT '0', `quantity` int unsigned DEFAULT NULL, `allow_checkout_when_out_of_stock` tinyint unsigned NOT NULL DEFAULT '0', `with_storehouse_management` tinyint unsigned NOT NULL DEFAULT '0', `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `brand_id` bigint unsigned DEFAULT NULL, `is_variation` tinyint NOT NULL DEFAULT '0', `sale_type` tinyint NOT NULL DEFAULT '0', `price` double unsigned DEFAULT NULL, `sale_price` double unsigned DEFAULT NULL, `start_date` timestamp NULL DEFAULT NULL, `end_date` timestamp NULL DEFAULT NULL, `length` double(8,2) DEFAULT NULL, `wide` double(8,2) DEFAULT NULL, `height` double(8,2) DEFAULT NULL, `weight` double(8,2) DEFAULT NULL, `tax_id` bigint unsigned DEFAULT NULL, `views` bigint NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `stock_status` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'in_stock', `created_by_id` bigint unsigned DEFAULT '0', `created_by_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'physical', `barcode` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `cost_per_item` double DEFAULT NULL, `generate_license_code` tinyint(1) NOT NULL DEFAULT '0', `minimum_order_quantity` int unsigned DEFAULT '0', `maximum_order_quantity` int unsigned DEFAULT '0', PRIMARY KEY (`id`), KEY `ec_products_brand_id_status_is_variation_created_at_index` (`brand_id`,`status`,`is_variation`,`created_at`), KEY `sale_type_index` (`sale_type`), KEY `start_date_index` (`start_date`), KEY `end_date_index` (`end_date`), KEY `sale_price_index` (`sale_price`), KEY `is_variation_index` (`is_variation`), KEY `ec_products_sku_index` (`sku`) ) ENGINE=InnoDB AUTO_INCREMENT=241 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_products` -- LOCK TABLES `ec_products` WRITE; /*!40000 ALTER TABLE `ec_products` DISABLE KEYS */; INSERT INTO `ec_products` VALUES (1,'Dual Camera 20MP (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/1.jpg\"]','SW-130-A0',0,19,0,1,1,1,0,0,80.25,NULL,NULL,NULL,20.00,10.00,12.00,884.00,NULL,189092,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(2,'Smart Watches','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/2.jpg\",\"products\\/2-1.jpg\",\"products\\/2-2.jpg\",\"products\\/2-3.jpg\"]','SW-180-A0',0,15,0,1,1,4,0,0,40.5,NULL,NULL,NULL,11.00,11.00,15.00,694.00,NULL,29911,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(3,'Beat Headphone','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/3.jpg\"]','SW-153-A0',0,19,0,1,1,5,0,0,20,NULL,NULL,NULL,16.00,15.00,14.00,666.00,NULL,192194,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(4,'Red & Black Headphone','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/4.jpg\",\"products\\/4-1.jpg\",\"products\\/4-2.jpg\",\"products\\/4-3.jpg\"]','SW-100-A0',0,17,0,1,1,2,0,0,515,427.45,NULL,NULL,20.00,16.00,15.00,857.00,NULL,111697,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(5,'Smart Watch External (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/5.jpg\",\"products\\/5-1.jpg\",\"products\\/5-2.jpg\",\"products\\/5-3.jpg\"]','SW-131-A0',0,20,0,1,1,1,0,0,883,NULL,NULL,NULL,13.00,20.00,18.00,694.00,NULL,185977,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(6,'Nikon HD camera','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/6.jpg\"]','SW-153-A0',0,20,0,1,1,3,0,0,486,NULL,NULL,NULL,15.00,16.00,10.00,560.00,NULL,32092,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(7,'Audio Equipment','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/7.jpg\"]','SW-105-A0',0,17,0,1,1,3,0,0,560,NULL,NULL,NULL,10.00,12.00,10.00,514.00,NULL,168330,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(8,'Smart Televisions','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/8.jpg\",\"products\\/8-1.jpg\",\"products\\/8-2.jpg\",\"products\\/8-3.jpg\"]','SW-134-A0',0,19,0,1,1,4,0,0,1248,936,NULL,NULL,12.00,16.00,16.00,546.00,NULL,26389,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(9,'Samsung Smart Phone (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/9.jpg\",\"products\\/9-1.jpg\",\"products\\/9-2.jpg\"]','SW-153-A0',0,16,0,1,1,1,0,0,587,NULL,NULL,NULL,18.00,16.00,10.00,690.00,NULL,134719,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(10,'Herschel Leather Duffle Bag In Brown Color','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/10.jpg\",\"products\\/10-1.jpg\",\"products\\/10-2.jpg\"]','SW-168-A0',0,17,0,1,0,2,0,0,1233,NULL,NULL,NULL,12.00,19.00,18.00,500.00,NULL,159942,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(11,'Xbox One Wireless Controller Black Color','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/11.jpg\",\"products\\/11-1.jpg\",\"products\\/11-2.jpg\",\"products\\/11-3.jpg\"]','SW-100-A0',0,16,0,1,0,3,0,0,1293,NULL,NULL,NULL,20.00,12.00,13.00,566.00,NULL,198718,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(12,'EPSION Plaster Printer','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/12.jpg\",\"products\\/12-1.jpg\",\"products\\/12-2.jpg\",\"products\\/12-3.jpg\"]','SW-171-A0',0,19,0,1,0,2,0,0,537,381.27,NULL,NULL,14.00,14.00,20.00,882.00,NULL,40282,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(13,'Sound Intone I65 Earphone White Version (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/13.jpg\",\"products\\/13-1.jpg\"]','SW-105-A0',0,10,0,1,0,2,0,0,574,NULL,NULL,NULL,15.00,11.00,16.00,693.00,NULL,103330,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(14,'B&O Play Mini Bluetooth Speaker','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/14.jpg\"]','SW-178-A0',0,13,0,1,0,4,0,0,595,NULL,NULL,NULL,14.00,19.00,10.00,655.00,NULL,112395,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(15,'Apple MacBook Air Retina 13.3-Inch Laptop','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/15.jpg\",\"products\\/15-1.jpg\"]','SW-118-A0',0,12,0,1,0,3,0,0,580,NULL,NULL,NULL,11.00,18.00,17.00,831.00,NULL,104908,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(16,'Apple MacBook Air Retina 12-Inch Laptop','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/16.jpg\"]','SW-144-A0',0,18,0,1,0,2,0,0,552,397.44,NULL,NULL,18.00,10.00,13.00,629.00,NULL,176902,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(17,'Samsung Gear VR Virtual Reality Headset (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/17.jpg\",\"products\\/17-1.jpg\",\"products\\/17-2.jpg\",\"products\\/17-3.jpg\"]','SW-144-A0',0,15,0,1,0,4,0,0,595,NULL,NULL,NULL,15.00,12.00,18.00,677.00,NULL,63640,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(18,'Aveeno Moisturizing Body Shower 450ml','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/18.jpg\",\"products\\/18-1.jpg\",\"products\\/18-2.jpg\",\"products\\/18-3.jpg\"]','SW-120-A0',0,14,0,1,0,5,0,0,1198,NULL,NULL,NULL,14.00,16.00,10.00,682.00,NULL,181204,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(19,'NYX Beauty Couton Pallete Makeup 12','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/19.jpg\",\"products\\/19-1.jpg\",\"products\\/19-2.jpg\",\"products\\/19-3.jpg\"]','SW-107-A0',0,10,0,1,0,1,0,0,1225,NULL,NULL,NULL,19.00,15.00,10.00,755.00,NULL,111284,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(20,'NYX Beauty Couton Pallete Makeup 12','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/20.jpg\",\"products\\/20-1.jpg\",\"products\\/20-2.jpg\",\"products\\/20-3.jpg\"]','SW-111-A0',0,19,0,1,0,2,0,0,822,616.5,NULL,NULL,13.00,12.00,14.00,762.00,NULL,26285,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(21,'MVMTH Classical Leather Watch In Black (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/21.jpg\",\"products\\/21-1.jpg\",\"products\\/21-2.jpg\"]','SW-156-A0',0,10,0,1,0,2,0,0,790,NULL,NULL,NULL,11.00,13.00,18.00,897.00,NULL,76042,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(22,'Baxter Care Hair Kit For Bearded Mens','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/22.jpg\",\"products\\/22-1.jpg\",\"products\\/22-2.jpg\",\"products\\/22-3.jpg\"]','SW-120-A0',0,13,0,1,0,5,0,0,546,NULL,NULL,NULL,11.00,14.00,10.00,844.00,NULL,10724,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(23,'Ciate Palemore Lipstick Bold Red Color','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/23.jpg\",\"products\\/23-1.jpg\",\"products\\/23-2.jpg\",\"products\\/23-3.jpg\"]','SW-153-A0',0,13,0,1,0,1,0,0,988,NULL,NULL,NULL,15.00,14.00,15.00,818.00,NULL,189080,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(24,'Vimto Squash Remix Apple 1.5 Litres','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/24.jpg\",\"products\\/24-1.jpg\",\"products\\/24-2.jpg\"]','SW-145-A0',0,19,0,1,0,1,0,0,963,751.14,NULL,NULL,18.00,11.00,16.00,647.00,NULL,140231,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(25,'Crock Pot Slow Cooker (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/25.jpg\",\"products\\/25-1.jpg\",\"products\\/25-2.jpg\"]','SW-114-A0',0,15,0,1,0,2,0,0,1080,NULL,NULL,NULL,16.00,14.00,17.00,537.00,NULL,106935,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(26,'Taylors of Harrogate Yorkshire Coffee','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/26.jpg\",\"products\\/26-1.jpg\"]','SW-126-A0',0,10,0,1,0,4,0,0,578,NULL,NULL,NULL,12.00,10.00,11.00,854.00,NULL,19394,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(27,'Soft Mochi & Galeto Ice Cream','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/27.jpg\",\"products\\/27-1.jpg\"]','SW-169-A0',0,19,0,1,0,2,0,0,1175,NULL,NULL,NULL,10.00,17.00,11.00,584.00,NULL,191934,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(28,'Naked Noodle Egg Noodles Singapore','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/28.jpg\",\"products\\/28-1.jpg\",\"products\\/28-2.jpg\"]','SW-185-A0',0,15,0,1,0,1,0,0,507,441.09,NULL,NULL,11.00,20.00,17.00,813.00,NULL,167508,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(29,'Saute Pan Silver (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/29.jpg\",\"products\\/29-1.jpg\",\"products\\/29-2.jpg\"]','SW-116-A0',0,20,0,1,0,3,0,0,1046,NULL,NULL,NULL,17.00,17.00,14.00,712.00,NULL,111619,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(30,'Bar S – Classic Bun Length Franks','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/30.jpg\",\"products\\/30-1.jpg\",\"products\\/30-2.jpg\"]','SW-130-A0',0,15,0,1,0,5,0,0,888,NULL,NULL,NULL,20.00,17.00,13.00,643.00,NULL,25958,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(31,'Broccoli Crowns','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/31.jpg\",\"products\\/31-1.jpg\"]','SW-163-A0',0,13,0,1,0,2,0,0,1007,NULL,NULL,NULL,18.00,13.00,12.00,584.00,NULL,170412,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(32,'Slimming World Vegan Mac Greens','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/32.jpg\",\"products\\/32-1.jpg\",\"products\\/32-2.jpg\"]','SW-140-A0',0,12,0,1,0,1,0,0,644,495.88,NULL,NULL,18.00,13.00,18.00,645.00,NULL,83505,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(33,'Häagen-Dazs Salted Caramel (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/33.jpg\",\"products\\/33-1.jpg\",\"products\\/33-2.jpg\"]','SW-130-A0',0,12,0,1,0,2,0,0,616,NULL,NULL,NULL,18.00,20.00,18.00,656.00,NULL,65597,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(34,'Iceland 3 Solo Exotic Burst','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/34.jpg\",\"products\\/34-1.jpg\"]','SW-172-A0',0,10,0,1,0,1,0,0,619,NULL,NULL,NULL,16.00,14.00,17.00,506.00,NULL,90619,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(35,'Extreme Budweiser Light Can','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/35.jpg\",\"products\\/35-1.jpg\"]','SW-178-A0',0,20,0,1,0,5,0,0,638,NULL,NULL,NULL,17.00,17.00,10.00,814.00,NULL,158833,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(36,'Iceland Macaroni Cheese Traybake','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/36.jpg\",\"products\\/36-1.jpg\",\"products\\/36-2.jpg\"]','SW-120-A0',0,18,0,1,0,3,0,0,845,650.65,NULL,NULL,17.00,18.00,16.00,712.00,NULL,73344,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(37,'Dolmio Bolognese Pasta Sauce (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/37.jpg\",\"products\\/37-1.jpg\",\"products\\/37-2.jpg\"]','SW-129-A0',0,10,0,1,0,1,0,0,958,NULL,NULL,NULL,18.00,13.00,16.00,565.00,NULL,46561,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(38,'Sitema BakeIT Plastic Box','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/38.jpg\",\"products\\/38-1.jpg\",\"products\\/38-2.jpg\",\"products\\/38-3.jpg\"]','SW-189-A0',0,14,0,1,0,2,0,0,649,NULL,NULL,NULL,15.00,15.00,11.00,756.00,NULL,177167,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(39,'Wayfair Basics Dinner Plate Storage','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/39.jpg\",\"products\\/39-1.jpg\",\"products\\/39-2.jpg\"]','SW-159-A0',0,16,0,1,0,2,0,0,1174,NULL,NULL,NULL,18.00,11.00,13.00,654.00,NULL,185937,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(40,'Miko The Panda Water Bottle','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/40.jpg\",\"products\\/40-1.jpg\"]','SW-181-A0',0,14,0,1,0,2,0,0,802,609.52,NULL,NULL,18.00,11.00,16.00,688.00,NULL,38770,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(41,'Sesame Seed Bread (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/41.jpg\",\"products\\/41-1.jpg\",\"products\\/41-2.jpg\"]','SW-158-A0',0,15,0,1,0,1,0,0,851,NULL,NULL,NULL,12.00,10.00,20.00,628.00,NULL,145507,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(42,'Morrisons The Best Beef','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/42.jpg\",\"products\\/42-1.jpg\",\"products\\/42-2.jpg\"]','SW-185-A0',0,15,0,1,0,3,0,0,1298,NULL,NULL,NULL,19.00,12.00,16.00,844.00,NULL,67045,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(43,'Avocado, Hass Large','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/43.jpg\",\"products\\/43-1.jpg\",\"products\\/43-2.jpg\"]','SW-131-A0',0,11,0,1,0,2,0,0,786,NULL,NULL,NULL,11.00,10.00,11.00,602.00,NULL,54647,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(44,'Italia Beef Lasagne','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/44.jpg\",\"products\\/44-1.jpg\",\"products\\/44-2.jpg\"]','SW-114-A0',0,14,0,1,0,3,0,0,1170,936,NULL,NULL,18.00,13.00,14.00,650.00,NULL,82521,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(45,'Maxwell House Classic Roast Mocha (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/45.jpg\",\"products\\/45-1.jpg\"]','SW-196-A0',0,10,0,1,0,1,0,0,935,NULL,NULL,NULL,16.00,15.00,14.00,569.00,NULL,15684,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(46,'Bottled Pure Water 500ml','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/46.jpg\",\"products\\/46-1.jpg\"]','SW-188-A0',0,12,0,1,0,5,0,0,796,NULL,NULL,NULL,16.00,20.00,19.00,663.00,NULL,52190,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(47,'Famart Farmhouse Soft White','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/47.jpg\",\"products\\/47-1.jpg\"]','SW-110-A0',0,16,0,1,0,1,0,0,1158,NULL,NULL,NULL,19.00,13.00,14.00,685.00,NULL,92112,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(48,'Coca-Cola Original Taste','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/48.jpg\",\"products\\/48-1.jpg\",\"products\\/48-2.jpg\"]','SW-196-A0',0,12,0,1,0,4,0,0,1000,840,NULL,NULL,10.00,15.00,11.00,812.00,NULL,26461,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(49,'Casillero Diablo Cabernet Sauvignon (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/49.jpg\",\"products\\/49-1.jpg\",\"products\\/49-2.jpg\"]','SW-178-A0',0,10,0,1,0,3,0,0,1285,NULL,NULL,NULL,19.00,18.00,20.00,769.00,NULL,137723,'2024-06-18 23:02:46','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(50,'Arla Organic Free Range Milk','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/50.jpg\",\"products\\/50-1.jpg\"]','SW-156-A0',0,15,0,1,0,2,0,0,715,NULL,NULL,NULL,17.00,12.00,11.00,749.00,NULL,84671,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(51,'Aptamil Follow On Baby Milk','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/51.jpg\"]','SW-100-A0',0,19,0,1,0,1,0,0,513,NULL,NULL,NULL,14.00,16.00,10.00,776.00,NULL,31792,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(52,'Cuisinart Chef’S Classic Hard-Anodized','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/52.jpg\",\"products\\/52-1.jpg\",\"products\\/52-2.jpg\"]','SW-177-A0',0,17,0,1,0,3,0,0,692,622.8,NULL,NULL,10.00,13.00,19.00,595.00,NULL,118821,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(53,'Corn, Yellow Sweet (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/53.jpg\",\"products\\/53-1.jpg\"]','SW-147-A0',0,12,0,1,0,1,0,0,1127,NULL,NULL,NULL,16.00,17.00,11.00,776.00,NULL,172735,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(54,'Hobnobs The Nobbly Biscuit','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/54.jpg\",\"products\\/54-1.jpg\"]','SW-112-A0',0,20,0,1,0,1,0,0,675,NULL,NULL,NULL,17.00,18.00,15.00,719.00,NULL,105840,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(55,'Honest Organic Still Lemonade','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/55.jpg\",\"products\\/55-1.jpg\",\"products\\/55-2.jpg\"]','SW-183-A0',0,14,0,1,0,1,0,0,1218,NULL,NULL,NULL,17.00,11.00,18.00,673.00,NULL,122314,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(56,'Ice Beck’s Beer 350ml x 24 Pieces','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/56.jpg\",\"products\\/56-1.jpg\",\"products\\/56-2.jpg\"]','SW-153-A0',0,11,0,1,0,2,0,0,841,605.52,NULL,NULL,20.00,18.00,19.00,639.00,NULL,159591,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(57,'Iceland 6 Hot Cross Buns (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/57.jpg\",\"products\\/57-1.jpg\"]','SW-151-A0',0,18,0,1,0,4,0,0,1189,NULL,NULL,NULL,13.00,11.00,16.00,869.00,NULL,105208,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(58,'Iceland Luxury 4 Panini Rolls','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/58.jpg\",\"products\\/58-1.jpg\",\"products\\/58-2.jpg\"]','SW-176-A0',0,17,0,1,0,4,0,0,595,NULL,NULL,NULL,16.00,20.00,19.00,730.00,NULL,110645,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(59,'Iceland Soft Scoop Vanilla','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/59.jpg\",\"products\\/59-1.jpg\",\"products\\/59-2.jpg\",\"products\\/59-3.jpg\"]','SW-153-A0',0,20,0,1,0,4,0,0,1105,NULL,NULL,NULL,18.00,10.00,16.00,656.00,NULL,188965,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(60,'Iceland Spaghetti Bolognese','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/60.jpg\",\"products\\/60-1.jpg\",\"products\\/60-2.jpg\"]','SW-119-A0',0,19,0,1,0,3,0,0,1064,829.92,NULL,NULL,16.00,13.00,14.00,538.00,NULL,3879,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(61,'Kellogg’s Coco Pops Cereal (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/61.jpg\",\"products\\/61-1.jpg\"]','SW-192-A0',0,14,0,1,0,2,0,0,822,NULL,NULL,NULL,18.00,19.00,13.00,631.00,NULL,107902,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(62,'Kit Kat Chunky Milk Chocolate','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/62.jpg\",\"products\\/62-1.jpg\"]','SW-178-A0',0,12,0,1,0,3,0,0,734,NULL,NULL,NULL,17.00,10.00,16.00,567.00,NULL,107879,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(63,'Large Green Bell Pepper','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/63.jpg\",\"products\\/63-1.jpg\"]','SW-115-A0',0,13,0,1,0,3,0,0,1150,NULL,NULL,NULL,15.00,15.00,12.00,696.00,NULL,34014,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(64,'Pice 94w Beasley Journal','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/64.jpg\",\"products\\/64-1.jpg\"]','SW-155-A0',0,14,0,1,0,3,0,0,1090,861.1,NULL,NULL,12.00,12.00,14.00,879.00,NULL,95334,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(65,'Province Piece Glass Drinking Glass (Digital)','<ul><li> Unrestrained and portable active stereo speaker</li>\n <li> Free from the confines of wires and chords</li>\n <li> 20 hours of portable capabilities</li>\n <li> Double-ended Coil Cord with 3.5mm Stereo Plugs Included</li>\n <li> 3/4″ Dome Tweeters: 2X and 4″ Woofer: 1X</li></ul>','<p>Short Hooded Coat features a straight body, large pockets with button flaps, ventilation air holes, and a string detail along the hemline. The style is completed with a drawstring hood, featuring Rains’ signature built-in cap. Made from waterproof, matte PU, this lightweight unisex rain jacket is an ode to nostalgia through its classic silhouette and utilitarian design details.</p>\n <p>- Casual unisex fit</p>\n\n <p>- 64% polyester, 36% polyurethane</p>\n\n <p>- Water column pressure: 4000 mm</p>\n\n <p>- Model is 187cm tall and wearing a size S / M</p>\n\n <p>- Unisex fit</p>\n\n <p>- Drawstring hood with built-in cap</p>\n\n <p>- Front placket with snap buttons</p>\n\n <p>- Ventilation under armpit</p>\n\n <p>- Adjustable cuffs</p>\n\n <p>- Double welted front pockets</p>\n\n <p>- Adjustable elastic string at hempen</p>\n\n <p>- Ultrasonically welded seams</p>\n\n <p>This is a unisex item, please check our clothing & footwear sizing guide for specific Rains jacket sizing information. RAINS comes from the rainy nation of Denmark at the edge of the European continent, close to the ocean and with prevailing westerly winds; all factors that contribute to an average of 121 rain days each year. Arising from these rainy weather conditions comes the attitude that a quick rain shower may be beautiful, as well as moody- but first and foremost requires the right outfit. Rains focus on the whole experience of going outside on rainy days, issuing an invitation to explore even in the most mercurial weather.</p>','published','[\"products\\/65.jpg\",\"products\\/65-1.jpg\",\"products\\/65-2.jpg\"]','SW-158-A0',0,12,0,1,0,3,0,0,507,NULL,NULL,NULL,19.00,11.00,14.00,888.00,NULL,69005,'2024-06-18 23:02:46','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(66,'Dual Camera 20MP (Digital)',NULL,NULL,'published','[\"products\\/1.jpg\"]','SW-130-A0',0,19,0,1,0,1,1,0,80.25,NULL,NULL,NULL,20.00,10.00,12.00,884.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(67,'Dual Camera 20MP (Digital)',NULL,NULL,'published','[\"products\\/1.jpg\"]','SW-130-A0-A1',0,19,0,1,0,1,1,0,80.25,NULL,NULL,NULL,20.00,10.00,12.00,884.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(68,'Dual Camera 20MP (Digital)',NULL,NULL,'published','[\"products\\/1.jpg\"]','SW-130-A0-A2',0,19,0,1,0,1,1,0,80.25,NULL,NULL,NULL,20.00,10.00,12.00,884.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(69,'Dual Camera 20MP (Digital)',NULL,NULL,'published','[\"products\\/1.jpg\"]','SW-130-A0-A3',0,19,0,1,0,1,1,0,80.25,NULL,NULL,NULL,20.00,10.00,12.00,884.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(70,'Smart Watches',NULL,NULL,'published','[\"products\\/2.jpg\"]','SW-180-A0',0,15,0,1,0,4,1,0,40.5,NULL,NULL,NULL,11.00,11.00,15.00,694.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(71,'Smart Watches',NULL,NULL,'published','[\"products\\/2-1.jpg\"]','SW-180-A0-A1',0,15,0,1,0,4,1,0,40.5,NULL,NULL,NULL,11.00,11.00,15.00,694.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(72,'Smart Watches',NULL,NULL,'published','[\"products\\/2-2.jpg\"]','SW-180-A0-A2',0,15,0,1,0,4,1,0,40.5,NULL,NULL,NULL,11.00,11.00,15.00,694.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(73,'Smart Watches',NULL,NULL,'published','[\"products\\/2-3.jpg\"]','SW-180-A0-A3',0,15,0,1,0,4,1,0,40.5,NULL,NULL,NULL,11.00,11.00,15.00,694.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(74,'Beat Headphone',NULL,NULL,'published','[\"products\\/3.jpg\"]','SW-153-A0',0,19,0,1,0,5,1,0,20,NULL,NULL,NULL,16.00,15.00,14.00,666.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(75,'Beat Headphone',NULL,NULL,'published','[\"products\\/3.jpg\"]','SW-153-A0-A1',0,19,0,1,0,5,1,0,20,NULL,NULL,NULL,16.00,15.00,14.00,666.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(76,'Beat Headphone',NULL,NULL,'published','[\"products\\/3.jpg\"]','SW-153-A0-A2',0,19,0,1,0,5,1,0,20,NULL,NULL,NULL,16.00,15.00,14.00,666.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(77,'Red & Black Headphone',NULL,NULL,'published','[\"products\\/4.jpg\"]','SW-100-A0',0,17,0,1,0,2,1,0,515,427.45,NULL,NULL,20.00,16.00,15.00,857.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(78,'Red & Black Headphone',NULL,NULL,'published','[\"products\\/4-1.jpg\"]','SW-100-A0-A1',0,17,0,1,0,2,1,0,515,442.9,NULL,NULL,20.00,16.00,15.00,857.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(79,'Red & Black Headphone',NULL,NULL,'published','[\"products\\/4-2.jpg\"]','SW-100-A0-A2',0,17,0,1,0,2,1,0,515,370.8,NULL,NULL,20.00,16.00,15.00,857.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(80,'Red & Black Headphone',NULL,NULL,'published','[\"products\\/4-3.jpg\"]','SW-100-A0-A3',0,17,0,1,0,2,1,0,515,360.5,NULL,NULL,20.00,16.00,15.00,857.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(81,'Smart Watch External (Digital)',NULL,NULL,'published','[\"products\\/5.jpg\"]','SW-131-A0',0,20,0,1,0,1,1,0,883,NULL,NULL,NULL,13.00,20.00,18.00,694.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(82,'Smart Watch External (Digital)',NULL,NULL,'published','[\"products\\/5-1.jpg\"]','SW-131-A0-A1',0,20,0,1,0,1,1,0,883,NULL,NULL,NULL,13.00,20.00,18.00,694.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(83,'Nikon HD camera',NULL,NULL,'published','[\"products\\/6.jpg\"]','SW-153-A0',0,20,0,1,0,3,1,0,486,NULL,NULL,NULL,15.00,16.00,10.00,560.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(84,'Nikon HD camera',NULL,NULL,'published','[\"products\\/6.jpg\"]','SW-153-A0-A1',0,20,0,1,0,3,1,0,486,NULL,NULL,NULL,15.00,16.00,10.00,560.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(85,'Nikon HD camera',NULL,NULL,'published','[\"products\\/6.jpg\"]','SW-153-A0-A2',0,20,0,1,0,3,1,0,486,NULL,NULL,NULL,15.00,16.00,10.00,560.00,NULL,0,'2024-06-18 23:02:46','2024-06-18 23:02:46','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(86,'Audio Equipment',NULL,NULL,'published','[\"products\\/7.jpg\"]','SW-105-A0',0,17,0,1,0,3,1,0,560,NULL,NULL,NULL,10.00,12.00,10.00,514.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(87,'Audio Equipment',NULL,NULL,'published','[\"products\\/7.jpg\"]','SW-105-A0-A1',0,17,0,1,0,3,1,0,560,NULL,NULL,NULL,10.00,12.00,10.00,514.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(88,'Smart Televisions',NULL,NULL,'published','[\"products\\/8.jpg\"]','SW-134-A0',0,19,0,1,0,4,1,0,1248,936,NULL,NULL,12.00,16.00,16.00,546.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(89,'Samsung Smart Phone (Digital)',NULL,NULL,'published','[\"products\\/9.jpg\"]','SW-153-A0',0,16,0,1,0,1,1,0,587,NULL,NULL,NULL,18.00,16.00,10.00,690.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(90,'Herschel Leather Duffle Bag In Brown Color',NULL,NULL,'published','[\"products\\/10.jpg\"]','SW-168-A0',0,17,0,1,0,2,1,0,1233,NULL,NULL,NULL,12.00,19.00,18.00,500.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(91,'Herschel Leather Duffle Bag In Brown Color',NULL,NULL,'published','[\"products\\/10-1.jpg\"]','SW-168-A0-A1',0,17,0,1,0,2,1,0,1233,NULL,NULL,NULL,12.00,19.00,18.00,500.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(92,'Herschel Leather Duffle Bag In Brown Color',NULL,NULL,'published','[\"products\\/10-2.jpg\"]','SW-168-A0-A2',0,17,0,1,0,2,1,0,1233,NULL,NULL,NULL,12.00,19.00,18.00,500.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(93,'Xbox One Wireless Controller Black Color',NULL,NULL,'published','[\"products\\/11.jpg\"]','SW-100-A0',0,16,0,1,0,3,1,0,1293,NULL,NULL,NULL,20.00,12.00,13.00,566.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(94,'Xbox One Wireless Controller Black Color',NULL,NULL,'published','[\"products\\/11-1.jpg\"]','SW-100-A0-A1',0,16,0,1,0,3,1,0,1293,NULL,NULL,NULL,20.00,12.00,13.00,566.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(95,'Xbox One Wireless Controller Black Color',NULL,NULL,'published','[\"products\\/11-2.jpg\"]','SW-100-A0-A2',0,16,0,1,0,3,1,0,1293,NULL,NULL,NULL,20.00,12.00,13.00,566.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(96,'EPSION Plaster Printer',NULL,NULL,'published','[\"products\\/12.jpg\"]','SW-171-A0',0,19,0,1,0,2,1,0,537,381.27,NULL,NULL,14.00,14.00,20.00,882.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(97,'EPSION Plaster Printer',NULL,NULL,'published','[\"products\\/12-1.jpg\"]','SW-171-A0-A1',0,19,0,1,0,2,1,0,537,381.27,NULL,NULL,14.00,14.00,20.00,882.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(98,'Sound Intone I65 Earphone White Version (Digital)',NULL,NULL,'published','[\"products\\/13.jpg\"]','SW-105-A0',0,10,0,1,0,2,1,0,574,NULL,NULL,NULL,15.00,11.00,16.00,693.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(99,'Sound Intone I65 Earphone White Version (Digital)',NULL,NULL,'published','[\"products\\/13-1.jpg\"]','SW-105-A0-A1',0,10,0,1,0,2,1,0,574,NULL,NULL,NULL,15.00,11.00,16.00,693.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(100,'Sound Intone I65 Earphone White Version (Digital)',NULL,NULL,'published','[\"products\\/13.jpg\"]','SW-105-A0-A2',0,10,0,1,0,2,1,0,574,NULL,NULL,NULL,15.00,11.00,16.00,693.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(101,'B&O Play Mini Bluetooth Speaker',NULL,NULL,'published','[\"products\\/14.jpg\"]','SW-178-A0',0,13,0,1,0,4,1,0,595,NULL,NULL,NULL,14.00,19.00,10.00,655.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(102,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15.jpg\"]','SW-118-A0',0,12,0,1,0,3,1,0,580,NULL,NULL,NULL,11.00,18.00,17.00,831.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(103,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15-1.jpg\"]','SW-118-A0-A1',0,12,0,1,0,3,1,0,580,NULL,NULL,NULL,11.00,18.00,17.00,831.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(104,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15.jpg\"]','SW-118-A0-A2',0,12,0,1,0,3,1,0,580,NULL,NULL,NULL,11.00,18.00,17.00,831.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(105,'Apple MacBook Air Retina 13.3-Inch Laptop',NULL,NULL,'published','[\"products\\/15.jpg\"]','SW-118-A0-A3',0,12,0,1,0,3,1,0,580,NULL,NULL,NULL,11.00,18.00,17.00,831.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(106,'Apple MacBook Air Retina 12-Inch Laptop',NULL,NULL,'published','[\"products\\/16.jpg\"]','SW-144-A0',0,18,0,1,0,2,1,0,552,397.44,NULL,NULL,18.00,10.00,13.00,629.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(107,'Apple MacBook Air Retina 12-Inch Laptop',NULL,NULL,'published','[\"products\\/16.jpg\"]','SW-144-A0-A1',0,18,0,1,0,2,1,0,552,463.68,NULL,NULL,18.00,10.00,13.00,629.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(108,'Samsung Gear VR Virtual Reality Headset (Digital)',NULL,NULL,'published','[\"products\\/17.jpg\"]','SW-144-A0',0,15,0,1,0,4,1,0,595,NULL,NULL,NULL,15.00,12.00,18.00,677.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(109,'Samsung Gear VR Virtual Reality Headset (Digital)',NULL,NULL,'published','[\"products\\/17-1.jpg\"]','SW-144-A0-A1',0,15,0,1,0,4,1,0,595,NULL,NULL,NULL,15.00,12.00,18.00,677.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(110,'Samsung Gear VR Virtual Reality Headset (Digital)',NULL,NULL,'published','[\"products\\/17-2.jpg\"]','SW-144-A0-A2',0,15,0,1,0,4,1,0,595,NULL,NULL,NULL,15.00,12.00,18.00,677.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(111,'Samsung Gear VR Virtual Reality Headset (Digital)',NULL,NULL,'published','[\"products\\/17-3.jpg\"]','SW-144-A0-A3',0,15,0,1,0,4,1,0,595,NULL,NULL,NULL,15.00,12.00,18.00,677.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(112,'Aveeno Moisturizing Body Shower 450ml',NULL,NULL,'published','[\"products\\/18.jpg\"]','SW-120-A0',0,14,0,1,0,5,1,0,1198,NULL,NULL,NULL,14.00,16.00,10.00,682.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(113,'Aveeno Moisturizing Body Shower 450ml',NULL,NULL,'published','[\"products\\/18-1.jpg\"]','SW-120-A0-A1',0,14,0,1,0,5,1,0,1198,NULL,NULL,NULL,14.00,16.00,10.00,682.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(114,'Aveeno Moisturizing Body Shower 450ml',NULL,NULL,'published','[\"products\\/18-2.jpg\"]','SW-120-A0-A2',0,14,0,1,0,5,1,0,1198,NULL,NULL,NULL,14.00,16.00,10.00,682.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(115,'NYX Beauty Couton Pallete Makeup 12',NULL,NULL,'published','[\"products\\/19.jpg\"]','SW-107-A0',0,10,0,1,0,1,1,0,1225,NULL,NULL,NULL,19.00,15.00,10.00,755.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(116,'NYX Beauty Couton Pallete Makeup 12',NULL,NULL,'published','[\"products\\/19-1.jpg\"]','SW-107-A0-A1',0,10,0,1,0,1,1,0,1225,NULL,NULL,NULL,19.00,15.00,10.00,755.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(117,'NYX Beauty Couton Pallete Makeup 12',NULL,NULL,'published','[\"products\\/19-2.jpg\"]','SW-107-A0-A2',0,10,0,1,0,1,1,0,1225,NULL,NULL,NULL,19.00,15.00,10.00,755.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(118,'NYX Beauty Couton Pallete Makeup 12',NULL,NULL,'published','[\"products\\/19-3.jpg\"]','SW-107-A0-A3',0,10,0,1,0,1,1,0,1225,NULL,NULL,NULL,19.00,15.00,10.00,755.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(119,'NYX Beauty Couton Pallete Makeup 12',NULL,NULL,'published','[\"products\\/20.jpg\"]','SW-111-A0',0,19,0,1,0,2,1,0,822,616.5,NULL,NULL,13.00,12.00,14.00,762.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(120,'MVMTH Classical Leather Watch In Black (Digital)',NULL,NULL,'published','[\"products\\/21.jpg\"]','SW-156-A0',0,10,0,1,0,2,1,0,790,NULL,NULL,NULL,11.00,13.00,18.00,897.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(121,'Baxter Care Hair Kit For Bearded Mens',NULL,NULL,'published','[\"products\\/22.jpg\"]','SW-120-A0',0,13,0,1,0,5,1,0,546,NULL,NULL,NULL,11.00,14.00,10.00,844.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(122,'Baxter Care Hair Kit For Bearded Mens',NULL,NULL,'published','[\"products\\/22-1.jpg\"]','SW-120-A0-A1',0,13,0,1,0,5,1,0,546,NULL,NULL,NULL,11.00,14.00,10.00,844.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(123,'Baxter Care Hair Kit For Bearded Mens',NULL,NULL,'published','[\"products\\/22-2.jpg\"]','SW-120-A0-A2',0,13,0,1,0,5,1,0,546,NULL,NULL,NULL,11.00,14.00,10.00,844.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(124,'Ciate Palemore Lipstick Bold Red Color',NULL,NULL,'published','[\"products\\/23.jpg\"]','SW-153-A0',0,13,0,1,0,1,1,0,988,NULL,NULL,NULL,15.00,14.00,15.00,818.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(125,'Ciate Palemore Lipstick Bold Red Color',NULL,NULL,'published','[\"products\\/23-1.jpg\"]','SW-153-A0-A1',0,13,0,1,0,1,1,0,988,NULL,NULL,NULL,15.00,14.00,15.00,818.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(126,'Ciate Palemore Lipstick Bold Red Color',NULL,NULL,'published','[\"products\\/23-2.jpg\"]','SW-153-A0-A2',0,13,0,1,0,1,1,0,988,NULL,NULL,NULL,15.00,14.00,15.00,818.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(127,'Ciate Palemore Lipstick Bold Red Color',NULL,NULL,'published','[\"products\\/23-3.jpg\"]','SW-153-A0-A3',0,13,0,1,0,1,1,0,988,NULL,NULL,NULL,15.00,14.00,15.00,818.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(128,'Vimto Squash Remix Apple 1.5 Litres',NULL,NULL,'published','[\"products\\/24.jpg\"]','SW-145-A0',0,19,0,1,0,1,1,0,963,751.14,NULL,NULL,18.00,11.00,16.00,647.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(129,'Crock Pot Slow Cooker (Digital)',NULL,NULL,'published','[\"products\\/25.jpg\"]','SW-114-A0',0,15,0,1,0,2,1,0,1080,NULL,NULL,NULL,16.00,14.00,17.00,537.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(130,'Taylors of Harrogate Yorkshire Coffee',NULL,NULL,'published','[\"products\\/26.jpg\"]','SW-126-A0',0,10,0,1,0,4,1,0,578,NULL,NULL,NULL,12.00,10.00,11.00,854.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(131,'Taylors of Harrogate Yorkshire Coffee',NULL,NULL,'published','[\"products\\/26-1.jpg\"]','SW-126-A0-A1',0,10,0,1,0,4,1,0,578,NULL,NULL,NULL,12.00,10.00,11.00,854.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(132,'Taylors of Harrogate Yorkshire Coffee',NULL,NULL,'published','[\"products\\/26.jpg\"]','SW-126-A0-A2',0,10,0,1,0,4,1,0,578,NULL,NULL,NULL,12.00,10.00,11.00,854.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(133,'Taylors of Harrogate Yorkshire Coffee',NULL,NULL,'published','[\"products\\/26.jpg\"]','SW-126-A0-A3',0,10,0,1,0,4,1,0,578,NULL,NULL,NULL,12.00,10.00,11.00,854.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(134,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]','SW-169-A0',0,19,0,1,0,2,1,0,1175,NULL,NULL,NULL,10.00,17.00,11.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(135,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27-1.jpg\"]','SW-169-A0-A1',0,19,0,1,0,2,1,0,1175,NULL,NULL,NULL,10.00,17.00,11.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(136,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]','SW-169-A0-A2',0,19,0,1,0,2,1,0,1175,NULL,NULL,NULL,10.00,17.00,11.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(137,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]','SW-169-A0-A3',0,19,0,1,0,2,1,0,1175,NULL,NULL,NULL,10.00,17.00,11.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(138,'Soft Mochi & Galeto Ice Cream',NULL,NULL,'published','[\"products\\/27.jpg\"]','SW-169-A0-A4',0,19,0,1,0,2,1,0,1175,NULL,NULL,NULL,10.00,17.00,11.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(139,'Naked Noodle Egg Noodles Singapore',NULL,NULL,'published','[\"products\\/28.jpg\"]','SW-185-A0',0,15,0,1,0,1,1,0,507,441.09,NULL,NULL,11.00,20.00,17.00,813.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(140,'Naked Noodle Egg Noodles Singapore',NULL,NULL,'published','[\"products\\/28-1.jpg\"]','SW-185-A0-A1',0,15,0,1,0,1,1,0,507,420.81,NULL,NULL,11.00,20.00,17.00,813.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(141,'Saute Pan Silver (Digital)',NULL,NULL,'published','[\"products\\/29.jpg\"]','SW-116-A0',0,20,0,1,0,3,1,0,1046,NULL,NULL,NULL,17.00,17.00,14.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(142,'Saute Pan Silver (Digital)',NULL,NULL,'published','[\"products\\/29-1.jpg\"]','SW-116-A0-A1',0,20,0,1,0,3,1,0,1046,NULL,NULL,NULL,17.00,17.00,14.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(143,'Saute Pan Silver (Digital)',NULL,NULL,'published','[\"products\\/29-2.jpg\"]','SW-116-A0-A2',0,20,0,1,0,3,1,0,1046,NULL,NULL,NULL,17.00,17.00,14.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(144,'Saute Pan Silver (Digital)',NULL,NULL,'published','[\"products\\/29.jpg\"]','SW-116-A0-A3',0,20,0,1,0,3,1,0,1046,NULL,NULL,NULL,17.00,17.00,14.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(145,'Bar S – Classic Bun Length Franks',NULL,NULL,'published','[\"products\\/30.jpg\"]','SW-130-A0',0,15,0,1,0,5,1,0,888,NULL,NULL,NULL,20.00,17.00,13.00,643.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(146,'Bar S – Classic Bun Length Franks',NULL,NULL,'published','[\"products\\/30-1.jpg\"]','SW-130-A0-A1',0,15,0,1,0,5,1,0,888,NULL,NULL,NULL,20.00,17.00,13.00,643.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(147,'Broccoli Crowns',NULL,NULL,'published','[\"products\\/31.jpg\"]','SW-163-A0',0,13,0,1,0,2,1,0,1007,NULL,NULL,NULL,18.00,13.00,12.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(148,'Broccoli Crowns',NULL,NULL,'published','[\"products\\/31-1.jpg\"]','SW-163-A0-A1',0,13,0,1,0,2,1,0,1007,NULL,NULL,NULL,18.00,13.00,12.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(149,'Broccoli Crowns',NULL,NULL,'published','[\"products\\/31.jpg\"]','SW-163-A0-A2',0,13,0,1,0,2,1,0,1007,NULL,NULL,NULL,18.00,13.00,12.00,584.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(150,'Slimming World Vegan Mac Greens',NULL,NULL,'published','[\"products\\/32.jpg\"]','SW-140-A0',0,12,0,1,0,1,1,0,644,495.88,NULL,NULL,18.00,13.00,18.00,645.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(151,'Slimming World Vegan Mac Greens',NULL,NULL,'published','[\"products\\/32-1.jpg\"]','SW-140-A0-A1',0,12,0,1,0,1,1,0,644,534.52,NULL,NULL,18.00,13.00,18.00,645.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(152,'Slimming World Vegan Mac Greens',NULL,NULL,'published','[\"products\\/32-2.jpg\"]','SW-140-A0-A2',0,12,0,1,0,1,1,0,644,579.6,NULL,NULL,18.00,13.00,18.00,645.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(153,'Häagen-Dazs Salted Caramel (Digital)',NULL,NULL,'published','[\"products\\/33.jpg\"]','SW-130-A0',0,12,0,1,0,2,1,0,616,NULL,NULL,NULL,18.00,20.00,18.00,656.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(154,'Häagen-Dazs Salted Caramel (Digital)',NULL,NULL,'published','[\"products\\/33-1.jpg\"]','SW-130-A0-A1',0,12,0,1,0,2,1,0,616,NULL,NULL,NULL,18.00,20.00,18.00,656.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(155,'Iceland 3 Solo Exotic Burst',NULL,NULL,'published','[\"products\\/34.jpg\"]','SW-172-A0',0,10,0,1,0,1,1,0,619,NULL,NULL,NULL,16.00,14.00,17.00,506.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(156,'Iceland 3 Solo Exotic Burst',NULL,NULL,'published','[\"products\\/34-1.jpg\"]','SW-172-A0-A1',0,10,0,1,0,1,1,0,619,NULL,NULL,NULL,16.00,14.00,17.00,506.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(157,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35.jpg\"]','SW-178-A0',0,20,0,1,0,5,1,0,638,NULL,NULL,NULL,17.00,17.00,10.00,814.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(158,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35-1.jpg\"]','SW-178-A0-A1',0,20,0,1,0,5,1,0,638,NULL,NULL,NULL,17.00,17.00,10.00,814.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(159,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35.jpg\"]','SW-178-A0-A2',0,20,0,1,0,5,1,0,638,NULL,NULL,NULL,17.00,17.00,10.00,814.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(160,'Extreme Budweiser Light Can',NULL,NULL,'published','[\"products\\/35.jpg\"]','SW-178-A0-A3',0,20,0,1,0,5,1,0,638,NULL,NULL,NULL,17.00,17.00,10.00,814.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(161,'Iceland Macaroni Cheese Traybake',NULL,NULL,'published','[\"products\\/36.jpg\"]','SW-120-A0',0,18,0,1,0,3,1,0,845,650.65,NULL,NULL,17.00,18.00,16.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(162,'Iceland Macaroni Cheese Traybake',NULL,NULL,'published','[\"products\\/36-1.jpg\"]','SW-120-A0-A1',0,18,0,1,0,3,1,0,845,726.7,NULL,NULL,17.00,18.00,16.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(163,'Iceland Macaroni Cheese Traybake',NULL,NULL,'published','[\"products\\/36-2.jpg\"]','SW-120-A0-A2',0,18,0,1,0,3,1,0,845,752.05,NULL,NULL,17.00,18.00,16.00,712.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(164,'Dolmio Bolognese Pasta Sauce (Digital)',NULL,NULL,'published','[\"products\\/37.jpg\"]','SW-129-A0',0,10,0,1,0,1,1,0,958,NULL,NULL,NULL,18.00,13.00,16.00,565.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(165,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38.jpg\"]','SW-189-A0',0,14,0,1,0,2,1,0,649,NULL,NULL,NULL,15.00,15.00,11.00,756.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(166,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38-1.jpg\"]','SW-189-A0-A1',0,14,0,1,0,2,1,0,649,NULL,NULL,NULL,15.00,15.00,11.00,756.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(167,'Sitema BakeIT Plastic Box',NULL,NULL,'published','[\"products\\/38-2.jpg\"]','SW-189-A0-A2',0,14,0,1,0,2,1,0,649,NULL,NULL,NULL,15.00,15.00,11.00,756.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(168,'Wayfair Basics Dinner Plate Storage',NULL,NULL,'published','[\"products\\/39.jpg\"]','SW-159-A0',0,16,0,1,0,2,1,0,1174,NULL,NULL,NULL,18.00,11.00,13.00,654.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(169,'Miko The Panda Water Bottle',NULL,NULL,'published','[\"products\\/40.jpg\"]','SW-181-A0',0,14,0,1,0,2,1,0,802,609.52,NULL,NULL,18.00,11.00,16.00,688.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(170,'Miko The Panda Water Bottle',NULL,NULL,'published','[\"products\\/40-1.jpg\"]','SW-181-A0-A1',0,14,0,1,0,2,1,0,802,665.66,NULL,NULL,18.00,11.00,16.00,688.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(171,'Sesame Seed Bread (Digital)',NULL,NULL,'published','[\"products\\/41.jpg\"]','SW-158-A0',0,15,0,1,0,1,1,0,851,NULL,NULL,NULL,12.00,10.00,20.00,628.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(172,'Sesame Seed Bread (Digital)',NULL,NULL,'published','[\"products\\/41-1.jpg\"]','SW-158-A0-A1',0,15,0,1,0,1,1,0,851,NULL,NULL,NULL,12.00,10.00,20.00,628.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(173,'Morrisons The Best Beef',NULL,NULL,'published','[\"products\\/42.jpg\"]','SW-185-A0',0,15,0,1,0,3,1,0,1298,NULL,NULL,NULL,19.00,12.00,16.00,844.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(174,'Morrisons The Best Beef',NULL,NULL,'published','[\"products\\/42-1.jpg\"]','SW-185-A0-A1',0,15,0,1,0,3,1,0,1298,NULL,NULL,NULL,19.00,12.00,16.00,844.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(175,'Morrisons The Best Beef',NULL,NULL,'published','[\"products\\/42-2.jpg\"]','SW-185-A0-A2',0,15,0,1,0,3,1,0,1298,NULL,NULL,NULL,19.00,12.00,16.00,844.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(176,'Avocado, Hass Large',NULL,NULL,'published','[\"products\\/43.jpg\"]','SW-131-A0',0,11,0,1,0,2,1,0,786,NULL,NULL,NULL,11.00,10.00,11.00,602.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(177,'Avocado, Hass Large',NULL,NULL,'published','[\"products\\/43-1.jpg\"]','SW-131-A0-A1',0,11,0,1,0,2,1,0,786,NULL,NULL,NULL,11.00,10.00,11.00,602.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(178,'Italia Beef Lasagne',NULL,NULL,'published','[\"products\\/44.jpg\"]','SW-114-A0',0,14,0,1,0,3,1,0,1170,936,NULL,NULL,18.00,13.00,14.00,650.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(179,'Italia Beef Lasagne',NULL,NULL,'published','[\"products\\/44-1.jpg\"]','SW-114-A0-A1',0,14,0,1,0,3,1,0,1170,865.8,NULL,NULL,18.00,13.00,14.00,650.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(180,'Italia Beef Lasagne',NULL,NULL,'published','[\"products\\/44-2.jpg\"]','SW-114-A0-A2',0,14,0,1,0,3,1,0,1170,936,NULL,NULL,18.00,13.00,14.00,650.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(181,'Maxwell House Classic Roast Mocha (Digital)',NULL,NULL,'published','[\"products\\/45.jpg\"]','SW-196-A0',0,10,0,1,0,1,1,0,935,NULL,NULL,NULL,16.00,15.00,14.00,569.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(182,'Maxwell House Classic Roast Mocha (Digital)',NULL,NULL,'published','[\"products\\/45-1.jpg\"]','SW-196-A0-A1',0,10,0,1,0,1,1,0,935,NULL,NULL,NULL,16.00,15.00,14.00,569.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(183,'Maxwell House Classic Roast Mocha (Digital)',NULL,NULL,'published','[\"products\\/45.jpg\"]','SW-196-A0-A2',0,10,0,1,0,1,1,0,935,NULL,NULL,NULL,16.00,15.00,14.00,569.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(184,'Bottled Pure Water 500ml',NULL,NULL,'published','[\"products\\/46.jpg\"]','SW-188-A0',0,12,0,1,0,5,1,0,796,NULL,NULL,NULL,16.00,20.00,19.00,663.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(185,'Bottled Pure Water 500ml',NULL,NULL,'published','[\"products\\/46-1.jpg\"]','SW-188-A0-A1',0,12,0,1,0,5,1,0,796,NULL,NULL,NULL,16.00,20.00,19.00,663.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(186,'Bottled Pure Water 500ml',NULL,NULL,'published','[\"products\\/46.jpg\"]','SW-188-A0-A2',0,12,0,1,0,5,1,0,796,NULL,NULL,NULL,16.00,20.00,19.00,663.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(187,'Bottled Pure Water 500ml',NULL,NULL,'published','[\"products\\/46.jpg\"]','SW-188-A0-A3',0,12,0,1,0,5,1,0,796,NULL,NULL,NULL,16.00,20.00,19.00,663.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(188,'Famart Farmhouse Soft White',NULL,NULL,'published','[\"products\\/47.jpg\"]','SW-110-A0',0,16,0,1,0,1,1,0,1158,NULL,NULL,NULL,19.00,13.00,14.00,685.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(189,'Famart Farmhouse Soft White',NULL,NULL,'published','[\"products\\/47-1.jpg\"]','SW-110-A0-A1',0,16,0,1,0,1,1,0,1158,NULL,NULL,NULL,19.00,13.00,14.00,685.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(190,'Famart Farmhouse Soft White',NULL,NULL,'published','[\"products\\/47.jpg\"]','SW-110-A0-A2',0,16,0,1,0,1,1,0,1158,NULL,NULL,NULL,19.00,13.00,14.00,685.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(191,'Coca-Cola Original Taste',NULL,NULL,'published','[\"products\\/48.jpg\"]','SW-196-A0',0,12,0,1,0,4,1,0,1000,840,NULL,NULL,10.00,15.00,11.00,812.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(192,'Coca-Cola Original Taste',NULL,NULL,'published','[\"products\\/48-1.jpg\"]','SW-196-A0-A1',0,12,0,1,0,4,1,0,1000,870,NULL,NULL,10.00,15.00,11.00,812.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(193,'Casillero Diablo Cabernet Sauvignon (Digital)',NULL,NULL,'published','[\"products\\/49.jpg\"]','SW-178-A0',0,10,0,1,0,3,1,0,1285,NULL,NULL,NULL,19.00,18.00,20.00,769.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(194,'Casillero Diablo Cabernet Sauvignon (Digital)',NULL,NULL,'published','[\"products\\/49-1.jpg\"]','SW-178-A0-A1',0,10,0,1,0,3,1,0,1285,NULL,NULL,NULL,19.00,18.00,20.00,769.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(195,'Casillero Diablo Cabernet Sauvignon (Digital)',NULL,NULL,'published','[\"products\\/49-2.jpg\"]','SW-178-A0-A2',0,10,0,1,0,3,1,0,1285,NULL,NULL,NULL,19.00,18.00,20.00,769.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(196,'Casillero Diablo Cabernet Sauvignon (Digital)',NULL,NULL,'published','[\"products\\/49.jpg\"]','SW-178-A0-A3',0,10,0,1,0,3,1,0,1285,NULL,NULL,NULL,19.00,18.00,20.00,769.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(197,'Casillero Diablo Cabernet Sauvignon (Digital)',NULL,NULL,'published','[\"products\\/49.jpg\"]','SW-178-A0-A4',0,10,0,1,0,3,1,0,1285,NULL,NULL,NULL,19.00,18.00,20.00,769.00,NULL,0,'2024-06-18 23:02:47','2024-06-18 23:02:47','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(198,'Arla Organic Free Range Milk',NULL,NULL,'published','[\"products\\/50.jpg\"]','SW-156-A0',0,15,0,1,0,2,1,0,715,NULL,NULL,NULL,17.00,12.00,11.00,749.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(199,'Aptamil Follow On Baby Milk',NULL,NULL,'published','[\"products\\/51.jpg\"]','SW-100-A0',0,19,0,1,0,1,1,0,513,NULL,NULL,NULL,14.00,16.00,10.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(200,'Aptamil Follow On Baby Milk',NULL,NULL,'published','[\"products\\/51.jpg\"]','SW-100-A0-A1',0,19,0,1,0,1,1,0,513,NULL,NULL,NULL,14.00,16.00,10.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(201,'Aptamil Follow On Baby Milk',NULL,NULL,'published','[\"products\\/51.jpg\"]','SW-100-A0-A2',0,19,0,1,0,1,1,0,513,NULL,NULL,NULL,14.00,16.00,10.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(202,'Aptamil Follow On Baby Milk',NULL,NULL,'published','[\"products\\/51.jpg\"]','SW-100-A0-A3',0,19,0,1,0,1,1,0,513,NULL,NULL,NULL,14.00,16.00,10.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(203,'Aptamil Follow On Baby Milk',NULL,NULL,'published','[\"products\\/51.jpg\"]','SW-100-A0-A4',0,19,0,1,0,1,1,0,513,NULL,NULL,NULL,14.00,16.00,10.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(204,'Cuisinart Chef’S Classic Hard-Anodized',NULL,NULL,'published','[\"products\\/52.jpg\"]','SW-177-A0',0,17,0,1,0,3,1,0,692,622.8,NULL,NULL,10.00,13.00,19.00,595.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(205,'Corn, Yellow Sweet (Digital)',NULL,NULL,'published','[\"products\\/53.jpg\"]','SW-147-A0',0,12,0,1,0,1,1,0,1127,NULL,NULL,NULL,16.00,17.00,11.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(206,'Corn, Yellow Sweet (Digital)',NULL,NULL,'published','[\"products\\/53-1.jpg\"]','SW-147-A0-A1',0,12,0,1,0,1,1,0,1127,NULL,NULL,NULL,16.00,17.00,11.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(207,'Corn, Yellow Sweet (Digital)',NULL,NULL,'published','[\"products\\/53.jpg\"]','SW-147-A0-A2',0,12,0,1,0,1,1,0,1127,NULL,NULL,NULL,16.00,17.00,11.00,776.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(208,'Hobnobs The Nobbly Biscuit',NULL,NULL,'published','[\"products\\/54.jpg\"]','SW-112-A0',0,20,0,1,0,1,1,0,675,NULL,NULL,NULL,17.00,18.00,15.00,719.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(209,'Hobnobs The Nobbly Biscuit',NULL,NULL,'published','[\"products\\/54-1.jpg\"]','SW-112-A0-A1',0,20,0,1,0,1,1,0,675,NULL,NULL,NULL,17.00,18.00,15.00,719.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(210,'Honest Organic Still Lemonade',NULL,NULL,'published','[\"products\\/55.jpg\"]','SW-183-A0',0,14,0,1,0,1,1,0,1218,NULL,NULL,NULL,17.00,11.00,18.00,673.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(211,'Honest Organic Still Lemonade',NULL,NULL,'published','[\"products\\/55-1.jpg\"]','SW-183-A0-A1',0,14,0,1,0,1,1,0,1218,NULL,NULL,NULL,17.00,11.00,18.00,673.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(212,'Honest Organic Still Lemonade',NULL,NULL,'published','[\"products\\/55-2.jpg\"]','SW-183-A0-A2',0,14,0,1,0,1,1,0,1218,NULL,NULL,NULL,17.00,11.00,18.00,673.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(213,'Ice Beck’s Beer 350ml x 24 Pieces',NULL,NULL,'published','[\"products\\/56.jpg\"]','SW-153-A0',0,11,0,1,0,2,1,0,841,605.52,NULL,NULL,20.00,18.00,19.00,639.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(214,'Iceland 6 Hot Cross Buns (Digital)',NULL,NULL,'published','[\"products\\/57.jpg\"]','SW-151-A0',0,18,0,1,0,4,1,0,1189,NULL,NULL,NULL,13.00,11.00,16.00,869.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(215,'Iceland 6 Hot Cross Buns (Digital)',NULL,NULL,'published','[\"products\\/57-1.jpg\"]','SW-151-A0-A1',0,18,0,1,0,4,1,0,1189,NULL,NULL,NULL,13.00,11.00,16.00,869.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(216,'Iceland 6 Hot Cross Buns (Digital)',NULL,NULL,'published','[\"products\\/57.jpg\"]','SW-151-A0-A2',0,18,0,1,0,4,1,0,1189,NULL,NULL,NULL,13.00,11.00,16.00,869.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(217,'Iceland 6 Hot Cross Buns (Digital)',NULL,NULL,'published','[\"products\\/57.jpg\"]','SW-151-A0-A3',0,18,0,1,0,4,1,0,1189,NULL,NULL,NULL,13.00,11.00,16.00,869.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(218,'Iceland Luxury 4 Panini Rolls',NULL,NULL,'published','[\"products\\/58.jpg\"]','SW-176-A0',0,17,0,1,0,4,1,0,595,NULL,NULL,NULL,16.00,20.00,19.00,730.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(219,'Iceland Luxury 4 Panini Rolls',NULL,NULL,'published','[\"products\\/58-1.jpg\"]','SW-176-A0-A1',0,17,0,1,0,4,1,0,595,NULL,NULL,NULL,16.00,20.00,19.00,730.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(220,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59.jpg\"]','SW-153-A0',0,20,0,1,0,4,1,0,1105,NULL,NULL,NULL,18.00,10.00,16.00,656.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(221,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59-1.jpg\"]','SW-153-A0-A1',0,20,0,1,0,4,1,0,1105,NULL,NULL,NULL,18.00,10.00,16.00,656.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(222,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59-2.jpg\"]','SW-153-A0-A2',0,20,0,1,0,4,1,0,1105,NULL,NULL,NULL,18.00,10.00,16.00,656.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(223,'Iceland Soft Scoop Vanilla',NULL,NULL,'published','[\"products\\/59-3.jpg\"]','SW-153-A0-A3',0,20,0,1,0,4,1,0,1105,NULL,NULL,NULL,18.00,10.00,16.00,656.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(224,'Iceland Spaghetti Bolognese',NULL,NULL,'published','[\"products\\/60.jpg\"]','SW-119-A0',0,19,0,1,0,3,1,0,1064,829.92,NULL,NULL,16.00,13.00,14.00,538.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(225,'Iceland Spaghetti Bolognese',NULL,NULL,'published','[\"products\\/60-1.jpg\"]','SW-119-A0-A1',0,19,0,1,0,3,1,0,1064,808.64,NULL,NULL,16.00,13.00,14.00,538.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(226,'Iceland Spaghetti Bolognese',NULL,NULL,'published','[\"products\\/60-2.jpg\"]','SW-119-A0-A2',0,19,0,1,0,3,1,0,1064,840.56,NULL,NULL,16.00,13.00,14.00,538.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(227,'Kellogg’s Coco Pops Cereal (Digital)',NULL,NULL,'published','[\"products\\/61.jpg\"]','SW-192-A0',0,14,0,1,0,2,1,0,822,NULL,NULL,NULL,18.00,19.00,13.00,631.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(228,'Kellogg’s Coco Pops Cereal (Digital)',NULL,NULL,'published','[\"products\\/61-1.jpg\"]','SW-192-A0-A1',0,14,0,1,0,2,1,0,822,NULL,NULL,NULL,18.00,19.00,13.00,631.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(229,'Kellogg’s Coco Pops Cereal (Digital)',NULL,NULL,'published','[\"products\\/61.jpg\"]','SW-192-A0-A2',0,14,0,1,0,2,1,0,822,NULL,NULL,NULL,18.00,19.00,13.00,631.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(230,'Kellogg’s Coco Pops Cereal (Digital)',NULL,NULL,'published','[\"products\\/61.jpg\"]','SW-192-A0-A3',0,14,0,1,0,2,1,0,822,NULL,NULL,NULL,18.00,19.00,13.00,631.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(231,'Kit Kat Chunky Milk Chocolate',NULL,NULL,'published','[\"products\\/62.jpg\"]','SW-178-A0',0,12,0,1,0,3,1,0,734,NULL,NULL,NULL,17.00,10.00,16.00,567.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(232,'Kit Kat Chunky Milk Chocolate',NULL,NULL,'published','[\"products\\/62-1.jpg\"]','SW-178-A0-A1',0,12,0,1,0,3,1,0,734,NULL,NULL,NULL,17.00,10.00,16.00,567.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(233,'Large Green Bell Pepper',NULL,NULL,'published','[\"products\\/63.jpg\"]','SW-115-A0',0,13,0,1,0,3,1,0,1150,NULL,NULL,NULL,15.00,15.00,12.00,696.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(234,'Large Green Bell Pepper',NULL,NULL,'published','[\"products\\/63-1.jpg\"]','SW-115-A0-A1',0,13,0,1,0,3,1,0,1150,NULL,NULL,NULL,15.00,15.00,12.00,696.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(235,'Pice 94w Beasley Journal',NULL,NULL,'published','[\"products\\/64.jpg\"]','SW-155-A0',0,14,0,1,0,3,1,0,1090,861.1,NULL,NULL,12.00,12.00,14.00,879.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(236,'Pice 94w Beasley Journal',NULL,NULL,'published','[\"products\\/64-1.jpg\"]','SW-155-A0-A1',0,14,0,1,0,3,1,0,1090,795.7,NULL,NULL,12.00,12.00,14.00,879.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(237,'Pice 94w Beasley Journal',NULL,NULL,'published','[\"products\\/64.jpg\"]','SW-155-A0-A2',0,14,0,1,0,3,1,0,1090,828.4,NULL,NULL,12.00,12.00,14.00,879.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(238,'Pice 94w Beasley Journal',NULL,NULL,'published','[\"products\\/64.jpg\"]','SW-155-A0-A3',0,14,0,1,0,3,1,0,1090,981,NULL,NULL,12.00,12.00,14.00,879.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'physical',NULL,NULL,0,0,0),(239,'Province Piece Glass Drinking Glass (Digital)',NULL,NULL,'published','[\"products\\/65.jpg\"]','SW-158-A0',0,12,0,1,0,3,1,0,507,NULL,NULL,NULL,19.00,11.00,14.00,888.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0),(240,'Province Piece Glass Drinking Glass (Digital)',NULL,NULL,'published','[\"products\\/65-1.jpg\"]','SW-158-A0-A1',0,12,0,1,0,3,1,0,507,NULL,NULL,NULL,19.00,11.00,14.00,888.00,NULL,0,'2024-06-18 23:02:48','2024-06-18 23:02:48','in_stock',0,'Botble\\ACL\\Models\\User',NULL,'digital',NULL,NULL,0,0,0); /*!40000 ALTER TABLE `ec_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_products_translations` -- DROP TABLE IF EXISTS `ec_products_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_products_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `ec_products_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `content` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`ec_products_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_products_translations` -- LOCK TABLES `ec_products_translations` WRITE; /*!40000 ALTER TABLE `ec_products_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_products_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_review_replies` -- DROP TABLE IF EXISTS `ec_review_replies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_review_replies` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `review_id` bigint unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ec_review_replies_review_id_user_id_unique` (`review_id`,`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_review_replies` -- LOCK TABLES `ec_review_replies` WRITE; /*!40000 ALTER TABLE `ec_review_replies` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_review_replies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_reviews` -- DROP TABLE IF EXISTS `ec_reviews`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_reviews` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `customer_id` bigint unsigned DEFAULT NULL, `customer_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_id` bigint unsigned NOT NULL, `star` double(8,2) NOT NULL, `comment` text COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `images` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), UNIQUE KEY `ec_reviews_product_id_customer_id_unique` (`product_id`,`customer_id`), KEY `ec_reviews_product_id_customer_id_status_created_at_index` (`product_id`,`customer_id`,`status`,`created_at`), KEY `review_relation_index` (`product_id`,`customer_id`,`status`) ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_reviews` -- LOCK TABLES `ec_reviews` WRITE; /*!40000 ALTER TABLE `ec_reviews` DISABLE KEYS */; INSERT INTO `ec_reviews` VALUES (1,6,NULL,NULL,6,3.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-1.jpg\",\"products\\/11-2.jpg\",\"products\\/42-1.jpg\",\"products\\/43-2.jpg\"]'),(2,4,NULL,NULL,16,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/50-1.jpg\"]'),(3,2,NULL,NULL,29,3.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-3.jpg\",\"products\\/31-1.jpg\"]'),(4,5,NULL,NULL,30,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-3.jpg\",\"products\\/36-2.jpg\"]'),(5,1,NULL,NULL,49,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-2.jpg\",\"products\\/39.jpg\",\"products\\/50-1.jpg\"]'),(6,1,NULL,NULL,14,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-3.jpg\",\"products\\/27.jpg\",\"products\\/37-2.jpg\"]'),(7,3,NULL,NULL,36,2.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-3.jpg\",\"products\\/58-1.jpg\"]'),(8,4,NULL,NULL,10,3.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-2.jpg\",\"products\\/35.jpg\",\"products\\/44-1.jpg\",\"products\\/50-1.jpg\"]'),(9,1,NULL,NULL,12,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/52-1.jpg\"]'),(10,2,NULL,NULL,50,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-1.jpg\",\"products\\/29-1.jpg\",\"products\\/60.jpg\"]'),(11,5,NULL,NULL,9,3.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/14.jpg\",\"products\\/30-2.jpg\",\"products\\/38-2.jpg\",\"products\\/53-1.jpg\"]'),(12,3,NULL,NULL,33,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\"]'),(13,4,NULL,NULL,17,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-3.jpg\",\"products\\/23.jpg\",\"products\\/35-1.jpg\"]'),(14,1,NULL,NULL,32,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/20.jpg\",\"products\\/30.jpg\",\"products\\/60-1.jpg\"]'),(15,5,NULL,NULL,62,1.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/12-2.jpg\",\"products\\/22-3.jpg\"]'),(16,6,NULL,NULL,19,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/13-1.jpg\",\"products\\/20-3.jpg\",\"products\\/22.jpg\",\"products\\/58-2.jpg\"]'),(17,3,NULL,NULL,25,4.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26.jpg\"]'),(18,2,NULL,NULL,4,1.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-3.jpg\",\"products\\/19-2.jpg\",\"products\\/33-1.jpg\",\"products\\/53.jpg\"]'),(19,4,NULL,NULL,63,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/22.jpg\",\"products\\/23-3.jpg\",\"products\\/59-3.jpg\"]'),(20,7,NULL,NULL,9,1.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-1.jpg\",\"products\\/10-1.jpg\",\"products\\/42.jpg\"]'),(21,1,NULL,NULL,22,5.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-2.jpg\",\"products\\/25.jpg\",\"products\\/49.jpg\"]'),(22,2,NULL,NULL,37,5.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/14.jpg\",\"products\\/20.jpg\",\"products\\/50-1.jpg\"]'),(23,1,NULL,NULL,35,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-3.jpg\",\"products\\/57.jpg\"]'),(24,2,NULL,NULL,26,4.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-2.jpg\",\"products\\/5.jpg\",\"products\\/31-1.jpg\",\"products\\/58-2.jpg\"]'),(25,6,NULL,NULL,65,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-1.jpg\"]'),(26,7,NULL,NULL,52,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17.jpg\",\"products\\/61.jpg\",\"products\\/65.jpg\"]'),(27,8,NULL,NULL,54,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26-1.jpg\",\"products\\/29-1.jpg\",\"products\\/32-1.jpg\"]'),(29,7,NULL,NULL,2,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28-2.jpg\",\"products\\/57.jpg\"]'),(30,2,NULL,NULL,2,3.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23.jpg\"]'),(31,8,NULL,NULL,13,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21-1.jpg\"]'),(32,7,NULL,NULL,55,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2.jpg\",\"products\\/41-2.jpg\",\"products\\/55-2.jpg\",\"products\\/57.jpg\"]'),(33,2,NULL,NULL,9,4.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48-1.jpg\",\"products\\/64.jpg\"]'),(35,7,NULL,NULL,16,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38-2.jpg\",\"products\\/52-2.jpg\",\"products\\/58.jpg\"]'),(36,8,NULL,NULL,33,2.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2.jpg\",\"products\\/22-1.jpg\",\"products\\/48.jpg\",\"products\\/59-1.jpg\"]'),(37,5,NULL,NULL,49,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38-1.jpg\",\"products\\/59-3.jpg\"]'),(38,6,NULL,NULL,55,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/47-1.jpg\",\"products\\/52-1.jpg\"]'),(39,9,NULL,NULL,22,3.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20.jpg\",\"products\\/65.jpg\"]'),(40,4,NULL,NULL,5,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25.jpg\"]'),(42,3,NULL,NULL,65,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37-1.jpg\",\"products\\/49-2.jpg\",\"products\\/65-2.jpg\"]'),(43,9,NULL,NULL,45,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/3.jpg\",\"products\\/43-1.jpg\",\"products\\/52-1.jpg\",\"products\\/63.jpg\"]'),(45,4,NULL,NULL,1,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\",\"products\\/48-2.jpg\",\"products\\/60-2.jpg\",\"products\\/62-1.jpg\"]'),(46,6,NULL,NULL,37,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9.jpg\",\"products\\/17.jpg\",\"products\\/32-1.jpg\",\"products\\/37-2.jpg\"]'),(48,1,NULL,NULL,31,5.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-1.jpg\",\"products\\/30-2.jpg\",\"products\\/34.jpg\"]'),(49,6,NULL,NULL,34,5.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28-1.jpg\"]'),(50,2,NULL,NULL,7,4.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-2.jpg\",\"products\\/21-1.jpg\"]'),(51,9,NULL,NULL,51,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/36-2.jpg\",\"products\\/38-3.jpg\"]'),(52,4,NULL,NULL,7,3.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-3.jpg\",\"products\\/34-1.jpg\",\"products\\/40.jpg\",\"products\\/52.jpg\"]'),(53,4,NULL,NULL,26,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/35.jpg\",\"products\\/36-2.jpg\"]'),(54,2,NULL,NULL,18,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/39.jpg\"]'),(55,4,NULL,NULL,52,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-1.jpg\",\"products\\/22-3.jpg\",\"products\\/50-1.jpg\",\"products\\/54-1.jpg\"]'),(56,3,NULL,NULL,32,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\",\"products\\/56.jpg\"]'),(58,3,NULL,NULL,61,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/23-3.jpg\",\"products\\/61.jpg\"]'),(59,7,NULL,NULL,36,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-3.jpg\",\"products\\/11-1.jpg\",\"products\\/23-1.jpg\",\"products\\/48-1.jpg\"]'),(60,7,NULL,NULL,37,1.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37.jpg\"]'),(61,9,NULL,NULL,28,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38-1.jpg\"]'),(62,1,NULL,NULL,37,1.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48.jpg\"]'),(64,6,NULL,NULL,32,5.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/34-1.jpg\",\"products\\/38-1.jpg\",\"products\\/39-1.jpg\"]'),(65,8,NULL,NULL,5,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/34.jpg\"]'),(67,7,NULL,NULL,7,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-1.jpg\",\"products\\/15.jpg\",\"products\\/30.jpg\",\"products\\/54.jpg\"]'),(68,1,NULL,NULL,41,4.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21-2.jpg\",\"products\\/45-1.jpg\"]'),(69,9,NULL,NULL,61,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20-3.jpg\",\"products\\/42.jpg\",\"products\\/58.jpg\",\"products\\/64.jpg\"]'),(70,3,NULL,NULL,22,1.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-2.jpg\",\"products\\/37.jpg\",\"products\\/47-1.jpg\",\"products\\/50.jpg\"]'),(71,4,NULL,NULL,43,4.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/56-2.jpg\"]'),(72,1,NULL,NULL,45,3.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/31-1.jpg\"]'),(73,1,NULL,NULL,39,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/36-2.jpg\"]'),(74,3,NULL,NULL,51,2.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-2.jpg\",\"products\\/36-1.jpg\",\"products\\/59-1.jpg\",\"products\\/64.jpg\"]'),(75,7,NULL,NULL,12,2.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-3.jpg\",\"products\\/18.jpg\",\"products\\/32-2.jpg\",\"products\\/52-1.jpg\"]'),(76,7,NULL,NULL,25,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/30-1.jpg\",\"products\\/38-3.jpg\"]'),(78,9,NULL,NULL,23,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-2.jpg\",\"products\\/13-1.jpg\",\"products\\/19.jpg\"]'),(80,7,NULL,NULL,39,3.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/36.jpg\",\"products\\/43.jpg\"]'),(81,7,NULL,NULL,38,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/9.jpg\",\"products\\/31-1.jpg\",\"products\\/62.jpg\"]'),(82,2,NULL,NULL,55,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48.jpg\"]'),(83,1,NULL,NULL,4,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28-2.jpg\",\"products\\/44.jpg\",\"products\\/47-1.jpg\",\"products\\/56-2.jpg\"]'),(84,1,NULL,NULL,34,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/41.jpg\",\"products\\/54.jpg\",\"products\\/64.jpg\"]'),(85,1,NULL,NULL,52,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-3.jpg\",\"products\\/36-2.jpg\",\"products\\/44.jpg\",\"products\\/57-1.jpg\"]'),(86,4,NULL,NULL,32,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-1.jpg\",\"products\\/46-1.jpg\"]'),(87,3,NULL,NULL,47,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-1.jpg\",\"products\\/46.jpg\",\"products\\/64.jpg\"]'),(88,6,NULL,NULL,20,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19.jpg\",\"products\\/35.jpg\"]'),(89,8,NULL,NULL,20,4.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\"]'),(90,5,NULL,NULL,22,2.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32-1.jpg\",\"products\\/63.jpg\"]'),(91,4,NULL,NULL,38,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17.jpg\"]'),(92,8,NULL,NULL,48,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/21-1.jpg\"]'),(93,8,NULL,NULL,40,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-3.jpg\"]'),(94,6,NULL,NULL,21,3.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-1.jpg\",\"products\\/46.jpg\"]'),(95,3,NULL,NULL,48,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-2.jpg\",\"products\\/35.jpg\",\"products\\/52.jpg\"]'),(96,9,NULL,NULL,52,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/59-3.jpg\"]'),(97,2,NULL,NULL,15,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11.jpg\",\"products\\/23-3.jpg\",\"products\\/59-3.jpg\"]'),(98,7,NULL,NULL,27,2.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48.jpg\"]'),(99,5,NULL,NULL,61,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/27-1.jpg\",\"products\\/58-2.jpg\"]'),(101,3,NULL,NULL,24,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/33.jpg\",\"products\\/46-1.jpg\",\"products\\/47.jpg\"]'),(102,2,NULL,NULL,11,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48.jpg\",\"products\\/62-1.jpg\"]'),(103,6,NULL,NULL,10,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-1.jpg\",\"products\\/26.jpg\"]'),(104,1,NULL,NULL,46,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/7.jpg\",\"products\\/12-2.jpg\",\"products\\/22-1.jpg\"]'),(105,5,NULL,NULL,38,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-1.jpg\",\"products\\/23-2.jpg\",\"products\\/26.jpg\",\"products\\/44-2.jpg\"]'),(106,8,NULL,NULL,58,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-3.jpg\",\"products\\/26.jpg\",\"products\\/59-3.jpg\"]'),(107,7,NULL,NULL,59,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/44.jpg\",\"products\\/45.jpg\"]'),(108,2,NULL,NULL,28,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/54.jpg\",\"products\\/63.jpg\"]'),(110,8,NULL,NULL,51,5.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\",\"products\\/34-1.jpg\",\"products\\/35.jpg\"]'),(111,8,NULL,NULL,47,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/11.jpg\",\"products\\/50.jpg\",\"products\\/58-1.jpg\"]'),(112,7,NULL,NULL,3,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-3.jpg\",\"products\\/19-2.jpg\",\"products\\/25-2.jpg\",\"products\\/38.jpg\"]'),(113,2,NULL,NULL,45,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/58-2.jpg\"]'),(114,3,NULL,NULL,38,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/34-1.jpg\"]'),(115,2,NULL,NULL,64,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/55-1.jpg\",\"products\\/56-1.jpg\",\"products\\/58-1.jpg\"]'),(116,6,NULL,NULL,16,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/8-2.jpg\",\"products\\/46-1.jpg\",\"products\\/58.jpg\"]'),(117,7,NULL,NULL,4,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/56-2.jpg\"]'),(119,1,NULL,NULL,47,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-1.jpg\",\"products\\/60.jpg\"]'),(121,3,NULL,NULL,20,5.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-2.jpg\",\"products\\/40.jpg\",\"products\\/45.jpg\",\"products\\/58-2.jpg\"]'),(122,9,NULL,NULL,38,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\",\"products\\/30-1.jpg\",\"products\\/33.jpg\",\"products\\/55.jpg\"]'),(123,6,NULL,NULL,57,5.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26-1.jpg\",\"products\\/56-1.jpg\"]'),(125,5,NULL,NULL,23,5.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/56.jpg\"]'),(126,4,NULL,NULL,36,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/24.jpg\",\"products\\/29-1.jpg\",\"products\\/60.jpg\"]'),(131,9,NULL,NULL,20,4.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/35-1.jpg\"]'),(132,5,NULL,NULL,7,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/13.jpg\",\"products\\/33-2.jpg\",\"products\\/59.jpg\"]'),(133,5,NULL,NULL,40,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26-1.jpg\",\"products\\/41.jpg\"]'),(135,3,NULL,NULL,30,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/33.jpg\",\"products\\/58-2.jpg\"]'),(138,9,NULL,NULL,27,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48.jpg\"]'),(139,7,NULL,NULL,10,5.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/36-2.jpg\"]'),(140,7,NULL,NULL,35,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37.jpg\",\"products\\/42-1.jpg\",\"products\\/46.jpg\",\"products\\/48-1.jpg\"]'),(141,1,NULL,NULL,7,2.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/64-1.jpg\"]'),(142,6,NULL,NULL,17,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-1.jpg\",\"products\\/61-1.jpg\"]'),(143,6,NULL,NULL,24,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-1.jpg\"]'),(144,1,NULL,NULL,55,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-1.jpg\",\"products\\/35-1.jpg\",\"products\\/64-1.jpg\"]'),(145,8,NULL,NULL,15,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/24.jpg\",\"products\\/46-1.jpg\",\"products\\/60-2.jpg\"]'),(146,9,NULL,NULL,31,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/24.jpg\",\"products\\/36-2.jpg\",\"products\\/43-2.jpg\"]'),(148,5,NULL,NULL,2,4.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-2.jpg\",\"products\\/18.jpg\",\"products\\/33-1.jpg\",\"products\\/52-2.jpg\"]'),(149,3,NULL,NULL,8,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-2.jpg\"]'),(150,9,NULL,NULL,58,4.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15-1.jpg\",\"products\\/30.jpg\",\"products\\/63-1.jpg\"]'),(152,8,NULL,NULL,28,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48.jpg\"]'),(153,9,NULL,NULL,8,4.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/19-2.jpg\",\"products\\/55-1.jpg\"]'),(154,4,NULL,NULL,51,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/46.jpg\",\"products\\/47.jpg\"]'),(155,4,NULL,NULL,11,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21-2.jpg\"]'),(156,4,NULL,NULL,61,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/52-2.jpg\"]'),(157,4,NULL,NULL,59,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26-1.jpg\",\"products\\/52-2.jpg\"]'),(158,4,NULL,NULL,12,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/29-2.jpg\",\"products\\/46-1.jpg\"]'),(159,6,NULL,NULL,54,2.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-2.jpg\",\"products\\/11.jpg\",\"products\\/18-1.jpg\",\"products\\/59-3.jpg\"]'),(160,4,NULL,NULL,55,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/27-1.jpg\",\"products\\/32-1.jpg\",\"products\\/59-1.jpg\",\"products\\/59-3.jpg\"]'),(161,6,NULL,NULL,28,3.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/24.jpg\",\"products\\/38-3.jpg\"]'),(162,3,NULL,NULL,21,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-3.jpg\",\"products\\/60-2.jpg\"]'),(163,2,NULL,NULL,16,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/30-2.jpg\"]'),(164,4,NULL,NULL,3,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-1.jpg\",\"products\\/41-2.jpg\",\"products\\/42.jpg\"]'),(165,6,NULL,NULL,52,4.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-3.jpg\",\"products\\/38-2.jpg\",\"products\\/52-1.jpg\"]'),(166,3,NULL,NULL,58,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-3.jpg\",\"products\\/29.jpg\",\"products\\/50-1.jpg\",\"products\\/56-2.jpg\"]'),(167,1,NULL,NULL,54,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-1.jpg\"]'),(168,5,NULL,NULL,8,4.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/38-3.jpg\",\"products\\/48-2.jpg\",\"products\\/49-2.jpg\"]'),(169,7,NULL,NULL,29,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-1.jpg\",\"products\\/21-1.jpg\",\"products\\/27-1.jpg\",\"products\\/34-1.jpg\"]'),(170,4,NULL,NULL,25,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32-1.jpg\",\"products\\/44.jpg\"]'),(171,3,NULL,NULL,39,5.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25.jpg\",\"products\\/43.jpg\",\"products\\/49.jpg\"]'),(172,7,NULL,NULL,50,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/49.jpg\",\"products\\/64-1.jpg\"]'),(173,7,NULL,NULL,28,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/58.jpg\",\"products\\/61.jpg\"]'),(174,7,NULL,NULL,42,3.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/27-1.jpg\",\"products\\/36.jpg\"]'),(176,3,NULL,NULL,43,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\",\"products\\/48.jpg\",\"products\\/58-1.jpg\"]'),(177,1,NULL,NULL,50,1.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-2.jpg\",\"products\\/27.jpg\",\"products\\/40-1.jpg\",\"products\\/48-2.jpg\"]'),(178,8,NULL,NULL,29,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2.jpg\"]'),(179,8,NULL,NULL,60,2.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/39-1.jpg\",\"products\\/44-2.jpg\"]'),(180,1,NULL,NULL,48,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-2.jpg\"]'),(181,9,NULL,NULL,9,1.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37.jpg\"]'),(183,6,NULL,NULL,38,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/39.jpg\"]'),(184,5,NULL,NULL,51,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38-3.jpg\",\"products\\/64-1.jpg\"]'),(185,2,NULL,NULL,43,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-2.jpg\",\"products\\/36-2.jpg\",\"products\\/40.jpg\",\"products\\/63.jpg\"]'),(187,7,NULL,NULL,26,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/8.jpg\",\"products\\/15-1.jpg\",\"products\\/17-3.jpg\"]'),(188,4,NULL,NULL,53,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/44.jpg\"]'),(189,1,NULL,NULL,56,2.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/49-2.jpg\",\"products\\/59-1.jpg\"]'),(190,9,NULL,NULL,65,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-1.jpg\",\"products\\/43-2.jpg\"]'),(191,6,NULL,NULL,51,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/61.jpg\"]'),(192,6,NULL,NULL,44,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17.jpg\",\"products\\/58.jpg\"]'),(194,3,NULL,NULL,4,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/7.jpg\",\"products\\/33.jpg\",\"products\\/45-1.jpg\"]'),(195,8,NULL,NULL,38,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/11-3.jpg\"]'),(196,2,NULL,NULL,53,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-2.jpg\",\"products\\/33.jpg\",\"products\\/48-1.jpg\",\"products\\/55.jpg\"]'),(197,1,NULL,NULL,6,2.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/36.jpg\",\"products\\/43.jpg\",\"products\\/48-2.jpg\"]'),(198,4,NULL,NULL,24,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-2.jpg\",\"products\\/20-1.jpg\"]'),(199,6,NULL,NULL,30,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-2.jpg\",\"products\\/32.jpg\"]'),(200,1,NULL,NULL,53,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-1.jpg\"]'),(201,2,NULL,NULL,42,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\",\"products\\/37-1.jpg\",\"products\\/61-1.jpg\"]'),(202,6,NULL,NULL,15,5.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/53-1.jpg\",\"products\\/62-1.jpg\"]'),(204,6,NULL,NULL,50,5.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/8-3.jpg\",\"products\\/18-1.jpg\",\"products\\/23-2.jpg\"]'),(205,3,NULL,NULL,59,2.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-2.jpg\",\"products\\/15-1.jpg\"]'),(207,4,NULL,NULL,58,5.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/62-1.jpg\"]'),(210,6,NULL,NULL,33,5.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-3.jpg\",\"products\\/23-2.jpg\",\"products\\/32-2.jpg\",\"products\\/43.jpg\"]'),(211,2,NULL,NULL,8,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/20-3.jpg\"]'),(212,4,NULL,NULL,15,5.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/40-1.jpg\"]'),(216,8,NULL,NULL,62,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8.jpg\",\"products\\/11-2.jpg\",\"products\\/53-1.jpg\"]'),(218,2,NULL,NULL,38,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-1.jpg\"]'),(220,5,NULL,NULL,46,3.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/13-1.jpg\",\"products\\/20-2.jpg\",\"products\\/37-2.jpg\"]'),(221,3,NULL,NULL,1,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28.jpg\",\"products\\/37-2.jpg\"]'),(222,8,NULL,NULL,6,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-3.jpg\",\"products\\/24.jpg\",\"products\\/28-2.jpg\"]'),(223,1,NULL,NULL,57,5.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/8-2.jpg\",\"products\\/53-1.jpg\",\"products\\/64.jpg\"]'),(224,8,NULL,NULL,10,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-1.jpg\",\"products\\/54.jpg\"]'),(225,9,NULL,NULL,43,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/43.jpg\",\"products\\/59-2.jpg\"]'),(227,2,NULL,NULL,1,4.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32-2.jpg\",\"products\\/37-1.jpg\"]'),(228,5,NULL,NULL,11,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/45.jpg\",\"products\\/52.jpg\",\"products\\/58.jpg\"]'),(229,5,NULL,NULL,42,1.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-1.jpg\",\"products\\/22-3.jpg\",\"products\\/32.jpg\"]'),(230,7,NULL,NULL,48,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32.jpg\"]'),(231,6,NULL,NULL,27,4.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-1.jpg\",\"products\\/26.jpg\",\"products\\/42.jpg\",\"products\\/51.jpg\"]'),(232,3,NULL,NULL,57,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/53-1.jpg\"]'),(234,4,NULL,NULL,37,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32-2.jpg\",\"products\\/46-1.jpg\",\"products\\/63-1.jpg\"]'),(235,8,NULL,NULL,49,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/55.jpg\",\"products\\/65-2.jpg\"]'),(236,1,NULL,NULL,64,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/24-1.jpg\",\"products\\/46-1.jpg\"]'),(237,9,NULL,NULL,15,3.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32-1.jpg\",\"products\\/50.jpg\"]'),(240,3,NULL,NULL,52,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-3.jpg\",\"products\\/32-2.jpg\"]'),(241,6,NULL,NULL,13,5.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/41-2.jpg\"]'),(242,1,NULL,NULL,15,2.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/3.jpg\"]'),(243,8,NULL,NULL,26,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-1.jpg\",\"products\\/36-2.jpg\",\"products\\/49-2.jpg\",\"products\\/63.jpg\"]'),(245,1,NULL,NULL,36,5.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-1.jpg\"]'),(247,6,NULL,NULL,42,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20.jpg\",\"products\\/23-2.jpg\"]'),(248,6,NULL,NULL,35,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/20.jpg\",\"products\\/33-1.jpg\",\"products\\/40.jpg\"]'),(249,6,NULL,NULL,36,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/31-1.jpg\",\"products\\/36.jpg\"]'),(250,4,NULL,NULL,27,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/60-2.jpg\"]'),(251,8,NULL,NULL,35,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-2.jpg\",\"products\\/60-2.jpg\",\"products\\/63.jpg\"]'),(252,1,NULL,NULL,13,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\",\"products\\/20-3.jpg\",\"products\\/57.jpg\"]'),(253,8,NULL,NULL,23,4.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-2.jpg\"]'),(254,6,NULL,NULL,22,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-1.jpg\",\"products\\/65-2.jpg\"]'),(255,6,NULL,NULL,59,2.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38-3.jpg\"]'),(256,2,NULL,NULL,32,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-1.jpg\",\"products\\/33-1.jpg\",\"products\\/37-2.jpg\"]'),(257,4,NULL,NULL,9,4.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/33-1.jpg\",\"products\\/35.jpg\",\"products\\/55-1.jpg\"]'),(260,4,NULL,NULL,47,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-3.jpg\",\"products\\/29-2.jpg\",\"products\\/35.jpg\"]'),(262,9,NULL,NULL,64,3.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/46.jpg\"]'),(263,5,NULL,NULL,47,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15.jpg\",\"products\\/24-2.jpg\"]'),(264,9,NULL,NULL,41,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-1.jpg\",\"products\\/57.jpg\"]'),(265,1,NULL,NULL,17,1.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-1.jpg\",\"products\\/38.jpg\",\"products\\/40-1.jpg\",\"products\\/49.jpg\"]'),(266,4,NULL,NULL,64,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-3.jpg\",\"products\\/51.jpg\"]'),(269,9,NULL,NULL,59,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/55-1.jpg\"]'),(271,2,NULL,NULL,39,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/36-1.jpg\",\"products\\/42-2.jpg\",\"products\\/46.jpg\"]'),(275,4,NULL,NULL,19,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-1.jpg\",\"products\\/44-2.jpg\",\"products\\/49-2.jpg\"]'),(276,5,NULL,NULL,32,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/44.jpg\",\"products\\/50.jpg\",\"products\\/54.jpg\"]'),(277,4,NULL,NULL,34,1.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/35-1.jpg\",\"products\\/39-2.jpg\",\"products\\/43-1.jpg\"]'),(278,9,NULL,NULL,21,5.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/37-2.jpg\",\"products\\/49.jpg\"]'),(280,4,NULL,NULL,45,2.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/33-1.jpg\",\"products\\/34.jpg\",\"products\\/42-2.jpg\"]'),(281,9,NULL,NULL,17,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17.jpg\",\"products\\/27-1.jpg\",\"products\\/64-1.jpg\",\"products\\/65-2.jpg\"]'),(282,6,NULL,NULL,7,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20-1.jpg\",\"products\\/20-3.jpg\",\"products\\/57.jpg\",\"products\\/63.jpg\"]'),(284,5,NULL,NULL,27,4.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/13.jpg\",\"products\\/16.jpg\",\"products\\/32-1.jpg\"]'),(285,8,NULL,NULL,9,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/21-2.jpg\",\"products\\/32-2.jpg\",\"products\\/43-2.jpg\"]'),(286,1,NULL,NULL,21,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32.jpg\",\"products\\/55-2.jpg\",\"products\\/60.jpg\"]'),(289,9,NULL,NULL,44,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/20-3.jpg\",\"products\\/34.jpg\",\"products\\/57.jpg\"]'),(290,6,NULL,NULL,61,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48-2.jpg\"]'),(291,9,NULL,NULL,26,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38-3.jpg\"]'),(292,9,NULL,NULL,33,3.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\",\"products\\/39-1.jpg\",\"products\\/48-2.jpg\",\"products\\/58.jpg\"]'),(295,8,NULL,NULL,55,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11.jpg\",\"products\\/46.jpg\",\"products\\/55-1.jpg\",\"products\\/65-2.jpg\"]'),(296,7,NULL,NULL,41,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-1.jpg\",\"products\\/10-1.jpg\"]'),(298,1,NULL,NULL,18,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-3.jpg\",\"products\\/28-1.jpg\",\"products\\/36-1.jpg\"]'),(299,5,NULL,NULL,26,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-3.jpg\",\"products\\/58-2.jpg\"]'),(300,9,NULL,NULL,19,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/3.jpg\",\"products\\/5-2.jpg\"]'),(304,9,NULL,NULL,46,1.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37-2.jpg\",\"products\\/43-2.jpg\"]'),(305,8,NULL,NULL,44,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/62.jpg\"]'),(307,4,NULL,NULL,44,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/16.jpg\",\"products\\/32-1.jpg\",\"products\\/57.jpg\"]'),(310,6,NULL,NULL,41,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26.jpg\"]'),(311,1,NULL,NULL,26,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-3.jpg\",\"products\\/9-2.jpg\"]'),(314,2,NULL,NULL,20,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21.jpg\",\"products\\/25-2.jpg\",\"products\\/61-1.jpg\"]'),(315,8,NULL,NULL,11,4.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/36-2.jpg\"]'),(319,3,NULL,NULL,19,1.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/52-1.jpg\",\"products\\/54-1.jpg\"]'),(320,5,NULL,NULL,44,1.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/13.jpg\",\"products\\/32-2.jpg\"]'),(324,7,NULL,NULL,32,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-3.jpg\",\"products\\/27.jpg\",\"products\\/30-2.jpg\",\"products\\/35-1.jpg\"]'),(327,4,NULL,NULL,62,3.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/8-2.jpg\",\"products\\/17.jpg\",\"products\\/45-1.jpg\"]'),(328,7,NULL,NULL,20,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/49.jpg\"]'),(329,1,NULL,NULL,44,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15.jpg\"]'),(330,5,NULL,NULL,41,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-1.jpg\",\"products\\/42-1.jpg\",\"products\\/60.jpg\"]'),(332,7,NULL,NULL,61,3.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\"]'),(333,3,NULL,NULL,54,3.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-2.jpg\"]'),(337,5,NULL,NULL,5,3.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2.jpg\",\"products\\/10.jpg\",\"products\\/49.jpg\",\"products\\/57.jpg\"]'),(338,8,NULL,NULL,2,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/55-1.jpg\",\"products\\/61.jpg\"]'),(340,2,NULL,NULL,27,3.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-1.jpg\",\"products\\/22-2.jpg\",\"products\\/32.jpg\"]'),(341,3,NULL,NULL,41,1.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-1.jpg\",\"products\\/49.jpg\"]'),(342,3,NULL,NULL,27,2.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/6.jpg\",\"products\\/33.jpg\",\"products\\/54.jpg\"]'),(343,1,NULL,NULL,3,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21-2.jpg\",\"products\\/33-1.jpg\",\"products\\/51.jpg\",\"products\\/54.jpg\"]'),(344,9,NULL,NULL,42,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/3.jpg\",\"products\\/29-2.jpg\"]'),(346,2,NULL,NULL,59,1.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/14.jpg\",\"products\\/17.jpg\",\"products\\/43.jpg\",\"products\\/62.jpg\"]'),(349,5,NULL,NULL,39,2.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/41.jpg\",\"products\\/52.jpg\",\"products\\/64.jpg\"]'),(351,9,NULL,NULL,50,4.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/54.jpg\"]'),(352,9,NULL,NULL,18,3.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-1.jpg\"]'),(353,1,NULL,NULL,43,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-2.jpg\",\"products\\/10.jpg\",\"products\\/11-1.jpg\",\"products\\/32-1.jpg\"]'),(357,4,NULL,NULL,6,2.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-3.jpg\",\"products\\/58-1.jpg\"]'),(358,3,NULL,NULL,45,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/12-3.jpg\",\"products\\/23-3.jpg\"]'),(359,7,NULL,NULL,60,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/53.jpg\"]'),(360,1,NULL,NULL,40,4.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23.jpg\",\"products\\/65-1.jpg\"]'),(362,8,NULL,NULL,18,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-1.jpg\",\"products\\/57.jpg\"]'),(366,7,NULL,NULL,63,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/45.jpg\"]'),(369,8,NULL,NULL,42,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/44.jpg\",\"products\\/52.jpg\",\"products\\/54-1.jpg\"]'),(371,4,NULL,NULL,41,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-2.jpg\",\"products\\/47-1.jpg\"]'),(374,8,NULL,NULL,39,5.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-1.jpg\",\"products\\/40-1.jpg\",\"products\\/41-2.jpg\"]'),(377,8,NULL,NULL,3,1.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/30-2.jpg\",\"products\\/57.jpg\",\"products\\/58.jpg\"]'),(381,2,NULL,NULL,52,3.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-2.jpg\"]'),(382,4,NULL,NULL,30,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/35-1.jpg\",\"products\\/59-1.jpg\",\"products\\/61.jpg\"]'),(383,3,NULL,NULL,9,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21.jpg\",\"products\\/49-2.jpg\",\"products\\/56-2.jpg\",\"products\\/58-2.jpg\"]'),(385,9,NULL,NULL,3,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-1.jpg\",\"products\\/29-1.jpg\",\"products\\/30-1.jpg\",\"products\\/52-2.jpg\"]'),(386,3,NULL,NULL,64,2.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/11.jpg\",\"products\\/60-1.jpg\"]'),(388,3,NULL,NULL,29,3.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38.jpg\",\"products\\/59.jpg\"]'),(392,1,NULL,NULL,11,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38.jpg\",\"products\\/43-2.jpg\"]'),(395,4,NULL,NULL,20,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/42-1.jpg\",\"products\\/43-2.jpg\",\"products\\/54.jpg\"]'),(397,9,NULL,NULL,56,3.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-2.jpg\",\"products\\/17-3.jpg\",\"products\\/18-1.jpg\",\"products\\/37.jpg\"]'),(398,6,NULL,NULL,14,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8.jpg\",\"products\\/19-3.jpg\",\"products\\/26-1.jpg\"]'),(401,3,NULL,NULL,49,1.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-2.jpg\",\"products\\/58-2.jpg\"]'),(405,5,NULL,NULL,48,3.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/14.jpg\",\"products\\/29-1.jpg\"]'),(406,6,NULL,NULL,5,3.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/26.jpg\",\"products\\/28-1.jpg\"]'),(409,6,NULL,NULL,39,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/41-1.jpg\",\"products\\/45-1.jpg\",\"products\\/63-1.jpg\"]'),(411,5,NULL,NULL,12,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48-2.jpg\"]'),(414,2,NULL,NULL,40,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/57.jpg\",\"products\\/64.jpg\"]'),(416,8,NULL,NULL,64,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21.jpg\",\"products\\/23.jpg\",\"products\\/49-2.jpg\"]'),(419,6,NULL,NULL,48,1.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28-1.jpg\"]'),(421,2,NULL,NULL,10,2.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28-2.jpg\"]'),(422,5,NULL,NULL,43,3.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/7.jpg\",\"products\\/20-3.jpg\",\"products\\/49-1.jpg\",\"products\\/60.jpg\"]'),(423,7,NULL,NULL,64,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/24-2.jpg\",\"products\\/26.jpg\",\"products\\/43-1.jpg\"]'),(429,8,NULL,NULL,19,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28-1.jpg\"]'),(430,7,NULL,NULL,57,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-2.jpg\",\"products\\/19.jpg\",\"products\\/40-1.jpg\",\"products\\/52-1.jpg\"]'),(431,7,NULL,NULL,34,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-1.jpg\",\"products\\/49.jpg\"]'),(435,3,NULL,NULL,26,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-3.jpg\",\"products\\/41-2.jpg\"]'),(436,6,NULL,NULL,40,4.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/46.jpg\"]'),(437,2,NULL,NULL,21,5.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-2.jpg\",\"products\\/59-3.jpg\"]'),(438,3,NULL,NULL,55,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\"]'),(439,6,NULL,NULL,9,1.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/14.jpg\",\"products\\/32-2.jpg\"]'),(442,8,NULL,NULL,30,3.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/24-1.jpg\"]'),(443,4,NULL,NULL,39,3.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/52-1.jpg\"]'),(454,3,NULL,NULL,2,5.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/53-1.jpg\",\"products\\/65-2.jpg\"]'),(455,7,NULL,NULL,43,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/56-2.jpg\"]'),(456,9,NULL,NULL,54,2.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/3.jpg\",\"products\\/20.jpg\"]'),(457,5,NULL,NULL,52,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/27.jpg\",\"products\\/46-1.jpg\",\"products\\/53.jpg\"]'),(462,6,NULL,NULL,45,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/19-2.jpg\",\"products\\/60-1.jpg\"]'),(464,3,NULL,NULL,60,1.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/56-2.jpg\"]'),(465,9,NULL,NULL,40,3.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/38-3.jpg\"]'),(466,1,NULL,NULL,5,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/30-1.jpg\"]'),(469,5,NULL,NULL,20,5.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-2.jpg\",\"products\\/14.jpg\",\"products\\/15.jpg\",\"products\\/27.jpg\"]'),(470,3,NULL,NULL,6,3.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\"]'),(472,8,NULL,NULL,63,1.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/33.jpg\",\"products\\/46.jpg\"]'),(476,8,NULL,NULL,56,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-3.jpg\",\"products\\/24-2.jpg\",\"products\\/50.jpg\"]'),(477,5,NULL,NULL,35,2.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20-2.jpg\",\"products\\/37-1.jpg\"]'),(478,4,NULL,NULL,14,5.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-1.jpg\"]'),(480,5,NULL,NULL,16,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/8-1.jpg\",\"products\\/54.jpg\"]'),(481,2,NULL,NULL,63,3.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/44-2.jpg\",\"products\\/54-1.jpg\"]'),(482,9,NULL,NULL,11,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/59-1.jpg\",\"products\\/59-3.jpg\"]'),(483,9,NULL,NULL,7,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-3.jpg\",\"products\\/62-1.jpg\"]'),(485,7,NULL,NULL,11,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/28.jpg\",\"products\\/64.jpg\"]'),(489,7,NULL,NULL,13,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/30-2.jpg\",\"products\\/36-1.jpg\",\"products\\/36-2.jpg\",\"products\\/65-2.jpg\"]'),(491,8,NULL,NULL,53,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-2.jpg\",\"products\\/22-1.jpg\",\"products\\/25-1.jpg\",\"products\\/40.jpg\"]'),(492,6,NULL,NULL,12,1.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18-1.jpg\",\"products\\/57-1.jpg\"]'),(493,4,NULL,NULL,54,2.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20.jpg\",\"products\\/39-2.jpg\",\"products\\/43.jpg\"]'),(496,4,NULL,NULL,40,1.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/19-1.jpg\"]'),(500,5,NULL,NULL,18,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/63.jpg\"]'),(509,6,NULL,NULL,25,5.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32-2.jpg\",\"products\\/38.jpg\",\"products\\/42-1.jpg\"]'),(510,5,NULL,NULL,37,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/58-1.jpg\"]'),(513,2,NULL,NULL,51,5.00,'Those guys now what they are doing, the release such a good product that it\'s a pleasure to work with ! Even when I was stuck on the project, I created a ticket and the next day it was replied by the team. GOOD JOB guys. I love working with them :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/42-2.jpg\"]'),(514,1,NULL,NULL,19,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/28-1.jpg\",\"products\\/32-2.jpg\",\"products\\/59.jpg\"]'),(516,4,NULL,NULL,42,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/30-2.jpg\"]'),(517,3,NULL,NULL,17,4.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-3.jpg\",\"products\\/56-1.jpg\"]'),(519,3,NULL,NULL,10,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/17-2.jpg\",\"products\\/18.jpg\",\"products\\/42-1.jpg\"]'),(520,3,NULL,NULL,46,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/9.jpg\",\"products\\/11-3.jpg\",\"products\\/48-1.jpg\"]'),(522,5,NULL,NULL,50,3.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/36-2.jpg\"]'),(523,9,NULL,NULL,55,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37-2.jpg\",\"products\\/38-1.jpg\",\"products\\/56.jpg\",\"products\\/65-1.jpg\"]'),(527,6,NULL,NULL,8,5.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-1.jpg\",\"products\\/50.jpg\"]'),(529,6,NULL,NULL,23,1.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/52.jpg\"]'),(538,2,NULL,NULL,47,1.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/21-2.jpg\",\"products\\/25-1.jpg\",\"products\\/30.jpg\"]'),(540,8,NULL,NULL,7,4.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/49.jpg\",\"products\\/64-1.jpg\"]'),(542,5,NULL,NULL,25,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25.jpg\",\"products\\/37-1.jpg\",\"products\\/37.jpg\",\"products\\/49.jpg\"]'),(543,2,NULL,NULL,54,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/43-1.jpg\"]'),(548,5,NULL,NULL,64,5.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/6.jpg\",\"products\\/50.jpg\"]'),(553,2,NULL,NULL,62,4.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/51.jpg\",\"products\\/61-1.jpg\"]'),(555,5,NULL,NULL,28,2.00,'For me the best eCommerce script on Envato at this moment: modern, clean code, a lot of great features. The customer support is great too: I always get an answer within hours!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20-1.jpg\",\"products\\/22-1.jpg\",\"products\\/56-1.jpg\",\"products\\/59-2.jpg\"]'),(556,3,NULL,NULL,5,5.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\",\"products\\/32-1.jpg\",\"products\\/55-2.jpg\"]'),(558,9,NULL,NULL,60,2.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/23-1.jpg\",\"products\\/56-1.jpg\",\"products\\/60-2.jpg\"]'),(560,4,NULL,NULL,22,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/17-1.jpg\"]'),(569,7,NULL,NULL,31,1.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/52.jpg\",\"products\\/56-2.jpg\",\"products\\/63-1.jpg\"]'),(575,5,NULL,NULL,53,3.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9.jpg\",\"products\\/60-1.jpg\",\"products\\/63-1.jpg\"]'),(579,9,NULL,NULL,49,2.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/23-3.jpg\",\"products\\/60-1.jpg\"]'),(580,2,NULL,NULL,14,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/16.jpg\",\"products\\/59-1.jpg\",\"products\\/63.jpg\"]'),(584,1,NULL,NULL,65,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-3.jpg\",\"products\\/12-2.jpg\",\"products\\/59-1.jpg\",\"products\\/60-1.jpg\"]'),(594,2,NULL,NULL,44,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/8.jpg\",\"products\\/11-2.jpg\",\"products\\/60.jpg\"]'),(598,7,NULL,NULL,44,2.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15.jpg\",\"products\\/23-2.jpg\",\"products\\/40.jpg\",\"products\\/47-1.jpg\"]'),(601,3,NULL,NULL,53,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-2.jpg\",\"products\\/49.jpg\"]'),(602,8,NULL,NULL,14,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-1.jpg\",\"products\\/20-1.jpg\",\"products\\/30.jpg\",\"products\\/37-1.jpg\"]'),(603,2,NULL,NULL,17,1.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8.jpg\",\"products\\/14.jpg\",\"products\\/30-2.jpg\",\"products\\/51.jpg\"]'),(606,5,NULL,NULL,45,4.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\",\"products\\/48.jpg\"]'),(609,7,NULL,NULL,54,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-2.jpg\",\"products\\/57.jpg\"]'),(611,2,NULL,NULL,65,2.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/24.jpg\",\"products\\/49-1.jpg\",\"products\\/51.jpg\"]'),(614,2,NULL,NULL,33,2.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-2.jpg\",\"products\\/33.jpg\"]'),(616,8,NULL,NULL,4,1.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19.jpg\",\"products\\/20.jpg\",\"products\\/48.jpg\",\"products\\/57.jpg\"]'),(617,1,NULL,NULL,1,4.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12.jpg\"]'),(621,7,NULL,NULL,23,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32.jpg\",\"products\\/52-2.jpg\"]'),(625,3,NULL,NULL,7,3.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/18-2.jpg\",\"products\\/25-1.jpg\",\"products\\/32.jpg\"]'),(626,6,NULL,NULL,31,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-2.jpg\",\"products\\/21-2.jpg\",\"products\\/27.jpg\",\"products\\/29.jpg\"]'),(629,9,NULL,NULL,14,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/55-1.jpg\"]'),(632,9,NULL,NULL,5,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-3.jpg\",\"products\\/24.jpg\",\"products\\/56-1.jpg\",\"products\\/60-1.jpg\"]'),(642,9,NULL,NULL,36,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-1.jpg\",\"products\\/5.jpg\",\"products\\/31-1.jpg\",\"products\\/41-2.jpg\"]'),(648,1,NULL,NULL,27,5.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-1.jpg\",\"products\\/12-3.jpg\"]'),(650,1,NULL,NULL,42,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-2.jpg\"]'),(651,3,NULL,NULL,63,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\"]'),(654,1,NULL,NULL,20,5.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-1.jpg\",\"products\\/34-1.jpg\",\"products\\/53-1.jpg\"]'),(658,8,NULL,NULL,22,2.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-1.jpg\",\"products\\/29-1.jpg\",\"products\\/49-2.jpg\",\"products\\/63-1.jpg\"]'),(664,1,NULL,NULL,59,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-1.jpg\",\"products\\/32.jpg\"]'),(666,2,NULL,NULL,49,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29.jpg\",\"products\\/54-1.jpg\",\"products\\/64-1.jpg\"]'),(670,1,NULL,NULL,62,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/52.jpg\",\"products\\/56.jpg\",\"products\\/58-2.jpg\"]'),(674,7,NULL,NULL,47,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\",\"products\\/20-2.jpg\",\"products\\/61.jpg\",\"products\\/63.jpg\"]'),(675,7,NULL,NULL,24,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11.jpg\",\"products\\/25-2.jpg\"]'),(677,4,NULL,NULL,28,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/31.jpg\"]'),(678,4,NULL,NULL,4,1.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/8-3.jpg\",\"products\\/18-1.jpg\",\"products\\/29-2.jpg\"]'),(679,3,NULL,NULL,23,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-1.jpg\",\"products\\/25.jpg\"]'),(681,7,NULL,NULL,46,4.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/19.jpg\",\"products\\/38-2.jpg\"]'),(683,7,NULL,NULL,58,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/39.jpg\",\"products\\/55-1.jpg\",\"products\\/58-1.jpg\",\"products\\/62-1.jpg\"]'),(684,6,NULL,NULL,63,5.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32.jpg\",\"products\\/39.jpg\",\"products\\/43-1.jpg\",\"products\\/51.jpg\"]'),(685,5,NULL,NULL,55,3.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/21-2.jpg\",\"products\\/34-1.jpg\"]'),(688,8,NULL,NULL,37,1.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-2.jpg\",\"products\\/21-1.jpg\",\"products\\/22-1.jpg\"]'),(691,4,NULL,NULL,13,4.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-3.jpg\",\"products\\/36-2.jpg\",\"products\\/52-1.jpg\",\"products\\/62-1.jpg\"]'),(692,8,NULL,NULL,41,3.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29.jpg\"]'),(693,4,NULL,NULL,21,4.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/57-1.jpg\"]'),(699,2,NULL,NULL,41,2.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/37-2.jpg\"]'),(700,2,NULL,NULL,56,2.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/54.jpg\"]'),(702,3,NULL,NULL,31,1.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\"]'),(705,4,NULL,NULL,35,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15.jpg\",\"products\\/23-1.jpg\",\"products\\/24-1.jpg\",\"products\\/53.jpg\"]'),(706,9,NULL,NULL,53,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/13-1.jpg\",\"products\\/26-1.jpg\",\"products\\/31.jpg\",\"products\\/50-1.jpg\"]'),(707,6,NULL,NULL,64,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/58-2.jpg\"]'),(709,2,NULL,NULL,36,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-1.jpg\",\"products\\/22-2.jpg\",\"products\\/47-1.jpg\",\"products\\/48-1.jpg\"]'),(710,9,NULL,NULL,6,2.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/23.jpg\",\"products\\/32-2.jpg\",\"products\\/59-3.jpg\"]'),(714,9,NULL,NULL,29,1.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20-2.jpg\",\"products\\/48-2.jpg\",\"products\\/49-2.jpg\",\"products\\/63.jpg\"]'),(718,4,NULL,NULL,56,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15.jpg\",\"products\\/37-1.jpg\",\"products\\/63-1.jpg\"]'),(719,8,NULL,NULL,21,5.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/46-1.jpg\"]'),(723,7,NULL,NULL,22,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23.jpg\",\"products\\/48-2.jpg\"]'),(724,5,NULL,NULL,21,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-1.jpg\",\"products\\/65-1.jpg\"]'),(731,8,NULL,NULL,50,5.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/35.jpg\",\"products\\/46-1.jpg\"]'),(742,5,NULL,NULL,10,5.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/54.jpg\",\"products\\/57.jpg\",\"products\\/63.jpg\"]'),(743,9,NULL,NULL,24,2.00,'I Love this Script. I also found how to add other fees. Now I just wait the BIG update for the Marketplace with the Bulk Import. Just do not forget to make it to be Multi-language for us the Botble Fans.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/10-1.jpg\",\"products\\/46-1.jpg\",\"products\\/52-1.jpg\"]'),(745,5,NULL,NULL,34,3.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/23-1.jpg\"]'),(748,8,NULL,NULL,24,1.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/41-2.jpg\"]'),(756,2,NULL,NULL,3,1.00,'Cool template. Excellent code quality. The support responds very quickly, which is very rare on themeforest and codecanyon.net, I buy a lot of templates, and everyone will have a response from technical support for two or three days. Thanks to tech support. I recommend to buy.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/30-1.jpg\"]'),(761,6,NULL,NULL,60,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/33-1.jpg\",\"products\\/46-1.jpg\",\"products\\/62.jpg\"]'),(763,1,NULL,NULL,28,5.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/40.jpg\",\"products\\/45.jpg\",\"products\\/58.jpg\"]'),(766,4,NULL,NULL,2,2.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-1.jpg\",\"products\\/20-3.jpg\",\"products\\/38-3.jpg\",\"products\\/54.jpg\"]'),(768,2,NULL,NULL,23,5.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/63-1.jpg\"]'),(776,8,NULL,NULL,36,2.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-2.jpg\",\"products\\/12.jpg\",\"products\\/51.jpg\"]'),(778,1,NULL,NULL,30,4.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/39-2.jpg\",\"products\\/63-1.jpg\"]'),(779,8,NULL,NULL,43,2.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/57.jpg\"]'),(781,3,NULL,NULL,44,5.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/16.jpg\",\"products\\/44-2.jpg\",\"products\\/49-2.jpg\"]'),(790,3,NULL,NULL,3,3.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/17-2.jpg\",\"products\\/32-2.jpg\",\"products\\/56-1.jpg\",\"products\\/57-1.jpg\"]'),(792,8,NULL,NULL,61,2.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-3.jpg\",\"products\\/22.jpg\",\"products\\/30.jpg\",\"products\\/60-1.jpg\"]'),(793,1,NULL,NULL,10,3.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/60-1.jpg\"]'),(807,7,NULL,NULL,6,5.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-1.jpg\",\"products\\/26-1.jpg\",\"products\\/43-1.jpg\",\"products\\/50-1.jpg\"]'),(810,1,NULL,NULL,23,4.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/37.jpg\",\"products\\/42.jpg\",\"products\\/52-2.jpg\"]'),(815,4,NULL,NULL,50,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8.jpg\",\"products\\/28.jpg\",\"products\\/60-1.jpg\"]'),(816,3,NULL,NULL,42,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-2.jpg\",\"products\\/24-1.jpg\",\"products\\/56.jpg\"]'),(817,2,NULL,NULL,48,3.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/31-1.jpg\",\"products\\/32-2.jpg\",\"products\\/42.jpg\",\"products\\/63-1.jpg\"]'),(821,9,NULL,NULL,48,2.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-1.jpg\",\"products\\/12.jpg\",\"products\\/32-1.jpg\",\"products\\/57.jpg\"]'),(824,5,NULL,NULL,24,4.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-3.jpg\",\"products\\/31-1.jpg\",\"products\\/35.jpg\",\"products\\/64.jpg\"]'),(825,6,NULL,NULL,46,4.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\"]'),(826,5,NULL,NULL,54,2.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-2.jpg\",\"products\\/30-2.jpg\",\"products\\/58-2.jpg\"]'),(834,3,NULL,NULL,11,5.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2-2.jpg\",\"products\\/18-3.jpg\",\"products\\/19-2.jpg\"]'),(838,4,NULL,NULL,31,4.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/38.jpg\"]'),(839,1,NULL,NULL,25,5.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/24.jpg\"]'),(851,5,NULL,NULL,60,5.00,'Perfect +++++++++ i love it really also i get to fast ticket answers... Thanks Lot BOTBLE Teams','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/2.jpg\",\"products\\/42-1.jpg\"]'),(852,5,NULL,NULL,19,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/20-1.jpg\",\"products\\/22-3.jpg\",\"products\\/54-1.jpg\"]'),(853,8,NULL,NULL,45,4.00,'The best ecommerce CMS! Excellent coding! best support service! Thank you so much..... I really like your hard work.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/29-2.jpg\",\"products\\/34.jpg\",\"products\\/41.jpg\",\"products\\/42.jpg\"]'),(858,4,NULL,NULL,23,3.00,'We have received brilliant service support and will be expanding the features with the developer. Nice product!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/55.jpg\",\"products\\/59-2.jpg\"]'),(859,5,NULL,NULL,36,1.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/18.jpg\",\"products\\/20.jpg\"]'),(863,2,NULL,NULL,46,5.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/41-2.jpg\",\"products\\/56-1.jpg\",\"products\\/56.jpg\"]'),(864,7,NULL,NULL,33,4.00,'Clean & perfect source code','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10-2.jpg\",\"products\\/20.jpg\"]'),(865,4,NULL,NULL,60,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/11-1.jpg\",\"products\\/24-1.jpg\",\"products\\/49-2.jpg\",\"products\\/54.jpg\"]'),(869,8,NULL,NULL,57,4.00,'The script is the best of its class, fast, easy to implement and work with , and the most important thing is the great support team , Recommend with no doubt.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/30-2.jpg\",\"products\\/56-2.jpg\"]'),(874,7,NULL,NULL,56,2.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/20.jpg\",\"products\\/29-2.jpg\",\"products\\/38-1.jpg\"]'),(876,7,NULL,NULL,30,1.00,'Good app, good backup service and support. Good documentation.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/35.jpg\",\"products\\/44-2.jpg\"]'),(878,9,NULL,NULL,4,4.00,'Great system, great support, good job Botble. I\'m looking forward to more great functional plugins.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22-1.jpg\"]'),(880,9,NULL,NULL,35,4.00,'Customer Support are grade (A*), however the code is a way too over engineered for it\'s purpose.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15.jpg\",\"products\\/36-1.jpg\"]'),(881,6,NULL,NULL,18,4.00,'These guys are amazing! Responses immediately, amazing support and help... I immediately feel at ease after Purchasing..','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5.jpg\",\"products\\/11-3.jpg\",\"products\\/51.jpg\"]'),(889,6,NULL,NULL,43,2.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4-3.jpg\",\"products\\/10-1.jpg\"]'),(891,7,NULL,NULL,19,4.00,'As a developer I reviewed this script. This is really awesome ecommerce script. I have convinced when I noticed that it\'s built on fully WordPress concept.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/10.jpg\",\"products\\/33-2.jpg\",\"products\\/35.jpg\"]'),(894,3,NULL,NULL,13,4.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/18.jpg\",\"products\\/21.jpg\",\"products\\/33-2.jpg\",\"products\\/49-1.jpg\"]'),(901,3,NULL,NULL,14,2.00,'Amazing code, amazing support. Overall, im really confident in Botble and im happy I made the right choice! Thank you so much guys for coding this masterpiece','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/1.jpg\",\"products\\/12-3.jpg\",\"products\\/44.jpg\"]'),(919,5,NULL,NULL,4,4.00,'Very enthusiastic support! Excellent code is written. It\'s a true pleasure working with.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/9-2.jpg\",\"products\\/18-3.jpg\",\"products\\/24-1.jpg\",\"products\\/27.jpg\"]'),(923,5,NULL,NULL,14,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/8-1.jpg\",\"products\\/12-2.jpg\",\"products\\/16.jpg\",\"products\\/49-1.jpg\"]'),(927,1,NULL,NULL,8,1.00,'Great E-commerce system. And much more : Wonderful Customer Support.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/12-2.jpg\",\"products\\/49-2.jpg\"]'),(934,9,NULL,NULL,37,2.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/27-1.jpg\",\"products\\/60-2.jpg\",\"products\\/61-1.jpg\"]'),(939,9,NULL,NULL,39,2.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/22.jpg\"]'),(955,7,NULL,NULL,15,5.00,'Second or third time that I buy a Botble product, happy with the products and support. You guys do a good job :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/48-1.jpg\",\"products\\/55-1.jpg\"]'),(958,7,NULL,NULL,5,3.00,'The best store template! Excellent coding! Very good support! Thank you so much for all the help, I really appreciated.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32.jpg\"]'),(960,6,NULL,NULL,56,3.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/51.jpg\"]'),(966,6,NULL,NULL,53,3.00,'This script is well coded and is super fast. The support is pretty quick. Very patient and helpful team. I strongly recommend it and they deserve more than 5 stars.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/15-1.jpg\",\"products\\/23-3.jpg\",\"products\\/26.jpg\",\"products\\/58-2.jpg\"]'),(967,9,NULL,NULL,30,3.00,'It\'s not my first experience here on Codecanyon and I can honestly tell you all that Botble puts a LOT of effort into the support. They answer so fast, they helped me tons of times. REALLY by far THE BEST EXPERIENCE on Codecanyon. Those guys at Botble are so good that they deserve 5 stars. I recommend them, I trust them and I can\'t wait to see what they will sell in a near future. Thank you Botble :)','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/32.jpg\",\"products\\/35-1.jpg\",\"products\\/49-1.jpg\"]'),(973,2,NULL,NULL,31,3.00,'Best ecommerce CMS online store!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/25-2.jpg\"]'),(983,9,NULL,NULL,1,2.00,'Ok good product. I have some issues in customizations. But its not correct to blame the developer. The product is good. Good luck for your business.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/4.jpg\",\"products\\/10.jpg\",\"products\\/28-2.jpg\",\"products\\/46.jpg\"]'),(986,4,NULL,NULL,49,2.00,'This web app is really good in design, code quality & features. Besides, the customer support provided by the Botble team was really fast & helpful. You guys are awesome!','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/45.jpg\"]'),(987,2,NULL,NULL,30,4.00,'Solution is too robust for our purpose so we didn\'t use it at the end. But I appreciate customer support during initial configuration.','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/5-2.jpg\",\"products\\/21-2.jpg\",\"products\\/39-1.jpg\",\"products\\/61.jpg\"]'),(1000,9,NULL,NULL,12,1.00,'The code is good, in general, if you like it, can you give it 5 stars?','published','2024-06-18 23:02:52','2024-06-18 23:02:52','[\"products\\/19-3.jpg\",\"products\\/22-1.jpg\"]'); /*!40000 ALTER TABLE `ec_reviews` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipment_histories` -- DROP TABLE IF EXISTS `ec_shipment_histories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_shipment_histories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `action` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `shipment_id` bigint unsigned NOT NULL, `order_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `user_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipment_histories` -- LOCK TABLES `ec_shipment_histories` WRITE; /*!40000 ALTER TABLE `ec_shipment_histories` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shipment_histories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipments` -- DROP TABLE IF EXISTS `ec_shipments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_shipments` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `order_id` bigint unsigned NOT NULL, `user_id` bigint unsigned DEFAULT NULL, `weight` double(8,2) DEFAULT '0.00', `shipment_id` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `rate_id` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `note` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `cod_amount` decimal(15,2) DEFAULT '0.00', `cod_status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `cross_checking_status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `price` decimal(15,2) DEFAULT '0.00', `store_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `tracking_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `shipping_company_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tracking_link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `estimate_date_shipped` datetime DEFAULT NULL, `date_shipped` datetime DEFAULT NULL, `label_url` text COLLATE utf8mb4_unicode_ci, `metadata` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipments` -- LOCK TABLES `ec_shipments` WRITE; /*!40000 ALTER TABLE `ec_shipments` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shipments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipping` -- DROP TABLE IF EXISTS `ec_shipping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_shipping` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipping` -- LOCK TABLES `ec_shipping` WRITE; /*!40000 ALTER TABLE `ec_shipping` DISABLE KEYS */; INSERT INTO `ec_shipping` VALUES (1,'All',NULL,'2024-06-18 23:02:48','2024-06-18 23:02:48'); /*!40000 ALTER TABLE `ec_shipping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipping_rule_items` -- DROP TABLE IF EXISTS `ec_shipping_rule_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_shipping_rule_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `shipping_rule_id` bigint unsigned NOT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `adjustment_price` decimal(15,2) DEFAULT '0.00', `is_enabled` tinyint(1) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipping_rule_items` -- LOCK TABLES `ec_shipping_rule_items` WRITE; /*!40000 ALTER TABLE `ec_shipping_rule_items` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_shipping_rule_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_shipping_rules` -- DROP TABLE IF EXISTS `ec_shipping_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_shipping_rules` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `shipping_id` bigint unsigned NOT NULL, `type` varchar(24) COLLATE utf8mb4_unicode_ci DEFAULT 'based_on_price', `from` decimal(15,2) DEFAULT '0.00', `to` decimal(15,2) DEFAULT '0.00', `price` decimal(15,2) DEFAULT '0.00', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_shipping_rules` -- LOCK TABLES `ec_shipping_rules` WRITE; /*!40000 ALTER TABLE `ec_shipping_rules` DISABLE KEYS */; INSERT INTO `ec_shipping_rules` VALUES (1,'Free delivery',1,'based_on_price',0.00,NULL,0.00,'2024-06-18 23:02:48','2024-06-18 23:02:48'); /*!40000 ALTER TABLE `ec_shipping_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_store_locators` -- DROP TABLE IF EXISTS `ec_store_locators`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_store_locators` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_primary` tinyint(1) DEFAULT '0', `is_shipping_location` tinyint(1) DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_store_locators` -- LOCK TABLES `ec_store_locators` WRITE; /*!40000 ALTER TABLE `ec_store_locators` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_store_locators` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_tax_products` -- DROP TABLE IF EXISTS `ec_tax_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_tax_products` ( `tax_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, PRIMARY KEY (`product_id`,`tax_id`), KEY `ec_tax_products_tax_id_index` (`tax_id`), KEY `ec_tax_products_product_id_index` (`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_tax_products` -- LOCK TABLES `ec_tax_products` WRITE; /*!40000 ALTER TABLE `ec_tax_products` DISABLE KEYS */; INSERT INTO `ec_tax_products` VALUES (1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(1,11),(1,12),(1,13),(1,14),(1,15),(1,16),(1,17),(1,18),(1,19),(1,20),(1,21),(1,22),(1,23),(1,24),(1,25),(1,26),(1,27),(1,28),(1,29),(1,30),(1,31),(1,32),(1,33),(1,34),(1,35),(1,36),(1,37),(1,38),(1,39),(1,40),(1,41),(1,42),(1,43),(1,44),(1,45),(1,46),(1,47),(1,48),(1,49),(1,50),(1,51),(1,52),(1,53),(1,54),(1,55),(1,56),(1,57),(1,58),(1,59),(1,60),(1,61),(1,62),(1,63),(1,64),(1,65); /*!40000 ALTER TABLE `ec_tax_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_tax_rules` -- DROP TABLE IF EXISTS `ec_tax_rules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_tax_rules` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `tax_id` bigint unsigned NOT NULL, `country` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `state` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `priority` int DEFAULT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_tax_rules` -- LOCK TABLES `ec_tax_rules` WRITE; /*!40000 ALTER TABLE `ec_tax_rules` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_tax_rules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_taxes` -- DROP TABLE IF EXISTS `ec_taxes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_taxes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `percentage` double(8,6) DEFAULT NULL, `priority` int DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_taxes` -- LOCK TABLES `ec_taxes` WRITE; /*!40000 ALTER TABLE `ec_taxes` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_taxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ec_wish_lists` -- DROP TABLE IF EXISTS `ec_wish_lists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ec_wish_lists` ( `customer_id` bigint unsigned NOT NULL, `product_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`customer_id`,`product_id`), KEY `wishlist_relation_index` (`product_id`,`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ec_wish_lists` -- LOCK TABLES `ec_wish_lists` WRITE; /*!40000 ALTER TABLE `ec_wish_lists` DISABLE KEYS */; /*!40000 ALTER TABLE `ec_wish_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `failed_jobs` -- DROP TABLE IF EXISTS `failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `failed_jobs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `failed_jobs` -- LOCK TABLES `failed_jobs` WRITE; /*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq_categories` -- DROP TABLE IF EXISTS `faq_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `faq_categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `order` tinyint NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faq_categories` -- LOCK TABLES `faq_categories` WRITE; /*!40000 ALTER TABLE `faq_categories` DISABLE KEYS */; INSERT INTO `faq_categories` VALUES (1,'Sales & Pricing',0,'published','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(2,'Project Management',1,'published','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(3,'Client Satisfaction',2,'published','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(4,'Our Team',3,'published','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(5,'Security',4,'published','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(6,'Client Support',5,'published','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL); /*!40000 ALTER TABLE `faq_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faq_categories_translations` -- DROP TABLE IF EXISTS `faq_categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `faq_categories_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `faq_categories_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`faq_categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faq_categories_translations` -- LOCK TABLES `faq_categories_translations` WRITE; /*!40000 ALTER TABLE `faq_categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `faq_categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `question` text COLLATE utf8mb4_unicode_ci NOT NULL, `answer` text COLLATE utf8mb4_unicode_ci NOT NULL, `category_id` bigint unsigned NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; INSERT INTO `faqs` VALUES (1,'Can I see a demo before purchasing your business services?','Absolutely! We understand that seeing our services in action can be helpful. In most cases, we can provide a free demo or consultation to showcase our capabilities and ensure they align with your specific needs.',4,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(2,'What types of payment plans do you offer for your business services?','We offer flexible payment plans to cater to different business budgets. We may offer upfront payments, monthly installments, or project-based pricing depending on the service. Feel free to discuss your preferred payment option with our sales team to find the best solution for you.',4,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(3,'What is the turnaround time for your business services?','Turnaround times can vary depending on the complexity of the service and your specific needs. We will provide a clear timeline during the initial consultation or proposal stage. We also prioritize open communication and keep you updated throughout the process.',6,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(4,'Do you offer any guarantees or warranties on your business services?','We stand behind the quality of our work and offer satisfaction guarantees on many of our services. The specific terms will be outlined in our agreement. If you have any concerns, don\'t hesitate to ask for clarification.',3,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(5,'What qualifications or certifications do your team members have?','Our team is comprised of experienced and qualified professionals. We invest in ongoing training to ensure we stay up-to-date on the latest industry trends and best practices. Feel free to inquire about specific credentials or expertise relevant to your needs.',1,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(6,'How do you ensure the security of my data when using your business services?','Data security is a top priority for us. We employ robust security measures to protect your information, including secure servers, encryption protocols, and access controls. We can provide more details about our security practices upon request.',6,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(7,'Can I customize your business services to fit my specific needs?','Yes, customization is often possible. We understand that every business is unique. We take the time to understand your requirements and tailor our services to deliver the best possible outcome for your specific situation.',5,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(8,'How can I get a quote for your business services?','Getting a quote is easy! Simply contact us through our website, email, or phone. We will discuss your needs and provide a personalized quote based on the chosen service and its scope.',4,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(9,'What is the difference between your various business service packages?','We offer a variety of service packages to cater to different business needs and budgets. Each package will typically include a specific set of features or deliverables. We would be happy to explain the differences and recommend the best option for you during a consultation.',5,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(10,'Do you offer any ongoing support after I purchase your business services?','Yes, we offer ongoing support to ensure you get the most out of our services. This may include training materials, access to a help desk, or even additional consultations depending on the service.',2,'published','2024-06-18 23:02:12','2024-06-18 23:02:12'); /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs_translations` -- DROP TABLE IF EXISTS `faqs_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `faqs_id` bigint unsigned NOT NULL, `question` text COLLATE utf8mb4_unicode_ci, `answer` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`faqs_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs_translations` -- LOCK TABLES `faqs_translations` WRITE; /*!40000 ALTER TABLE `faqs_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fob_comments` -- DROP TABLE IF EXISTS `fob_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `fob_comments` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `reply_to` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `author_id` bigint unsigned DEFAULT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `reference_id` bigint unsigned DEFAULT NULL, `reference_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `website` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending', `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `fob_comments_author_type_author_id_index` (`author_type`,`author_id`), KEY `fob_comments_reference_type_reference_id_index` (`reference_type`,`reference_id`), KEY `fob_comments_reply_to_index` (`reply_to`), KEY `fob_comments_reference_url_index` (`reference_url`), KEY `fob_comments_status_index` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fob_comments` -- LOCK TABLES `fob_comments` WRITE; /*!40000 ALTER TABLE `fob_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `fob_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `galleries` -- DROP TABLE IF EXISTS `galleries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `galleries` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `order` tinyint unsigned NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `galleries_user_id_index` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `galleries` -- LOCK TABLES `galleries` WRITE; /*!40000 ALTER TABLE `galleries` DISABLE KEYS */; INSERT INTO `galleries` VALUES (1,'Perfect','Quo ipsum quo officia error corrupti. Consequatur quia quo enim minima. Ab ut qui sed rerum. Dolor totam est magnam fugit repudiandae sunt possimus.',0,0,'galleries/1.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(2,'New Day','Dolorum dolorem tempore cumque voluptatem quidem. Perferendis quos quos possimus dolor consectetur eius. Et id minus iure itaque.',0,0,'galleries/2.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(3,'Happy Day','Temporibus cum mollitia velit harum amet. Dolores aliquam quis ipsam eos eius. Harum nulla praesentium repellendus necessitatibus et.',0,0,'galleries/3.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(4,'Nature','Et velit voluptatem optio saepe quis. Officia porro dolorum et ut amet. Reiciendis velit totam perferendis natus odit.',0,0,'galleries/4.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(5,'Morning','Occaecati blanditiis tempora voluptatem quis. Quis et vel excepturi et tenetur ut.',0,0,'galleries/5.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(6,'Sunset','Consequuntur impedit ut qui quia quibusdam est quo. A et atque qui ullam velit corrupti ipsa. Velit occaecati porro asperiores veritatis.',0,0,'galleries/6.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(7,'Ocean Views','Adipisci laborum quis pariatur enim sed. Voluptatibus ab id et quod quidem blanditiis est.',0,0,'galleries/7.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'),(8,'Adventure Time','Aut enim amet labore aut. Et veniam aut voluptate. Aut soluta rerum illo qui sunt nemo qui.',0,0,'galleries/8.jpg',1,'published','2024-06-18 23:02:03','2024-06-18 23:02:03'); /*!40000 ALTER TABLE `galleries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `galleries_translations` -- DROP TABLE IF EXISTS `galleries_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `galleries_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `galleries_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`galleries_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `galleries_translations` -- LOCK TABLES `galleries_translations` WRITE; /*!40000 ALTER TABLE `galleries_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `galleries_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gallery_meta` -- DROP TABLE IF EXISTS `gallery_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `gallery_meta` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `images` text COLLATE utf8mb4_unicode_ci, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `gallery_meta_reference_id_index` (`reference_id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gallery_meta` -- LOCK TABLES `gallery_meta` WRITE; /*!40000 ALTER TABLE `gallery_meta` DISABLE KEYS */; INSERT INTO `gallery_meta` VALUES (1,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',1,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(2,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',2,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(3,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',3,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(4,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',4,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(5,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',5,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(6,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',6,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(7,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',7,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'),(8,'[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]',8,'Botble\\Gallery\\Models\\Gallery','2024-06-18 23:02:03','2024-06-18 23:02:03'); /*!40000 ALTER TABLE `gallery_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gallery_meta_translations` -- DROP TABLE IF EXISTS `gallery_meta_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `gallery_meta_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `gallery_meta_id` bigint unsigned NOT NULL, `images` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`gallery_meta_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gallery_meta_translations` -- LOCK TABLES `gallery_meta_translations` WRITE; /*!40000 ALTER TABLE `gallery_meta_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `gallery_meta_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jobs` -- DROP TABLE IF EXISTS `jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `jobs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `queue` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `attempts` tinyint unsigned NOT NULL, `reserved_at` int unsigned DEFAULT NULL, `available_at` int unsigned NOT NULL, `created_at` int unsigned NOT NULL, PRIMARY KEY (`id`), KEY `jobs_queue_index` (`queue`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jobs` -- LOCK TABLES `jobs` WRITE; /*!40000 ALTER TABLE `jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `language_meta` -- DROP TABLE IF EXISTS `language_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `language_meta` ( `lang_meta_id` bigint unsigned NOT NULL AUTO_INCREMENT, `lang_meta_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lang_meta_origin` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`lang_meta_id`), KEY `language_meta_reference_id_index` (`reference_id`), KEY `meta_code_index` (`lang_meta_code`), KEY `meta_origin_index` (`lang_meta_origin`), KEY `meta_reference_type_index` (`reference_type`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `language_meta` -- LOCK TABLES `language_meta` WRITE; /*!40000 ALTER TABLE `language_meta` DISABLE KEYS */; INSERT INTO `language_meta` VALUES (1,'en_US','529d1e3ada84a8c98b2f7c9cfbfde688',1,'Botble\\Menu\\Models\\MenuLocation'),(2,'en_US','f32186c489572f91aa08837f74408e71',1,'Botble\\Menu\\Models\\Menu'),(3,'en_US','706d57c4be851bdefe8b62e3810b9a41',1,'Botble\\SimpleSlider\\Models\\SimpleSlider'); /*!40000 ALTER TABLE `language_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `languages` -- DROP TABLE IF EXISTS `languages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `languages` ( `lang_id` bigint unsigned NOT NULL AUTO_INCREMENT, `lang_name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `lang_locale` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `lang_flag` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lang_is_default` tinyint unsigned NOT NULL DEFAULT '0', `lang_order` int NOT NULL DEFAULT '0', `lang_is_rtl` tinyint unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`lang_id`), KEY `lang_locale_index` (`lang_locale`), KEY `lang_code_index` (`lang_code`), KEY `lang_is_default_index` (`lang_is_default`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `languages` -- LOCK TABLES `languages` WRITE; /*!40000 ALTER TABLE `languages` DISABLE KEYS */; INSERT INTO `languages` VALUES (1,'English','en','en_US','us',1,0,0); /*!40000 ALTER TABLE `languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media_files` -- DROP TABLE IF EXISTS `media_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `media_files` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `alt` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `folder_id` bigint unsigned NOT NULL DEFAULT '0', `mime_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `size` int NOT NULL, `url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `options` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, `visibility` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'public', PRIMARY KEY (`id`), KEY `media_files_user_id_index` (`user_id`), KEY `media_files_index` (`folder_id`,`user_id`,`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=336 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media_files` -- LOCK TABLES `media_files` WRITE; /*!40000 ALTER TABLE `media_files` DISABLE KEYS */; INSERT INTO `media_files` VALUES (1,0,'about-us-information-1','about-us-information-1',1,'image/jpeg',12878,'general/about-us-information-1.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(2,0,'about-us-information-10','about-us-information-10',1,'image/jpeg',6813,'general/about-us-information-10.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(3,0,'about-us-information-11-1','about-us-information-11-1',1,'image/jpeg',4980,'general/about-us-information-11-1.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(4,0,'about-us-information-11-2','about-us-information-11-2',1,'image/png',1940,'general/about-us-information-11-2.png','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(5,0,'about-us-information-11','about-us-information-11',1,'image/jpeg',7174,'general/about-us-information-11.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(6,0,'about-us-information-13','about-us-information-13',1,'image/jpeg',13236,'general/about-us-information-13.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(7,0,'about-us-information-14','about-us-information-14',1,'image/png',30399,'general/about-us-information-14.png','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(8,0,'about-us-information-15','about-us-information-15',1,'image/png',7778,'general/about-us-information-15.png','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(9,0,'about-us-information-16','about-us-information-16',1,'image/png',7320,'general/about-us-information-16.png','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(10,0,'about-us-information-2-1','about-us-information-2-1',1,'image/jpeg',8580,'general/about-us-information-2-1.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(11,0,'about-us-information-2-2','about-us-information-2-2',1,'image/jpeg',2974,'general/about-us-information-2-2.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(12,0,'about-us-information-3-1','about-us-information-3-1',1,'image/jpeg',10406,'general/about-us-information-3-1.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(13,0,'about-us-information-3-2','about-us-information-3-2',1,'image/jpeg',1745,'general/about-us-information-3-2.jpg','[]','2024-06-18 23:01:53','2024-06-18 23:01:53',NULL,'public'),(14,0,'about-us-information-4-1','about-us-information-4-1',1,'image/jpeg',9362,'general/about-us-information-4-1.jpg','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(15,0,'about-us-information-4-2','about-us-information-4-2',1,'image/jpeg',2161,'general/about-us-information-4-2.jpg','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(16,0,'about-us-information-4-3','about-us-information-4-3',1,'image/png',9470,'general/about-us-information-4-3.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(17,0,'about-us-information-5-1','about-us-information-5-1',1,'image/png',2845,'general/about-us-information-5-1.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(18,0,'about-us-information-5','about-us-information-5',1,'image/jpeg',10266,'general/about-us-information-5.jpg','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(19,0,'about-us-information-6-1','about-us-information-6-1',1,'image/png',9939,'general/about-us-information-6-1.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(20,0,'about-us-information-6-2','about-us-information-6-2',1,'image/png',3037,'general/about-us-information-6-2.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(21,0,'about-us-information-6-3','about-us-information-6-3',1,'image/png',2223,'general/about-us-information-6-3.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(22,0,'about-us-information-6-4','about-us-information-6-4',1,'image/png',12341,'general/about-us-information-6-4.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(23,0,'about-us-information-6','about-us-information-6',1,'image/jpeg',4329,'general/about-us-information-6.jpg','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(24,0,'about-us-information-7','about-us-information-7',1,'image/png',13510,'general/about-us-information-7.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(25,0,'about-us-information-8-1','about-us-information-8-1',1,'image/jpeg',8429,'general/about-us-information-8-1.jpg','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(26,0,'about-us-information-8-2','about-us-information-8-2',1,'image/jpeg',3553,'general/about-us-information-8-2.jpg','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(27,0,'about-us-information-9-1','about-us-information-9-1',1,'image/png',8037,'general/about-us-information-9-1.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(28,0,'about-us-information-9','about-us-information-9',1,'image/png',8152,'general/about-us-information-9.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(29,0,'author-avatar','author-avatar',1,'image/png',3528,'general/author-avatar.png','[]','2024-06-18 23:01:54','2024-06-18 23:01:54',NULL,'public'),(30,0,'author-signature','author-signature',1,'image/png',428,'general/author-signature.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(31,0,'consulting-block','consulting-block',1,'image/jpeg',5821,'general/consulting-block.jpg','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(32,0,'content-featured','content-featured',1,'image/jpeg',5678,'general/content-featured.jpg','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(33,0,'faq','faq',1,'image/png',24258,'general/faq.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(34,0,'hero-banner-4','hero-banner-4',1,'image/png',14400,'general/hero-banner-4.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(35,0,'hero-banner-5-1','hero-banner-5-1',1,'image/png',1967,'general/hero-banner-5-1.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(36,0,'hero-banner-5','hero-banner-5',1,'image/png',10642,'general/hero-banner-5.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(37,0,'hero-banner-slider-team','hero-banner-slider-team',1,'image/png',1760,'general/hero-banner-slider-team.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(38,0,'testimonials-1','testimonials-1',1,'image/png',6274,'general/testimonials-1.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(39,0,'testimonials-4-1','testimonials-4-1',1,'image/png',8618,'general/testimonials-4-1.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(40,0,'testimonials-4','testimonials-4',1,'image/png',8618,'general/testimonials-4.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(41,0,'favicon','favicon',2,'image/png',756,'icons/favicon.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(42,0,'logo-white','logo-white',2,'image/png',1748,'icons/logo-white.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(43,0,'logo','logo',2,'image/png',2537,'icons/logo.png','[]','2024-06-18 23:01:55','2024-06-18 23:01:55',NULL,'public'),(44,0,'popularity','popularity',2,'image/png',1531,'icons/popularity.png','[]','2024-06-18 23:01:56','2024-06-18 23:01:56',NULL,'public'),(45,0,'preloader-image','preloader-image',2,'image/gif',602487,'icons/preloader-image.gif','[]','2024-06-18 23:01:56','2024-06-18 23:01:56',NULL,'public'),(46,0,'star','star',2,'image/png',2711,'icons/star.png','[]','2024-06-18 23:01:58','2024-06-18 23:01:58',NULL,'public'),(47,0,'time','time',2,'image/png',1402,'icons/time.png','[]','2024-06-18 23:01:58','2024-06-18 23:01:58',NULL,'public'),(48,0,'trophy','trophy',2,'image/png',2209,'icons/trophy.png','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(49,0,'about-us-information-bg','about-us-information-bg',3,'image/jpeg',26687,'backgrounds/about-us-information-bg.jpg','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(50,0,'blog-posts-bg','blog-posts-bg',3,'image/jpeg',28680,'backgrounds/blog-posts-bg.jpg','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(51,0,'breadcrumb-bg','breadcrumb-bg',3,'image/jpeg',8920,'backgrounds/breadcrumb-bg.jpg','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(52,0,'contact-block-bg-1','contact-block-bg-1',3,'image/jpeg',19498,'backgrounds/contact-block-bg-1.jpg','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(53,0,'contact-block-bg-3','contact-block-bg-3',3,'image/png',216066,'backgrounds/contact-block-bg-3.png','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(54,0,'contact-block-bg','contact-block-bg',3,'image/jpeg',19498,'backgrounds/contact-block-bg.jpg','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(55,0,'footer-bg','footer-bg',3,'image/png',23940,'backgrounds/footer-bg.png','[]','2024-06-18 23:01:59','2024-06-18 23:01:59',NULL,'public'),(56,0,'hero-banner-1','hero-banner-1',3,'image/jpeg',20022,'backgrounds/hero-banner-1.jpg','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(57,0,'hero-banner-bg-4','hero-banner-bg-4',3,'image/jpeg',37935,'backgrounds/hero-banner-bg-4.jpg','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(58,0,'hero-banner-bg-5','hero-banner-bg-5',3,'image/jpeg',25168,'backgrounds/hero-banner-bg-5.jpg','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(59,0,'hero-banner','hero-banner',3,'image/jpeg',20022,'backgrounds/hero-banner.jpg','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(60,0,'newsletter-bg','newsletter-bg',3,'image/png',8876,'backgrounds/newsletter-bg.png','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(61,0,'services-bg-3','services-bg-3',3,'image/jpeg',35882,'backgrounds/services-bg-3.jpg','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(62,0,'services-bg','services-bg',3,'image/jpeg',31420,'backgrounds/services-bg.jpg','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(63,0,'site-statistics-bg','site-statistics-bg',3,'image/png',31111,'backgrounds/site-statistics-bg.png','[]','2024-06-18 23:02:00','2024-06-18 23:02:00',NULL,'public'),(65,0,'document','document',5,'application/pdf',9593,'downloads/document.pdf','[]','2024-06-18 23:02:01','2024-06-18 23:02:01',NULL,'public'),(66,0,'1','1',6,'image/jpeg',33268,'galleries/1.jpg','[]','2024-06-18 23:02:01','2024-06-18 23:02:01',NULL,'public'),(67,0,'2','2',6,'image/jpeg',33268,'galleries/2.jpg','[]','2024-06-18 23:02:01','2024-06-18 23:02:01',NULL,'public'),(68,0,'3','3',6,'image/jpeg',33268,'galleries/3.jpg','[]','2024-06-18 23:02:02','2024-06-18 23:02:02',NULL,'public'),(69,0,'4','4',6,'image/jpeg',33268,'galleries/4.jpg','[]','2024-06-18 23:02:02','2024-06-18 23:02:02',NULL,'public'),(70,0,'5','5',6,'image/jpeg',33268,'galleries/5.jpg','[]','2024-06-18 23:02:02','2024-06-18 23:02:02',NULL,'public'),(71,0,'6','6',6,'image/jpeg',33268,'galleries/6.jpg','[]','2024-06-18 23:02:02','2024-06-18 23:02:02',NULL,'public'),(72,0,'7','7',6,'image/jpeg',33268,'galleries/7.jpg','[]','2024-06-18 23:02:02','2024-06-18 23:02:02',NULL,'public'),(73,0,'8','8',6,'image/jpeg',33268,'galleries/8.jpg','[]','2024-06-18 23:02:02','2024-06-18 23:02:02',NULL,'public'),(74,0,'1','1',7,'image/jpeg',9803,'teams/1.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(75,0,'2-1','2-1',7,'image/jpeg',9803,'teams/2-1.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(76,0,'2-2','2-2',7,'image/jpeg',9803,'teams/2-2.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(77,0,'2-3','2-3',7,'image/jpeg',9803,'teams/2-3.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(78,0,'2-4','2-4',7,'image/jpeg',9803,'teams/2-4.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(79,0,'2-5','2-5',7,'image/jpeg',9803,'teams/2-5.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(80,0,'2-6','2-6',7,'image/jpeg',9803,'teams/2-6.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(81,0,'2-7','2-7',7,'image/jpeg',9803,'teams/2-7.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(82,0,'2-8','2-8',7,'image/jpeg',9803,'teams/2-8.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(83,0,'2','2',7,'image/jpeg',9803,'teams/2.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(84,0,'3','3',7,'image/jpeg',9803,'teams/3.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(85,0,'4','4',7,'image/jpeg',9803,'teams/4.jpg','[]','2024-06-18 23:02:03','2024-06-18 23:02:03',NULL,'public'),(86,0,'5-1','5-1',7,'image/png',9803,'teams/5-1.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(87,0,'5-2','5-2',7,'image/png',9803,'teams/5-2.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(88,0,'5-3','5-3',7,'image/png',9803,'teams/5-3.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(89,0,'5-4','5-4',7,'image/png',9803,'teams/5-4.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(90,0,'5-5','5-5',7,'image/png',9803,'teams/5-5.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(91,0,'5-6','5-6',7,'image/png',9803,'teams/5-6.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(92,0,'5-7','5-7',7,'image/png',9803,'teams/5-7.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(93,0,'5-8','5-8',7,'image/png',9803,'teams/5-8.png','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(94,0,'5','5',7,'image/jpeg',9803,'teams/5.jpg','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(95,0,'6','6',7,'image/jpeg',9803,'teams/6.jpg','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(96,0,'7','7',7,'image/jpeg',9803,'teams/7.jpg','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(97,0,'8','8',7,'image/jpeg',9803,'teams/8.jpg','[]','2024-06-18 23:02:04','2024-06-18 23:02:04',NULL,'public'),(98,0,'1','1',8,'image/jpeg',33268,'news/1.jpg','[]','2024-06-18 23:02:05','2024-06-18 23:02:05',NULL,'public'),(99,0,'10','10',8,'image/jpeg',33268,'news/10.jpg','[]','2024-06-18 23:02:05','2024-06-18 23:02:05',NULL,'public'),(100,0,'11','11',8,'image/jpeg',33268,'news/11.jpg','[]','2024-06-18 23:02:05','2024-06-18 23:02:05',NULL,'public'),(101,0,'12','12',8,'image/jpeg',33268,'news/12.jpg','[]','2024-06-18 23:02:05','2024-06-18 23:02:05',NULL,'public'),(102,0,'13','13',8,'image/jpeg',33268,'news/13.jpg','[]','2024-06-18 23:02:05','2024-06-18 23:02:05',NULL,'public'),(103,0,'14','14',8,'image/jpeg',33268,'news/14.jpg','[]','2024-06-18 23:02:06','2024-06-18 23:02:06',NULL,'public'),(104,0,'15','15',8,'image/jpeg',33268,'news/15.jpg','[]','2024-06-18 23:02:06','2024-06-18 23:02:06',NULL,'public'),(105,0,'16','16',8,'image/jpeg',33268,'news/16.jpg','[]','2024-06-18 23:02:06','2024-06-18 23:02:06',NULL,'public'),(106,0,'17','17',8,'image/jpeg',33268,'news/17.jpg','[]','2024-06-18 23:02:06','2024-06-18 23:02:06',NULL,'public'),(107,0,'18','18',8,'image/jpeg',33268,'news/18.jpg','[]','2024-06-18 23:02:06','2024-06-18 23:02:06',NULL,'public'),(108,0,'19','19',8,'image/jpeg',33268,'news/19.jpg','[]','2024-06-18 23:02:07','2024-06-18 23:02:07',NULL,'public'),(109,0,'2','2',8,'image/jpeg',33268,'news/2.jpg','[]','2024-06-18 23:02:07','2024-06-18 23:02:07',NULL,'public'),(110,0,'20','20',8,'image/jpeg',33268,'news/20.jpg','[]','2024-06-18 23:02:07','2024-06-18 23:02:07',NULL,'public'),(111,0,'3','3',8,'image/jpeg',33268,'news/3.jpg','[]','2024-06-18 23:02:07','2024-06-18 23:02:07',NULL,'public'),(112,0,'4','4',8,'image/jpeg',33268,'news/4.jpg','[]','2024-06-18 23:02:07','2024-06-18 23:02:07',NULL,'public'),(113,0,'5','5',8,'image/jpeg',33268,'news/5.jpg','[]','2024-06-18 23:02:07','2024-06-18 23:02:07',NULL,'public'),(114,0,'6','6',8,'image/jpeg',33268,'news/6.jpg','[]','2024-06-18 23:02:08','2024-06-18 23:02:08',NULL,'public'),(115,0,'7','7',8,'image/jpeg',33268,'news/7.jpg','[]','2024-06-18 23:02:08','2024-06-18 23:02:08',NULL,'public'),(116,0,'8','8',8,'image/jpeg',33268,'news/8.jpg','[]','2024-06-18 23:02:08','2024-06-18 23:02:08',NULL,'public'),(117,0,'9','9',8,'image/jpeg',33268,'news/9.jpg','[]','2024-06-18 23:02:08','2024-06-18 23:02:08',NULL,'public'),(118,0,'1','1',9,'image/jpeg',33268,'projects/1.jpg','[]','2024-06-18 23:02:09','2024-06-18 23:02:09',NULL,'public'),(119,0,'10','10',9,'image/jpeg',33268,'projects/10.jpg','[]','2024-06-18 23:02:09','2024-06-18 23:02:09',NULL,'public'),(120,0,'2','2',9,'image/jpeg',33268,'projects/2.jpg','[]','2024-06-18 23:02:09','2024-06-18 23:02:09',NULL,'public'),(121,0,'3','3',9,'image/jpeg',33268,'projects/3.jpg','[]','2024-06-18 23:02:09','2024-06-18 23:02:09',NULL,'public'),(122,0,'4','4',9,'image/jpeg',33268,'projects/4.jpg','[]','2024-06-18 23:02:10','2024-06-18 23:02:10',NULL,'public'),(123,0,'5','5',9,'image/jpeg',33268,'projects/5.jpg','[]','2024-06-18 23:02:10','2024-06-18 23:02:10',NULL,'public'),(124,0,'6','6',9,'image/jpeg',33268,'projects/6.jpg','[]','2024-06-18 23:02:10','2024-06-18 23:02:10',NULL,'public'),(125,0,'7','7',9,'image/jpeg',33268,'projects/7.jpg','[]','2024-06-18 23:02:10','2024-06-18 23:02:10',NULL,'public'),(126,0,'8','8',9,'image/jpeg',33268,'projects/8.jpg','[]','2024-06-18 23:02:10','2024-06-18 23:02:10',NULL,'public'),(127,0,'9','9',9,'image/jpeg',33268,'projects/9.jpg','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(128,0,'1','1',10,'image/jpeg',148419,'sliders/1.jpg','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(129,0,'2','2',10,'image/jpeg',112138,'sliders/2.jpg','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(130,0,'3','3',10,'image/jpeg',232756,'sliders/3.jpg','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(131,0,'1','1',11,'image/png',4294,'testimonials/1.png','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(132,0,'2','2',11,'image/png',4294,'testimonials/2.png','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(133,0,'3','3',11,'image/png',4294,'testimonials/3.png','[]','2024-06-18 23:02:11','2024-06-18 23:02:11',NULL,'public'),(134,0,'4','4',11,'image/png',4294,'testimonials/4.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(135,0,'banner','banner',12,'image/jpeg',33268,'careers/banner.jpg','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(136,0,'1','1',13,'image/png',496,'product-categories/1.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(137,0,'10','10',13,'image/png',496,'product-categories/10.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(138,0,'11','11',13,'image/png',496,'product-categories/11.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(139,0,'12','12',13,'image/png',496,'product-categories/12.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(140,0,'13','13',13,'image/png',496,'product-categories/13.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(141,0,'2','2',13,'image/png',496,'product-categories/2.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(142,0,'3','3',13,'image/png',496,'product-categories/3.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(143,0,'4','4',13,'image/png',496,'product-categories/4.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(144,0,'5','5',13,'image/png',496,'product-categories/5.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(145,0,'6','6',13,'image/png',496,'product-categories/6.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(146,0,'7','7',13,'image/png',496,'product-categories/7.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(147,0,'8','8',13,'image/png',496,'product-categories/8.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(148,0,'9','9',13,'image/png',496,'product-categories/9.png','[]','2024-06-18 23:02:12','2024-06-18 23:02:12',NULL,'public'),(149,0,'1','1',14,'image/png',834,'brands/1.png','[]','2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,'public'),(150,0,'1','1',15,'image/jpeg',33268,'products/1.jpg','[]','2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,'public'),(151,0,'10-1','10-1',15,'image/jpeg',33268,'products/10-1.jpg','[]','2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,'public'),(152,0,'10-2','10-2',15,'image/jpeg',33268,'products/10-2.jpg','[]','2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,'public'),(153,0,'10','10',15,'image/jpeg',33268,'products/10.jpg','[]','2024-06-18 23:02:13','2024-06-18 23:02:13',NULL,'public'),(154,0,'11-1','11-1',15,'image/jpeg',33268,'products/11-1.jpg','[]','2024-06-18 23:02:14','2024-06-18 23:02:14',NULL,'public'),(155,0,'11-2','11-2',15,'image/jpeg',33268,'products/11-2.jpg','[]','2024-06-18 23:02:14','2024-06-18 23:02:14',NULL,'public'),(156,0,'11-3','11-3',15,'image/jpeg',33268,'products/11-3.jpg','[]','2024-06-18 23:02:14','2024-06-18 23:02:14',NULL,'public'),(157,0,'11','11',15,'image/jpeg',33268,'products/11.jpg','[]','2024-06-18 23:02:14','2024-06-18 23:02:14',NULL,'public'),(158,0,'12-1','12-1',15,'image/jpeg',33268,'products/12-1.jpg','[]','2024-06-18 23:02:14','2024-06-18 23:02:14',NULL,'public'),(159,0,'12-2','12-2',15,'image/jpeg',33268,'products/12-2.jpg','[]','2024-06-18 23:02:15','2024-06-18 23:02:15',NULL,'public'),(160,0,'12-3','12-3',15,'image/jpeg',33268,'products/12-3.jpg','[]','2024-06-18 23:02:15','2024-06-18 23:02:15',NULL,'public'),(161,0,'12','12',15,'image/jpeg',33268,'products/12.jpg','[]','2024-06-18 23:02:15','2024-06-18 23:02:15',NULL,'public'),(162,0,'13-1','13-1',15,'image/jpeg',33268,'products/13-1.jpg','[]','2024-06-18 23:02:15','2024-06-18 23:02:15',NULL,'public'),(163,0,'13','13',15,'image/jpeg',33268,'products/13.jpg','[]','2024-06-18 23:02:15','2024-06-18 23:02:15',NULL,'public'),(164,0,'14','14',15,'image/jpeg',33268,'products/14.jpg','[]','2024-06-18 23:02:15','2024-06-18 23:02:15',NULL,'public'),(165,0,'15-1','15-1',15,'image/jpeg',33268,'products/15-1.jpg','[]','2024-06-18 23:02:16','2024-06-18 23:02:16',NULL,'public'),(166,0,'15','15',15,'image/jpeg',33268,'products/15.jpg','[]','2024-06-18 23:02:16','2024-06-18 23:02:16',NULL,'public'),(167,0,'16','16',15,'image/jpeg',33268,'products/16.jpg','[]','2024-06-18 23:02:16','2024-06-18 23:02:16',NULL,'public'),(168,0,'17-1','17-1',15,'image/jpeg',33268,'products/17-1.jpg','[]','2024-06-18 23:02:16','2024-06-18 23:02:16',NULL,'public'),(169,0,'17-2','17-2',15,'image/jpeg',33268,'products/17-2.jpg','[]','2024-06-18 23:02:16','2024-06-18 23:02:16',NULL,'public'),(170,0,'17-3','17-3',15,'image/jpeg',33268,'products/17-3.jpg','[]','2024-06-18 23:02:17','2024-06-18 23:02:17',NULL,'public'),(171,0,'17','17',15,'image/jpeg',33268,'products/17.jpg','[]','2024-06-18 23:02:17','2024-06-18 23:02:17',NULL,'public'),(172,0,'18-1','18-1',15,'image/jpeg',33268,'products/18-1.jpg','[]','2024-06-18 23:02:17','2024-06-18 23:02:17',NULL,'public'),(173,0,'18-2','18-2',15,'image/jpeg',33268,'products/18-2.jpg','[]','2024-06-18 23:02:17','2024-06-18 23:02:17',NULL,'public'),(174,0,'18-3','18-3',15,'image/jpeg',33268,'products/18-3.jpg','[]','2024-06-18 23:02:17','2024-06-18 23:02:17',NULL,'public'),(175,0,'18','18',15,'image/jpeg',33268,'products/18.jpg','[]','2024-06-18 23:02:18','2024-06-18 23:02:18',NULL,'public'),(176,0,'19-1','19-1',15,'image/jpeg',33268,'products/19-1.jpg','[]','2024-06-18 23:02:18','2024-06-18 23:02:18',NULL,'public'),(177,0,'19-2','19-2',15,'image/jpeg',33268,'products/19-2.jpg','[]','2024-06-18 23:02:18','2024-06-18 23:02:18',NULL,'public'),(178,0,'19-3','19-3',15,'image/jpeg',33268,'products/19-3.jpg','[]','2024-06-18 23:02:18','2024-06-18 23:02:18',NULL,'public'),(179,0,'19','19',15,'image/jpeg',33268,'products/19.jpg','[]','2024-06-18 23:02:18','2024-06-18 23:02:18',NULL,'public'),(180,0,'2-1','2-1',15,'image/jpeg',33268,'products/2-1.jpg','[]','2024-06-18 23:02:18','2024-06-18 23:02:18',NULL,'public'),(181,0,'2-2','2-2',15,'image/jpeg',33268,'products/2-2.jpg','[]','2024-06-18 23:02:19','2024-06-18 23:02:19',NULL,'public'),(182,0,'2-3','2-3',15,'image/jpeg',33268,'products/2-3.jpg','[]','2024-06-18 23:02:19','2024-06-18 23:02:19',NULL,'public'),(183,0,'2','2',15,'image/jpeg',33268,'products/2.jpg','[]','2024-06-18 23:02:19','2024-06-18 23:02:19',NULL,'public'),(184,0,'20-1','20-1',15,'image/jpeg',33268,'products/20-1.jpg','[]','2024-06-18 23:02:19','2024-06-18 23:02:19',NULL,'public'),(185,0,'20-2','20-2',15,'image/jpeg',33268,'products/20-2.jpg','[]','2024-06-18 23:02:19','2024-06-18 23:02:19',NULL,'public'),(186,0,'20-3','20-3',15,'image/jpeg',33268,'products/20-3.jpg','[]','2024-06-18 23:02:20','2024-06-18 23:02:20',NULL,'public'),(187,0,'20','20',15,'image/jpeg',33268,'products/20.jpg','[]','2024-06-18 23:02:20','2024-06-18 23:02:20',NULL,'public'),(188,0,'21-1','21-1',15,'image/jpeg',33268,'products/21-1.jpg','[]','2024-06-18 23:02:20','2024-06-18 23:02:20',NULL,'public'),(189,0,'21-2','21-2',15,'image/jpeg',33268,'products/21-2.jpg','[]','2024-06-18 23:02:20','2024-06-18 23:02:20',NULL,'public'),(190,0,'21','21',15,'image/jpeg',33268,'products/21.jpg','[]','2024-06-18 23:02:20','2024-06-18 23:02:20',NULL,'public'),(191,0,'22-1','22-1',15,'image/jpeg',33268,'products/22-1.jpg','[]','2024-06-18 23:02:21','2024-06-18 23:02:21',NULL,'public'),(192,0,'22-2','22-2',15,'image/jpeg',33268,'products/22-2.jpg','[]','2024-06-18 23:02:21','2024-06-18 23:02:21',NULL,'public'),(193,0,'22-3','22-3',15,'image/jpeg',33268,'products/22-3.jpg','[]','2024-06-18 23:02:21','2024-06-18 23:02:21',NULL,'public'),(194,0,'22','22',15,'image/jpeg',33268,'products/22.jpg','[]','2024-06-18 23:02:21','2024-06-18 23:02:21',NULL,'public'),(195,0,'23-1','23-1',15,'image/jpeg',33268,'products/23-1.jpg','[]','2024-06-18 23:02:21','2024-06-18 23:02:21',NULL,'public'),(196,0,'23-2','23-2',15,'image/jpeg',33268,'products/23-2.jpg','[]','2024-06-18 23:02:21','2024-06-18 23:02:21',NULL,'public'),(197,0,'23-3','23-3',15,'image/jpeg',33268,'products/23-3.jpg','[]','2024-06-18 23:02:22','2024-06-18 23:02:22',NULL,'public'),(198,0,'23','23',15,'image/jpeg',33268,'products/23.jpg','[]','2024-06-18 23:02:22','2024-06-18 23:02:22',NULL,'public'),(199,0,'24-1','24-1',15,'image/jpeg',33268,'products/24-1.jpg','[]','2024-06-18 23:02:22','2024-06-18 23:02:22',NULL,'public'),(200,0,'24-2','24-2',15,'image/jpeg',33268,'products/24-2.jpg','[]','2024-06-18 23:02:22','2024-06-18 23:02:22',NULL,'public'),(201,0,'24','24',15,'image/jpeg',33268,'products/24.jpg','[]','2024-06-18 23:02:22','2024-06-18 23:02:22',NULL,'public'),(202,0,'25-1','25-1',15,'image/jpeg',33268,'products/25-1.jpg','[]','2024-06-18 23:02:23','2024-06-18 23:02:23',NULL,'public'),(203,0,'25-2','25-2',15,'image/jpeg',33268,'products/25-2.jpg','[]','2024-06-18 23:02:23','2024-06-18 23:02:23',NULL,'public'),(204,0,'25','25',15,'image/jpeg',33268,'products/25.jpg','[]','2024-06-18 23:02:23','2024-06-18 23:02:23',NULL,'public'),(205,0,'26-1','26-1',15,'image/jpeg',33268,'products/26-1.jpg','[]','2024-06-18 23:02:23','2024-06-18 23:02:23',NULL,'public'),(206,0,'26','26',15,'image/jpeg',33268,'products/26.jpg','[]','2024-06-18 23:02:23','2024-06-18 23:02:23',NULL,'public'),(207,0,'27-1','27-1',15,'image/jpeg',33268,'products/27-1.jpg','[]','2024-06-18 23:02:24','2024-06-18 23:02:24',NULL,'public'),(208,0,'27','27',15,'image/jpeg',33268,'products/27.jpg','[]','2024-06-18 23:02:24','2024-06-18 23:02:24',NULL,'public'),(209,0,'28-1','28-1',15,'image/jpeg',33268,'products/28-1.jpg','[]','2024-06-18 23:02:24','2024-06-18 23:02:24',NULL,'public'),(210,0,'28-2','28-2',15,'image/jpeg',33268,'products/28-2.jpg','[]','2024-06-18 23:02:24','2024-06-18 23:02:24',NULL,'public'),(211,0,'28','28',15,'image/jpeg',33268,'products/28.jpg','[]','2024-06-18 23:02:24','2024-06-18 23:02:24',NULL,'public'),(212,0,'29-1','29-1',15,'image/jpeg',33268,'products/29-1.jpg','[]','2024-06-18 23:02:24','2024-06-18 23:02:24',NULL,'public'),(213,0,'29-2','29-2',15,'image/jpeg',33268,'products/29-2.jpg','[]','2024-06-18 23:02:25','2024-06-18 23:02:25',NULL,'public'),(214,0,'29','29',15,'image/jpeg',33268,'products/29.jpg','[]','2024-06-18 23:02:25','2024-06-18 23:02:25',NULL,'public'),(215,0,'3','3',15,'image/jpeg',33268,'products/3.jpg','[]','2024-06-18 23:02:25','2024-06-18 23:02:25',NULL,'public'),(216,0,'30-1','30-1',15,'image/jpeg',33268,'products/30-1.jpg','[]','2024-06-18 23:02:25','2024-06-18 23:02:25',NULL,'public'),(217,0,'30-2','30-2',15,'image/jpeg',33268,'products/30-2.jpg','[]','2024-06-18 23:02:25','2024-06-18 23:02:25',NULL,'public'),(218,0,'30','30',15,'image/jpeg',33268,'products/30.jpg','[]','2024-06-18 23:02:26','2024-06-18 23:02:26',NULL,'public'),(219,0,'31-1','31-1',15,'image/jpeg',33268,'products/31-1.jpg','[]','2024-06-18 23:02:26','2024-06-18 23:02:26',NULL,'public'),(220,0,'31','31',15,'image/jpeg',33268,'products/31.jpg','[]','2024-06-18 23:02:26','2024-06-18 23:02:26',NULL,'public'),(221,0,'32-1','32-1',15,'image/jpeg',33268,'products/32-1.jpg','[]','2024-06-18 23:02:26','2024-06-18 23:02:26',NULL,'public'),(222,0,'32-2','32-2',15,'image/jpeg',33268,'products/32-2.jpg','[]','2024-06-18 23:02:26','2024-06-18 23:02:26',NULL,'public'),(223,0,'32','32',15,'image/jpeg',33268,'products/32.jpg','[]','2024-06-18 23:02:27','2024-06-18 23:02:27',NULL,'public'),(224,0,'33-1','33-1',15,'image/jpeg',33268,'products/33-1.jpg','[]','2024-06-18 23:02:27','2024-06-18 23:02:27',NULL,'public'),(225,0,'33-2','33-2',15,'image/jpeg',33268,'products/33-2.jpg','[]','2024-06-18 23:02:27','2024-06-18 23:02:27',NULL,'public'),(226,0,'33','33',15,'image/jpeg',33268,'products/33.jpg','[]','2024-06-18 23:02:27','2024-06-18 23:02:27',NULL,'public'),(227,0,'34-1','34-1',15,'image/jpeg',33268,'products/34-1.jpg','[]','2024-06-18 23:02:27','2024-06-18 23:02:27',NULL,'public'),(228,0,'34','34',15,'image/jpeg',33268,'products/34.jpg','[]','2024-06-18 23:02:27','2024-06-18 23:02:27',NULL,'public'),(229,0,'35-1','35-1',15,'image/jpeg',33268,'products/35-1.jpg','[]','2024-06-18 23:02:28','2024-06-18 23:02:28',NULL,'public'),(230,0,'35','35',15,'image/jpeg',33268,'products/35.jpg','[]','2024-06-18 23:02:28','2024-06-18 23:02:28',NULL,'public'),(231,0,'36-1','36-1',15,'image/jpeg',33268,'products/36-1.jpg','[]','2024-06-18 23:02:28','2024-06-18 23:02:28',NULL,'public'),(232,0,'36-2','36-2',15,'image/jpeg',33268,'products/36-2.jpg','[]','2024-06-18 23:02:28','2024-06-18 23:02:28',NULL,'public'),(233,0,'36','36',15,'image/jpeg',33268,'products/36.jpg','[]','2024-06-18 23:02:28','2024-06-18 23:02:28',NULL,'public'),(234,0,'37-1','37-1',15,'image/jpeg',33268,'products/37-1.jpg','[]','2024-06-18 23:02:29','2024-06-18 23:02:29',NULL,'public'),(235,0,'37-2','37-2',15,'image/jpeg',33268,'products/37-2.jpg','[]','2024-06-18 23:02:29','2024-06-18 23:02:29',NULL,'public'),(236,0,'37','37',15,'image/jpeg',33268,'products/37.jpg','[]','2024-06-18 23:02:29','2024-06-18 23:02:29',NULL,'public'),(237,0,'38-1','38-1',15,'image/jpeg',33268,'products/38-1.jpg','[]','2024-06-18 23:02:29','2024-06-18 23:02:29',NULL,'public'),(238,0,'38-2','38-2',15,'image/jpeg',33268,'products/38-2.jpg','[]','2024-06-18 23:02:29','2024-06-18 23:02:29',NULL,'public'),(239,0,'38-3','38-3',15,'image/jpeg',33268,'products/38-3.jpg','[]','2024-06-18 23:02:29','2024-06-18 23:02:29',NULL,'public'),(240,0,'38','38',15,'image/jpeg',33268,'products/38.jpg','[]','2024-06-18 23:02:30','2024-06-18 23:02:30',NULL,'public'),(241,0,'39-1','39-1',15,'image/jpeg',33268,'products/39-1.jpg','[]','2024-06-18 23:02:30','2024-06-18 23:02:30',NULL,'public'),(242,0,'39-2','39-2',15,'image/jpeg',33268,'products/39-2.jpg','[]','2024-06-18 23:02:30','2024-06-18 23:02:30',NULL,'public'),(243,0,'39','39',15,'image/jpeg',33268,'products/39.jpg','[]','2024-06-18 23:02:30','2024-06-18 23:02:30',NULL,'public'),(244,0,'4-1','4-1',15,'image/jpeg',33268,'products/4-1.jpg','[]','2024-06-18 23:02:30','2024-06-18 23:02:30',NULL,'public'),(245,0,'4-2','4-2',15,'image/jpeg',33268,'products/4-2.jpg','[]','2024-06-18 23:02:31','2024-06-18 23:02:31',NULL,'public'),(246,0,'4-3','4-3',15,'image/jpeg',33268,'products/4-3.jpg','[]','2024-06-18 23:02:31','2024-06-18 23:02:31',NULL,'public'),(247,0,'4','4',15,'image/jpeg',33268,'products/4.jpg','[]','2024-06-18 23:02:31','2024-06-18 23:02:31',NULL,'public'),(248,0,'40-1','40-1',15,'image/jpeg',33268,'products/40-1.jpg','[]','2024-06-18 23:02:31','2024-06-18 23:02:31',NULL,'public'),(249,0,'40','40',15,'image/jpeg',33268,'products/40.jpg','[]','2024-06-18 23:02:31','2024-06-18 23:02:31',NULL,'public'),(250,0,'41-1','41-1',15,'image/jpeg',33268,'products/41-1.jpg','[]','2024-06-18 23:02:32','2024-06-18 23:02:32',NULL,'public'),(251,0,'41-2','41-2',15,'image/jpeg',33268,'products/41-2.jpg','[]','2024-06-18 23:02:32','2024-06-18 23:02:32',NULL,'public'),(252,0,'41','41',15,'image/jpeg',33268,'products/41.jpg','[]','2024-06-18 23:02:32','2024-06-18 23:02:32',NULL,'public'),(253,0,'42-1','42-1',15,'image/jpeg',33268,'products/42-1.jpg','[]','2024-06-18 23:02:32','2024-06-18 23:02:32',NULL,'public'),(254,0,'42-2','42-2',15,'image/jpeg',33268,'products/42-2.jpg','[]','2024-06-18 23:02:32','2024-06-18 23:02:32',NULL,'public'),(255,0,'42','42',15,'image/jpeg',33268,'products/42.jpg','[]','2024-06-18 23:02:32','2024-06-18 23:02:32',NULL,'public'),(256,0,'43-1','43-1',15,'image/jpeg',33268,'products/43-1.jpg','[]','2024-06-18 23:02:33','2024-06-18 23:02:33',NULL,'public'),(257,0,'43-2','43-2',15,'image/jpeg',33268,'products/43-2.jpg','[]','2024-06-18 23:02:33','2024-06-18 23:02:33',NULL,'public'),(258,0,'43','43',15,'image/jpeg',33268,'products/43.jpg','[]','2024-06-18 23:02:33','2024-06-18 23:02:33',NULL,'public'),(259,0,'44-1','44-1',15,'image/jpeg',33268,'products/44-1.jpg','[]','2024-06-18 23:02:33','2024-06-18 23:02:33',NULL,'public'),(260,0,'44-2','44-2',15,'image/jpeg',33268,'products/44-2.jpg','[]','2024-06-18 23:02:33','2024-06-18 23:02:33',NULL,'public'),(261,0,'44','44',15,'image/jpeg',33268,'products/44.jpg','[]','2024-06-18 23:02:34','2024-06-18 23:02:34',NULL,'public'),(262,0,'45-1','45-1',15,'image/jpeg',33268,'products/45-1.jpg','[]','2024-06-18 23:02:34','2024-06-18 23:02:34',NULL,'public'),(263,0,'45','45',15,'image/jpeg',33268,'products/45.jpg','[]','2024-06-18 23:02:34','2024-06-18 23:02:34',NULL,'public'),(264,0,'46-1','46-1',15,'image/jpeg',33268,'products/46-1.jpg','[]','2024-06-18 23:02:34','2024-06-18 23:02:34',NULL,'public'),(265,0,'46','46',15,'image/jpeg',33268,'products/46.jpg','[]','2024-06-18 23:02:34','2024-06-18 23:02:34',NULL,'public'),(266,0,'47-1','47-1',15,'image/jpeg',33268,'products/47-1.jpg','[]','2024-06-18 23:02:34','2024-06-18 23:02:34',NULL,'public'),(267,0,'47','47',15,'image/jpeg',33268,'products/47.jpg','[]','2024-06-18 23:02:35','2024-06-18 23:02:35',NULL,'public'),(268,0,'48-1','48-1',15,'image/jpeg',33268,'products/48-1.jpg','[]','2024-06-18 23:02:35','2024-06-18 23:02:35',NULL,'public'),(269,0,'48-2','48-2',15,'image/jpeg',33268,'products/48-2.jpg','[]','2024-06-18 23:02:35','2024-06-18 23:02:35',NULL,'public'),(270,0,'48','48',15,'image/jpeg',33268,'products/48.jpg','[]','2024-06-18 23:02:35','2024-06-18 23:02:35',NULL,'public'),(271,0,'49-1','49-1',15,'image/jpeg',33268,'products/49-1.jpg','[]','2024-06-18 23:02:35','2024-06-18 23:02:35',NULL,'public'),(272,0,'49-2','49-2',15,'image/jpeg',33268,'products/49-2.jpg','[]','2024-06-18 23:02:36','2024-06-18 23:02:36',NULL,'public'),(273,0,'49','49',15,'image/jpeg',33268,'products/49.jpg','[]','2024-06-18 23:02:36','2024-06-18 23:02:36',NULL,'public'),(274,0,'5-1','5-1',15,'image/jpeg',33268,'products/5-1.jpg','[]','2024-06-18 23:02:36','2024-06-18 23:02:36',NULL,'public'),(275,0,'5-2','5-2',15,'image/jpeg',33268,'products/5-2.jpg','[]','2024-06-18 23:02:36','2024-06-18 23:02:36',NULL,'public'),(276,0,'5-3','5-3',15,'image/jpeg',33268,'products/5-3.jpg','[]','2024-06-18 23:02:36','2024-06-18 23:02:36',NULL,'public'),(277,0,'5','5',15,'image/jpeg',33268,'products/5.jpg','[]','2024-06-18 23:02:37','2024-06-18 23:02:37',NULL,'public'),(278,0,'50-1','50-1',15,'image/jpeg',33268,'products/50-1.jpg','[]','2024-06-18 23:02:37','2024-06-18 23:02:37',NULL,'public'),(279,0,'50','50',15,'image/jpeg',33268,'products/50.jpg','[]','2024-06-18 23:02:37','2024-06-18 23:02:37',NULL,'public'),(280,0,'51','51',15,'image/jpeg',33268,'products/51.jpg','[]','2024-06-18 23:02:37','2024-06-18 23:02:37',NULL,'public'),(281,0,'52-1','52-1',15,'image/jpeg',33268,'products/52-1.jpg','[]','2024-06-18 23:02:37','2024-06-18 23:02:37',NULL,'public'),(282,0,'52-2','52-2',15,'image/jpeg',33268,'products/52-2.jpg','[]','2024-06-18 23:02:37','2024-06-18 23:02:37',NULL,'public'),(283,0,'52','52',15,'image/jpeg',33268,'products/52.jpg','[]','2024-06-18 23:02:38','2024-06-18 23:02:38',NULL,'public'),(284,0,'53-1','53-1',15,'image/jpeg',33268,'products/53-1.jpg','[]','2024-06-18 23:02:38','2024-06-18 23:02:38',NULL,'public'),(285,0,'53','53',15,'image/jpeg',33268,'products/53.jpg','[]','2024-06-18 23:02:38','2024-06-18 23:02:38',NULL,'public'),(286,0,'54-1','54-1',15,'image/jpeg',33268,'products/54-1.jpg','[]','2024-06-18 23:02:38','2024-06-18 23:02:38',NULL,'public'),(287,0,'54','54',15,'image/jpeg',33268,'products/54.jpg','[]','2024-06-18 23:02:38','2024-06-18 23:02:38',NULL,'public'),(288,0,'55-1','55-1',15,'image/jpeg',33268,'products/55-1.jpg','[]','2024-06-18 23:02:39','2024-06-18 23:02:39',NULL,'public'),(289,0,'55-2','55-2',15,'image/jpeg',33268,'products/55-2.jpg','[]','2024-06-18 23:02:39','2024-06-18 23:02:39',NULL,'public'),(290,0,'55','55',15,'image/jpeg',33268,'products/55.jpg','[]','2024-06-18 23:02:39','2024-06-18 23:02:39',NULL,'public'),(291,0,'56-1','56-1',15,'image/jpeg',33268,'products/56-1.jpg','[]','2024-06-18 23:02:39','2024-06-18 23:02:39',NULL,'public'),(292,0,'56-2','56-2',15,'image/jpeg',33268,'products/56-2.jpg','[]','2024-06-18 23:02:39','2024-06-18 23:02:39',NULL,'public'),(293,0,'56','56',15,'image/jpeg',33268,'products/56.jpg','[]','2024-06-18 23:02:39','2024-06-18 23:02:39',NULL,'public'),(294,0,'57-1','57-1',15,'image/jpeg',33268,'products/57-1.jpg','[]','2024-06-18 23:02:40','2024-06-18 23:02:40',NULL,'public'),(295,0,'57','57',15,'image/jpeg',33268,'products/57.jpg','[]','2024-06-18 23:02:40','2024-06-18 23:02:40',NULL,'public'),(296,0,'58-1','58-1',15,'image/jpeg',33268,'products/58-1.jpg','[]','2024-06-18 23:02:40','2024-06-18 23:02:40',NULL,'public'),(297,0,'58-2','58-2',15,'image/jpeg',33268,'products/58-2.jpg','[]','2024-06-18 23:02:40','2024-06-18 23:02:40',NULL,'public'),(298,0,'58','58',15,'image/jpeg',33268,'products/58.jpg','[]','2024-06-18 23:02:40','2024-06-18 23:02:40',NULL,'public'),(299,0,'59-1','59-1',15,'image/jpeg',33268,'products/59-1.jpg','[]','2024-06-18 23:02:41','2024-06-18 23:02:41',NULL,'public'),(300,0,'59-2','59-2',15,'image/jpeg',33268,'products/59-2.jpg','[]','2024-06-18 23:02:41','2024-06-18 23:02:41',NULL,'public'),(301,0,'59-3','59-3',15,'image/jpeg',33268,'products/59-3.jpg','[]','2024-06-18 23:02:41','2024-06-18 23:02:41',NULL,'public'),(302,0,'59','59',15,'image/jpeg',33268,'products/59.jpg','[]','2024-06-18 23:02:41','2024-06-18 23:02:41',NULL,'public'),(303,0,'6','6',15,'image/jpeg',33268,'products/6.jpg','[]','2024-06-18 23:02:41','2024-06-18 23:02:41',NULL,'public'),(304,0,'60-1','60-1',15,'image/jpeg',33268,'products/60-1.jpg','[]','2024-06-18 23:02:42','2024-06-18 23:02:42',NULL,'public'),(305,0,'60-2','60-2',15,'image/jpeg',33268,'products/60-2.jpg','[]','2024-06-18 23:02:42','2024-06-18 23:02:42',NULL,'public'),(306,0,'60','60',15,'image/jpeg',33268,'products/60.jpg','[]','2024-06-18 23:02:42','2024-06-18 23:02:42',NULL,'public'),(307,0,'61-1','61-1',15,'image/jpeg',33268,'products/61-1.jpg','[]','2024-06-18 23:02:42','2024-06-18 23:02:42',NULL,'public'),(308,0,'61','61',15,'image/jpeg',33268,'products/61.jpg','[]','2024-06-18 23:02:42','2024-06-18 23:02:42',NULL,'public'),(309,0,'62-1','62-1',15,'image/jpeg',33268,'products/62-1.jpg','[]','2024-06-18 23:02:43','2024-06-18 23:02:43',NULL,'public'),(310,0,'62','62',15,'image/jpeg',33268,'products/62.jpg','[]','2024-06-18 23:02:43','2024-06-18 23:02:43',NULL,'public'),(311,0,'63-1','63-1',15,'image/jpeg',33268,'products/63-1.jpg','[]','2024-06-18 23:02:43','2024-06-18 23:02:43',NULL,'public'),(312,0,'63','63',15,'image/jpeg',33268,'products/63.jpg','[]','2024-06-18 23:02:43','2024-06-18 23:02:43',NULL,'public'),(313,0,'64-1','64-1',15,'image/jpeg',33268,'products/64-1.jpg','[]','2024-06-18 23:02:43','2024-06-18 23:02:43',NULL,'public'),(314,0,'64','64',15,'image/jpeg',33268,'products/64.jpg','[]','2024-06-18 23:02:43','2024-06-18 23:02:43',NULL,'public'),(315,0,'65-1','65-1',15,'image/jpeg',33268,'products/65-1.jpg','[]','2024-06-18 23:02:44','2024-06-18 23:02:44',NULL,'public'),(316,0,'65-2','65-2',15,'image/jpeg',33268,'products/65-2.jpg','[]','2024-06-18 23:02:44','2024-06-18 23:02:44',NULL,'public'),(317,0,'65','65',15,'image/jpeg',33268,'products/65.jpg','[]','2024-06-18 23:02:44','2024-06-18 23:02:44',NULL,'public'),(318,0,'7','7',15,'image/jpeg',33268,'products/7.jpg','[]','2024-06-18 23:02:44','2024-06-18 23:02:44',NULL,'public'),(319,0,'8-1','8-1',15,'image/jpeg',33268,'products/8-1.jpg','[]','2024-06-18 23:02:44','2024-06-18 23:02:44',NULL,'public'),(320,0,'8-2','8-2',15,'image/jpeg',33268,'products/8-2.jpg','[]','2024-06-18 23:02:45','2024-06-18 23:02:45',NULL,'public'),(321,0,'8-3','8-3',15,'image/jpeg',33268,'products/8-3.jpg','[]','2024-06-18 23:02:45','2024-06-18 23:02:45',NULL,'public'),(322,0,'8','8',15,'image/jpeg',33268,'products/8.jpg','[]','2024-06-18 23:02:45','2024-06-18 23:02:45',NULL,'public'),(323,0,'9-1','9-1',15,'image/jpeg',33268,'products/9-1.jpg','[]','2024-06-18 23:02:45','2024-06-18 23:02:45',NULL,'public'),(324,0,'9-2','9-2',15,'image/jpeg',33268,'products/9-2.jpg','[]','2024-06-18 23:02:45','2024-06-18 23:02:45',NULL,'public'),(325,0,'9','9',15,'image/jpeg',33268,'products/9.jpg','[]','2024-06-18 23:02:46','2024-06-18 23:02:46',NULL,'public'),(326,0,'1','1',16,'image/jpeg',9803,'customers/1.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(327,0,'10','10',16,'image/jpeg',9803,'customers/10.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(328,0,'2','2',16,'image/jpeg',9803,'customers/2.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(329,0,'3','3',16,'image/jpeg',9803,'customers/3.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(330,0,'4','4',16,'image/jpeg',9803,'customers/4.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(331,0,'5','5',16,'image/jpeg',9803,'customers/5.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(332,0,'6','6',16,'image/jpeg',9803,'customers/6.jpg','[]','2024-06-18 23:02:48','2024-06-18 23:02:48',NULL,'public'),(333,0,'7','7',16,'image/jpeg',9803,'customers/7.jpg','[]','2024-06-18 23:02:49','2024-06-18 23:02:49',NULL,'public'),(334,0,'8','8',16,'image/jpeg',9803,'customers/8.jpg','[]','2024-06-18 23:02:49','2024-06-18 23:02:49',NULL,'public'),(335,0,'9','9',16,'image/jpeg',9803,'customers/9.jpg','[]','2024-06-18 23:02:49','2024-06-18 23:02:49',NULL,'public'); /*!40000 ALTER TABLE `media_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media_folders` -- DROP TABLE IF EXISTS `media_folders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `media_folders` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `color` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `deleted_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `media_folders_user_id_index` (`user_id`), KEY `media_folders_index` (`parent_id`,`user_id`,`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media_folders` -- LOCK TABLES `media_folders` WRITE; /*!40000 ALTER TABLE `media_folders` DISABLE KEYS */; INSERT INTO `media_folders` VALUES (1,0,'general',NULL,'general',0,'2024-06-18 23:01:52','2024-06-18 23:01:52',NULL),(2,0,'icons',NULL,'icons',0,'2024-06-18 23:01:55','2024-06-18 23:01:55',NULL),(3,0,'backgrounds',NULL,'backgrounds',0,'2024-06-18 23:01:59','2024-06-18 23:01:59',NULL),(5,0,'downloads',NULL,'downloads',0,'2024-06-18 23:02:01','2024-06-18 23:02:01',NULL),(6,0,'galleries',NULL,'galleries',0,'2024-06-18 23:02:01','2024-06-18 23:02:01',NULL),(7,0,'teams',NULL,'teams',0,'2024-06-18 23:02:03','2024-06-18 23:02:03',NULL),(8,0,'news',NULL,'news',0,'2024-06-18 23:02:04','2024-06-18 23:02:04',NULL),(9,0,'projects',NULL,'projects',0,'2024-06-18 23:02:09','2024-06-18 23:02:09',NULL),(10,0,'sliders',NULL,'sliders',0,'2024-06-18 23:02:11','2024-06-18 23:02:11',NULL),(11,0,'testimonials',NULL,'testimonials',0,'2024-06-18 23:02:11','2024-06-18 23:02:11',NULL),(12,0,'careers',NULL,'careers',0,'2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(13,0,'product-categories',NULL,'product-categories',0,'2024-06-18 23:02:12','2024-06-18 23:02:12',NULL),(14,0,'brands',NULL,'brands',0,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL),(15,0,'products',NULL,'products',0,'2024-06-18 23:02:13','2024-06-18 23:02:13',NULL),(16,0,'customers',NULL,'customers',0,'2024-06-18 23:02:48','2024-06-18 23:02:48',NULL); /*!40000 ALTER TABLE `media_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `media_settings` -- DROP TABLE IF EXISTS `media_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `media_settings` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `value` text COLLATE utf8mb4_unicode_ci, `media_id` bigint unsigned DEFAULT NULL, `user_id` bigint unsigned DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `media_settings` -- LOCK TABLES `media_settings` WRITE; /*!40000 ALTER TABLE `media_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `media_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menu_locations` -- DROP TABLE IF EXISTS `menu_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `menu_locations` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `menu_id` bigint unsigned NOT NULL, `location` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `menu_locations_menu_id_created_at_index` (`menu_id`,`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `menu_locations` -- LOCK TABLES `menu_locations` WRITE; /*!40000 ALTER TABLE `menu_locations` DISABLE KEYS */; INSERT INTO `menu_locations` VALUES (1,1,'main-menu','2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `menu_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menu_nodes` -- DROP TABLE IF EXISTS `menu_nodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `menu_nodes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `menu_id` bigint unsigned NOT NULL, `parent_id` bigint unsigned NOT NULL DEFAULT '0', `reference_id` bigint unsigned DEFAULT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon_font` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` tinyint unsigned NOT NULL DEFAULT '0', `title` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `css_class` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `target` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '_self', `has_child` tinyint unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `menu_nodes_menu_id_index` (`menu_id`), KEY `menu_nodes_parent_id_index` (`parent_id`), KEY `reference_id` (`reference_id`), KEY `reference_type` (`reference_type`) ) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `menu_nodes` -- LOCK TABLES `menu_nodes` WRITE; /*!40000 ALTER TABLE `menu_nodes` DISABLE KEYS */; INSERT INTO `menu_nodes` VALUES (1,1,0,NULL,NULL,'/',NULL,0,'Home',NULL,'_self',1,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(2,1,1,NULL,NULL,'https://apexa.archielite.com',NULL,0,'Business',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(3,1,1,NULL,NULL,'https://apexa-finance.archielite.com',NULL,0,'Finance',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(4,1,1,NULL,NULL,'https://apexa-consulting.archielite.com',NULL,0,'Consulting',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(5,1,1,NULL,NULL,'https://apexa-insurance.archielite.com',NULL,0,'Insurance',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(6,1,1,NULL,NULL,'https://apexa-digital-agency.archielite.com',NULL,0,'Digital Agency',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(7,1,1,NULL,NULL,'https://apexa-finance-solutions.archielite.com',NULL,0,'Finance Solutions',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(8,1,1,NULL,NULL,'https://apexa-accounting-services.archielite.com',NULL,0,'Accounting Services',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(9,1,1,NULL,NULL,'https://apexa-it-solutions.archielite.com',NULL,0,'IT Solutions',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(10,1,0,NULL,NULL,'/',NULL,0,'About Us',NULL,'_self',1,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(11,1,10,4,'Botble\\Page\\Models\\Page','/business-about',NULL,0,'Business About',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(12,1,10,5,'Botble\\Page\\Models\\Page','/finance-about',NULL,0,'Finance About',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(13,1,10,6,'Botble\\Page\\Models\\Page','/consulting-about',NULL,0,'Consulting About',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(14,1,10,7,'Botble\\Page\\Models\\Page','/insurance-about',NULL,0,'Insurance About',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(15,1,10,8,'Botble\\Page\\Models\\Page','/digital-agency-about',NULL,0,'Digital agency About',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(16,1,0,NULL,NULL,'/',NULL,0,'Services',NULL,'_self',1,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(17,1,16,9,'Botble\\Page\\Models\\Page','/services',NULL,0,'Business Service',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(18,1,16,10,'Botble\\Page\\Models\\Page','/finance-service',NULL,0,'Finance Service',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(19,1,16,11,'Botble\\Page\\Models\\Page','/consulting-service',NULL,0,'Consulting Service',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(20,1,16,13,'Botble\\Page\\Models\\Page','/insurance-service',NULL,0,'Insurance Service',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(21,1,16,12,'Botble\\Page\\Models\\Page','/digital-agency-service',NULL,0,'Digital Agency Service',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(22,1,16,NULL,NULL,'/services/data-analyst',NULL,0,'Service Details One',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(23,1,0,NULL,NULL,'/',NULL,0,'Pages',NULL,'_self',1,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(24,1,23,NULL,NULL,'/careers',NULL,0,'Careers',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(25,1,23,NULL,NULL,'/careers/lead-backend-developer',NULL,0,'Career Details',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(26,1,23,14,'Botble\\Page\\Models\\Page','/team-one',NULL,0,'Team One',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(27,1,23,15,'Botble\\Page\\Models\\Page','/team-two',NULL,0,'Team Two',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(28,1,23,16,'Botble\\Page\\Models\\Page','/team-three',NULL,0,'Team Three',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(29,1,23,17,'Botble\\Page\\Models\\Page','/team-four',NULL,0,'Team Four',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(30,1,23,NULL,NULL,'/teams/devon-lane',NULL,0,'Team Details',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(31,1,23,NULL,NULL,'/projects/strategic-planning',NULL,0,'Project Details',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(32,1,23,NULL,NULL,'/products',NULL,0,'Product List',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(33,1,23,NULL,NULL,'/products/kelloggs-coco-pops-cereal-digital',NULL,0,'Product Details',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(34,1,23,NULL,NULL,'/404',NULL,0,'404 Error Page',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(35,1,23,NULL,NULL,'/login',NULL,0,'Login Page',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(36,1,23,NULL,NULL,'/resister',NULL,0,'Register Page',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(37,1,23,NULL,NULL,'/password/reset',NULL,0,'Forgot password Page',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(38,1,0,NULL,NULL,'/',NULL,0,'Blogs',NULL,'_self',1,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(39,1,38,3,'Botble\\Page\\Models\\Page','/blog',NULL,0,'Our Blog',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(40,1,38,NULL,NULL,'/the-art-of-negotiation-winning-deals-and-building-relationships',NULL,0,'Blog Details',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'),(41,1,0,2,'Botble\\Page\\Models\\Page','/contact-us',NULL,0,'Contact Us',NULL,'_self',0,'2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `menu_nodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `menus` -- DROP TABLE IF EXISTS `menus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `menus` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `menus_slug_unique` (`slug`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `menus` -- LOCK TABLES `menus` WRITE; /*!40000 ALTER TABLE `menus` DISABLE KEYS */; INSERT INTO `menus` VALUES (1,'Main menu','main-menu','published','2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meta_boxes` -- DROP TABLE IF EXISTS `meta_boxes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `meta_boxes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `meta_key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `meta_value` text COLLATE utf8mb4_unicode_ci, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `meta_boxes_reference_id_index` (`reference_id`) ) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meta_boxes` -- LOCK TABLES `meta_boxes` WRITE; /*!40000 ALTER TABLE `meta_boxes` DISABLE KEYS */; INSERT INTO `meta_boxes` VALUES (1,'action_label','[\"Get The Plan Now\"]',1,'Botble\\Portfolio\\Models\\Package','2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,'action_url','[\"\\/contact-us\"]',1,'Botble\\Portfolio\\Models\\Package','2024-06-18 23:02:11','2024-06-18 23:02:11'),(3,'action_label','[\"Get The Plan Now\"]',2,'Botble\\Portfolio\\Models\\Package','2024-06-18 23:02:11','2024-06-18 23:02:11'),(4,'action_url','[\"\\/contact-us\"]',2,'Botble\\Portfolio\\Models\\Package','2024-06-18 23:02:11','2024-06-18 23:02:11'),(5,'action_label','[\"Get The Plan Now\"]',3,'Botble\\Portfolio\\Models\\Package','2024-06-18 23:02:11','2024-06-18 23:02:11'),(6,'action_url','[\"\\/contact-us\"]',3,'Botble\\Portfolio\\Models\\Package','2024-06-18 23:02:11','2024-06-18 23:02:11'),(7,'category','[\"Business Services\"]',1,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(8,'category','[\"Business Strategy\"]',2,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(9,'category','[\"Business Strategy\"]',3,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(10,'category','[\"Inventory Tracking\"]',4,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(11,'category','[\"Business Strategy\"]',5,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(12,'category','[\"Business Services\"]',6,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(13,'category','[\"Financing Management\"]',7,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(14,'category','[\"Inventory Tracking\"]',8,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(15,'category','[\"Business Strategy\"]',9,'Botble\\Portfolio\\Models\\Project','2024-06-18 23:02:11','2024-06-18 23:02:11'),(16,'icon','[\"ti ti-briefcase\"]',1,'Botble\\Portfolio\\Models\\ServiceCategory','2024-06-18 23:02:11','2024-06-18 23:02:11'),(17,'icon','[\"ti ti-square-percentage\"]',2,'Botble\\Portfolio\\Models\\ServiceCategory','2024-06-18 23:02:11','2024-06-18 23:02:11'),(18,'icon','[\"ti ti-layers-subtract\"]',3,'Botble\\Portfolio\\Models\\ServiceCategory','2024-06-18 23:02:11','2024-06-18 23:02:11'),(19,'icon','[\"ti ti-timeline\"]',4,'Botble\\Portfolio\\Models\\ServiceCategory','2024-06-18 23:02:11','2024-06-18 23:02:11'),(20,'icon','[\"ti ti-briefcase\"]',1,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(21,'icon','[\"ti ti-calendar-week\"]',2,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(22,'icon','[\"ti ti-coin\"]',3,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(23,'icon','[\"ti ti-layers-subtract\"]',4,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(24,'icon','[\"ti ti-brand-databricks\"]',5,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(25,'icon','[\"ti ti-report-analytics\"]',6,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(26,'icon','[\"ti ti-moneybag\"]',7,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(27,'icon','[\"ti ti-layers-subtract\"]',8,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(28,'icon','[\"ti ti-moneybag\"]',9,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(29,'icon','[\"ti ti-heart-handshake\"]',10,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(30,'icon','[\"ti ti-code-circle\"]',11,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(31,'icon','[\"ti ti-presentation\"]',12,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(32,'icon','[\"ti ti-brand-funimation\"]',13,'Botble\\Portfolio\\Models\\Service','2024-06-18 23:02:11','2024-06-18 23:02:11'),(33,'subtitle','[\"We Are Expert In This Field\"]',1,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(34,'button_label','[\"Free Consulting\"]',1,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(35,'data_count','[15]',1,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(36,'data_count_description','[\"Years of applying <br> digital transformation\"]',1,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(37,'subtitle','[\"Actionable Analytics & Reporting\"]',2,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(38,'button_label','[\"Learn More\"]',2,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(39,'data_count','[25]',2,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(40,'data_count_description','[\"Years Experiences <br> in this field\"]',2,'Botble\\SimpleSlider\\Models\\SimpleSliderItem','2024-06-18 23:02:11','2024-06-18 23:02:11'),(41,'rating_star','[5]',1,'Botble\\Testimonial\\Models\\Testimonial','2024-06-18 23:02:12','2024-06-18 23:02:12'),(42,'rating_star','[5]',2,'Botble\\Testimonial\\Models\\Testimonial','2024-06-18 23:02:12','2024-06-18 23:02:12'),(43,'rating_star','[5]',3,'Botble\\Testimonial\\Models\\Testimonial','2024-06-18 23:02:12','2024-06-18 23:02:12'),(44,'rating_star','[5]',4,'Botble\\Testimonial\\Models\\Testimonial','2024-06-18 23:02:12','2024-06-18 23:02:12'),(45,'image','[\"careers\\/banner.jpg\"]',1,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(46,'icon','[\"ti ti-chart-bar\"]',1,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(47,'apply_url','[\"\\/contact-us\"]',1,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(48,'image','[\"careers\\/banner.jpg\"]',2,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(49,'icon','[\"ti ti-replace\"]',2,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(50,'apply_url','[\"\\/contact-us\"]',2,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(51,'image','[\"careers\\/banner.jpg\"]',3,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(52,'icon','[\"ti ti-components\"]',3,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(53,'apply_url','[\"\\/contact-us\"]',3,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(54,'image','[\"careers\\/banner.jpg\"]',4,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(55,'icon','[\"ti ti-brand-deezer\"]',4,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(56,'apply_url','[\"\\/contact-us\"]',4,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(57,'image','[\"careers\\/banner.jpg\"]',5,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(58,'icon','[\"ti ti-video\"]',5,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(59,'apply_url','[\"\\/contact-us\"]',5,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(60,'image','[\"careers\\/banner.jpg\"]',6,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(61,'icon','[\"ti ti-device-desktop-code\"]',6,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(62,'apply_url','[\"\\/contact-us\"]',6,'ArchiElite\\Career\\Models\\Career','2024-06-18 23:02:12','2024-06-18 23:02:12'),(63,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',1,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(64,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',2,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(65,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',3,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(66,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',4,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(67,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',5,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(68,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',6,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(69,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',7,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(70,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',8,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(71,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',9,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(72,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',10,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(73,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',11,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(74,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',12,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(75,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',13,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(76,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',14,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(77,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',15,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(78,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',16,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(79,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',17,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(80,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',18,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(81,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',19,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(82,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',20,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(83,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',21,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(84,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',22,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(85,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',23,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(86,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',24,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(87,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',25,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(88,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',26,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(89,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',27,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(90,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',28,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(91,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',29,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(92,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',30,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(93,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',31,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(94,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',32,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(95,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',33,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(96,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',34,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(97,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',35,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(98,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',36,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(99,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',37,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(100,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',38,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(101,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',39,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(102,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',40,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(103,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',41,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(104,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',42,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(105,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',43,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(106,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',44,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(107,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',45,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(108,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',46,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(109,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',47,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(110,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',48,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(111,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',49,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(112,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',50,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(113,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',51,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(114,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',52,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(115,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',53,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(116,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',54,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(117,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',55,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(118,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',56,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(119,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',57,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(120,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',58,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(121,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',59,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(122,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',60,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(123,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',61,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(124,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',62,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(125,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',63,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(126,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',64,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'),(127,'faq_schema_config','[[[{\"key\":\"question\",\"value\":\"What Shipping Methods Are Available?\"},{\"key\":\"answer\",\"value\":\"Ex Portland Pitchfork irure mustache. Eutra fap before they sold out literally. Aliquip ugh bicycle rights actually mlkshk, seitan squid craft beer tempor.\"}],[{\"key\":\"question\",\"value\":\"Do You Ship Internationally?\"},{\"key\":\"answer\",\"value\":\"Hoodie tote bag mixtape tofu. Typewriter jean shorts wolf quinoa, messenger bag organic freegan cray.\"}],[{\"key\":\"question\",\"value\":\"How Long Will It Take To Get My Package?\"},{\"key\":\"answer\",\"value\":\"Swag slow-carb quinoa VHS typewriter pork belly brunch, paleo single-origin coffee Wes Anderson. Flexitarian Pitchfork forage, literally paleo fap pour-over. Wes Anderson Pinterest YOLO fanny pack meggings, deep v XOXO chambray sustainable slow-carb raw denim church-key fap chillwave Etsy. +1 typewriter kitsch, American Apparel tofu Banksy Vice.\"}],[{\"key\":\"question\",\"value\":\"What Payment Methods Are Accepted?\"},{\"key\":\"answer\",\"value\":\"Fashion axe DIY jean shorts, swag kale chips meh polaroid kogi butcher Wes Anderson chambray next level semiotics gentrify yr. Voluptate photo booth fugiat Vice. Austin sed Williamsburg, ea labore raw denim voluptate cred proident mixtape excepteur mustache. Twee chia photo booth readymade food truck, hoodie roof party swag keytar PBR DIY.\"}],[{\"key\":\"question\",\"value\":\"Is Buying On-Line Safe?\"},{\"key\":\"answer\",\"value\":\"Art party authentic freegan semiotics jean shorts chia cred. Neutra Austin roof party Brooklyn, synth Thundercats swag 8-bit photo booth. Plaid letterpress leggings craft beer meh ethical Pinterest.\"}]]]',65,'Botble\\Ecommerce\\Models\\Product','2024-06-18 23:02:46','2024-06-18 23:02:46'); /*!40000 ALTER TABLE `meta_boxes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES (1,'2013_04_09_032329_create_base_tables',1),(2,'2013_04_09_062329_create_revisions_table',1),(3,'2014_10_12_000000_create_users_table',1),(4,'2014_10_12_100000_create_password_reset_tokens_table',1),(5,'2015_06_18_033822_create_blog_table',1),(6,'2015_06_29_025744_create_audit_history',1),(7,'2016_06_10_230148_create_acl_tables',1),(8,'2016_06_14_230857_create_menus_table',1),(9,'2016_06_17_091537_create_contacts_table',1),(10,'2016_06_28_221418_create_pages_table',1),(11,'2016_10_03_032336_create_languages_table',1),(12,'2016_10_05_074239_create_setting_table',1),(13,'2016_10_07_193005_create_translations_table',1),(14,'2016_10_13_150201_create_galleries_table',1),(15,'2016_11_28_032840_create_dashboard_widget_tables',1),(16,'2016_12_16_084601_create_widgets_table',1),(17,'2017_05_09_070343_create_media_tables',1),(18,'2017_05_18_080441_create_payment_tables',1),(19,'2017_07_11_140018_create_simple_slider_table',1),(20,'2017_10_24_154832_create_newsletter_table',1),(21,'2017_11_03_070450_create_slug_table',1),(22,'2018_07_09_214610_create_testimonial_table',1),(23,'2018_07_09_221238_create_faq_table',1),(24,'2019_01_05_053554_create_jobs_table',1),(25,'2019_06_24_211801_create_career_table',1),(26,'2019_08_19_000000_create_failed_jobs_table',1),(27,'2019_11_18_061011_create_country_table',1),(28,'2019_12_14_000001_create_personal_access_tokens_table',1),(29,'2020_03_05_041139_create_ecommerce_tables',1),(30,'2021_01_01_044147_ecommerce_create_flash_sale_table',1),(31,'2021_01_17_082713_add_column_is_featured_to_product_collections_table',1),(32,'2021_01_18_024333_add_zip_code_into_table_customer_addresses',1),(33,'2021_02_16_092633_remove_default_value_for_author_type',1),(34,'2021_02_18_073505_update_table_ec_reviews',1),(35,'2021_03_10_024419_add_column_confirmed_at_to_table_ec_customers',1),(36,'2021_03_10_025153_change_column_tax_amount',1),(37,'2021_03_20_033103_add_column_availability_to_table_ec_products',1),(38,'2021_03_27_144913_add_customer_type_into_table_payments',1),(39,'2021_04_28_074008_ecommerce_create_product_label_table',1),(40,'2021_05_24_034720_make_column_currency_nullable',1),(41,'2021_05_31_173037_ecommerce_create_ec_products_translations',1),(42,'2021_08_09_161302_add_metadata_column_to_payments_table',1),(43,'2021_08_17_105016_remove_column_currency_id_in_some_tables',1),(44,'2021_08_30_142128_add_images_column_to_ec_reviews_table',1),(45,'2021_10_04_030050_add_column_created_by_to_table_ec_products',1),(46,'2021_10_05_122616_add_status_column_to_ec_customers_table',1),(47,'2021_10_19_020859_update_metadata_field',1),(48,'2021_10_25_021023_fix-priority-load-for-language-advanced',1),(49,'2021_11_03_025806_nullable_phone_number_in_ec_customer_addresses',1),(50,'2021_11_23_071403_correct_languages_for_product_variations',1),(51,'2021_11_28_031808_add_product_tags_translations',1),(52,'2021_12_01_031123_add_featured_image_to_ec_products',1),(53,'2021_12_03_030600_create_blog_translations',1),(54,'2021_12_03_075608_create_page_translations',1),(55,'2021_12_03_082134_create_faq_translations',1),(56,'2021_12_03_082953_create_gallery_translations',1),(57,'2021_12_03_083642_create_testimonials_translations',1),(58,'2021_12_03_084118_create_location_translations',1),(59,'2021_12_03_094518_migrate_old_location_data',1),(60,'2021_12_04_095357_create_careers_translations_table',1),(61,'2021_12_10_034440_switch_plugin_location_to_use_language_advanced',1),(62,'2022_01_01_033107_update_table_ec_shipments',1),(63,'2022_01_16_085908_improve_plugin_location',1),(64,'2022_02_16_042457_improve_product_attribute_sets',1),(65,'2022_03_22_075758_correct_product_name',1),(66,'2022_04_19_113334_add_index_to_ec_products',1),(67,'2022_04_19_113923_add_index_to_table_posts',1),(68,'2022_04_20_100851_add_index_to_media_table',1),(69,'2022_04_20_101046_add_index_to_menu_table',1),(70,'2022_04_28_144405_remove_unused_table',1),(71,'2022_04_30_034048_create_gallery_meta_translations_table',1),(72,'2022_05_05_115015_create_ec_customer_recently_viewed_products_table',1),(73,'2022_05_18_143720_add_index_to_table_ec_product_categories',1),(74,'2022_06_16_095633_add_index_to_some_tables',1),(75,'2022_06_28_151901_activate_paypal_stripe_plugin',1),(76,'2022_06_30_035148_create_order_referrals_table',1),(77,'2022_07_07_153354_update_charge_id_in_table_payments',1),(78,'2022_07_10_034813_move_lang_folder_to_root',1),(79,'2022_07_24_153815_add_completed_at_to_ec_orders_table',1),(80,'2022_08_04_051940_add_missing_column_expires_at',1),(81,'2022_08_04_052122_delete_location_backup_tables',1),(82,'2022_08_14_032836_create_ec_order_returns_table',1),(83,'2022_08_14_033554_create_ec_order_return_items_table',1),(84,'2022_08_15_040324_add_billing_address',1),(85,'2022_08_30_091114_support_digital_products_table',1),(86,'2022_09_01_000001_create_admin_notifications_tables',1),(87,'2022_09_13_095744_create_options_table',1),(88,'2022_09_13_104347_create_option_value_table',1),(89,'2022_10_05_163518_alter_table_ec_order_product',1),(90,'2022_10_12_041517_create_invoices_table',1),(91,'2022_10_12_142226_update_orders_table',1),(92,'2022_10_13_024916_update_table_order_returns',1),(93,'2022_10_14_024629_drop_column_is_featured',1),(94,'2022_10_21_030830_update_columns_in_ec_shipments_table',1),(95,'2022_10_28_021046_update_columns_in_ec_shipments_table',1),(96,'2022_11_02_092723_team_create_team_table',1),(97,'2022_11_16_034522_update_type_column_in_ec_shipping_rules_table',1),(98,'2022_11_18_063357_add_missing_timestamp_in_table_settings',1),(99,'2022_11_19_041643_add_ec_tax_product_table',1),(100,'2022_12_02_093615_update_slug_index_columns',1),(101,'2022_12_12_063830_update_tax_defadult_in_ec_tax_products_table',1),(102,'2022_12_17_041532_fix_address_in_order_invoice',1),(103,'2022_12_26_070329_create_ec_product_views_table',1),(104,'2023_01_04_033051_fix_product_categories',1),(105,'2023_01_09_050400_add_ec_global_options_translations_table',1),(106,'2023_01_10_093754_add_missing_option_value_id',1),(107,'2023_01_17_082713_add_column_barcode_and_cost_per_item_to_product_table',1),(108,'2023_01_26_021854_add_ec_customer_used_coupons_table',1),(109,'2023_01_30_024431_add_alt_to_media_table',1),(110,'2023_02_08_015900_update_options_column_in_ec_order_product_table',1),(111,'2023_02_16_042611_drop_table_password_resets',1),(112,'2023_02_27_095752_remove_duplicate_reviews',1),(113,'2023_03_20_115757_add_user_type_column_to_ec_shipment_histories_table',1),(114,'2023_04_21_082427_create_ec_product_categorizables_table',1),(115,'2023_04_23_005903_add_column_permissions_to_admin_notifications',1),(116,'2023_04_23_061847_increase_state_translations_abbreviation_column',1),(117,'2023_05_03_011331_add_missing_column_price_into_invoice_items_table',1),(118,'2023_05_10_075124_drop_column_id_in_role_users_table',1),(119,'2023_05_17_025812_fix_invoice_issue',1),(120,'2023_05_26_073140_move_option_make_phone_field_optional_at_checkout_page_to_mandatory_fields',1),(121,'2023_05_27_144611_fix_exchange_rate_setting',1),(122,'2023_06_22_084331_add_generate_license_code_to_ec_products_table',1),(123,'2023_06_30_042512_create_ec_order_tax_information_table',1),(124,'2023_07_06_011444_create_slug_translations_table',1),(125,'2023_07_14_022724_remove_column_id_from_ec_product_collection_products',1),(126,'2023_07_25_072632_create_portfolio_tables',1),(127,'2023_07_26_041451_add_more_columns_to_location_table',1),(128,'2023_07_27_041451_add_more_columns_to_location_translation_table',1),(129,'2023_08_03_041207_remove_unused_plugins',1),(130,'2023_08_06_070140_fix_shortcode_name',1),(131,'2023_08_09_012940_remove_column_status_in_ec_product_attributes',1),(132,'2023_08_09_035520_activate_business_services_plugin',1),(133,'2023_08_10_030324_migrate_old_shortcodes',1),(134,'2023_08_11_060908_create_announcements_table',1),(135,'2023_08_11_094574_update_team_table',1),(136,'2023_08_15_064505_create_ec_tax_rules_table',1),(137,'2023_08_15_073307_drop_unique_in_states_cities_translations',1),(138,'2023_08_21_021819_make_column_address_in_ec_customer_addresses_nullable',1),(139,'2023_08_21_090810_make_page_content_nullable',1),(140,'2023_08_22_094114_drop_unique_for_barcode',1),(141,'2023_08_29_074620_make_column_author_id_nullable',1),(142,'2023_08_29_075308_make_column_user_id_nullable',1),(143,'2023_08_30_031811_add_apply_via_url_column_to_ec_discounts_table',1),(144,'2023_09_07_094312_add_index_to_product_sku_and_translations',1),(145,'2023_09_11_023233_create_pf_custom_fields_table',1),(146,'2023_09_13_042633_add_columns_to_pf_projects_table',1),(147,'2023_09_13_044041_create_pf_project_categories_table',1),(148,'2023_09_14_021936_update_index_for_slugs_table',1),(149,'2023_09_14_022423_add_index_for_language_table',1),(150,'2023_09_19_024955_create_discount_product_categories_table',1),(151,'2023_09_20_050420_add_missing_translation_column',1),(152,'2023_09_22_061723_create_custom_fields_translations_table',1),(153,'2023_09_22_343531_remove_project_categories_table',1),(154,'2023_10_17_070728_add_icon_and_icon_image_to_product_categories_table',1),(155,'2023_10_21_065016_make_state_id_in_table_cities_nullable',1),(156,'2023_11_05_081701_fix_projects_table',1),(157,'2023_11_10_080225_migrate_contact_blacklist_email_domains_to_core',1),(158,'2023_11_14_033417_change_request_column_in_table_audit_histories',1),(159,'2023_11_17_063408_add_description_column_to_faq_categories_table',1),(160,'2023_11_22_154643_add_unique_in_table_ec_products_variations',1),(161,'2023_11_27_032313_add_price_columns_to_ec_product_cross_sale_relations_table',1),(162,'2023_11_30_085354_add_missing_description_to_team',1),(163,'2023_12_06_023945_add_display_on_checkout_column_to_ec_discounts_table',1),(164,'2023_12_06_100448_change_random_hash_for_media',1),(165,'2023_12_07_095130_add_color_column_to_media_folders_table',1),(166,'2023_12_12_105220_drop_translations_table',1),(167,'2023_12_17_162208_make_sure_column_color_in_media_folders_nullable',1),(168,'2023_12_25_040604_ec_create_review_replies_table',1),(169,'2023_12_26_090340_add_private_notes_column_to_ec_customers_table',1),(170,'2024_01_07_072057_update_theme_option_for_login_page',1),(171,'2024_01_16_050056_create_comments_table',1),(172,'2024_01_16_070706_fix_translation_tables',1),(173,'2024_01_23_075227_add_proof_file_to_ec_orders_table',1),(174,'2024_03_20_080001_migrate_change_attribute_email_to_nullable_form_contacts_table',1),(175,'2024_03_25_000001_update_captcha_settings_for_contact',1),(176,'2024_03_25_000001_update_captcha_settings_for_newsletter',1),(177,'2024_03_26_041531_add_cancel_reason_to_ec_orders_table',1),(178,'2024_03_27_062402_create_ec_customer_deletion_requests_table',1),(179,'2024_03_29_042242_migrate_old_captcha_settings',1),(180,'2024_03_29_093946_create_ec_order_return_histories_table',1),(181,'2024_04_01_063523_add_customer_columns_to_ec_reviews_table',1),(182,'2024_04_04_110758_update_value_column_in_user_meta_table',1),(183,'2024_04_15_092654_migrate_ecommerce_google_tag_manager_code_setting',1),(184,'2024_04_16_035713_add_min_max_order_quantity_columns_to_products_table',1),(185,'2024_04_19_063914_create_custom_fields_table',1),(186,'2024_04_27_100730_improve_analytics_setting',1),(187,'2024_05_07_073153_improve_table_wishlist',1),(188,'2024_05_07_093703_add_missing_zip_code_into_table_store_locators',1),(189,'2024_05_12_091229_add_column_visibility_to_table_media_files',1),(190,'2024_05_15_021503_fix_invoice_path',1),(191,'2024_05_16_060328_add_projects_translations_table',1),(192,'2024_05_16_100000_change_random_hash_for_media',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newsletters` -- DROP TABLE IF EXISTS `newsletters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `newsletters` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `email` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'subscribed', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newsletters` -- LOCK TABLES `newsletters` WRITE; /*!40000 ALTER TABLE `newsletters` DISABLE KEYS */; /*!40000 ALTER TABLE `newsletters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages` -- DROP TABLE IF EXISTS `pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pages` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `user_id` bigint unsigned DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `template` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pages_user_id_index` (`user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pages` -- LOCK TABLES `pages` WRITE; /*!40000 ALTER TABLE `pages` DISABLE KEYS */; INSERT INTO `pages` VALUES (1,'Homepage','[hero-banner title="Agency's Vision For The <span>Next Generation</span> Of Advertising" description="Apexa helps you to convert your data into a strategic asset and get business insights Apexa helps you to convert." button_label="Get Started" button_url="/" display_social_links="0,1" display_button_scroll_down="0,1" image="general/hero-banner-5.png" image_1="general/hero-banner-5-1.png" background_image="backgrounds/hero-banner-bg-5.jpg" background_color="transparent" enable_lazy_loading="no"][/hero-banner][brands name_1="Door Dash" image_1="brands/1.png" url_1="/" name_2="Discord" image_2="brands/1.png" url_2="/" name_3="Airbnb" image_3="brands/1.png" url_3="/" name_4="Norton" image_4="brands/1.png" url_4="/" name_5="Naturewave" image_5="brands/1.png" url_5="/" quantity="5" background_color="#14176C"][/brands][services style="style-4" title="We Do World Class Work For You" subtitle="WHAT WE OFFER" description="Mauris ut enim sit amet lacus ornare ullamcorper Praesent plaacerat neque eu purus rhoncus vel tincidunt odio ultrices." service_ids="1,2,3,4" background_image="backgrounds/about-us-information-bg.jpg" background_color="transparent" enable_lazy_loading="yes"][/services][about-us-information style="style-5" title="Business Growth Creativity Meet Our Agency's Experts" subtitle="ABOUT COMPANY" description="We successfully cope with tasks of varying complexity provide area longerty guarantees and regularly master. We successfully cope varying complexity provide area longerty guarantees." image="general/about-us-information-5.jpg" image_1="general/about-us-information-5-1.png" data_count="15" data_count_description="World Best Agency <br> Award Got" quantity="4" title_1="Medicare Advantage Plans" title_2="Analysis & Research" title_3="100% Secure Money Back" title_4="100% Money Growth" button_label="Contact with Us" button_url="/contact-us" background_color="transparent" enable_lazy_loading="yes"][/about-us-information][about-us-information style="style-6" title="Providing Expert Advice on Business Consulting, Planning & Success" subtitle="WHY CHOOSE OUR SERVICE" description="Mauris ut enim sit amet lacus ornare ullamcorper. Praesent plaacerat neque eu purus rhoncus, vel tincidunt odio ultrices. Seed theya are feugiat elis Curabitur posuere tristique." image="general/about-us-information-3-1.jpg" image_1="general/about-us-information-6.jpg" image_2="general/about-us-information-3-2.jpg" quantity="2" title_1="E-mail Marketing" description_1="Apexa helps youcona doing tempor incididunt." icon_1="ti ti-mail" title_2="Business Growth" description_2="Apexa helps youcona doing tempor incididunt." icon_2="ti ti-device-imac-search" background_color="transparent" enable_lazy_loading="yes"][/about-us-information][projects style="style-2" project_ids="1,2,3,4,5" background_color="transparent" enable_lazy_loading="yes"][/projects][site-statistics style="style-1" quantity="4" title_1="Successfully Completed Projects" data_1="45" unit_1="+" image_1="icons/trophy.png" title_2="Satisfied 100% Our Clients" data_2="92" unit_2="K" image_2="icons/star.png" title_3="All Over The World We Are Available" data_3="19" unit_3="+" image_3="icons/popularity.png" title_4="Years of Experiences To Run This Company" data_4="25" unit_4="+" image_4="icons/time.png" background_image="backgrounds/site-statistics-bg.png" background_color="#FFFBF3" enable_lazy_loading="yes"][/site-statistics][team style="style-1" team_ids="1,2,3,4" background_color="transparent" enable_lazy_loading="yes" subtitle="MEET OUR TEAM" title="Financial Expertise You <br> Can Trust" description="Our power of choice is untrammelled and when nothing preven tsbeing able to do what we like best every pleasure."][/team][consulting-block title="Trusted , Happy & Satisfied Businesses" description="When you work with HR Solutions, you get the best. We provide adaptable solutions that allow you to be a part of the entire process" image="general/consulting-block.jpg" data_count="40+" data_count_description="Consulting <br> farm" background_color="rgb(25, 29, 136)"][/consulting-block][pricing title="We’ve Offered The Best Pricing For You" subtitle="FLEXIBLE PRICING PLAN" package_ids="1,2,3" background_image="backgrounds/blog-posts-bg.jpg" enable_lazy_loading="yes"][/pricing][testimonials style="style-4" image="general/testimonials-4-1.png" testimonial_ids="1,2,3,4" background_image="backgrounds/about-us-information-bg.jpg" enable_lazy_loading="yes"][/testimonials][blog-posts style="style-2" category_ids="1,2,3,4,5" title="Featured News And Insights" subtitle="OUR BLOG UPDATE" limit="3" background_color="#FFFBF3" enable_lazy_loading="yes"][/blog-posts]',1,NULL,'homepage',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(2,'Contact Us','<br><br><br><br><div>[google-map height=\"500\"]Awamileaug Drive, Kensington London, UK[/google-map]</div>[contact-form display_fields=\"phone,email,subject,address\" mandatory_fields=\"email\" title=\"How can we help you?\" description=\"When an unknown printer took a galley of type and scrambled it to make type pecimen 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\" quantity=\"3\" title_1=\"Address\" icon_1=\"ti ti-map-pin\" description_1=\"Awamileaug Drive, Kensington London, UK\" title_2=\"Phone\" icon_2=\"ti ti-phone-call\" description_2=\"+48 500-130-0001\" title_3=\"E-mail\" icon_3=\"ti ti-mail\" description_3=\"info@gmail.com\" form_title=\"Give Us a Message\" form_description=\"Your email address will not be published. Required fields are marked *\" form_button_label=\"Submit Post\"][/contact-form]',1,NULL,NULL,NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(3,'Blog','',1,NULL,NULL,NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(4,'Business About','[about-us-information style="style-11" title="We Help Organizations To Make Ultimate Businesses Growth Success" subtitle="SIMPLY KNOW ABOUT" description="We successfully cope with tasks of varying complexityprovide longerty term guarantees and regularly master new Practice Area technol ogiesOur portfolio includes dozen" image="general/about-us-information-11.jpg" image_1="general/about-us-information-11-1.jpg" image_2="general/about-us-information-11-2.png" quantity="3" title_1="Medicare Advantage Plans" title_2="Analysis & Research" title_3="100% Secure Money Back" data_count="15+" data_count_description="World Best Agency <br> Award Got" button_label="Contact With Us" button_url="/contact-us" background_color="transparent" enable_lazy_loading="no"][/about-us-information][brands name_1="Door Dash" image_1="brands/1.png" url_1="/" name_2="Discord" image_2="brands/1.png" url_2="/" name_3="Airbnb" image_3="brands/1.png" url_3="/" name_4="Norton" image_4="brands/1.png" url_4="/" name_5="Naturewave" image_5="brands/1.png" url_5="/" quantity="5" background_color="transparent"][/brands][about-us-information style="style-12" title="Digital Solutions For Your Online Business" subtitle="WHY WE ARE THE BEST" description="We successfully cope with tasks of varying complexity provide area longerty guarantees and regularly master new Practice Following gies heur." quantity="4" title_1="Business Solutions" description_1="Semper egetuis kelly for tellus urna area condition." icon_1="ti ti-chart-histogram" title_2="Finance Planning" description_2="Semper egetuis kelly for tellus urna area condition." icon_2="ti ti-building-bank" title_3="Market Analysis" description_3="Semper egetuis kelly for tellus urna area condition." icon_3="ti ti-ad-2" title_4="Business Solutions" description_4="Semper egetuis kelly for tellus urna area condition." icon_4="ti ti-box-model" background_color="rgb(23, 26, 124)" enable_lazy_loading="yes"][/about-us-information][site-statistics style="style-1" quantity="4" title_1="Successfully Completed Projects" data_1="45" unit_1="+" image_1="icons/trophy.png" title_2="Satisfied 100% Our Clients" data_2="92" unit_2="K" image_2="icons/star.png" title_3="All Over The World We Are Available" data_3="19" unit_3="+" image_3="icons/popularity.png" title_4="Years of Experiences To Run This Company" data_4="25" unit_4="+" image_4="icons/time.png" background_image="backgrounds/site-statistics-bg.png" background_color="rgb(255, 251, 243)" enable_lazy_loading="yes"][/site-statistics][team style="style-4" title="Business Expertise Is Here For You Can Trust" subtitle="MEET OUR TEAM" team_ids="1,2,3,4" background_color="transparent" enable_lazy_loading="yes"][/team]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(5,'Finance About','[about-us-information style="style-13" title="Dedicated Teams <br> <span>Always</span> Bring Something <span>Good</span>" description="We when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only fiveawe centuriesbut also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release offer Letraset when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only " image="general/about-us-information-13.jpg" quantity="6" data_count="25" data_count_description="Years of experience" background_color="transparent" enable_lazy_loading="no"][/about-us-information][site-statistics style="style-1" quantity="4" title_1="Successfully Completed Projects" data_1="45" unit_1="+" image_1="icons/trophy.png" title_2="Satisfied 100% Our Clients" data_2="92" unit_2="K" image_2="icons/star.png" title_3="All Over The World We Are Available" data_3="19" unit_3="+" image_3="icons/popularity.png" title_4="Years of Experiences To Run This Company" data_4="25" unit_4="+" image_4="icons/time.png" background_image="backgrounds/site-statistics-bg.png" background_color="rgb(255, 251, 243)" enable_lazy_loading="yes"][/site-statistics][contact-block style="style-1" title="Offering The Best Experience Of Business Consulting Services" subtitle="Toll Free Call" phone_number="+ 88 ( 9600 ) 6002" button_label="Request a Free Call" button_url="tel:8896006002" background_image="backgrounds/contact-block-bg.jpg" background_color="transparent" enable_lazy_loading="yes"][/contact-block][team style="style-1" title="Financial Expertise You Can Trust" subtitle="MEET OUR TEAM" description="Our power of choice is untrammelled and when nothing prevents being able to do what we like best every pleasure." team_ids="1,2,3,4" background_color="transparent" enable_lazy_loading="yes"][/team][testimonials style="style-4" image="general/testimonials-4.png" testimonial_ids="1,2,3,4" background_image="backgrounds/about-us-information-bg.jpg" enable_lazy_loading="yes"][/testimonials]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(6,'Consulting About','[about-us-information style="style-3" title="Providing Expert Advice On Business Consulting, Planning & Success" subtitle="ABOUT OUR COMPANY" description="Mauris ut enim sit amet lacus ornare ullamcorper. Praesent plaacerat neque eu purus rhoncus, vel tincidunt odio ultrices. Seed theya are feugiat elis Curabitur posuere tristique." image="general/about-us-information-3-1.jpg" image_1="general/about-us-information-3-2.jpg" quantity="3" title_1="Business Growth" title_2="Analysis & Research" title_3="100% Secure" data_count="25" data_count_description="YEARS <br> EXPERIENCE <br> IN CONSULTING" author_name="Martinaze" author_title="CEO" author_avatar="general/author-avatar.png" author_signature="general/author-signature.png" contact_title="+123 8989 444" contact_subtitle="Hot Line Number" contact_url="tel:+123 8989444" contact_icon="ti ti-phone-call" background_image="backgrounds/about-us-information-bg.jpg" background_color="transparent" enable_lazy_loading="yes"][/about-us-information][site-statistics style="style-1" quantity="4" title_1="Successfully Completed Projects" data_1="45" unit_1="+" image_1="icons/trophy.png" title_2="Satisfied 100% Our Clients" data_2="92" unit_2="K" image_2="icons/star.png" title_3="All Over The World We Are Available" data_3="19" unit_3="+" image_3="icons/popularity.png" title_4="Years of Experiences To Run This Company" data_4="25" unit_4="+" image_4="icons/time.png" background_image="backgrounds/site-statistics-bg.png" background_color="rgb(255, 251, 243)" enable_lazy_loading="yes"][/site-statistics][contact-block style="style-1" title="Offering The Best Experience Of Business Consulting Services" subtitle="Toll Free Call" phone_number="+ 88 ( 9600 ) 6002" button_label="Request a Free Call" button_url="tel:8896006002" background_image="backgrounds/contact-block-bg.jpg" background_color="transparent" enable_lazy_loading="yes"][/contact-block][team style="style-1" title="Financial Expertise You Can Trust" subtitle="MEET OUR TEAM" description="Our power of choice is untrammelled and when nothing prevents being able to do what we like best every pleasure." team_ids="1,2,3,4" background_color="transparent" enable_lazy_loading="yes"][/team][testimonials style="style-4" image="general/testimonials-4.png" testimonial_ids="1,2,3,4" background_image="backgrounds/about-us-information-bg.jpg" enable_lazy_loading="yes"][/testimonials][brands name_1="Door Dash" image_1="brands/1.png" url_1="/" name_2="Discord" image_2="brands/1.png" url_2="/" name_3="Airbnb" image_3="brands/1.png" url_3="/" name_4="Norton" image_4="brands/1.png" url_4="/" name_5="Naturewave" image_5="brands/1.png" url_5="/" quantity="5" background_color="transparent"][/brands]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(7,'Insurance About','[about-us-information style="style-4" title="Insurance For The Better Family & Corporate Life" subtitle="ABOUT US" description="We successfully cope with tasks of varying complexity provide area longerty guarantees and regularly master new Practice Following gies heur portfolio includes." image="general/about-us-information-4-1.jpg" image_1="general/about-us-information-4-2.jpg" quantity="3" title_1="Medicare Advantage Plans" title_2="Analysis & Research" title_3="100% Secure Money Back" data_count="25" data_count_description="Years Experience <br> in This Field" button_label="Quick Contact Us" button_url="/contact-us" background_color="transparent" enable_lazy_loading="no"][/about-us-information][about-us-information style="style-8" title="We Offer Business Insight World Class Consulting" subtitle="WHY WE ARE THE BEST" description="We successfully cope with tasks of varying complexity provide area longerty guarantees and regularly master new Practice Following gies heur portfolio includes dozen." image="general/about-us-information-8-1.jpg" image_1="general/about-us-information-8-2.jpg" quantity="2" title_1="Business Solutions" description_1="Semper egetuis kelly for tellus urna area condition." icon_1="ti ti-chart-pie-2" title_2="Market Analysis" description_2="Semper egetuis kelly for tellus urna area condition." icon_2="ti ti-broadcast" background_color="rgb(23, 26, 124)" enable_lazy_loading="yes"][/about-us-information][testimonials style="style-1" image="general/testimonials-4-1.png" testimonial_ids="1,2,3,4" background_image="backgrounds/about-us-information-bg.jpg" enable_lazy_loading="yes"][/testimonials][pricing title="We’ve Offered The Best Pricing For You" subtitle="FLEXIBLE PRICING PLAN" package_ids="1,2,3" background_image="backgrounds/blog-posts-bg.jpg" enable_lazy_loading="yes"][/pricing][brands name_1="Door Dash" image_1="brands/1.png" url_1="/" name_2="Discord" image_2="brands/1.png" url_2="/" name_3="Airbnb" image_3="brands/1.png" url_3="/" name_4="Norton" image_4="brands/1.png" url_4="/" name_5="Naturewave" image_5="brands/1.png" url_5="/" quantity="5" background_color="transparent"][/brands]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(8,'Digital Agency About','<br><br><br><br>[about-us-information style="style-5" title="Business Growth Creativity Meet Our Agency's Experts" subtitle="ABOUT COMPANY" description="We successfully cope with tasks of varying complexity provide area longerty guarantees and regularly master. We successfully cope varying complexity provide area longerty guarantees." image="general/about-us-information-5.jpg" image_1="general/about-us-information-5-1.png" data_count="15" data_count_description="World Best Agency <br> Award Got" quantity="4" title_1="Medicare Advantage Plans" title_2="Analysis & Research" title_3="100% Secure Money Back" title_4="100% Money Growth" button_label="Contact with Us" button_url="/contact-us" background_color="transparent" enable_lazy_loading="no"][/about-us-information][services style="style-3" title="Transforming Your Business With Technology" subtitle="SPECIAL FEATURES" service_ids="1,2,7" background_image="backgrounds/blog-posts-bg.jpg" enable_lazy_loading="yes"][/services][testimonials style="style-2" title="What Our Loving Clients Saying" subtitle="CLIENTS TESTIMONIAL" testimonial_ids="1,2,3" background_color="rgb(20, 23, 108)" enable_lazy_loading="yes"][/testimonials][pricing title="We’ve Offered The Best Pricing For You" subtitle="FLEXIBLE PRICING PLAN" package_ids="1,2,3" background_image="backgrounds/blog-posts-bg.jpg" enable_lazy_loading="yes"][/pricing]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(9,'Services','[services style="style-1" title="We Offer An Effective Wide Area Business solutions" subtitle="WHAT WE OFFER" service_ids="1,2,3,4,5,6,7,8" background_image="backgrounds/blog-posts-bg.jpg" background_color="transparent" enable_lazy_loading="no"][/services]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(10,'Finance Service','[services style="style-2" title="Let’s Discover Our Service <br> Features Charter" subtitle="WHY WE ARE THE BEST" service_ids="1,2,3,4,5,6,7,8" background_color="#14176C" enable_lazy_loading="no"][/services]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(11,'Consulting Service','[services style="style-3" title="We Offer An Effective Wide Area Business solutions" subtitle="WHAT WE OFFER" service_ids="1,2,3,4,5,6,7,8" background_image="backgrounds/blog-posts-bg.jpg" background_color="transparent" enable_lazy_loading="no"][/services]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(12,'Digital Agency Service','[services style="style-6" title="We Do World Class Work For You" subtitle="WHAT WE OFFER" service_ids="1,2,3,4,5,6,7,8" background_image="backgrounds/blog-posts-bg.jpg" background_color="transparent" enable_lazy_loading="no"][/services]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(13,'Insurance Service','[services-tab title="Discover Our Insurance Services For All" subtitle="WHAT WE OFFER" quantity="6" service_id_1="1" title_1="Data Analyst" description_1="Explore our savings, quality care and wellness solutions to craft the perfect plan for your business when an unknown printer." featured_title_1_1="Business Growth" featured_title_2_1="100% Secure" featured_title_3_1="Business Growth" service_id_2="8" title_2="Strategy Adviser" description_2="Explore our savings, quality care and wellness solutions to craft the perfect plan for your business when an unknown printer." featured_title_1_2="Business Growth" featured_title_2_2="Analysis & Research" featured_title_3_2="100% Secure" service_id_3="2" title_3="Liability Planner" description_3="Explore our savings, quality care and wellness solutions to craft the perfect plan for your business when an unknown printer." featured_title_1_3="Business Growth" featured_title_2_3="Analysis & Research" featured_title_3_3="100% Secure" service_id_4="12" title_4="Growth Planner" description_4="Explore our savings, quality care and wellness solutions to craft the perfect plan for your business when an unknown printer." featured_title_1_4="Business Growth" featured_title_2_4="Analysis & Research" featured_title_3_4="100% Secure" service_id_5="7" title_5="Insurance Expert" description_5="Explore our savings, quality care and wellness solutions to craft the perfect plan for your business when an unknown printer." featured_title_1_5="Business Growth" featured_title_2_5="Analysis & Research" featured_title_3_5="100% Secure" service_id_6="10" title_6="Operations Expert" description_6="Explore our savings, quality care and wellness solutions to craft the perfect plan for your business when an unknown printer." featured_title_1_6="Business Growth" featured_title_2_6="Analysis & Research" featured_title_3_6="100% Secure" button_label="See More Services" button_url="/services" background_image="backgrounds/services-bg-3.jpg" background_color="transparent" enable_lazy_loading="no"][/services-tab]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(14,'Team One','[team style=\"style-1\" team_ids=\"1,2,3,4,5,6,7,8\" background_color=\"transparent\" enable_lazy_loading=\"no\"][/team][brands name_1=\"Door Dash\" image_1=\"brands/1.png\" url_1=\"/\" name_2=\"Discord\" image_2=\"brands/1.png\" url_2=\"/\" name_3=\"Airbnb\" image_3=\"brands/1.png\" url_3=\"/\" name_4=\"Norton\" image_4=\"brands/1.png\" url_4=\"/\" name_5=\"Naturewave\" image_5=\"brands/1.png\" url_5=\"/\" quantity=\"5\" background_color=\"transparent\"][/brands]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(15,'Team Two','[team style=\"style-2\" team_ids=\"1,2,3,4,5,6,7,8\" background_color=\"transparent\" enable_lazy_loading=\"no\"][/team][brands name_1=\"Door Dash\" image_1=\"brands/1.png\" url_1=\"/\" name_2=\"Discord\" image_2=\"brands/1.png\" url_2=\"/\" name_3=\"Airbnb\" image_3=\"brands/1.png\" url_3=\"/\" name_4=\"Norton\" image_4=\"brands/1.png\" url_4=\"/\" name_5=\"Naturewave\" image_5=\"brands/1.png\" url_5=\"/\" quantity=\"5\" background_color=\"#F7F7F8\"][/brands]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(16,'Team Three','[team style=\"style-3\" team_ids=\"1,2,3,4,5,6,7,8\" background_color=\"transparent\" enable_lazy_loading=\"no\"][/team][brands name_1=\"Door Dash\" image_1=\"brands/1.png\" url_1=\"/\" name_2=\"Discord\" image_2=\"brands/1.png\" url_2=\"/\" name_3=\"Airbnb\" image_3=\"brands/1.png\" url_3=\"/\" name_4=\"Norton\" image_4=\"brands/1.png\" url_4=\"/\" name_5=\"Naturewave\" image_5=\"brands/1.png\" url_5=\"/\" quantity=\"5\" background_color=\"#F7F7F8\"][/brands]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(17,'Team Four','[team style=\"style-4\" team_ids=\"1,2,3,4,5,6,7,8\" background_color=\"transparent\" enable_lazy_loading=\"no\"][/team][brands name_1=\"Door Dash\" image_1=\"brands/1.png\" url_1=\"/\" name_2=\"Discord\" image_2=\"brands/1.png\" url_2=\"/\" name_3=\"Airbnb\" image_3=\"brands/1.png\" url_3=\"/\" name_4=\"Norton\" image_4=\"brands/1.png\" url_4=\"/\" name_5=\"Naturewave\" image_5=\"brands/1.png\" url_5=\"/\" quantity=\"5\" background_color=\"#F7F7F8\"][/brands]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(18,'How Its Work','[instruction-steps title=\"Engage With Us For Financial And Accounting Services With This Step-By-Step Guide\" description=\"Discover how our company can help your business with our comprehensive financial and accounting services. From bookkeeping to tax planning, we have you covered. Contact us today to get started.\" quantity=\"3\" title_1=\"Step 1: Initial Consultation\" description_1=\"Schedule a consultation with our experts to discuss your business needs and goals.\" icon_1=\"ti ti-chart-pie\" button_label_1=\"Read More\" button_url_1=\"/contact-us\" title_2=\"Step 2: Initial Consultation\" description_2=\"Schedule a consultation with our experts to discuss your business needs and goals.\" icon_2=\"ti ti-bulb\" button_label_2=\"Read more\" button_url_2=\"/contact-us\" title_3=\"Step 3: Initial Consultation\" description_3=\"Schedule a consultation with our experts to discuss your business needs and goals.\" icon_3=\"ti ti-rocket\" button_label_3=\"Read More\" button_url_3=\"/contact-us\" background_color=\"rgb(20, 23, 108)\"][/instruction-steps]<br><br>',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(19,'Pricing','[pricing title=\"We’ve Offered The Best Pricing For You\" subtitle=\"FLEXIBLE PRICING PLAN\" package_ids=\"1,2,3\" background_image=\"backgrounds/blog-posts-bg.jpg\" enable_lazy_loading=\"yes\"][/pricing]',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'),(20,'Testimonials','[testimonials style=\"style-2\" title=\"What Our Loving Clients Saying\" subtitle=\"CLIENTS TESTIMONIAL\" testimonial_ids=\"1,2,3\" background_color=\"rgb(20, 23, 108)\" enable_lazy_loading=\"yes\"][/testimonials]<br><br>',1,NULL,'full-width',NULL,'published','2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pages_translations` -- DROP TABLE IF EXISTS `pages_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pages_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `pages_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`pages_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pages_translations` -- LOCK TABLES `pages_translations` WRITE; /*!40000 ALTER TABLE `pages_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pages_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_reset_tokens` -- DROP TABLE IF EXISTS `password_reset_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `password_reset_tokens` ( `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_reset_tokens` -- LOCK TABLES `password_reset_tokens` WRITE; /*!40000 ALTER TABLE `password_reset_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `password_reset_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `currency` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` bigint unsigned NOT NULL DEFAULT '0', `charge_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payment_channel` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` decimal(15,2) unsigned NOT NULL, `order_id` bigint unsigned DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT 'pending', `payment_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT 'confirm', `customer_id` bigint unsigned DEFAULT NULL, `refunded_amount` decimal(15,2) unsigned DEFAULT NULL, `refund_note` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `customer_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `metadata` mediumtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `personal_access_tokens` -- DROP TABLE IF EXISTS `personal_access_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `personal_access_tokens` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `tokenable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint unsigned NOT NULL, `name` varchar(191) 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, `expires_at` timestamp NULL DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `personal_access_tokens_token_unique` (`token`), KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `personal_access_tokens` -- LOCK TABLES `personal_access_tokens` WRITE; /*!40000 ALTER TABLE `personal_access_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `personal_access_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_custom_field_options` -- DROP TABLE IF EXISTS `pf_custom_field_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_custom_field_options` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `custom_field_id` bigint unsigned NOT NULL, `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `order` int NOT NULL DEFAULT '999', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pf_custom_field_options_custom_field_id_index` (`custom_field_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_custom_field_options` -- LOCK TABLES `pf_custom_field_options` WRITE; /*!40000 ALTER TABLE `pf_custom_field_options` DISABLE KEYS */; INSERT INTO `pf_custom_field_options` VALUES (1,1,'Health Insurance','Health Insurance',999,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,1,'Travel Insurance','Travel Insurance',999,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(3,1,'Vehicle Insurance','Vehicle Insurance',999,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(4,1,'Cargo Insurance','Cargo Insurance',999,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(5,1,'Fire Insurance','Fire Insurance',999,'2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `pf_custom_field_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_custom_field_options_translations` -- DROP TABLE IF EXISTS `pf_custom_field_options_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_custom_field_options_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `label` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pf_custom_field_options_id` bigint unsigned NOT NULL, PRIMARY KEY (`lang_code`,`pf_custom_field_options_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_custom_field_options_translations` -- LOCK TABLES `pf_custom_field_options_translations` WRITE; /*!40000 ALTER TABLE `pf_custom_field_options_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_custom_field_options_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_custom_fields` -- DROP TABLE IF EXISTS `pf_custom_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_custom_fields` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `author_id` bigint unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `required` tinyint(1) NOT NULL DEFAULT '0', `type` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, `order` int NOT NULL DEFAULT '999', `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pf_custom_fields_author_type_author_id_index` (`author_type`,`author_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_custom_fields` -- LOCK TABLES `pf_custom_fields` WRITE; /*!40000 ALTER TABLE `pf_custom_fields` DISABLE KEYS */; INSERT INTO `pf_custom_fields` VALUES (1,'Botble\\ACL\\Models\\User',1,'Type',NULL,0,'dropdown',999,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,'Botble\\ACL\\Models\\User',1,'Price',NULL,1,'number',999,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `pf_custom_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_custom_fields_translations` -- DROP TABLE IF EXISTS `pf_custom_fields_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_custom_fields_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `placeholder` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pf_custom_fields_id` bigint unsigned NOT NULL, PRIMARY KEY (`lang_code`,`pf_custom_fields_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_custom_fields_translations` -- LOCK TABLES `pf_custom_fields_translations` WRITE; /*!40000 ALTER TABLE `pf_custom_fields_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_custom_fields_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_packages` -- DROP TABLE IF EXISTS `pf_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_packages` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci NOT NULL, `price` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `annual_price` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `duration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'monthly', `features` text COLLATE utf8mb4_unicode_ci, `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `is_popular` tinyint(1) NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_packages` -- LOCK TABLES `pf_packages` WRITE; /*!40000 ALTER TABLE `pf_packages` DISABLE KEYS */; INSERT INTO `pf_packages` VALUES (1,'Basic Plan','Advanced features for pros who need more customization.','<p>This is package content</p>\n','$19','$119','monthly','+ 100 User Activities\n+ Limit Access\n+ No Hidden Charge\n+ 01 Time Updates\n+ Figma Source File\n+ Many More Facilities','published',0,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,'Team Plan','All the basics for businesses that are just getting started.','<p>This is package content</p>\n','$49','$499','monthly','+ 1000 User Activities\n+ Unlimited Access\n+ No Hidden Charge\n+ 03 Time Updates\n+ Figma Source File\n+ Many More Facilities','published',1,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(3,'Enterprise Plan','Advanced features for pros who need more customization.','<p>This is package content</p>\n','$99','$999','monthly','+ 5000 User Activities\n+ Unlimited Access\n+ No Hidden Charge\n+ 10 Time Updates\n+ Figma Source File\n+ Many More Facilities','published',0,'2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `pf_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_packages_translations` -- DROP TABLE IF EXISTS `pf_packages_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_packages_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `pf_packages_id` bigint unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci, `price` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `annual_price` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `features` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`pf_packages_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_packages_translations` -- LOCK TABLES `pf_packages_translations` WRITE; /*!40000 ALTER TABLE `pf_packages_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_packages_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_projects` -- DROP TABLE IF EXISTS `pf_projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_projects` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `place` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `client` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_featured` tinyint(1) NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `images` text COLLATE utf8mb4_unicode_ci, `views` int NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `start_date` date DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_projects` -- LOCK TABLES `pf_projects` WRITE; /*!40000 ALTER TABLE `pf_projects` DISABLE KEYS */; INSERT INTO `pf_projects` VALUES (1,'Innovation Hub: Navigating the Future','Gain invaluable insights into strategic business planning and decision-making through our comprehensive program. Unlock the power of data-driven strategies for sustainable growth.','<p>We are excited to introduce you to Innovation Hub: Navigating the Future, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Innovation Hub: Navigating the Future</span>?</h2>\n<p>\n Choosing <span>Innovation Hub: Navigating the Future</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','Paris','Grace Williams',0,'projects/1.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Kathlyn Rogahn','1989-10-17'),(2,'Leadership Excellence Initiative','Join us at the Innovation Hub, where we explore cutting-edge technologies and trends shaping the future of business. Discover innovative solutions and stay ahead of the curve.','<p>We are excited to introduce you to Leadership Excellence Initiative, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Leadership Excellence Initiative</span>?</h2>\n<p>\n Choosing <span>Leadership Excellence Initiative</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','USA','Michael Turner',0,'projects/2.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Leanne Dietrich DVM','2011-05-24'),(3,'Startup Accelerator Program','Accelerate your startup’s growth with our intensive program. From idea to market entry, we provide mentorship, resources, and networking opportunities for success.','<p>We are excited to introduce you to Startup Accelerator Program, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Startup Accelerator Program</span>?</h2>\n<p>\n Choosing <span>Startup Accelerator Program</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','Thailand','David Chen',0,'projects/3.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Erika Considine','2018-07-10'),(4,'Marketing Mastery Series','Master the art of marketing with our comprehensive series. From branding to digital marketing, this series equips you with the skills to captivate your audience.','<p>We are excited to introduce you to Marketing Mastery Series, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Marketing Mastery Series</span>?</h2>\n<p>\n Choosing <span>Marketing Mastery Series</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','Japan','Takashi Hamachi',0,'projects/4.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Mr. Jonatan Mante','1982-04-30'),(5,'Illustration Design','Fugit et amet autem ratione. Dolor et hic deleniti. Magni ut saepe in.','<p>We are excited to introduce you to Illustration Design, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Illustration Design</span>?</h2>\n<p>\n Choosing <span>Illustration Design</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','USA','David Kane',0,'projects/5.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Reece Hackett','1985-06-11'),(6,'Design & Development','Ut ab quia explicabo tempora. Quae unde at quis pariatur modi sed et. Ea beatae asperiores ut maxime ducimus minima excepturi commodi. Facere laborum possimus sunt unde consequatur enim ea libero.','<p>We are excited to introduce you to Design & Development, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Design & Development</span>?</h2>\n<p>\n Choosing <span>Design & Development</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','Canada','Franks Doe',0,'projects/6.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Dr. Webster Marks DDS','1989-09-23'),(7,'Marketing Consultancy','Sequi praesentium quos odit perferendis ab. Quia qui sapiente est ducimus. Nihil ipsa pariatur voluptas alias nihil impedit tempore officiis.','<p>We are excited to introduce you to Marketing Consultancy, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Marketing Consultancy</span>?</h2>\n<p>\n Choosing <span>Marketing Consultancy</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','India','Alexander Kavas',0,'projects/7.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Dudley Donnelly','1999-09-20'),(8,'Digital Marketing','Aut repudiandae aspernatur et eum ipsam ut accusantium. Harum occaecati nobis quia quo eius.','<p>We are excited to introduce you to Digital Marketing, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Digital Marketing</span>?</h2>\n<p>\n Choosing <span>Digital Marketing</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','Brazil','Roby Elexa',0,'projects/8.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Dr. Cornell Howell MD','2012-06-03'),(9,'Strategic Planning','Magnam non dolor at saepe odit et. Ducimus et est in sunt vel sunt.','<p>We are excited to introduce you to Strategic Planning, a cutting-edge platform designed to transform the way you manage content. Developed with the latest technology, our project aims to deliver exceptional performance, user-friendly interfaces, and robust functionality to meet your specific needs.</p>\n[content-featured title=\"Our Corporate Business Planning\" description=\"When an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries.but also the leap into electronic typesetting, remaining.\" image=\"general/content-featured.jpg\" quantity=\"4\" title_1=\"Medicare Advantage Plans\" title_2=\"Analysis & Research\" title_3=\"100% Secure Money Back\" title_4=\"100% Money Growth\"][/content-featured]\n<h2>Why Choose <span>Strategic Planning</span>?</h2>\n<p>\n Choosing <span>Strategic Planning</span> means opting for excellence and innovation. Here are some reasons why our project stands out:\n</p>\n<ul>\n <li><strong>Ease of Use:</strong> Our intuitive design ensures that users of all skill levels can quickly get up to speed.</li>\n <li><strong>Comprehensive Support:</strong> We offer extensive documentation, tutorials, and a dedicated support team to assist you.</li>\n <li><strong>Customizable:</strong> Tailor the platform to meet your unique requirements with flexible options and settings.</li>\n <li><strong>Secure and Reliable:</strong> Built with security and reliability in mind, our platform ensures your data is protected and always available.</li>\n</ul>\n','Thai Lan','Nicola Per',0,'projects/9.jpg',NULL,0,'published','2024-06-18 23:02:11','2024-06-18 23:02:11','Dario Feeney DDS','2010-01-10'); /*!40000 ALTER TABLE `pf_projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_projects_translations` -- DROP TABLE IF EXISTS `pf_projects_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_projects_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `pf_projects_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_projects_translations` -- LOCK TABLES `pf_projects_translations` WRITE; /*!40000 ALTER TABLE `pf_projects_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_projects_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_quotes` -- DROP TABLE IF EXISTS `pf_quotes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_quotes` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `message` text COLLATE utf8mb4_unicode_ci NOT NULL, `fields` text COLLATE utf8mb4_unicode_ci, `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'unread', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_quotes` -- LOCK TABLES `pf_quotes` WRITE; /*!40000 ALTER TABLE `pf_quotes` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_quotes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_service_categories` -- DROP TABLE IF EXISTS `pf_service_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_service_categories` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `parent_id` bigint unsigned DEFAULT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pf_service_categories_parent_id_index` (`parent_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_service_categories` -- LOCK TABLES `pf_service_categories` WRITE; /*!40000 ALTER TABLE `pf_service_categories` DISABLE KEYS */; INSERT INTO `pf_service_categories` VALUES (1,NULL,'Financial Analysis','Eos quis sint voluptate in aperiam consequatur. Officiis pariatur ut fuga. Qui et eligendi sit minus omnis voluptas voluptatem. Velit explicabo qui vero. Voluptatum quidem autem et nihil. Repudiandae dolorem et consequatur quia. Distinctio dolorem esse rem ut.',NULL,1,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,NULL,'Tax Strategy','Quia blanditiis voluptatem optio consequatur. Sed harum omnis ullam blanditiis aperiam consequatur autem. Praesentium blanditiis maiores quasi omnis nostrum ratione optio. Delectus atque natus est mollitia voluptatibus facere nisi.',NULL,2,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(3,NULL,'Market Research','Id nam et voluptas pariatur. Ut accusamus id enim. Harum eum at magni voluptas possimus ut quibusdam. Rerum modi accusantium consequuntur sapiente. Aut expedita aut rerum ex corrupti animi. Asperiores voluptate id suscipit soluta. Officiis explicabo consequatur eum sint quis. Porro accusantium et odit aut aspernatur facere.',NULL,3,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(4,NULL,'Business Strategy','Dolorem sint veritatis ratione magni cum. Quia molestias nisi fuga. Aut corrupti molestiae rerum ipsam. Sint quo modi eos hic alias perspiciatis adipisci. Maiores veniam quam aliquam consequatur ut et iure.',NULL,4,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `pf_service_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_service_categories_translations` -- DROP TABLE IF EXISTS `pf_service_categories_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_service_categories_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `pf_service_categories_id` bigint unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`pf_service_categories_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_service_categories_translations` -- LOCK TABLES `pf_service_categories_translations` WRITE; /*!40000 ALTER TABLE `pf_service_categories_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_service_categories_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_services` -- DROP TABLE IF EXISTS `pf_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_services` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `category_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `is_featured` tinyint(1) NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `images` text COLLATE utf8mb4_unicode_ci, `views` int NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `pf_services_category_id_index` (`category_id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_services` -- LOCK TABLES `pf_services` WRITE; /*!40000 ALTER TABLE `pf_services` DISABLE KEYS */; INSERT INTO `pf_services` VALUES (1,2,'Data Analyst','Possimus et laboriosam dolorum exercitationem enim dignissimos. Sed amet et beatae qui commodi itaque. Sed eos et deserunt id saepe tempore enim.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',1,'news/1.jpg','[\"news\\/1.jpg\"]',1684,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,4,'Liability Planner','Perferendis tenetur et officiis ut vero. Cumque molestiae veritatis inventore rerum ut eum porro. Debitis odit sunt est beatae dolorem possimus quo. Necessitatibus maxime nihil eum deleniti.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',1,'news/3.jpg','[\"news\\/3.jpg\"]',6758,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(3,2,'Growth Planner','Consectetur delectus magni autem quo eos vitae. Enim omnis doloremque dolores ullam explicabo. Expedita atque voluptas deserunt assumenda aspernatur dicta.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/4.jpg','[\"news\\/2.jpg\"]',2406,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(4,1,'Risk Manager','Alias recusandae voluptatem expedita voluptatem cumque sit. Error nobis facilis quo. Harum non ipsam dolore cupiditate facilis. In architecto sequi blanditiis et quidem eveniet.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/2.jpg','[\"news\\/4.jpg\"]',4686,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(5,3,'Retirement Planner','Non sed facilis perferendis adipisci beatae quia. Dolorum voluptatem fugit delectus magnam nihil vero.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',1,'news/4.jpg','[\"news\\/3.jpg\"]',9586,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(6,4,'Risk Analyst','Placeat eaque aut illum voluptatem. Dolore ut aut recusandae et praesentium explicabo suscipit nihil. Vero sed quo sed. Enim consequuntur aut enim officia.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',1,'news/2.jpg','[\"news\\/2.jpg\"]',8136,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(7,2,'Insurance Expert','Facere aliquam omnis beatae dicta et enim provident. Quis corporis aliquid est et velit quasi est labore. Nihil ipsa at a odio quasi.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/4.jpg','[\"news\\/4.jpg\"]',186,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(8,3,'Budget Manager','Accusamus provident quos in ex. Blanditiis odio molestiae aut quia quo. Et sequi eaque totam perferendis et quia. Enim omnis quaerat dolor facilis est beatae.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',1,'news/2.jpg','[\"news\\/4.jpg\"]',864,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(9,4,'Strategy Adviser','Occaecati ratione deleniti enim rerum fugit. Quidem quasi numquam voluptas commodi. Delectus dolorem vero molestias suscipit.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/1.jpg','[\"news\\/4.jpg\"]',5592,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(10,3,'Operations Expert','Error a libero facere at assumenda. Et tenetur dolores itaque. Corrupti impedit vel atque provident est omnis possimus nobis. Optio animi vero ipsum reiciendis.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/2.jpg','[\"news\\/4.jpg\"]',6678,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(11,2,'Profit Strategist','Voluptatum ab eos pariatur iure. Voluptas et dicta et est perspiciatis quia. Voluptas quisquam alias quasi recusandae ex doloremque.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/1.jpg','[\"news\\/4.jpg\"]',7235,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(12,1,'Objective Planner','Voluptatibus architecto dicta dicta et ad ex. Id at voluptates et dolore impedit. Asperiores ut porro consequatur distinctio ut sit quos itaque.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/2.jpg','[\"news\\/4.jpg\"]',8378,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'),(13,1,'Goal Specialist','Nulla magni qui modi nobis sit qui qui. Ex similique excepturi tenetur et temporibus. Rerum incidunt maxime facere quis consequatur est.','<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-feature-list quantity=\"2\" title_1=\"Extend Coverage\" icon_1=\"ti ti-plant-2\" description_1=\"We successfully copey withtks arying mplexity aweprguara nd regularly master\" title_2=\"Modern Insurance\" icon_2=\"ti ti-assembly\" description_2=\"Master the art of negotiation and achieve mutually beneficial outcomes.\"][/content-feature-list]\n<p>Although we offer the one-stop convenience of annery integrated range of legal, financial services under one roof, there are occasions when our clients areaneed specia- list advice beyond the scope of our own expertise. That’s why we’ve developed close working relationships with a number of strategic partner.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>Finanappreciate your trust greatly Our clients choose dentace ducts because kn ow we are the best area Awaitingare really.</p>\n',0,'news/3.jpg','[\"news\\/4.jpg\"]',9629,'published','2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `pf_services` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pf_services_translations` -- DROP TABLE IF EXISTS `pf_services_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `pf_services_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `pf_services_id` bigint unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`pf_services_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pf_services_translations` -- LOCK TABLES `pf_services_translations` WRITE; /*!40000 ALTER TABLE `pf_services_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `pf_services_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post_categories` -- DROP TABLE IF EXISTS `post_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `post_categories` ( `category_id` bigint unsigned NOT NULL, `post_id` bigint unsigned NOT NULL, KEY `post_categories_category_id_index` (`category_id`), KEY `post_categories_post_id_index` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post_categories` -- LOCK TABLES `post_categories` WRITE; /*!40000 ALTER TABLE `post_categories` DISABLE KEYS */; INSERT INTO `post_categories` VALUES (18,1),(4,1),(8,2),(6,2),(1,3),(17,3),(2,4),(14,4),(5,5),(18,5),(14,6),(8,6),(14,7),(15,7),(7,8),(9,8),(10,9),(7,9),(18,10),(7,10),(16,11),(18,11),(16,12),(8,12),(3,13),(17,13),(6,14),(14,14),(8,15),(12,15),(16,16),(19,16),(7,17),(19,17),(11,18),(9,18),(3,19),(1,19); /*!40000 ALTER TABLE `post_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post_tags` -- DROP TABLE IF EXISTS `post_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `post_tags` ( `tag_id` bigint unsigned NOT NULL, `post_id` bigint unsigned NOT NULL, KEY `post_tags_tag_id_index` (`tag_id`), KEY `post_tags_post_id_index` (`post_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post_tags` -- LOCK TABLES `post_tags` WRITE; /*!40000 ALTER TABLE `post_tags` DISABLE KEYS */; INSERT INTO `post_tags` VALUES (6,1),(11,1),(20,1),(2,2),(7,2),(15,2),(19,3),(3,3),(15,3),(9,4),(7,4),(3,4),(19,5),(16,5),(1,5),(2,6),(1,6),(3,6),(20,7),(3,7),(12,7),(10,8),(7,8),(5,8),(1,9),(16,9),(5,10),(17,10),(19,10),(8,11),(16,11),(2,12),(4,12),(11,12),(6,13),(3,13),(8,13),(4,14),(16,14),(10,14),(2,15),(14,15),(15,15),(7,16),(4,16),(13,16),(8,17),(12,17),(6,17),(17,18),(18,18),(9,18),(13,19),(20,19),(14,19); /*!40000 ALTER TABLE `post_tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts` -- DROP TABLE IF EXISTS `posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `posts` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `author_id` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `is_featured` tinyint unsigned NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `views` int unsigned NOT NULL DEFAULT '0', `format_type` varchar(30) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `posts_status_index` (`status`), KEY `posts_author_id_index` (`author_id`), KEY `posts_author_type_index` (`author_type`), KEY `posts_created_at_index` (`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `posts` -- LOCK TABLES `posts` WRITE; /*!40000 ALTER TABLE `posts` DISABLE KEYS */; INSERT INTO `posts` VALUES (1,'The Power of Networking: Building Relationships for Business Growth','Learn how to build strategic connections and leverage your network to propel your business forward.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/1.jpg',755,NULL,'2024-06-18 23:02:08','2024-06-18 23:02:08'),(2,'5 Productivity Hacks for Busy Entrepreneurs','Feeling overwhelmed? Discover practical tips to maximize your time and achieve more in your workday.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/2.jpg',240,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(3,'From Brainstorm to Boardroom: Crafting a Winning Business Plan','Unleash your inner strategist. This post outlines the key elements of a compelling business plan.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/3.jpg',1812,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(4,'The Art of Delegation: Empowering Your Team for Success','Effective leaders empower others. Learn how to delegate tasks effectively and unlock your team\'s full potential.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/4.jpg',1738,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(5,'Customer Centricity: Putting Your Customers at the Heart of Your Business','In today\'s competitive market, customer satisfaction is paramount. Discover strategies to prioritize your customers.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/5.jpg',845,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(6,'Data-Driven Decisions: Leveraging Insights to Fuel Business Growth','Data is king. Learn how to harness the power of data analytics to make informed decisions for your business.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/6.jpg',1025,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(7,'Building a Strong Brand Identity: Standing Out from the Crowd','Create a brand that resonates with your audience. Explore strategies to develop a unique and memorable brand identity.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/7.jpg',1873,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(8,'The Importance of Social Media Marketing for Businesses','Reach a wider audience and engage with potential customers. Discover the power of social media marketing for businesses.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/8.jpg',491,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(9,'Content is King: Creating Engaging Content to Attract Customers','High-quality content is key to attracting and retaining customers. Explore strategies to create valuable and engaging content.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/9.jpg',1018,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(10,'The Art of Negotiation: Winning Deals and Building Relationships','Master the art of negotiation and achieve mutually beneficial outcomes. Learn effective negotiation strategies for business.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',1,'news/10.jpg',881,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(11,'Managing Cash Flow: The Lifeblood of Your Business','Cash flow is crucial for any business. Explore strategies to manage your cash flow effectively and ensure financial stability.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/11.jpg',1268,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(12,'The Power of Storytelling: Connecting with Your Audience on a Deeper Level','Stories have the power to inspire and connect. Learn how storytelling can enhance your marketing and brand communication.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/12.jpg',2126,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(13,'Overcoming Challenges: Embracing Failure as a Learning Opportunity','Challenges are inevitable in business. Discover how to overcome obstacles and use setbacks as fuel for growth.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/13.jpg',149,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(14,'Building a High-Performing Team: Creating a Culture of Collaboration and Success','The strength of a business lies in its people. Explore strategies to foster a collaborative and successful team environment.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/14.jpg',2393,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(15,'The Importance of Work-Life Balance for Entrepreneurs','Burnout is real. Learn how to maintain a healthy work-life balance for long-term success as an entrepreneur.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/15.jpg',2392,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(16,'Staying Ahead of the Curve: Embracing Innovation in Business','In a rapidly changing world, innovation is key. Learn strategies to stay ahead of the curve and adapt to industry trends.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/16.jpg',1648,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(17,'The Power of Public Speaking: Captivate Your Audience and Deliver Your Message with Impact','Master the art of public speaking to elevate your presentations and connect with your audience effectively.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/17.jpg',504,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(18,'Building a Sustainable Business: Environmental and Social Responsibility','Today\'s consumers are conscious. Learn how to build a sustainable business model that prioritizes social responsibility.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/18.jpg',1407,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'),(19,'The Future of Business: Trends and Technologies Shaping the Landscape','Explore emerging trends and technologies that are shaping the future of business. Prepare your business for what\'s to come.','[content-quote content_text=\"“ Urabitur Varius Eros Rutrum Consequat Mauris Aewa Sollicitudin Enim Condimentum Luctus Enim Justo Non Molestie Nisl ”\" background_color=\"#F8FAFF\"][/content-quote]\n<h4 class=\"title-two\">Speed Optimized</h4>\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n[content-featured title=\"Raise Capital Faster & Negotiate On Your Own Terms\" description=\"Accelerate your business growth and secure funding with confidence through our comprehensive services tailored to meet your needs.\" image=\"general/content-featured.jpg\" quantity=\"3\" title_1=\"Business Growth\" title_2=\"Analysis & Research\" title_3=\"100% Secure\"][/content-featured]\n<p>when an unknown printer took a galley of type and scrambled it to make a type specimen bookhas a not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan galley of type and scrambled it to make a type specimen book.</p>\n','published',1,'Botble\\ACL\\Models\\User',0,'news/19.jpg',1276,NULL,'2024-06-18 23:02:09','2024-06-18 23:02:09'); /*!40000 ALTER TABLE `posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `posts_translations` -- DROP TABLE IF EXISTS `posts_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `posts_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `posts_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`lang_code`,`posts_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `posts_translations` -- LOCK TABLES `posts_translations` WRITE; /*!40000 ALTER TABLE `posts_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `posts_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `revisions` -- DROP TABLE IF EXISTS `revisions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `revisions` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `revisionable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `revisionable_id` bigint unsigned NOT NULL, `user_id` bigint unsigned DEFAULT NULL, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `old_value` text COLLATE utf8mb4_unicode_ci, `new_value` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `revisions_revisionable_id_revisionable_type_index` (`revisionable_id`,`revisionable_type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `revisions` -- LOCK TABLES `revisions` WRITE; /*!40000 ALTER TABLE `revisions` DISABLE KEYS */; /*!40000 ALTER TABLE `revisions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `role_users` -- DROP TABLE IF EXISTS `role_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `role_users` ( `user_id` bigint unsigned NOT NULL, `role_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`user_id`,`role_id`), KEY `role_users_user_id_index` (`user_id`), KEY `role_users_role_id_index` (`role_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `role_users` -- LOCK TABLES `role_users` WRITE; /*!40000 ALTER TABLE `role_users` DISABLE KEYS */; /*!40000 ALTER TABLE `role_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `permissions` text COLLATE utf8mb4_unicode_ci, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `created_by` bigint unsigned NOT NULL, `updated_by` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roles_slug_unique` (`slug`), KEY `roles_created_by_index` (`created_by`), KEY `roles_updated_by_index` (`updated_by`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'admin','Admin','{\"users.index\":true,\"users.create\":true,\"users.edit\":true,\"users.destroy\":true,\"roles.index\":true,\"roles.create\":true,\"roles.edit\":true,\"roles.destroy\":true,\"core.system\":true,\"core.cms\":true,\"core.manage.license\":true,\"systems.cronjob\":true,\"core.tools\":true,\"tools.data-synchronize\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"settings.index\":true,\"settings.common\":true,\"settings.options\":true,\"settings.email\":true,\"settings.media\":true,\"settings.admin-appearance\":true,\"settings.cache\":true,\"settings.datatables\":true,\"settings.email.rules\":true,\"settings.others\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"optimize.settings\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"plugins.index\":true,\"plugins.edit\":true,\"plugins.remove\":true,\"plugins.marketplace\":true,\"core.appearance\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"theme.custom-html\":true,\"theme.robots-txt\":true,\"settings.website-tracking\":true,\"widgets.index\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"analytics.settings\":true,\"announcements.index\":true,\"announcements.create\":true,\"announcements.edit\":true,\"announcements.destroy\":true,\"announcements.settings\":true,\"audit-log.index\":true,\"audit-log.destroy\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"blog.settings\":true,\"posts.export\":true,\"posts.import\":true,\"captcha.settings\":true,\"careers.index\":true,\"careers.create\":true,\"careers.edit\":true,\"careers.destroy\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"contact.settings\":true,\"plugins.ecommerce\":true,\"ecommerce.report.index\":true,\"products.index\":true,\"products.create\":true,\"products.edit\":true,\"products.destroy\":true,\"products.duplicate\":true,\"ecommerce.product-prices.index\":true,\"ecommerce.product-prices.edit\":true,\"ecommerce.product-inventory.index\":true,\"ecommerce.product-inventory.edit\":true,\"product-categories.index\":true,\"product-categories.create\":true,\"product-categories.edit\":true,\"product-categories.destroy\":true,\"product-tag.index\":true,\"product-tag.create\":true,\"product-tag.edit\":true,\"product-tag.destroy\":true,\"brands.index\":true,\"brands.create\":true,\"brands.edit\":true,\"brands.destroy\":true,\"product-collections.index\":true,\"product-collections.create\":true,\"product-collections.edit\":true,\"product-collections.destroy\":true,\"product-attribute-sets.index\":true,\"product-attribute-sets.create\":true,\"product-attribute-sets.edit\":true,\"product-attribute-sets.destroy\":true,\"product-attributes.index\":true,\"product-attributes.create\":true,\"product-attributes.edit\":true,\"product-attributes.destroy\":true,\"tax.index\":true,\"tax.create\":true,\"tax.edit\":true,\"tax.destroy\":true,\"reviews.index\":true,\"reviews.create\":true,\"reviews.destroy\":true,\"reviews.publish\":true,\"reviews.reply\":true,\"ecommerce.shipments.index\":true,\"ecommerce.shipments.create\":true,\"ecommerce.shipments.edit\":true,\"ecommerce.shipments.destroy\":true,\"orders.index\":true,\"orders.create\":true,\"orders.edit\":true,\"orders.destroy\":true,\"discounts.index\":true,\"discounts.create\":true,\"discounts.edit\":true,\"discounts.destroy\":true,\"customers.index\":true,\"customers.create\":true,\"customers.edit\":true,\"customers.destroy\":true,\"flash-sale.index\":true,\"flash-sale.create\":true,\"flash-sale.edit\":true,\"flash-sale.destroy\":true,\"product-label.index\":true,\"product-label.create\":true,\"product-label.edit\":true,\"product-label.destroy\":true,\"ecommerce.import.products.index\":true,\"ecommerce.export.products.index\":true,\"order_returns.index\":true,\"order_returns.edit\":true,\"order_returns.destroy\":true,\"global-option.index\":true,\"global-option.create\":true,\"global-option.edit\":true,\"global-option.destroy\":true,\"ecommerce.invoice.index\":true,\"ecommerce.invoice.edit\":true,\"ecommerce.invoice.destroy\":true,\"ecommerce.settings\":true,\"ecommerce.settings.general\":true,\"ecommerce.invoice-template.index\":true,\"ecommerce.settings.currencies\":true,\"ecommerce.settings.products\":true,\"ecommerce.settings.product-search\":true,\"ecommerce.settings.digital-products\":true,\"ecommerce.settings.store-locators\":true,\"ecommerce.settings.invoices\":true,\"ecommerce.settings.product-reviews\":true,\"ecommerce.settings.customers\":true,\"ecommerce.settings.shopping\":true,\"ecommerce.settings.taxes\":true,\"ecommerce.settings.shipping\":true,\"ecommerce.settings.tracking\":true,\"ecommerce.settings.standard-and-format\":true,\"ecommerce.settings.checkout\":true,\"ecommerce.settings.return\":true,\"ecommerce.settings.flash-sale\":true,\"plugin.faq\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq.destroy\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"faq_category.destroy\":true,\"faqs.settings\":true,\"fob-comment.index\":true,\"fob-comment.comments.index\":true,\"fob-comment.comments.edit\":true,\"fob-comment.comments.destroy\":true,\"fob-comment.comments.reply\":true,\"fob-comment.settings\":true,\"galleries.index\":true,\"galleries.create\":true,\"galleries.edit\":true,\"galleries.destroy\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"plugin.location\":true,\"country.index\":true,\"country.create\":true,\"country.edit\":true,\"country.destroy\":true,\"state.index\":true,\"state.create\":true,\"state.edit\":true,\"state.destroy\":true,\"city.index\":true,\"city.create\":true,\"city.edit\":true,\"city.destroy\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"newsletter.settings\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"plugins.portfolio\":true,\"portfolio.projects.index\":true,\"portfolio.projects.create\":true,\"portfolio.projects.edit\":true,\"portfolio.projects.destroy\":true,\"portfolio.service-categories.index\":true,\"portfolio.service-categories.create\":true,\"portfolio.service-categories.edit\":true,\"portfolio.service-categories.destroy\":true,\"portfolio.services.index\":true,\"portfolio.services.create\":true,\"portfolio.services.edit\":true,\"portfolio.services.destroy\":true,\"portfolio.packages.index\":true,\"portfolio.packages.create\":true,\"portfolio.packages.edit\":true,\"portfolio.packages.destroy\":true,\"portfolio.quotation-requests.index\":true,\"portfolio.quotation-requests.create\":true,\"portfolio.quotation-requests.edit\":true,\"portfolio.quotation-requests.destroy\":true,\"portfolio.custom-fields.index\":true,\"portfolio.custom-fields.create\":true,\"portfolio.custom-fields.edit\":true,\"portfolio.custom-fields.destroy\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"simple-slider.settings\":true,\"social-login.settings\":true,\"team.index\":true,\"team.create\":true,\"team.edit\":true,\"team.destroy\":true,\"testimonial.index\":true,\"testimonial.create\":true,\"testimonial.edit\":true,\"testimonial.destroy\":true,\"plugins.translation\":true,\"translations.locales\":true,\"translations.theme-translations\":true,\"translations.index\":true,\"theme-translations.export\":true,\"other-translations.export\":true,\"theme-translations.import\":true,\"other-translations.import\":true}','Admin users role',1,1,1,'2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `settings` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `value` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `settings_key_unique` (`key`) ) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES (1,'media_random_hash','27e9505a7361f1fac72cdf77d9ce3d95',NULL,'2024-06-18 23:02:52'),(2,'api_enabled','0',NULL,'2024-06-18 23:02:52'),(3,'activated_plugins','[\"language\",\"language-advanced\",\"analytics\",\"announcement\",\"audit-log\",\"backup\",\"blog\",\"captcha\",\"career\",\"contact\",\"cookie-consent\",\"ecommerce\",\"faq\",\"fob-comment\",\"gallery\",\"location\",\"mollie\",\"newsletter\",\"payment\",\"paypal\",\"paystack\",\"portfolio\",\"razorpay\",\"rss-feed\",\"shippo\",\"simple-slider\",\"social-login\",\"sslcommerz\",\"stripe\",\"team\",\"testimonial\",\"translation\"]',NULL,'2024-06-18 23:02:52'),(4,'payment_cod_status','1',NULL,'2024-06-18 23:02:52'),(5,'payment_bank_transfer_status','1',NULL,'2024-06-18 23:02:52'),(6,'theme','apexa',NULL,'2024-06-18 23:02:52'),(7,'show_admin_bar','1',NULL,'2024-06-18 23:02:52'),(8,'admin_logo','icons/logo-white.png',NULL,'2024-06-18 23:02:52'),(9,'admin_favicon','icons/favicon.png',NULL,'2024-06-18 23:02:52'),(10,'language_hide_default','1',NULL,'2024-06-18 23:02:52'),(11,'language_switcher_display','dropdown',NULL,'2024-06-18 23:02:52'),(12,'language_display','all',NULL,'2024-06-18 23:02:52'),(13,'language_hide_languages','[]',NULL,'2024-06-18 23:02:52'),(14,'theme-apexa-site_title','Apexa - Business Consulting Laravel Script',NULL,'2024-06-18 23:02:52'),(15,'theme-apexa-seo_description','Elevate your business consulting with Apexa - Business Consulting Laravel Script. Streamline operations, enhance client relationships, and boost productivity effortlessly. Get started now!',NULL,'2024-06-18 23:02:52'),(16,'theme-apexa-copyright','©%Y Archi Elite Team. All Rights Reserved.',NULL,'2024-06-18 23:02:52'),(17,'theme-apexa-favicon','icons/favicon.png',NULL,'2024-06-18 23:02:52'),(18,'theme-apexa-logo','icons/logo.png',NULL,'2024-06-18 23:02:52'),(19,'theme-apexa-logo_height','40',NULL,'2024-06-18 23:02:52'),(20,'theme-apexa-primary_font','Inter',NULL,'2024-06-18 23:02:52'),(21,'theme-apexa-secondary_font','Outfit',NULL,'2024-06-18 23:02:52'),(22,'theme-apexa-primary_color','#F7A400',NULL,'2024-06-18 23:02:52'),(23,'theme-apexa-secondary_color','#191D88',NULL,'2024-06-18 23:02:52'),(24,'theme-apexa-heading_color','#14176C',NULL,'2024-06-18 23:02:52'),(25,'theme-apexa-text_color','#3E4073',NULL,'2024-06-18 23:02:52'),(26,'theme-apexa-preloader_enabled','1',NULL,'2024-06-18 23:02:52'),(27,'theme-apexa-preloader_version','v2',NULL,'2024-06-18 23:02:52'),(28,'theme-apexa-lazy_load_images','1',NULL,'2024-06-18 23:02:52'),(29,'theme-apexa-lazy_load_placeholder_image','icons/preloader-image.gif',NULL,'2024-06-18 23:02:52'),(30,'theme-apexa-header_action_label','Let’s Talk',NULL,'2024-06-18 23:02:52'),(31,'theme-apexa-header_action_url','/contact-us',NULL,'2024-06-18 23:02:52'),(32,'theme-apexa-social_links','[[{\"key\":\"name\",\"value\":\"Facebook\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-facebook\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.facebook.com\"}],[{\"key\":\"name\",\"value\":\"X\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-x\"},{\"key\":\"url\",\"value\":\"https:\\/\\/x.com\"}],[{\"key\":\"name\",\"value\":\"Youtube\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-youtube\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.youtube.com\"}],[{\"key\":\"name\",\"value\":\"Instagram\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-linkedin\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.linkedin.com\"}]]',NULL,'2024-06-18 23:02:52'),(33,'theme-apexa-social_sharing','[[{\"key\":\"social\",\"value\":\"facebook\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-facebook\"}],[{\"key\":\"social\",\"value\":\"x\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-x\"}],[{\"key\":\"social\",\"value\":\"pinterest\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-pinterest\"}],[{\"key\":\"social\",\"value\":\"linkedin\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-linkedin\"}],[{\"key\":\"social\",\"value\":\"whatsapp\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-whatsapp\"}],[{\"key\":\"social\",\"value\":\"email\"},{\"key\":\"icon\",\"value\":\"ti ti-mail\"}]]',NULL,'2024-06-18 23:02:52'),(34,'theme-apexa-footer_background_color','#0e104b',NULL,'2024-06-18 23:02:52'),(35,'theme-apexa-footer_bottom_background_color','#0e104b',NULL,'2024-06-18 23:02:52'),(36,'theme-apexa-footer_heading_color','#ffffff',NULL,'2024-06-18 23:02:52'),(37,'theme-apexa-footer_text_color','#b8b9da',NULL,'2024-06-18 23:02:52'),(38,'theme-apexa-footer_border_color','#272A68',NULL,'2024-06-18 23:02:52'),(39,'theme-apexa-footer_background_image','backgrounds/footer-bg.png',NULL,'2024-06-18 23:02:52'),(40,'theme-apexa-header_style','4',NULL,'2024-06-18 23:02:52'),(41,'theme-apexa-is_header_transparent','1',NULL,'2024-06-18 23:02:52'),(42,'theme-apexa-header_top_text_color','#0e104b',NULL,'2024-06-18 23:02:52'),(43,'theme-apexa-header_top_background_color','#ffffff',NULL,'2024-06-18 23:02:52'),(44,'theme-apexa-header_action_buttons','[[{\"key\":\"label\",\"value\":\"Login\"},{\"key\":\"url\",\"value\":\"\\/login\"}],[{\"key\":\"label\",\"value\":\"Free Trial\"},{\"key\":\"url\",\"value\":\"\\/contact-us\"}]]',NULL,'2024-06-18 23:02:52'),(45,'theme-apexa-homepage_id','1',NULL,'2024-06-18 23:02:52'),(46,'theme-apexa-blog_page_id','3',NULL,'2024-06-18 23:02:52'),(47,'theme-apexa-breadcrumb_background_image','backgrounds/breadcrumb-bg.jpg',NULL,'2024-06-18 23:02:52'),(48,'theme-apexa-quotation_form_title','Get A Quote',NULL,'2024-06-18 23:02:52'),(49,'theme-apexa-quotation_form_button_label','Request A Quote',NULL,'2024-06-18 23:02:52'),(50,'theme-apexa-display_header_top','1',NULL,'2024-06-18 23:02:52'),(51,'simple_slider_using_assets','0',NULL,'2024-06-18 23:02:52'),(52,'announcement_max_width','1210',NULL,NULL),(53,'announcement_text_color','#FFFFFF',NULL,NULL),(54,'announcement_background_color','#F7A400',NULL,NULL),(55,'announcement_text_alignment','start',NULL,NULL),(56,'announcement_dismissible','1',NULL,NULL),(57,'announcement_font_size','1',NULL,NULL); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `simple_slider_items` -- DROP TABLE IF EXISTS `simple_slider_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `simple_slider_items` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `simple_slider_id` bigint unsigned NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `link` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` text COLLATE utf8mb4_unicode_ci, `order` int unsigned NOT NULL DEFAULT '0', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `simple_slider_items` -- LOCK TABLES `simple_slider_items` WRITE; /*!40000 ALTER TABLE `simple_slider_items` DISABLE KEYS */; INSERT INTO `simple_slider_items` VALUES (1,1,'Transforming Dreams into Financial Reality','sliders/1.jpg','/','Apexa helps you to convert your data into a strategic asset and get business insights Apexa helps you to convert.',0,'2024-06-18 23:02:11','2024-06-18 23:02:11'),(2,1,'Unlock the Power of Data-Driven Decisions','sliders/2.jpg','/','Gain valuable insights from your data to optimize marketing campaigns, improve customer experiences, and boost your bottom line.',1,'2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `simple_slider_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `simple_sliders` -- DROP TABLE IF EXISTS `simple_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `simple_sliders` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `key` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `simple_sliders` -- LOCK TABLES `simple_sliders` WRITE; /*!40000 ALTER TABLE `simple_sliders` DISABLE KEYS */; INSERT INTO `simple_sliders` VALUES (1,'Home slider','home-slider','The main slider on homepage','published','2024-06-18 23:02:11','2024-06-18 23:02:11'); /*!40000 ALTER TABLE `simple_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slugs` -- DROP TABLE IF EXISTS `slugs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `slugs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `reference_id` bigint unsigned NOT NULL, `reference_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `prefix` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT '', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `slugs_reference_id_index` (`reference_id`), KEY `slugs_key_index` (`key`), KEY `slugs_prefix_index` (`prefix`), KEY `slugs_reference_index` (`reference_id`,`reference_type`) ) ENGINE=InnoDB AUTO_INCREMENT=393 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slugs` -- LOCK TABLES `slugs` WRITE; /*!40000 ALTER TABLE `slugs` DISABLE KEYS */; INSERT INTO `slugs` VALUES (1,'homepage',1,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(2,'contact-us',2,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(3,'blog',3,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(4,'business-about',4,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(5,'finance-about',5,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(6,'consulting-about',6,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(7,'insurance-about',7,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(8,'digital-agency-about',8,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(9,'services',9,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(10,'finance-service',10,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(11,'consulting-service',11,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(12,'digital-agency-service',12,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(13,'insurance-service',13,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(14,'team-one',14,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(15,'team-two',15,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(16,'team-three',16,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(17,'team-four',17,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(18,'how-its-work',18,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(19,'pricing',19,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(20,'testimonials',20,'Botble\\Page\\Models\\Page','','2024-06-18 23:02:01','2024-06-18 23:02:01'),(21,'perfect',1,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(22,'new-day',2,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(23,'happy-day',3,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(24,'nature',4,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(25,'morning',5,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(26,'sunset',6,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(27,'ocean-views',7,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(28,'adventure-time',8,'Botble\\Gallery\\Models\\Gallery','galleries','2024-06-18 23:02:03','2024-06-18 23:02:03'),(29,'devon-lane',1,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(30,'marvin-mckinney',2,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(31,'ronald-richards',3,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(32,'cameron-williamson',4,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(33,'alicia-sanders',5,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(34,'ethan-wright',6,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(35,'isabella-johnson',7,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(36,'liam-brown',8,'Botble\\Team\\Models\\Team','teams','2024-06-18 23:02:04','2024-06-18 23:02:04'),(37,'entrepreneurship',1,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(38,'startups',2,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(39,'marketing',3,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(40,'sales',4,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(41,'finance',5,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(42,'leadership',6,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(43,'management',7,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(44,'human-resources',8,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(45,'customer-service',9,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(46,'innovation',10,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(47,'business-strategy',11,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(48,'e-commerce',12,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(49,'technology',13,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(50,'networking',14,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(51,'productivity',15,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(52,'operations',16,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(53,'legal',17,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(54,'industry-trends',18,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(55,'small-business',19,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(56,'consulting',20,'Botble\\Blog\\Models\\Category','','2024-06-18 23:02:08','2024-06-18 23:02:08'),(57,'growth',1,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(58,'strategy',2,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(59,'innovation',3,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(60,'leadership',4,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(61,'funding',5,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(62,'marketing',6,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(63,'sales',7,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(64,'seo',8,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(65,'branding',9,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(66,'customer-service',10,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(67,'productivity',11,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(68,'networking',12,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(69,'startups',13,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(70,'e-commerce',14,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(71,'finance',15,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(72,'business-development',16,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(73,'team-building',17,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(74,'operations',18,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(75,'legal-advice',19,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(76,'hr-management',20,'Botble\\Blog\\Models\\Tag','tag','2024-06-18 23:02:08','2024-06-18 23:02:08'),(77,'the-power-of-networking-building-relationships-for-business-growth',1,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(78,'5-productivity-hacks-for-busy-entrepreneurs',2,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(79,'from-brainstorm-to-boardroom-crafting-a-winning-business-plan',3,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(80,'the-art-of-delegation-empowering-your-team-for-success',4,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(81,'customer-centricity-putting-your-customers-at-the-heart-of-your-business',5,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(82,'data-driven-decisions-leveraging-insights-to-fuel-business-growth',6,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(83,'building-a-strong-brand-identity-standing-out-from-the-crowd',7,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(84,'the-importance-of-social-media-marketing-for-businesses',8,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(85,'content-is-king-creating-engaging-content-to-attract-customers',9,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(86,'the-art-of-negotiation-winning-deals-and-building-relationships',10,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(87,'managing-cash-flow-the-lifeblood-of-your-business',11,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(88,'the-power-of-storytelling-connecting-with-your-audience-on-a-deeper-level',12,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(89,'overcoming-challenges-embracing-failure-as-a-learning-opportunity',13,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(90,'building-a-high-performing-team-creating-a-culture-of-collaboration-and-success',14,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(91,'the-importance-of-work-life-balance-for-entrepreneurs',15,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(92,'staying-ahead-of-the-curve-embracing-innovation-in-business',16,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(93,'the-power-of-public-speaking-captivate-your-audience-and-deliver-your-message-with-impact',17,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(94,'building-a-sustainable-business-environmental-and-social-responsibility',18,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(95,'the-future-of-business-trends-and-technologies-shaping-the-landscape',19,'Botble\\Blog\\Models\\Post','','2024-06-18 23:02:09','2024-06-18 23:02:09'),(96,'basic-plan',1,'Botble\\Portfolio\\Models\\Package','packages','2024-06-18 23:02:11','2024-06-18 23:02:11'),(97,'team-plan',2,'Botble\\Portfolio\\Models\\Package','packages','2024-06-18 23:02:11','2024-06-18 23:02:11'),(98,'enterprise-plan',3,'Botble\\Portfolio\\Models\\Package','packages','2024-06-18 23:02:11','2024-06-18 23:02:11'),(99,'innovation-hub-navigating-the-future',1,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(100,'leadership-excellence-initiative',2,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(101,'startup-accelerator-program',3,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(102,'marketing-mastery-series',4,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(103,'illustration-design',5,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(104,'design-development',6,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(105,'marketing-consultancy',7,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(106,'digital-marketing',8,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(107,'strategic-planning',9,'Botble\\Portfolio\\Models\\Project','projects','2024-06-18 23:02:11','2024-06-18 23:02:11'),(108,'financial-analysis',1,'Botble\\Portfolio\\Models\\ServiceCategory','service-categories','2024-06-18 23:02:11','2024-06-18 23:02:11'),(109,'tax-strategy',2,'Botble\\Portfolio\\Models\\ServiceCategory','service-categories','2024-06-18 23:02:11','2024-06-18 23:02:11'),(110,'market-research',3,'Botble\\Portfolio\\Models\\ServiceCategory','service-categories','2024-06-18 23:02:11','2024-06-18 23:02:11'),(111,'business-strategy',4,'Botble\\Portfolio\\Models\\ServiceCategory','service-categories','2024-06-18 23:02:11','2024-06-18 23:02:11'),(112,'data-analyst',1,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(113,'liability-planner',2,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(114,'growth-planner',3,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(115,'risk-manager',4,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(116,'retirement-planner',5,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(117,'risk-analyst',6,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(118,'insurance-expert',7,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(119,'budget-manager',8,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(120,'strategy-adviser',9,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(121,'operations-expert',10,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(122,'profit-strategist',11,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(123,'objective-planner',12,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(124,'goal-specialist',13,'Botble\\Portfolio\\Models\\Service','services','2024-06-18 23:02:11','2024-06-18 23:02:11'),(125,'senior-full-stack-engineer',1,'ArchiElite\\Career\\Models\\Career','careers','2024-06-18 23:02:12','2024-06-18 23:02:12'),(126,'lead-backend-developer',2,'ArchiElite\\Career\\Models\\Career','careers','2024-06-18 23:02:12','2024-06-18 23:02:12'),(127,'uiux-designer',3,'ArchiElite\\Career\\Models\\Career','careers','2024-06-18 23:02:12','2024-06-18 23:02:12'),(128,'product-manager',4,'ArchiElite\\Career\\Models\\Career','careers','2024-06-18 23:02:12','2024-06-18 23:02:12'),(129,'data-scientist',5,'ArchiElite\\Career\\Models\\Career','careers','2024-06-18 23:02:12','2024-06-18 23:02:12'),(130,'devops-engineer',6,'ArchiElite\\Career\\Models\\Career','careers','2024-06-18 23:02:12','2024-06-18 23:02:12'),(131,'desktop-pc',1,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(132,'headphone',2,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(133,'laptop',3,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(134,'mobile-phone',4,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(135,'printer',5,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(136,'books',6,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(137,'tablet',7,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(138,'usb-flash',8,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(139,'game-mouse',9,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(140,'security',10,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(141,'watch',11,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(142,'scanner',12,'Botble\\Ecommerce\\Models\\ProductCategory','product-categories','2024-06-18 23:02:13','2024-06-18 23:02:13'),(143,'foodpound',1,'Botble\\Ecommerce\\Models\\Brand','brands','2024-06-18 23:02:13','2024-06-18 23:02:13'),(144,'itea-jsc',2,'Botble\\Ecommerce\\Models\\Brand','brands','2024-06-18 23:02:13','2024-06-18 23:02:13'),(145,'soda-brand',3,'Botble\\Ecommerce\\Models\\Brand','brands','2024-06-18 23:02:13','2024-06-18 23:02:13'),(146,'farmart',4,'Botble\\Ecommerce\\Models\\Brand','brands','2024-06-18 23:02:13','2024-06-18 23:02:13'),(147,'dual-camera-20mp-digital',1,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(148,'smart-watches',2,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(149,'beat-headphone',3,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(150,'red-black-headphone',4,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(151,'smart-watch-external-digital',5,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(152,'nikon-hd-camera',6,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(153,'audio-equipment',7,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(154,'smart-televisions',8,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(155,'samsung-smart-phone-digital',9,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(156,'herschel-leather-duffle-bag-in-brown-color',10,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(157,'xbox-one-wireless-controller-black-color',11,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(158,'epsion-plaster-printer',12,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(159,'sound-intone-i65-earphone-white-version-digital',13,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(160,'bo-play-mini-bluetooth-speaker',14,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(161,'apple-macbook-air-retina-133-inch-laptop',15,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(162,'apple-macbook-air-retina-12-inch-laptop',16,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(163,'samsung-gear-vr-virtual-reality-headset-digital',17,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(164,'aveeno-moisturizing-body-shower-450ml',18,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(165,'nyx-beauty-couton-pallete-makeup-12',19,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(166,'nyx-beauty-couton-pallete-makeup-12',20,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(167,'mvmth-classical-leather-watch-in-black-digital',21,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(168,'baxter-care-hair-kit-for-bearded-mens',22,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(169,'ciate-palemore-lipstick-bold-red-color',23,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(170,'vimto-squash-remix-apple-15-litres',24,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(171,'crock-pot-slow-cooker-digital',25,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(172,'taylors-of-harrogate-yorkshire-coffee',26,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(173,'soft-mochi-galeto-ice-cream',27,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(174,'naked-noodle-egg-noodles-singapore',28,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(175,'saute-pan-silver-digital',29,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(176,'bar-s-classic-bun-length-franks',30,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(177,'broccoli-crowns',31,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(178,'slimming-world-vegan-mac-greens',32,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(179,'haagen-dazs-salted-caramel-digital',33,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(180,'iceland-3-solo-exotic-burst',34,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(181,'extreme-budweiser-light-can',35,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(182,'iceland-macaroni-cheese-traybake',36,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(183,'dolmio-bolognese-pasta-sauce-digital',37,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(184,'sitema-bakeit-plastic-box',38,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(185,'wayfair-basics-dinner-plate-storage',39,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(186,'miko-the-panda-water-bottle',40,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(187,'sesame-seed-bread-digital',41,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(188,'morrisons-the-best-beef',42,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(189,'avocado-hass-large',43,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(190,'italia-beef-lasagne',44,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(191,'maxwell-house-classic-roast-mocha-digital',45,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(192,'bottled-pure-water-500ml',46,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(193,'famart-farmhouse-soft-white',47,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(194,'coca-cola-original-taste',48,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(195,'casillero-diablo-cabernet-sauvignon-digital',49,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(196,'arla-organic-free-range-milk',50,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(197,'aptamil-follow-on-baby-milk',51,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(198,'cuisinart-chefs-classic-hard-anodized',52,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(199,'corn-yellow-sweet-digital',53,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(200,'hobnobs-the-nobbly-biscuit',54,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(201,'honest-organic-still-lemonade',55,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(202,'ice-becks-beer-350ml-x-24-pieces',56,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(203,'iceland-6-hot-cross-buns-digital',57,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(204,'iceland-luxury-4-panini-rolls',58,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(205,'iceland-soft-scoop-vanilla',59,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(206,'iceland-spaghetti-bolognese',60,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(207,'kelloggs-coco-pops-cereal-digital',61,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(208,'kit-kat-chunky-milk-chocolate',62,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(209,'large-green-bell-pepper',63,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(210,'pice-94w-beasley-journal',64,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(211,'province-piece-glass-drinking-glass-digital',65,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:46','2024-06-18 23:02:46'),(212,'electronic',1,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-06-18 23:02:48','2024-06-18 23:02:48'),(213,'mobile',2,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-06-18 23:02:48','2024-06-18 23:02:48'),(214,'iphone',3,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-06-18 23:02:48','2024-06-18 23:02:48'),(215,'printer',4,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-06-18 23:02:48','2024-06-18 23:02:48'),(216,'office',5,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-06-18 23:02:48','2024-06-18 23:02:48'),(217,'it',6,'Botble\\Ecommerce\\Models\\ProductTag','product-tags','2024-06-18 23:02:48','2024-06-18 23:02:48'),(218,'dual-camera-20mp-digital',66,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(219,'dual-camera-20mp-digital',67,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(220,'dual-camera-20mp-digital',68,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(221,'dual-camera-20mp-digital',69,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(222,'smart-watches',70,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(223,'smart-watches',71,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(224,'smart-watches',72,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(225,'smart-watches',73,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(226,'beat-headphone',74,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(227,'beat-headphone',75,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(228,'beat-headphone',76,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(229,'red-black-headphone',77,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(230,'red-black-headphone',78,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(231,'red-black-headphone',79,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(232,'red-black-headphone',80,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(233,'smart-watch-external-digital',81,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(234,'smart-watch-external-digital',82,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(235,'nikon-hd-camera',83,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(236,'nikon-hd-camera',84,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(237,'nikon-hd-camera',85,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(238,'audio-equipment',86,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(239,'audio-equipment',87,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(240,'smart-televisions',88,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(241,'samsung-smart-phone-digital',89,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(242,'herschel-leather-duffle-bag-in-brown-color',90,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(243,'herschel-leather-duffle-bag-in-brown-color',91,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(244,'herschel-leather-duffle-bag-in-brown-color',92,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(245,'xbox-one-wireless-controller-black-color',93,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(246,'xbox-one-wireless-controller-black-color',94,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(247,'xbox-one-wireless-controller-black-color',95,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(248,'epsion-plaster-printer',96,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(249,'epsion-plaster-printer',97,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(250,'sound-intone-i65-earphone-white-version-digital',98,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(251,'sound-intone-i65-earphone-white-version-digital',99,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(252,'sound-intone-i65-earphone-white-version-digital',100,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(253,'bo-play-mini-bluetooth-speaker',101,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(254,'apple-macbook-air-retina-133-inch-laptop',102,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(255,'apple-macbook-air-retina-133-inch-laptop',103,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(256,'apple-macbook-air-retina-133-inch-laptop',104,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(257,'apple-macbook-air-retina-133-inch-laptop',105,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(258,'apple-macbook-air-retina-12-inch-laptop',106,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(259,'apple-macbook-air-retina-12-inch-laptop',107,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(260,'samsung-gear-vr-virtual-reality-headset-digital',108,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(261,'samsung-gear-vr-virtual-reality-headset-digital',109,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(262,'samsung-gear-vr-virtual-reality-headset-digital',110,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(263,'samsung-gear-vr-virtual-reality-headset-digital',111,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(264,'aveeno-moisturizing-body-shower-450ml',112,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(265,'aveeno-moisturizing-body-shower-450ml',113,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(266,'aveeno-moisturizing-body-shower-450ml',114,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(267,'nyx-beauty-couton-pallete-makeup-12',115,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(268,'nyx-beauty-couton-pallete-makeup-12',116,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(269,'nyx-beauty-couton-pallete-makeup-12',117,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(270,'nyx-beauty-couton-pallete-makeup-12',118,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(271,'nyx-beauty-couton-pallete-makeup-12',119,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(272,'mvmth-classical-leather-watch-in-black-digital',120,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(273,'baxter-care-hair-kit-for-bearded-mens',121,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(274,'baxter-care-hair-kit-for-bearded-mens',122,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(275,'baxter-care-hair-kit-for-bearded-mens',123,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(276,'ciate-palemore-lipstick-bold-red-color',124,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(277,'ciate-palemore-lipstick-bold-red-color',125,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(278,'ciate-palemore-lipstick-bold-red-color',126,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(279,'ciate-palemore-lipstick-bold-red-color',127,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(280,'vimto-squash-remix-apple-15-litres',128,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(281,'crock-pot-slow-cooker-digital',129,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(282,'taylors-of-harrogate-yorkshire-coffee',130,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(283,'taylors-of-harrogate-yorkshire-coffee',131,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(284,'taylors-of-harrogate-yorkshire-coffee',132,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(285,'taylors-of-harrogate-yorkshire-coffee',133,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(286,'soft-mochi-galeto-ice-cream',134,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(287,'soft-mochi-galeto-ice-cream',135,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(288,'soft-mochi-galeto-ice-cream',136,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(289,'soft-mochi-galeto-ice-cream',137,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(290,'soft-mochi-galeto-ice-cream',138,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(291,'naked-noodle-egg-noodles-singapore',139,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(292,'naked-noodle-egg-noodles-singapore',140,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(293,'saute-pan-silver-digital',141,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(294,'saute-pan-silver-digital',142,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(295,'saute-pan-silver-digital',143,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(296,'saute-pan-silver-digital',144,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(297,'bar-s-classic-bun-length-franks',145,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(298,'bar-s-classic-bun-length-franks',146,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(299,'broccoli-crowns',147,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(300,'broccoli-crowns',148,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(301,'broccoli-crowns',149,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(302,'slimming-world-vegan-mac-greens',150,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(303,'slimming-world-vegan-mac-greens',151,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(304,'slimming-world-vegan-mac-greens',152,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(305,'haagen-dazs-salted-caramel-digital',153,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(306,'haagen-dazs-salted-caramel-digital',154,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(307,'iceland-3-solo-exotic-burst',155,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(308,'iceland-3-solo-exotic-burst',156,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(309,'extreme-budweiser-light-can',157,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(310,'extreme-budweiser-light-can',158,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(311,'extreme-budweiser-light-can',159,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(312,'extreme-budweiser-light-can',160,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(313,'iceland-macaroni-cheese-traybake',161,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(314,'iceland-macaroni-cheese-traybake',162,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(315,'iceland-macaroni-cheese-traybake',163,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(316,'dolmio-bolognese-pasta-sauce-digital',164,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(317,'sitema-bakeit-plastic-box',165,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(318,'sitema-bakeit-plastic-box',166,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(319,'sitema-bakeit-plastic-box',167,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(320,'wayfair-basics-dinner-plate-storage',168,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(321,'miko-the-panda-water-bottle',169,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(322,'miko-the-panda-water-bottle',170,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(323,'sesame-seed-bread-digital',171,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(324,'sesame-seed-bread-digital',172,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(325,'morrisons-the-best-beef',173,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(326,'morrisons-the-best-beef',174,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(327,'morrisons-the-best-beef',175,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(328,'avocado-hass-large',176,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(329,'avocado-hass-large',177,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(330,'italia-beef-lasagne',178,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(331,'italia-beef-lasagne',179,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(332,'italia-beef-lasagne',180,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(333,'maxwell-house-classic-roast-mocha-digital',181,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(334,'maxwell-house-classic-roast-mocha-digital',182,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(335,'maxwell-house-classic-roast-mocha-digital',183,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(336,'bottled-pure-water-500ml',184,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(337,'bottled-pure-water-500ml',185,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(338,'bottled-pure-water-500ml',186,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(339,'bottled-pure-water-500ml',187,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(340,'famart-farmhouse-soft-white',188,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(341,'famart-farmhouse-soft-white',189,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(342,'famart-farmhouse-soft-white',190,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(343,'coca-cola-original-taste',191,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(344,'coca-cola-original-taste',192,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(345,'casillero-diablo-cabernet-sauvignon-digital',193,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(346,'casillero-diablo-cabernet-sauvignon-digital',194,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(347,'casillero-diablo-cabernet-sauvignon-digital',195,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(348,'casillero-diablo-cabernet-sauvignon-digital',196,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(349,'casillero-diablo-cabernet-sauvignon-digital',197,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(350,'arla-organic-free-range-milk',198,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(351,'aptamil-follow-on-baby-milk',199,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(352,'aptamil-follow-on-baby-milk',200,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(353,'aptamil-follow-on-baby-milk',201,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(354,'aptamil-follow-on-baby-milk',202,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(355,'aptamil-follow-on-baby-milk',203,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(356,'cuisinart-chefs-classic-hard-anodized',204,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(357,'corn-yellow-sweet-digital',205,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(358,'corn-yellow-sweet-digital',206,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(359,'corn-yellow-sweet-digital',207,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(360,'hobnobs-the-nobbly-biscuit',208,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(361,'hobnobs-the-nobbly-biscuit',209,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(362,'honest-organic-still-lemonade',210,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(363,'honest-organic-still-lemonade',211,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(364,'honest-organic-still-lemonade',212,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(365,'ice-becks-beer-350ml-x-24-pieces',213,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(366,'iceland-6-hot-cross-buns-digital',214,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(367,'iceland-6-hot-cross-buns-digital',215,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(368,'iceland-6-hot-cross-buns-digital',216,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(369,'iceland-6-hot-cross-buns-digital',217,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(370,'iceland-luxury-4-panini-rolls',218,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(371,'iceland-luxury-4-panini-rolls',219,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(372,'iceland-soft-scoop-vanilla',220,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(373,'iceland-soft-scoop-vanilla',221,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(374,'iceland-soft-scoop-vanilla',222,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(375,'iceland-soft-scoop-vanilla',223,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(376,'iceland-spaghetti-bolognese',224,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(377,'iceland-spaghetti-bolognese',225,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(378,'iceland-spaghetti-bolognese',226,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(379,'kelloggs-coco-pops-cereal-digital',227,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(380,'kelloggs-coco-pops-cereal-digital',228,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(381,'kelloggs-coco-pops-cereal-digital',229,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(382,'kelloggs-coco-pops-cereal-digital',230,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(383,'kit-kat-chunky-milk-chocolate',231,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(384,'kit-kat-chunky-milk-chocolate',232,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(385,'large-green-bell-pepper',233,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(386,'large-green-bell-pepper',234,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(387,'pice-94w-beasley-journal',235,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(388,'pice-94w-beasley-journal',236,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(389,'pice-94w-beasley-journal',237,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(390,'pice-94w-beasley-journal',238,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(391,'province-piece-glass-drinking-glass-digital',239,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'),(392,'province-piece-glass-drinking-glass-digital',240,'Botble\\Ecommerce\\Models\\Product','products','2024-06-18 23:02:52','2024-06-18 23:02:52'); /*!40000 ALTER TABLE `slugs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `slugs_translations` -- DROP TABLE IF EXISTS `slugs_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `slugs_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `slugs_id` bigint unsigned NOT NULL, `key` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `prefix` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT '', PRIMARY KEY (`lang_code`,`slugs_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `slugs_translations` -- LOCK TABLES `slugs_translations` WRITE; /*!40000 ALTER TABLE `slugs_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `slugs_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `states` -- DROP TABLE IF EXISTS `states`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `states` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `abbreviation` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `country_id` bigint unsigned DEFAULT NULL, `order` tinyint NOT NULL DEFAULT '0', `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_default` tinyint unsigned NOT NULL DEFAULT '0', `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `states_slug_unique` (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `states` -- LOCK TABLES `states` WRITE; /*!40000 ALTER TABLE `states` DISABLE KEYS */; /*!40000 ALTER TABLE `states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `states_translations` -- DROP TABLE IF EXISTS `states_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `states_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `states_id` bigint unsigned NOT NULL, `name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `slug` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `abbreviation` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`states_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `states_translations` -- LOCK TABLES `states_translations` WRITE; /*!40000 ALTER TABLE `states_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `states_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags` -- DROP TABLE IF EXISTS `tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `tags` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `author_id` bigint unsigned DEFAULT NULL, `author_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Botble\\ACL\\Models\\User', `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags` -- LOCK TABLES `tags` WRITE; /*!40000 ALTER TABLE `tags` DISABLE KEYS */; INSERT INTO `tags` VALUES (1,'Growth',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(2,'Strategy',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(3,'Innovation',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(4,'Leadership',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(5,'Funding',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(6,'Marketing',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(7,'Sales',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(8,'SEO',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(9,'Branding',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(10,'Customer Service',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(11,'Productivity',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(12,'Networking',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(13,'Startups',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(14,'E-commerce',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(15,'Finance',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(16,'Business Development',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(17,'Team Building',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(18,'Operations',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(19,'Legal Advice',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'),(20,'HR Management',NULL,'Botble\\ACL\\Models\\User',NULL,'published','2024-06-18 23:02:08','2024-06-18 23:02:08'); /*!40000 ALTER TABLE `tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags_translations` -- DROP TABLE IF EXISTS `tags_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `tags_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `tags_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`tags_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags_translations` -- LOCK TABLES `tags_translations` WRITE; /*!40000 ALTER TABLE `tags_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `tags_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `teams` -- DROP TABLE IF EXISTS `teams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `teams` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `photo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `socials` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `phone` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `website` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(400) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `teams` -- LOCK TABLES `teams` WRITE; /*!40000 ALTER TABLE `teams` DISABLE KEYS */; INSERT INTO `teams` VALUES (1,'Devon Lane','teams/1.jpg','Sales Agent','India','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','01123259241','devonsoland111@gmail.com','4855, 24, Ansari Road, Darya Ganj',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(2,'Marvin McKinney','teams/2.jpg','Business Manager','Thailand','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','6623742088','marvinkensy@gmail.com','849 Sukhapibal 1 Klong Chan Bang Kapi',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(3,'Ronald Richards','teams/3.jpg','Marketing Director','Canada','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','4165550123','ronrichards@marketing.com','123 Maple Street, Toronto, ON',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(4,'Cameron Williamson','teams/4.jpg','Chief Technology Officer','Germany','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','49221567890','cameronwill@tech.com','45 Hauptstraße, 50667 Köln',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(5,'Alicia Sanders','teams/5.jpg','Human Resources Manager','Australia','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','0298765432','alicia.hr@company.com','15 George St, Sydney, NSW',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(6,'Ethan Wright','teams/6.jpg','Operations Manager','South Africa','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','0217896543','ethanwright@operations.com','789 Beach Road, Cape Town',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(7,'Isabella Johnson','teams/7.jpg','Product Manager','New Zealand','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','0498761234','isabella.prod@company.com','32 Victoria St, Wellington',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),(8,'Liam Brown','teams/8.jpg','Legal Advisor','United Kingdom','{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}','published','2024-06-18 23:02:04','2024-06-18 23:02:04','<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>','02079461234','liam.legal@company.co.uk','10 Downing Street, London',NULL,'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'); /*!40000 ALTER TABLE `teams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `teams_translations` -- DROP TABLE IF EXISTS `teams_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `teams_translations` ( `lang_code` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `teams_id` int NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `location` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`teams_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `teams_translations` -- LOCK TABLES `teams_translations` WRITE; /*!40000 ALTER TABLE `teams_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `teams_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `testimonials` -- DROP TABLE IF EXISTS `testimonials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `testimonials` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `content` text COLLATE utf8mb4_unicode_ci NOT NULL, `image` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `company` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'published', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `testimonials` -- LOCK TABLES `testimonials` WRITE; /*!40000 ALTER TABLE `testimonials` DISABLE KEYS */; INSERT INTO `testimonials` VALUES (1,'Guy Hawkins','Exceptional service! Gerow’s attention to detail and reliability have been instrumental in our supply chain success.','testimonials/1.png','CEO, JAKS Shans','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(2,'Eleanor Pena','Gerow has consistently met and exceeded our logistics needs. Their dedication to excellence is truly commendable.','testimonials/2.png','SEO, ChenTech Solutions','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(3,'Cody Fisher','Their team is a valuable asset to our business operations. Gerow’s efficient service has saved us time and money.','testimonials/3.png','Developer, Moie Agency','published','2024-06-18 23:02:12','2024-06-18 23:02:12'),(4,'Albert Flores','Gerow’s attention to detail and professionalism have made them our preferred logistics partner. Highly recommended!','testimonials/4.png','CEO, Bank of America','published','2024-06-18 23:02:12','2024-06-18 23:02:12'); /*!40000 ALTER TABLE `testimonials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `testimonials_translations` -- DROP TABLE IF EXISTS `testimonials_translations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `testimonials_translations` ( `lang_code` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, `testimonials_id` bigint unsigned NOT NULL, `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` text COLLATE utf8mb4_unicode_ci, `company` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`lang_code`,`testimonials_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `testimonials_translations` -- LOCK TABLES `testimonials_translations` WRITE; /*!40000 ALTER TABLE `testimonials_translations` DISABLE KEYS */; /*!40000 ALTER TABLE `testimonials_translations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_meta` -- DROP TABLE IF EXISTS `user_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user_meta` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `key` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` text COLLATE utf8mb4_unicode_ci, `user_id` bigint unsigned NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), KEY `user_meta_user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_meta` -- LOCK TABLES `user_meta` WRITE; /*!40000 ALTER TABLE `user_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `user_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `users` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `first_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(120) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `username` varchar(60) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `avatar_id` bigint unsigned DEFAULT NULL, `super_user` tinyint(1) NOT NULL DEFAULT '0', `manage_supers` tinyint(1) NOT NULL DEFAULT '0', `permissions` text COLLATE utf8mb4_unicode_ci, `last_login` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`), UNIQUE KEY `users_username_unique` (`username`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'rolfson.florence@towne.org',NULL,'$2y$12$waLb0SjPg95fc/bQ5wULdOqu8zkZ0BZaFLVmJRHLPV0t7qblTVxPW',NULL,'2024-06-18 23:02:01','2024-06-18 23:02:04','Camylle','Daugherty','admin',88,1,1,NULL,NULL); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `widgets` -- DROP TABLE IF EXISTS `widgets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `widgets` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `widget_id` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `sidebar_id` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `theme` varchar(120) COLLATE utf8mb4_unicode_ci NOT NULL, `position` tinyint unsigned NOT NULL DEFAULT '0', `data` text COLLATE utf8mb4_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `widgets` -- LOCK TABLES `widgets` WRITE; /*!40000 ALTER TABLE `widgets` DISABLE KEYS */; INSERT INTO `widgets` VALUES (1,'SiteInformationWidget','menu_sidebar','apexa',1,'{\"id\":\"SiteInformationWidget\",\"quantity\":3,\"title_1\":\"Office Address\",\"description_1\":\"123\\/A, Miranda City Likaoli Prikano, Dope\",\"title_2\":\"Phone Number\",\"description_2\":\"+0989 7876 9865 9 <br> +(090) 8765 86543 85\",\"title_3\":\"Email Address\",\"description_3\":\"info@example.com <br> example.mail@hum.com\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(2,'SocialLinksWidget','menu_sidebar','apexa',2,'{\"id\":\"SocialLinksWidget\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(3,'SiteInformationWidget','footer_sidebar','apexa',1,'{\"id\":\"SiteInformationWidget\",\"logo\":\"icons\\/logo-white.png\",\"description\":\"Felis consquat magnis fames sagittis ultrices plasodales porttitor quisque ultrice tempor turpis.\",\"background_color\":\"rgb(20, 23, 108)\",\"quantity\":3,\"title_1\":\"<a href=\\\"tel:123 888 9999\\\"> 123 888 9999 <\\/a>\",\"icon_1\":\"ti ti-phone-call\",\"title_2\":\"<a href=\\\"mailto:info@apexa.com\\\">info@apexa.com<\\/a>\",\"icon_2\":\"ti ti-mail\",\"title_3\":\"Sydney Harbour Bridge Circular City of Sydney, Australia.\",\"icon_3\":\"ti ti-map-pin\",\"style\":\"style-3\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(4,'Botble\\Widget\\Widgets\\CoreSimpleMenu','footer_sidebar','apexa',2,'{\"id\":\"Botble\\\\Widget\\\\Widgets\\\\CoreSimpleMenu\",\"name\":\"Information\",\"items\":[[{\"key\":\"label\",\"value\":\"About us\"},{\"key\":\"url\",\"value\":\"\\/business-about\"}],[{\"key\":\"label\",\"value\":\"Meet our team\"},{\"key\":\"url\",\"value\":\"\\/team-one\"}],[{\"key\":\"label\",\"value\":\"Latest news\"},{\"key\":\"url\",\"value\":\"\\/blog\"}],[{\"key\":\"label\",\"value\":\"Careers\"},{\"key\":\"url\",\"value\":\"\\/careers\"}],[{\"key\":\"label\",\"value\":\"Contact Us\"},{\"key\":\"url\",\"value\":\"\\/contact-us\"}]]}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(5,'Botble\\Widget\\Widgets\\CoreSimpleMenu','footer_sidebar','apexa',3,'{\"id\":\"Botble\\\\Widget\\\\Widgets\\\\CoreSimpleMenu\",\"name\":\"Top Links\",\"items\":[[{\"key\":\"label\",\"value\":\"How it\\u2019s Work\"},{\"key\":\"url\",\"value\":\"\\/\"}],[{\"key\":\"label\",\"value\":\"Partners\"},{\"key\":\"url\",\"value\":\"\\/\"}],[{\"key\":\"label\",\"value\":\"Testimonials\"},{\"key\":\"url\",\"value\":\"\\/\"}],[{\"key\":\"label\",\"value\":\"Case Studies\"},{\"key\":\"url\",\"value\":\"\\/\"}],[{\"key\":\"label\",\"value\":\"Pricing\"},{\"key\":\"url\",\"value\":\"\\/\"}]]}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(6,'GalleriesWidget','footer_sidebar','apexa',4,'{\"id\":\"GalleriesWidget\",\"title\":\"Instagram Posts\",\"limit\":6}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(7,'NewsletterWidget','top_footer_sidebar','apexa',1,'{\"id\":\"NewsletterWidget\",\"title\":\"Subscribe Newsletter For Latest Updates\",\"image\":\"backgrounds\\/newsletter-bg.png\",\"background_color\":\"#0e104b\",\"display_social_links\":true,\"style\":\"style-3\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(8,'SiteCopyrightWidget','bottom_footer_sidebar','apexa',1,'[]','2024-06-18 23:02:01','2024-06-18 23:02:01'),(9,'BlogSearchWidget','blog_sidebar','apexa',1,'{\"id\":\"BlogSearchWidget\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(10,'BlogCategoriesWidget','blog_sidebar','apexa',2,'{\"id\":\"BlogCategoriesWidget\",\"title\":\"Categories\",\"category_ids\":[1,2,3,4,5]}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(11,'BlogPostsWidget','blog_sidebar','apexa',3,'{\"id\":\"BlogPostsWidget\",\"title\":\"Latest Posts\",\"category_ids\":[1,2,3,4,5],\"limit\":4}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(12,'BlogTagsWidget','blog_sidebar','apexa',4,'{\"id\":\"BlogTagsWidget\",\"title\":\"Tags\",\"limit\":5}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(13,'ContactInformationWidget','header_top_start_sidebar','apexa',1,'{\"id\":\"ContactInformationWidget\",\"quantity\":2,\"title_1\":\"+123 9898 500\",\"icon_1\":\"ti ti-phone-call\",\"url_1\":\"tel:123 9898 500\",\"title_2\":\"256 Avenue, Mark Street, NewYork City\",\"icon_2\":\"ti ti-map-pin\",\"url_2\":\"https:\\/\\/www.google.com\\/maps\\/place\\/256+St+Marks+Ave,+Freeport,+NY+11520,+USA\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(14,'ContactInformationWidget','header_top_end_sidebar','apexa',1,'{\"id\":\"ContactInformationWidget\",\"quantity\":2,\"title_1\":\"info@apexa.com\",\"icon_1\":\"ti ti-mail\",\"url_1\":\"mailto:info@apexa.com\",\"title_2\":\"Mon-Fri: 10:00am - 09:00pm\",\"icon_2\":\"ti ti-clock-hour-6\",\"url_2\":\"\",\"alignment\":\"end\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(15,'ServicesWidget','service_sidebar','apexa',1,'{\"id\":\"ServicesWidget\",\"service_ids\":[1,2,3,4,5]}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(16,'BrochureDownloadsWidget','service_sidebar','apexa',2,'{\"id\":\"BrochureDownloadsWidget\",\"title\":\"Brochure\",\"description\":\"when an unknown printer took ga lley offer typey anddey.\",\"file_1\":\"downloads\\/document.pdf\",\"file_2\":\"downloads\\/document.pdf\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(17,'BlogPostsWidget','service_sidebar','apexa',3,'{\"id\":\"BlogPostsWidget\",\"title\":\"Latest Posts\",\"category_ids\":[1,2,3,4,5],\"limit\":4}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(18,'ContactBlockWidget','service_sidebar','apexa',4,'{\"id\":\"ContactBlockWidget\",\"title\":\"If You Need Any Help Contact With Us\",\"phone_number\":\"+91 705 2101 786\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'),(19,'ContactFormWidget','service_sidebar','apexa',5,'{\"id\":\"ContactFormWidget\",\"title\":\"Send Us Message\",\"button_label\":\"Send Message\",\"background_color\":\"#ECF6FA\"}','2024-06-18 23:02:01','2024-06-18 23:02:01'); /*!40000 ALTER TABLE `widgets` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-06-19 13:02:54