-- phpMyAdmin SQL Dump
-- version 5.2.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jun 27, 2026 at 12:24 PM
-- Server version: 11.4.9-MariaDB
-- PHP Version: 7.4.33

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


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

--
-- Database: `httpsalsawk_alsawk`
--

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

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

CREATE TABLE `admins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(55) NOT NULL DEFAULT 'admin',
  `type` varchar(55) NOT NULL DEFAULT 'seller',
  `email` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `phone` varchar(25) DEFAULT NULL,
  `shop` varchar(255) DEFAULT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `balance` float DEFAULT 0,
  `status` tinyint(1) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `admins` (`id`, `name`, `type`, `email`, `password`, `phone`, `shop`, `logo`, `address`, `balance`, `status`, `created_at`, `updated_at`) VALUES
(16, 'Admin', 'admin', 'admin@gmail.com', '$2y$10$ORdiWIzXXnMZB.SOK932teo3WvJ7nLkNNdXa7vV1mBg10pcnsXTfC', '0544766708', 'Al Sawk', NULL, 'uttara, dhaka', 2160, 1, '2023-07-15 09:57:47', '2023-08-02 17:19:21'),
(20, 'Md. Kaiser', 'seller', 'admin1@gmail.com', '$2y$10$gJb8lTm/gLT3opye3ag4uurRRoXlt2anZnVIc63RcknZexsG8bHoq', '+971562403139', 'Sauda trading', NULL, 'Dubai dragonmart uae', -100, 1, '2023-07-26 11:57:04', '2023-07-29 14:07:08'),
(21, 'testing', 'seller', 'testing@gmail.com', '$2y$10$Khfntc2SS/W16o1hJY5W.uJdoToPXTL.p6dGOdTPlVCJEzOsslqwW', '01826549148', 'Test shop', NULL, 'Test', 0, 1, '2023-07-26 16:22:55', '2023-07-26 16:22:55'),
(22, 'khorshed', 'seller', 'admin@alsawk.com', '$2y$10$rAPP94ob/.6VdiNQ3HpiROps5YAgZ3pzU/CipXbSh1M2adilvJkse', '+971567895588', 'khorshed automobiles', NULL, 'Ajman uae', -100, 1, '2023-07-26 21:31:24', '2023-07-29 14:07:51'),
(23, 'test2', 'seller', 'test2@gmail.com', '$2y$10$RppBQdmBawFGN/mVD6Auq.gUiOoUDhPETV5YRHVZzPRaQbwikGRxy', '01547777777', 'test2', NULL, 'add', 0, 1, '2023-07-28 17:38:14', '2023-07-28 17:38:14'),
(24, 'S.M Rashed', 'seller', 'smrashed6316@gmail.com', '$2y$10$qdSqIb3spyi2/WNhSuzuuOn7LHimQcNJeQVm78QJ3P.SG3kdYD6b6', '+8801721106317', 'S.M Shops', NULL, 'Bogura, Bangladesh. Naogaon, Bangladesh. Magura Bangladesh. Beniyapukur, Kolkata, India.', 0, 1, '2023-07-30 16:06:08', '2023-07-30 16:06:08'),
(25, 'Nahida', 'seller', 'admin11@alsawk.com', '$2y$10$tfXtj0U14PYvA4YDl/xQdebREGEwO.YRxvkwKUnUTEAiiQawcca9K', '+971503709878', 'Bushra trading', NULL, 'Sarjah uae', 1530, 1, '2023-08-02 10:44:24', '2023-08-02 17:35:44'),
(26, 'Redwan', 'seller', 'redwan11@gmail.com', '$2y$10$MhtZXxan.MjZBpws8RdrneJMF2DLR9wniiPadHAbJts.tnQ2KWr7C', '0545402156', 'Vape Guru', NULL, 'Sharjah', 0, 1, '2023-08-18 13:43:18', '2023-08-19 23:47:07');

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

--
-- Table structure for table `brands`
--

CREATE TABLE `brands` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL,
  `is_home` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `brands`
--

INSERT INTO `brands` (`id`, `name`, `image`, `status`, `is_home`, `created_at`, `updated_at`) VALUES
(1, 'Generic', NULL, 1, 0, '2023-07-24 04:45:43', '2023-07-26 12:22:34'),
(2, 'Bajaj', NULL, 1, 0, '2023-07-26 17:42:42', '2023-07-26 17:42:42'),
(3, 'ABARTH', NULL, 1, 0, '2023-07-26 17:44:50', '2023-07-26 17:44:50'),
(4, 'Alfa Romeo', NULL, 1, 0, '2023-07-26 17:45:09', '2023-07-26 17:45:09'),
(5, 'Aston Martin', NULL, 1, 0, '2023-07-26 17:45:26', '2023-07-26 17:45:26'),
(6, 'GUCCI', NULL, 1, 1, '2023-07-26 17:45:38', '2023-08-01 17:13:51'),
(7, 'LOUIS VUITTON', NULL, 1, 0, '2023-07-26 17:45:57', '2023-08-01 17:14:14'),
(8, 'BYD', NULL, 1, 0, '2023-07-26 17:46:13', '2023-07-26 17:46:13'),
(9, 'Bentley', NULL, 1, 0, '2023-07-26 17:46:34', '2023-07-26 17:46:34'),
(10, 'Bestune', NULL, 1, 0, '2023-07-26 17:46:50', '2023-07-26 17:46:50'),
(11, 'Borgward', NULL, 1, 0, '2023-07-26 17:47:11', '2023-07-26 17:47:11'),
(12, 'Bugatti', NULL, 1, 0, '2023-07-26 17:47:37', '2023-07-26 17:47:37'),
(13, 'Cadillac', NULL, 1, 0, '2023-07-26 17:48:03', '2023-07-26 17:48:03'),
(14, 'Changan', NULL, 1, 0, '2023-07-26 17:48:25', '2023-07-26 17:48:25'),
(15, 'Chery', NULL, 1, 0, '2023-07-26 17:48:40', '2023-07-26 17:48:40'),
(16, 'Chevrolet', NULL, 1, 0, '2023-07-26 17:48:59', '2023-07-26 17:48:59'),
(17, 'Chrysler', NULL, 1, 0, '2023-07-26 17:49:22', '2023-07-26 17:49:22'),
(18, 'Citroen', NULL, 1, 0, '2023-07-26 17:49:54', '2023-07-26 17:49:54'),
(19, 'Devel', NULL, 1, 0, '2023-07-26 17:50:07', '2023-07-26 17:50:07'),
(20, 'Dodge', NULL, 1, 0, '2023-07-26 17:50:28', '2023-07-26 17:50:28'),
(21, 'Dorcen', NULL, 1, 0, '2023-07-26 17:50:41', '2023-07-26 17:50:41'),
(22, 'Exeed', NULL, 1, 0, '2023-07-26 17:51:12', '2023-07-26 17:51:12'),
(23, 'Ferrari', NULL, 1, 0, '2023-07-26 17:51:31', '2023-07-26 17:51:31'),
(24, 'Fiat', NULL, 1, 0, '2023-07-26 17:51:45', '2023-07-26 17:51:45'),
(25, 'Ford', NULL, 1, 0, '2023-07-26 17:51:56', '2023-07-26 17:51:56'),
(26, 'Foton', NULL, 1, 0, '2023-07-26 17:52:08', '2023-07-26 17:52:08'),
(27, 'GAC', NULL, 1, 0, '2023-07-26 17:52:23', '2023-07-26 17:52:23'),
(28, 'GMC', NULL, 1, 0, '2023-07-26 17:52:37', '2023-07-26 17:52:37'),
(29, 'GEELY', NULL, 1, 0, '2023-07-26 17:52:54', '2023-07-26 17:52:54'),
(30, 'Genesis', NULL, 1, 0, '2023-07-26 17:53:22', '2023-07-26 17:53:22'),
(31, 'Great wall', NULL, 1, 0, '2023-07-26 17:53:41', '2023-07-26 17:53:41'),
(32, 'Haval', NULL, 1, 0, '2023-07-26 17:53:54', '2023-07-26 17:53:54'),
(33, 'Honda', NULL, 1, 0, '2023-07-26 17:54:08', '2023-07-26 17:54:08'),
(34, 'Hongqi', NULL, 1, 0, '2023-07-26 17:54:21', '2023-07-26 17:54:21'),
(35, 'Hyunday', NULL, 1, 0, '2023-07-26 17:54:46', '2023-07-26 17:54:46'),
(36, 'Infiniti', NULL, 1, 0, '2023-07-26 17:55:14', '2023-07-26 17:55:14'),
(37, 'Isuzu', NULL, 1, 0, '2023-07-26 17:55:26', '2023-07-26 17:55:26'),
(38, 'Jaguar', NULL, 1, 0, '2023-07-26 17:55:54', '2023-07-26 17:55:54'),
(39, 'Jeep', NULL, 1, 0, '2023-07-26 17:56:06', '2023-07-26 17:56:06'),
(40, 'Jetour', NULL, 1, 0, '2023-07-26 17:56:19', '2023-07-26 17:56:19'),
(41, 'Kia', NULL, 1, 0, '2023-07-26 17:56:29', '2023-07-26 17:56:29'),
(42, 'Lamborghini', NULL, 1, 0, '2023-07-26 17:56:54', '2023-07-26 17:56:54'),
(43, 'Land Rover', NULL, 1, 0, '2023-07-26 17:57:13', '2023-07-26 17:57:13'),
(44, 'Lexus', NULL, 1, 0, '2023-07-26 17:57:26', '2023-07-26 17:57:26'),
(45, 'Lincoln', NULL, 1, 0, '2023-07-26 17:57:39', '2023-07-26 17:57:39'),
(46, 'Lotus', NULL, 1, 0, '2023-07-26 17:57:51', '2023-07-26 17:57:51'),
(47, 'MG', NULL, 1, 0, '2023-07-26 17:58:03', '2023-07-26 17:58:03'),
(48, 'Mahindra', NULL, 1, 0, '2023-07-26 17:58:16', '2023-07-26 17:58:16'),
(49, 'DIOR', NULL, 1, 1, '2023-08-02 11:14:29', '2023-08-02 11:14:29'),
(50, 'FENDI', NULL, 1, 0, '2023-08-02 11:23:44', '2023-08-02 11:23:44'),
(51, 'Hermès', NULL, 1, 0, '2023-08-02 11:38:13', '2023-08-02 11:38:13'),
(52, 'Loafers', NULL, 1, 0, '2023-08-02 11:47:19', '2023-08-02 11:47:19'),
(53, 'Loro Piana', NULL, 1, 0, '2023-08-02 11:50:16', '2023-08-02 11:50:16'),
(54, 'Robiul Hossain', '1710490397.png', 1, 1, '2024-03-15 08:13:17', '2024-03-15 08:13:17'),
(55, 'walton', '1710490491.png', 1, 0, '2024-03-15 08:14:51', '2024-03-15 08:14:51'),
(56, 'Robiul Hossain2', '1710490538.png', 1, 1, '2024-03-15 08:15:38', '2024-03-15 08:15:38'),
(57, 'Robiul Hossain4', '1710490676.png', 1, 1, '2024-03-15 08:17:56', '2024-03-15 08:17:56'),
(58, 'MD JAMAL UDDIN', '1710490861.png', 1, 1, '2024-03-15 08:21:01', '2024-03-15 08:21:01'),
(59, 'MD JAMAL UDDIN5', '1710490883.png', 1, 1, '2024-03-15 08:21:23', '2024-03-15 08:21:23');

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

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_name` varchar(255) NOT NULL,
  `category_slug` varchar(255) NOT NULL,
  `parent_category_id` int(11) NOT NULL,
  `category_image` varchar(255) DEFAULT NULL,
  `is_home` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `category_name`, `category_slug`, `parent_category_id`, `category_image`, `is_home`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Automobiles and motorbike', 'Automobiles and motorbike', 0, '1687494645.jpg', 1, 1, '2023-06-12 19:57:10', '2023-08-02 15:26:52'),
(5, 'Health & beauty', 'Health & beauty', 0, '1687350242.jpg', 1, 1, '2023-06-21 12:24:02', '2024-03-14 08:32:54'),
(6, 'Electronic device', 'Electronic device', 0, '1690214278.jpg', 0, 1, '2023-07-24 15:57:58', '2023-08-02 16:01:02'),
(8, 'Kitchen Appliance', 'Stove', 0, '1690400207.png', 1, 1, '2023-07-26 14:43:28', '2023-07-26 20:00:37'),
(9, 'Home appliance', 'Wallmate', 0, '1691159723.jpg', 1, 1, '2023-07-26 15:10:47', '2023-08-04 14:35:23'),
(10, 'Books', 'Biography', 0, NULL, 0, 1, '2023-07-26 15:13:19', '2023-07-26 20:00:59'),
(11, 'Fashion', 'Men', 0, NULL, 0, 1, '2023-07-26 15:13:38', '2023-07-26 20:01:10'),
(12, 'Electronic accessories', 'Electronic accessories', 0, NULL, 0, 1, '2023-07-26 15:14:57', '2023-08-02 16:11:24'),
(13, 'Baby Care', 'Toys', 0, NULL, 0, 1, '2023-07-26 15:15:24', '2023-07-26 20:01:19'),
(14, 'Pets', 'Pets', 0, NULL, 0, 1, '2023-07-26 15:15:50', '2023-07-26 20:01:24'),
(15, 'Gift Items', 'Chocolate', 0, NULL, 0, 1, '2023-07-26 15:16:46', '2023-07-26 20:01:05'),
(16, 'Women', 'Bags', 0, '1690392229.jpg', 0, 1, '2023-07-26 17:23:49', '2023-07-26 20:00:22'),
(17, 'vape/E-cigarette', 'vape', 0, '1690401601.jpg', 1, 1, '2023-07-26 17:34:31', '2023-07-26 20:00:01'),
(18, 'Computer', 'Computer', 6, NULL, 0, 1, '2023-07-28 14:20:28', '2023-07-28 14:20:28'),
(19, 'Laptop', 'Laptop', 6, NULL, 0, 1, '2023-07-28 14:21:01', '2023-07-28 14:21:01'),
(20, 'Mobile phone and Accessories', 'Mobile phone', 6, NULL, 0, 1, '2023-07-28 14:21:38', '2023-07-28 15:08:26'),
(21, 'Television', 'Television', 6, NULL, 0, 1, '2023-07-28 14:22:05', '2023-07-28 14:22:05'),
(22, 'Tablet', 'Tablet', 6, NULL, 0, 1, '2023-07-28 14:22:47', '2023-07-28 15:12:52'),
(23, 'Camera', 'Camera', 6, NULL, 0, 1, '2023-07-28 14:23:09', '2023-07-28 14:23:09'),
(24, 'Printer', 'Printer', 6, NULL, 0, 1, '2023-07-28 14:23:36', '2023-07-28 14:23:36'),
(25, 'Air conditioner', 'Air conditioner', 6, NULL, 0, 1, '2023-07-28 14:24:59', '2023-07-28 14:24:59'),
(26, 'Ceiling fan', 'Ceiling fan', 6, NULL, 0, 1, '2023-07-28 14:25:47', '2023-07-28 14:25:47'),
(27, 'Clock', 'Clock', 6, NULL, 0, 1, '2023-07-28 14:26:24', '2023-07-28 14:26:24'),
(28, 'Cookers', 'Cookers', 8, NULL, 0, 1, '2023-07-28 14:38:06', '2023-07-28 14:38:06'),
(29, 'Microwaves and Ovens', 'Microwave', 8, NULL, 0, 1, '2023-07-28 14:39:01', '2023-07-28 14:39:01'),
(30, 'Blender', 'Blender', 8, NULL, 0, 1, '2023-07-28 14:39:30', '2023-07-28 14:39:30'),
(31, 'Air fryers', 'Air fryers', 8, NULL, 0, 1, '2023-07-28 14:39:58', '2023-07-28 14:39:58'),
(32, 'Rice cookers', 'Rice cookers', 8, NULL, 0, 1, '2023-07-28 14:40:21', '2023-07-28 15:13:32'),
(33, 'Grinders and choppers', 'Grinder', 8, NULL, 0, 1, '2023-07-28 14:41:00', '2023-07-28 15:11:07'),
(34, 'Hand mixer', 'Hand mixer', 8, NULL, 0, 1, '2023-07-28 14:41:24', '2023-07-28 14:41:24'),
(35, 'Juicers', 'Juicers', 8, NULL, 0, 1, '2023-07-28 14:41:51', '2023-07-28 14:41:51'),
(36, 'Expresso machines', 'Expresso machin', 8, NULL, 0, 1, '2023-07-28 14:42:45', '2023-07-28 14:42:45'),
(37, 'Kettles and toasters', 'Kettles', 8, NULL, 0, 1, '2023-07-28 14:43:30', '2023-07-28 15:12:11'),
(38, 'Coffee machine', 'Coffee machine', 8, NULL, 0, 1, '2023-07-28 14:44:04', '2023-07-28 14:44:04'),
(39, 'Electric pressure cooker', 'Electric pressure cooker', 8, NULL, 0, 1, '2023-07-28 14:44:53', '2023-07-28 14:44:53'),
(40, 'Refrigerator', 'Refrigerator', 8, NULL, 0, 1, '2023-07-28 14:46:00', '2023-07-28 14:46:00'),
(41, 'Dishwasher', 'Dishwasher', 8, NULL, 0, 1, '2023-07-28 14:46:26', '2023-07-28 14:46:26'),
(42, 'Ice crusher and maker', 'Ice crusher and maker', 8, NULL, 0, 1, '2023-07-28 14:48:20', '2023-07-28 14:48:20'),
(43, 'Kitchenware', 'Kitchenware', 8, NULL, 0, 1, '2023-07-28 14:49:08', '2023-07-28 14:49:08'),
(44, 'Air conditioner', 'Air', 9, NULL, 0, 1, '2023-07-28 14:53:43', '2023-07-28 14:53:43'),
(45, 'Washers and dryers', 'Washers and dryers', 9, NULL, 0, 1, '2023-07-28 14:54:28', '2023-07-28 14:54:28'),
(46, 'Irons/steamers', 'Irons/steamers', 9, NULL, 0, 1, '2023-07-28 14:55:15', '2023-07-28 14:55:15'),
(47, 'Water heater', 'Water heater', 9, NULL, 0, 1, '2023-07-28 14:55:48', '2023-07-28 14:55:48'),
(48, 'Water dispenser', 'Water dispenser', 9, NULL, 0, 1, '2023-07-28 14:56:21', '2023-07-28 14:56:21'),
(49, 'Fridges and freezers', 'Fridges', 9, NULL, 0, 1, '2023-07-28 14:57:20', '2023-07-28 14:57:20'),
(50, 'Air Cooler', 'Air Cooler', 9, NULL, 0, 1, '2023-07-28 14:57:48', '2023-07-28 14:57:48'),
(51, 'Fans', 'Fans', 9, NULL, 0, 1, '2023-07-28 14:58:09', '2023-07-28 14:58:09'),
(52, 'Water Filter', 'Water Filter', 8, NULL, 0, 1, '2023-07-28 15:05:38', '2023-07-28 15:05:38'),
(53, 'Small appliances', 'Small appliances', 9, NULL, 0, 1, '2023-07-28 15:07:18', '2023-07-28 15:07:18'),
(54, 'Hotel/Restaurants Stove', 'Hotel/Restaurants Gas Stove', 0, NULL, 0, 1, '2023-07-28 15:17:07', '2023-07-28 15:17:07'),
(55, '1 burner commercial stove', '1 burner commercial stove', 54, '1690557598.jpg', 1, 1, '2023-07-28 15:19:58', '2023-07-28 15:19:58'),
(56, 'Multi burner Stove', 'Multi burner Stove', 54, '1690557815.jpg', 0, 1, '2023-07-28 15:23:35', '2023-07-28 15:23:35'),
(57, 'Gaming &Accessories', 'Gaming &Accessories', 0, NULL, 0, 1, '2023-08-02 15:01:23', '2023-08-02 15:01:23'),
(58, 'Gaming Laptop', 'Gaming Laptop', 57, NULL, 0, 1, '2023-08-02 15:02:20', '2023-08-02 15:02:20'),
(59, 'Gaming smartphone', 'Gaming smartphone', 57, NULL, 0, 1, '2023-08-02 15:03:08', '2023-08-02 15:03:08'),
(60, 'Gaming Essential', 'Gaming Essential', 57, NULL, 0, 1, '2023-08-02 15:03:50', '2023-08-02 15:03:50'),
(61, 'Games', 'Games', 57, NULL, 0, 1, '2023-08-02 15:04:55', '2023-08-02 15:04:55'),
(62, 'Baby personal care', 'Baby personal care', 13, NULL, 0, 1, '2023-08-02 15:11:52', '2023-08-02 15:11:52'),
(63, 'Feeding', 'Feeding', 13, NULL, 0, 1, '2023-08-02 15:12:17', '2023-08-02 15:12:17'),
(64, 'Diapering & Potty', 'Diapering & Potty', 13, NULL, 0, 1, '2023-08-02 15:12:45', '2023-08-02 15:12:45'),
(65, 'Baby Care & Gifts', 'Baby Care & Gifts', 13, NULL, 0, 1, '2023-08-02 15:13:10', '2023-08-02 15:13:10'),
(66, 'Baby & Toddler Toys', 'Baby & Toddler Toys', 13, NULL, 0, 1, '2023-08-02 15:13:33', '2023-08-02 15:13:33'),
(67, 'Sports & Outdoor Play', 'Sports & Outdoor Play', 13, NULL, 0, 1, '2023-08-02 15:13:54', '2023-08-02 15:13:54'),
(68, 'Remote Control & Vehicles', 'Remote Control & Vehicles', 13, NULL, 0, 1, '2023-08-02 15:14:16', '2023-08-02 15:14:16'),
(69, 'Baby Gear', 'Baby Gear', 13, NULL, 0, 1, '2023-08-02 15:14:55', '2023-08-02 15:14:55'),
(70, 'Mens & Boys', 'Mens & Boys', 0, NULL, 0, 1, '2023-08-02 15:15:55', '2023-08-02 15:15:55'),
(71, 'Clothing', 'Clothing', 70, NULL, 0, 1, '2023-08-02 15:17:24', '2023-08-02 15:17:24'),
(72, 'Eyewear', 'Eyewear', 70, NULL, 0, 1, '2023-08-02 15:17:52', '2023-08-02 15:17:52'),
(73, 'Shoes', 'Shoes', 70, NULL, 0, 1, '2023-08-02 15:18:16', '2023-08-02 15:18:16'),
(74, 'Accessories', 'Accessories', 70, NULL, 0, 1, '2023-08-02 15:18:39', '2023-08-02 15:18:39'),
(75, 'Religious wear', 'Religious wear', 70, NULL, 0, 1, '2023-08-02 15:19:46', '2023-08-02 16:05:51'),
(76, 'Shoes', 'Women shoes', 16, NULL, 0, 1, '2023-08-02 15:21:43', '2023-08-02 16:08:16'),
(77, 'Women Bags', 'Women Bags', 16, NULL, 0, 1, '2023-08-02 15:22:16', '2023-08-02 15:22:16'),
(78, 'Watches', 'Watches', 16, NULL, 0, 1, '2023-08-02 15:22:38', '2023-08-02 15:22:38'),
(79, 'Religious wear', 'Women religious wear', 16, NULL, 0, 1, '2023-08-02 15:23:32', '2023-08-02 15:23:32'),
(80, 'Traditional wear', 'Women Traditional wear', 16, NULL, 0, 1, '2023-08-02 15:24:00', '2023-08-02 15:24:00'),
(81, 'Western wear', 'Women Western wear', 16, NULL, 0, 1, '2023-08-02 15:24:28', '2023-08-02 15:24:28'),
(82, 'Vehicle Care', 'Vehicle Care', 1, NULL, 0, 1, '2023-08-02 15:27:21', '2023-08-02 15:27:21'),
(83, 'Motorcylce Parts & Spares', 'Motorcylce Parts & Spares', 1, NULL, 0, 1, '2023-08-02 15:28:06', '2023-08-02 15:28:06'),
(84, 'Oil & Fluids', 'Oil & Fluids', 1, NULL, 0, 1, '2023-08-02 15:29:00', '2023-08-02 16:03:52'),
(85, 'Car Interior Accessories', 'Car Interior Accessories', 1, NULL, 0, 1, '2023-08-02 15:29:32', '2023-08-02 15:29:32'),
(86, 'Car Exterior Accessories', 'Car Exterior Accessories', 1, NULL, 0, 1, '2023-08-02 15:30:00', '2023-08-02 15:30:00'),
(87, 'Car Parts & Spares', 'Car Parts & Spares', 1, NULL, 0, 1, '2023-08-02 15:32:15', '2023-08-02 16:09:19'),
(88, 'Motorcycle Riding Gear', 'Motorcycle Riding Gear', 1, NULL, 0, 1, '2023-08-02 15:32:49', '2023-08-02 15:32:49'),
(89, 'Home & lifestyle', 'Home & lifestyle', 0, NULL, 0, 1, '2023-08-02 15:34:49', '2023-08-02 15:34:49'),
(90, 'Stationery,arts  & Craft', 'Stationery,arts  & Craft', 89, NULL, 0, 1, '2023-08-02 15:36:57', '2023-08-02 15:36:57'),
(91, 'Bath', 'Bath', 89, NULL, 0, 1, '2023-08-02 15:44:50', '2023-08-02 15:44:50'),
(92, 'Bedding', 'Bedding', 89, NULL, 0, 1, '2023-08-02 15:45:15', '2023-08-02 15:45:15'),
(93, 'Furniture', 'Furniture', 89, NULL, 0, 1, '2023-08-02 15:45:36', '2023-08-02 15:45:36'),
(94, 'Cleaning', 'Cleaning', 89, NULL, 0, 1, '2023-08-02 15:45:57', '2023-08-02 15:45:57'),
(95, 'Laundry', 'Laundry', 89, NULL, 0, 1, '2023-08-02 15:46:45', '2023-08-02 15:46:45'),
(96, 'Entertainment', 'Entertainment', 89, NULL, 0, 1, '2023-08-02 15:47:28', '2023-08-02 15:47:28'),
(97, 'Home dining', 'Home dining', 89, NULL, 0, 1, '2023-08-02 15:48:29', '2023-08-02 15:48:29'),
(98, 'Books', 'Books', 89, NULL, 0, 1, '2023-08-02 15:48:56', '2023-08-02 15:48:56'),
(99, 'Bakeware', 'Bakeware', 89, NULL, 0, 1, '2023-08-02 15:49:42', '2023-08-02 15:49:42'),
(100, 'Skin Care', 'Skin Cares', 5, NULL, 0, 1, '2023-08-02 15:55:47', '2023-08-02 16:07:33'),
(101, 'Hair Care', 'Hair Care', 5, NULL, 0, 1, '2023-08-02 15:56:12', '2023-08-02 15:56:12'),
(102, 'Fragrances', 'Fragrances', 5, NULL, 0, 1, '2023-08-02 15:56:43', '2023-08-02 15:56:43'),
(103, 'Beauty Tools', 'Beauty Tools', 5, NULL, 0, 1, '2023-08-02 15:57:10', '2023-08-02 15:57:10'),
(104, 'Makeup', 'Makeup', 5, NULL, 0, 1, '2023-08-02 15:57:31', '2023-08-02 15:57:31'),
(105, 'Bath & Body', 'Bath & Body', 5, NULL, 0, 1, '2023-08-02 15:58:09', '2023-08-02 15:58:09'),
(106, 'Personal Care', 'Personal Care', 5, NULL, 0, 1, '2023-08-02 15:58:39', '2023-08-02 15:58:39'),
(107, 'Mens care', 'Mens care', 5, NULL, 0, 1, '2023-08-02 15:59:04', '2023-08-02 15:59:04'),
(108, 'Shop for kits', 'Shop for kits', 17, NULL, 0, 1, '2023-08-02 17:28:51', '2023-08-02 17:28:51'),
(109, 'E-LIQUIDS & NIC SALTS', 'E-LIQUIDS & NIC SALTS', 17, NULL, 0, 1, '2023-08-02 17:30:32', '2023-08-02 17:30:32'),
(110, 'disposable vape', 'disposable vape', 17, NULL, 0, 1, '2023-08-02 17:31:06', '2023-08-02 17:31:06'),
(111, 'Pods', 'Pods', 17, NULL, 0, 1, '2023-08-02 17:31:28', '2023-08-02 17:31:28'),
(112, 'Coils & Tanks', 'Coils & Tanks', 17, NULL, 0, 1, '2023-08-02 17:31:55', '2023-08-02 17:31:55'),
(113, 'Accessories', 'Vape Accessories', 0, NULL, 0, 1, '2023-08-02 17:32:38', '2023-08-02 17:32:38'),
(114, 'E-cigarette kits', 'E-cigarette kits', 108, NULL, 0, 1, '2023-08-02 17:33:54', '2023-08-02 17:33:54'),
(115, 'Vape kits', 'Vape kits', 108, NULL, 0, 1, '2023-08-02 17:34:18', '2023-08-02 17:34:18'),
(116, 'Accessories', 'Kits Accessories', 0, NULL, 0, 1, '2023-08-02 17:35:19', '2023-08-02 17:35:19'),
(117, 'E-liquids', 'E-liquids', 109, NULL, 0, 1, '2023-08-02 17:36:10', '2023-08-02 17:36:10'),
(118, 'Nic salt', 'Nic salt', 109, NULL, 0, 1, '2023-08-02 17:36:39', '2023-08-02 17:36:39'),
(119, 'New arrival', 'New arrival', 109, NULL, 0, 1, '2023-08-02 17:37:10', '2023-08-02 17:37:10'),
(120, 'All disposable vape', 'All disposable vape', 110, NULL, 0, 1, '2023-08-02 17:37:58', '2023-08-02 17:37:58'),
(121, 'Prefilled pods', 'Prefilled pods', 110, NULL, 0, 1, '2023-08-02 17:38:56', '2023-08-02 17:38:56'),
(122, 'New disposable', 'New disposable', 110, NULL, 0, 1, '2023-08-02 17:39:23', '2023-08-02 17:39:23'),
(123, 'Empty replacement pods', 'Empty replacement pods', 111, NULL, 0, 1, '2023-08-02 17:40:15', '2023-08-02 17:40:15'),
(124, 'Coils', 'Coils', 112, NULL, 0, 1, '2023-08-02 17:42:39', '2023-08-02 17:42:39'),
(125, 'Tanks', 'Tanks', 112, NULL, 0, 1, '2023-08-02 17:42:57', '2023-08-02 17:42:57'),
(126, 'New arrival', 'New coils & tanks', 112, NULL, 0, 1, '2023-08-02 17:43:55', '2023-08-02 17:43:55'),
(127, 'Batteries', 'Batteries', 116, NULL, 0, 1, '2023-08-02 17:44:35', '2023-08-02 17:44:35'),
(128, 'Batterie chargers', 'Batterie chargers', 116, NULL, 0, 1, '2023-08-02 17:45:27', '2023-08-02 17:45:27'),
(129, 'Hand crafted coils', 'Hand crafted coils', 113, NULL, 0, 1, '2023-08-02 17:46:03', '2023-08-02 17:46:03'),
(130, 'Clapton wires', 'Clapton wires', 116, NULL, 0, 1, '2023-08-02 17:46:36', '2023-08-02 17:46:36'),
(131, 'Mesh wires', 'Mesh wires', 116, NULL, 0, 1, '2023-08-02 17:46:59', '2023-08-02 17:46:59'),
(132, 'Adaptars', 'Adaptars', 116, NULL, 0, 1, '2023-08-02 17:47:36', '2023-08-02 17:47:36'),
(133, 'Cotton', 'Cotton', 116, NULL, 0, 1, '2023-08-02 17:48:00', '2023-08-02 17:48:00'),
(134, 'Replacement glass', 'Replacement glass', 116, NULL, 0, 1, '2023-08-02 17:48:24', '2023-08-02 17:48:24'),
(135, 'Tools kit', 'Tools kit', 116, NULL, 0, 1, '2023-08-02 17:48:50', '2023-08-02 17:48:50'),
(137, 'Manual stove', 'Manual stove', 8, NULL, 0, 1, '2024-03-01 16:00:56', '2024-03-01 16:00:56'),
(138, 'Foreign books', 'Foreign books', 0, NULL, 0, 1, '2024-03-01 16:02:26', '2024-03-01 16:02:26'),
(139, 'Fiction', 'Fiction', 138, NULL, 0, 1, '2024-03-01 16:03:35', '2024-03-01 16:03:35'),
(140, 'Academic books', 'Academic books', 10, NULL, 0, 1, '2024-03-03 09:25:57', '2024-03-03 09:25:57'),
(144, 'Robiul2', 'Robiul2', 1, NULL, 0, 1, '2024-03-10 15:19:47', '2024-03-10 15:19:47'),
(145, 'Robiul3', 'Robiul3', 144, NULL, 1, 1, '2024-03-10 15:19:57', '2024-03-10 15:19:57'),
(152, 'Robiul Dev', 'Robiul Dev', 0, NULL, 1, 1, '2024-03-14 13:11:37', '2024-03-14 13:11:37'),
(153, 'Robiul Dev2', 'Robiul Dev2', 152, NULL, 0, 1, '2024-03-14 13:11:51', '2024-03-14 13:11:51'),
(154, 'Robiul Dev3', 'Robiul Dev3', 153, NULL, 0, 1, '2024-03-14 13:12:02', '2024-03-14 13:12:02');

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

--
-- Table structure for table `child_categories`
--

CREATE TABLE `child_categories` (
  `id` int(11) NOT NULL,
  `category_id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `child_categories`
--

INSERT INTO `child_categories` (`id`, `category_id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(11, 18, 'Defualt', 'Defualt', 1, '2024-03-12 14:26:13', '2024-03-12 14:26:13'),
(12, 98, 'Foreign books', 'Foreign books', 1, '2024-03-13 16:59:10', '2024-03-13 16:59:10'),
(13, 56, 'Three burner', 'Three burner', 1, '2024-03-13 17:08:46', '2024-03-13 17:08:46');

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

--
-- Table structure for table `colors`
--

CREATE TABLE `colors` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `color` varchar(255) NOT NULL,
  `status` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `colors`
--

INSERT INTO `colors` (`id`, `color`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Black', 1, '2021-01-25 21:12:11', '2021-01-28 05:15:28'),
(2, 'Red', 1, '2021-01-25 21:12:22', '2021-01-28 04:02:42'),
(3, 'White', 1, '2021-02-17 04:01:35', '2021-02-17 04:01:35'),
(4, 'Cream', 1, '2021-02-24 00:57:35', '2021-02-24 00:57:35'),
(5, 'Green', 1, '2021-02-24 00:57:45', '2021-02-24 00:57:45'),
(6, 'Purple', 1, '2021-02-24 00:57:57', '2021-02-24 00:57:57'),
(7, 'Blue', 1, '2021-02-24 01:00:15', '2021-02-24 01:00:15'),
(8, 'Yellow', 1, '2021-02-24 01:06:42', '2021-02-24 01:06:42');

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

--
-- Table structure for table `customers`
--

CREATE TABLE `customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(15) NOT NULL,
  `name` varchar(255) NOT NULL,
  `phone` varchar(255) NOT NULL,
  `address` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customers`
--

INSERT INTO `customers` (`id`, `user_id`, `name`, `phone`, `address`, `created_at`, `updated_at`) VALUES
(1, 16, 'Rakibul Islam', '01568454497', 'uttara, dhaka', '2023-07-24 21:18:59', '2023-07-24 21:18:59'),
(2, 16, 'Altra', '01721106317', 'Bogura, Bangladesh. Naogaon, Bangladesh. Magura Bangladesh. Beniyapukur, Kolkata, India.', '2023-07-24 21:25:54', '2023-07-24 21:25:54'),
(3, 16, 'Shoiab', '01819092469', 'LOVE lane Chattogram', '2023-07-24 23:01:24', '2023-07-24 23:01:24'),
(4, 16, 'Altra', '60179926248', 'ffas', '2023-07-26 22:29:12', '2023-07-26 22:29:12'),
(5, 16, 'Shoiab', '562403139', 'testing', '2023-08-01 21:52:50', '2023-08-01 22:22:41'),
(6, 16, 'RANJIT', '562666936', 'AUM UL QAIN', '2023-08-01 23:52:33', '2023-08-01 23:52:33'),
(7, 16, 'Md abu bakar Siddique', '566125081', 'md.kaiser1991@gmail.com', '2023-08-02 02:08:40', '2023-08-02 02:08:40'),
(8, 25, 'Shoiab', '252512121', 'LOVE lane Chattogram', '2023-08-02 17:32:24', '2023-08-02 17:32:24'),
(9, 20, 'RANJIT', '000000000', 'AUM UL QAIN', '2023-08-02 18:38:55', '2023-08-02 18:38:55'),
(10, 20, 'Testing purpose', '121212961', 'LOVE lane Chattogram', '2023-08-02 19:29:07', '2023-08-02 19:29:07'),
(11, 24, 'Example', '721106317', 'Bogura, Bangladesh. Naogaon, Bangladesh. Magura Bangladesh. Beniyapukur, Kolkata, India.', '2023-08-02 22:52:46', '2023-08-02 22:52:46'),
(12, 20, 'Kk', '564312316', 'Pp', '2023-09-04 01:16:48', '2023-09-04 01:16:48'),
(13, 20, 'Ghjffkj', '236584729', 'Charbata, Khasher Hat, SubarnaChar, Noakhali.', '2023-12-21 15:05:29', '2023-12-21 15:05:29'),
(14, 20, 'Rakibul Islam', '474444474', 'uttara, dhaka', '2024-02-24 21:02:09', '2024-02-24 21:02:09'),
(15, 16, 'Rakibul Islam', '457845478', 'uttara, dhaka', '2024-02-24 21:31:18', '2024-02-24 21:31:18'),
(16, 20, 'dssd', '245478454', 'dsdf', '2024-02-25 20:38:00', '2024-02-25 20:38:00'),
(17, 20, 'Mohammad Robiul Hossain', '123456789', 'Test', '2024-03-03 00:12:44', '2024-03-12 17:10:10'),
(18, 16, 'Mohammad Robiul Hossain', '544574544', 'ttyh', '2024-03-10 20:18:13', '2024-03-10 20:18:13'),
(19, 16, 'Robiul Hossain', '018828500', 'Fatehabad', '2024-03-12 15:29:32', '2024-03-12 15:29:32'),
(20, 16, 'Shoiab', '252513412', 'G4 gafur mansion love lane Chattogram', '2024-03-13 11:32:05', '2024-03-13 11:32:05'),
(21, 16, 'Shoiab', '252532132', 'G4 gafur mansion love lane Chattogram', '2024-03-14 02:55:30', '2024-03-14 02:55:30'),
(22, 16, 'Shoiab', '252525121', 'G4 gafur mansion love lane Chattogram', '2024-03-15 00:33:33', '2024-03-15 00:33:33'),
(23, 16, 'fadsfadsf', '434343432', 'ggsdg@dfsdaf.com', '2024-03-17 11:32:27', '2024-03-17 11:32:27'),
(24, 20, 'Habib', '545595785', 'Sharjah Al jazzat', '2024-05-04 00:45:55', '2024-05-04 00:45:55'),
(25, 20, 'shoiab', '050850801', 'Ajman uae', '2024-05-20 14:20:39', '2024-05-20 14:20:39'),
(26, 20, 'juli', '525097153', 'marina', '2024-09-13 02:02:30', '2024-09-13 02:02:30'),
(27, 20, 'Hasib', '365284529', 'Magura', '2024-11-27 17:50:13', '2024-11-27 17:50:13'),
(28, 25, 'Mohammad Robiul Hossain', '252525258', 'Infront Of Ayojon Club, Chowdhuryhat, Fatehabad, Hathazari, Chattogram', '2025-01-18 20:43:40', '2025-01-18 20:43:40');

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

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

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

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

--
-- Table structure for table `home_banners`
--

CREATE TABLE `home_banners` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `image` varchar(255) NOT NULL,
  `btn_txt` varchar(255) DEFAULT NULL,
  `btn_link` varchar(255) DEFAULT NULL,
  `status` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `home_banners`
--

INSERT INTO `home_banners` (`id`, `image`, `btn_txt`, `btn_link`, `status`, `created_at`, `updated_at`) VALUES
(1, '1690402733.jpg', 'Shop Now', 'https://alsawk.com', 1, '2023-06-12 19:56:02', '2023-07-26 20:18:53'),
(2, '1690402759.jpg', 'Women\'s Fashion', 'https://alsawk.com/product/Womens-hand-bag', 1, '2023-06-12 19:56:23', '2023-07-26 20:19:19');

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

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

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

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2021_01_15_211334_create_admins_table', 1),
(4, '2021_01_15_215552_create_categories_table', 2),
(12, '2021_01_26_021550_create_sizes_table', 5),
(13, '2021_01_26_023140_create_colors_table', 6),
(14, '2021_01_28_104722_create_products_table', 7),
(15, '2021_02_03_114909_create_brands_table', 8),
(16, '2021_02_05_082218_create_taxes_table', 9),
(18, '2021_02_17_200040_create_home_banners_table', 11),
(20, '2014_10_12_000000_create_users_table', 13),
(21, '2014_10_12_100000_create_password_resets_table', 13),
(22, '2019_08_19_000000_create_failed_jobs_table', 13),
(23, '2019_12_14_000001_create_personal_access_tokens_table', 13),
(24, '2023_02_09_102856_create_shares_table', 13),
(25, '2023_04_30_133358_create_customers_table', 14),
(26, '2023_04_30_133453_create_orders_table', 14),
(27, '2023_07_10_180714_create_sellers_table', 15),
(29, '2023_07_19_143332_create_settings_table', 16),
(30, '2023_07_20_102525_create_seller_transections_table', 17);

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

--
-- Table structure for table `orders`
--

CREATE TABLE `orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(15) NOT NULL,
  `customers` bigint(20) UNSIGNED NOT NULL,
  `product_details` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `total_amount` double NOT NULL,
  `discount_amount` double NOT NULL DEFAULT 0,
  `advance_amount` double NOT NULL DEFAULT 0,
  `delivery_charge` double NOT NULL,
  `note` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `order_number` varchar(255) DEFAULT NULL,
  `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'pending',
  `order_place` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_process_by` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `booking_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `courier_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `orders`
--

INSERT INTO `orders` (`id`, `user_id`, `customers`, `product_details`, `total_amount`, `discount_amount`, `advance_amount`, `delivery_charge`, `note`, `order_number`, `status`, `order_place`, `order_process_by`, `booking_number`, `courier_name`, `created_at`, `updated_at`) VALUES
(35, 25, 8, '[{\"P_id\":\"46\",\"P_attr\":\"52\",\"P_img\":null,\"P_name\":\"Hand bag\",\"P_price\":\"850\",\"P_mrp\":\"900\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":2}]', 1700, 0, 0, 25, NULL, NULL, 'processing', 'website', 'Admin', NULL, NULL, '2023-08-02 17:32:24', '2023-08-02 17:36:09'),
(50, 24, 11, '[{\"P_id\":\"15\",\"P_attr\":\"21\",\"P_img\":\"898212692.jpg\",\"P_name\":\"Example\",\"P_price\":\"1700\",\"P_mrp\":\"1800\",\"p_color\":\"Red\",\"p_size\":\"XXL\",\"p_qty\":\"4\"}]', 6800, 0, 0, 25, NULL, NULL, 'delivered', 'website', 'Admin', NULL, NULL, '2023-08-02 23:54:35', '2023-08-03 00:01:29'),
(54, 20, 12, '[{\"P_id\":\"95\",\"P_attr\":\"102\",\"P_img\":null,\"P_name\":\"Apple iPhone 14 Pro Max (256 GB) - Deep Purple\",\"P_price\":\"4300\",\"P_mrp\":\"4500\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 4300, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2023-09-04 01:16:48', '2023-09-04 01:16:48'),
(55, 20, 13, '[{\"P_id\":\"77\",\"P_attr\":\"84\",\"P_img\":\"1691348193.jpg\",\"P_name\":\"Handheld Mini Fan Battery Operated Small Personal Portable Fan Speed Adjustable USB Rechargeable Fan for Kids Girls Women Men Home Office Indoor Outdoor Travelling (White)\",\"P_price\":\"30\",\"P_mrp\":\"30\",\"p_color\":\"White\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"},{\"P_id\":\"79\",\"P_attr\":\"86\",\"P_img\":\"1691348927.jpg\",\"P_name\":\"Sandisk 128 GB Cruzer Blade Usb Flash Drive - Sdcz50-128-B35\",\"P_price\":\"35\",\"P_mrp\":\"35\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 65, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2023-12-21 15:05:29', '2023-12-21 15:05:29'),
(56, 20, 13, '[{\"P_id\":\"77\",\"P_attr\":\"84\",\"P_img\":\"1691348193.jpg\",\"P_name\":\"Handheld Mini Fan Battery Operated Small Personal Portable Fan Speed Adjustable USB Rechargeable Fan for Kids Girls Women Men Home Office Indoor Outdoor Travelling (White)\",\"P_price\":\"30\",\"P_mrp\":\"30\",\"p_color\":\"White\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"},{\"P_id\":\"79\",\"P_attr\":\"86\",\"P_img\":\"1691348927.jpg\",\"P_name\":\"Sandisk 128 GB Cruzer Blade Usb Flash Drive - Sdcz50-128-B35\",\"P_price\":\"35\",\"P_mrp\":\"35\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 65, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2023-12-21 15:05:30', '2023-12-21 15:05:30'),
(57, 20, 14, '[{\"P_id\":\"77\",\"P_attr\":\"84\",\"P_img\":\"1691348193.jpg\",\"P_name\":\"Handheld Mini Fan Battery Operated Small Personal Portable Fan Speed Adjustable USB Rechargeable Fan for Kids Girls Women Men Home Office Indoor Outdoor Travelling (White)\",\"P_price\":\"30\",\"P_mrp\":\"30\",\"p_color\":\"White\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 30, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2024-02-24 21:02:09', '2024-02-24 21:02:09'),
(58, 16, 15, '[{\"P_id\":\"19\",\"P_attr\":\"25\",\"P_img\":\"1690832169.jpg\",\"P_name\":\"Cotton hand gloves\",\"P_price\":\"2\",\"P_mrp\":\"3\",\"p_color\":\"White\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 2, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2024-02-24 21:31:18', '2024-02-24 21:31:18'),
(59, 20, 16, '[{\"P_id\":\"23\",\"P_attr\":\"29\",\"P_img\":\"1690836714.jpg\",\"P_name\":\"Elf Bar BC5000 Disposable Vape Kit 5000 Puffs cuba cigar\",\"P_price\":\"40\",\"P_mrp\":\"40\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 40, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2024-02-25 20:38:00', '2024-02-25 20:38:00'),
(60, 20, 17, '[{\"P_id\":\"25\",\"P_attr\":\"31\",\"P_img\":null,\"P_name\":\"Elf Bar BC5000 Disposable Vape Kit 5000 Puffs triple berry\",\"P_price\":\"40\",\"P_mrp\":\"40\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 40, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2024-03-03 00:12:44', '2024-03-03 00:12:44'),
(62, 16, 17, '[{\"P_id\":\"7\",\"P_attr\":\"12\",\"P_img\":\"296487326.jpg\",\"P_name\":\"Women\'s hand bag\",\"P_price\":\"400\",\"P_mrp\":\"500\",\"p_color\":\"Black\",\"p_size\":\"XL\",\"p_qty\":\"1\"}]', 400, 0, 0, 25, NULL, NULL, 'pending', 'website', NULL, NULL, NULL, '2024-03-12 12:40:24', '2024-03-12 12:40:24'),
(73, 16, 17, '[{\"P_id\":\"6\",\"P_attr\":\"9\",\"P_img\":\"1690237078.jpg\",\"P_name\":\"belt\",\"P_price\":\"250\",\"P_mrp\":\"300\",\"p_color\":\"Black\",\"p_size\":\"M\",\"p_qty\":2}]', 500, 0, 0, 25, NULL, 'alsawk_440', 'pending', 'website', NULL, NULL, NULL, '2024-03-12 17:19:47', '2024-03-12 17:19:47'),
(74, 16, 17, '[{\"P_id\":\"5\",\"P_attr\":\"8\",\"P_img\":\"1690236450.jpg\",\"P_name\":\"Gift bag\",\"P_price\":\"400\",\"P_mrp\":\"500\",\"p_color\":\"Cream\",\"p_size\":\"M\",\"p_qty\":2}]', 800, 0, 0, 25, NULL, 'alsawk_614', 'pending', 'website', NULL, NULL, NULL, '2024-03-12 17:22:27', '2024-03-12 17:22:27'),
(78, 20, 17, '[{\"P_id\":\"95\",\"P_attr\":\"102\",\"P_img\":\"1692725537.jpg\",\"P_name\":\"Apple iPhone 14 Pro Max (256 GB) - Deep Purple\",\"P_price\":\"4300\",\"P_mrp\":\"4500\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":2}]', 8600, 0, 0, 25, NULL, 'ALSAWK_11', 'pending', 'website', NULL, NULL, NULL, '2024-03-12 20:05:58', '2024-03-12 20:05:58'),
(79, 16, 17, '[{\"P_id\":\"11\",\"P_attr\":\"17\",\"P_img\":\"1690289568.jpg\",\"P_name\":\"Watch\",\"P_price\":\"2000\",\"P_mrp\":\"2200\",\"p_color\":\"Black\",\"p_size\":\"M\",\"p_qty\":\"1\"}]', 2000, 0, 0, 25, NULL, 'ALSAWK_844', 'pending', 'website', NULL, NULL, NULL, '2024-03-12 20:05:58', '2024-03-12 20:05:58'),
(80, 26, 19, '[{\"P_id\":\"100\",\"P_attr\":\"107\",\"P_img\":\"1692749309.png\",\"P_name\":\"ELF BAR 3500 PUFFS ALL flavour\",\"P_price\":\"40\",\"P_mrp\":\"45\",\"p_color\":\"Purple\",\"p_size\":\"M\",\"p_qty\":\"1\"}]', 40, 0, 0, 25, NULL, 'ALSAWK_414', 'pending', 'website', NULL, NULL, NULL, '2024-03-12 20:27:51', '2024-03-12 20:27:51'),
(81, 16, 19, '[{\"P_id\":\"70\",\"P_attr\":\"76\",\"P_img\":\"1690979684.jpg\",\"P_name\":\"Classic High Heel Womens Shoes\",\"P_price\":\"95\",\"P_mrp\":\"100\",\"p_color\":\"Black\",\"p_size\":\"M\",\"p_qty\":2}]', 190, 0, 0, 25, NULL, 'ALSAWK_309', 'pending', 'website', NULL, NULL, NULL, '2024-03-12 20:32:08', '2024-03-12 20:32:08'),
(82, 16, 20, '[{\"P_id\":\"7\",\"P_attr\":\"10\",\"P_img\":\"289253533.jpg\",\"P_name\":\"Women\'s hand bag\",\"P_price\":\"400\",\"P_mrp\":\"500\",\"p_color\":\"Cream\",\"p_size\":\"L\",\"p_qty\":\"1\"}]', 400, 0, 0, 25, NULL, 'ALSAWK_371', 'pending', 'website', NULL, NULL, NULL, '2024-03-13 11:32:05', '2024-03-13 11:32:05'),
(83, 16, 17, '[{\"P_id\":\"5\",\"P_attr\":\"8\",\"P_img\":\"521359428.jpg\",\"P_name\":\"Gift bag\",\"P_price\":\"400\",\"P_mrp\":\"500\",\"p_color\":\"Cream\",\"p_size\":\"M\",\"p_qty\":\"1\"}]', 400, 0, 0, 25, NULL, 'ALSAWK_104', 'pending', 'website', NULL, NULL, NULL, '2024-03-13 23:36:05', '2024-03-13 23:36:05'),
(84, 16, 21, '[{\"P_id\":\"12\",\"P_attr\":\"18\",\"P_img\":\"615860586.jpg\",\"P_name\":\"Fendi yiwu bag\",\"P_price\":\"1200\",\"P_mrp\":\"1300\",\"p_color\":\"N\\/A\",\"p_size\":\"M\",\"p_qty\":\"1\"}]', 1200, 0, 0, 25, NULL, 'ALSAWK_100', 'pending', 'website', NULL, NULL, NULL, '2024-03-14 02:55:30', '2024-03-14 02:55:30'),
(85, 16, 19, '[{\"P_id\":\"101\",\"P_attr\":\"108\",\"P_img\":\"1710407262.png\",\"P_name\":\"Mohammad Robiul Hossain\",\"P_price\":\"100\",\"P_mrp\":\"100\",\"p_color\":\"Black\",\"p_size\":\"XL\",\"p_qty\":3}]', 300, 0, 0, 25, NULL, 'ALSAWK_888', 'pending', 'website', NULL, NULL, NULL, '2024-03-14 19:17:00', '2024-03-14 19:17:00'),
(86, 16, 22, '[{\"P_id\":\"4\",\"P_attr\":\"7\",\"P_img\":\"300668818.jpg\",\"P_name\":\"Four burner Stove\",\"P_price\":\"4200\",\"P_mrp\":\"4285\",\"p_color\":\"Blue\",\"p_size\":\"N\\/A\",\"p_qty\":25}]', 105000, 0, 0, 25, NULL, 'ALSAWK_581', 'pending', 'website', NULL, NULL, NULL, '2024-03-15 00:33:33', '2024-03-15 00:33:33'),
(87, 20, 22, '[{\"P_id\":\"94\",\"P_attr\":\"101\",\"P_img\":null,\"P_name\":\"Adjustable Laptop Stand, Portable Aluminium Laptop Riser Laptop Holder for Desk, Foldable Ventilated Cooling Computer Support Stand for Apple MacBook...\",\"P_price\":\"25\",\"P_mrp\":\"30\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":2},{\"P_id\":\"80\",\"P_attr\":\"87\",\"P_img\":null,\"P_name\":\"Modern Up and Down LED Wall Lamp Indoor Outdoor Wall Light Waterproof Wall sconce For Garden Lawn And Balcony (White Gold, 3 Updown)\",\"P_price\":\"45\",\"P_mrp\":\"45\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"},{\"P_id\":\"77\",\"P_attr\":\"84\",\"P_img\":null,\"P_name\":\"Handheld Mini Fan Battery Operated Small Personal Portable Fan Speed Adjustable USB Rechargeable Fan for Kids Girls Women Men Home Office Indoor Outdoor Travelling (White)\",\"P_price\":\"30\",\"P_mrp\":\"30\",\"p_color\":\"White\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 125, 0, 0, 25, NULL, 'ALSAWK_598', 'pending', 'website', NULL, NULL, NULL, '2024-03-15 00:33:33', '2024-03-15 00:33:33'),
(88, 16, 23, '[{\"P_id\":\"4\",\"P_attr\":\"7\",\"P_img\":\"1690219714.jpg\",\"P_name\":\"Four burner Stove\",\"P_price\":\"4200\",\"P_mrp\":\"4285\",\"p_color\":\"Blue\",\"p_size\":\"N\\/A\",\"p_qty\":4}]', 16800, 0, 0, 25, NULL, 'ALSAWK_308', 'pending', 'website', NULL, NULL, NULL, '2024-03-17 11:32:27', '2024-03-17 11:32:27'),
(89, 20, 24, '[{\"P_id\":\"74\",\"P_attr\":\"80\",\"P_img\":\"1691095036.jpg\",\"P_name\":\"Massage Gun Deep Tissue Massager,Handheld Percussion Massager with 10 Different Massage Heads 30 Speeds\",\"P_price\":\"150\",\"P_mrp\":\"150\",\"p_color\":\"Black\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 150, 0, 0, 25, NULL, 'ALSAWK_19', 'pending', 'website', NULL, NULL, NULL, '2024-05-04 00:45:55', '2024-05-04 00:45:55'),
(90, 16, 24, '[{\"P_id\":\"18\",\"P_attr\":\"24\",\"P_img\":\"1690831449.jpg\",\"P_name\":\"Exclusive prayer mate\",\"P_price\":\"15\",\"P_mrp\":\"18\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"},{\"P_id\":\"11\",\"P_attr\":\"17\",\"P_img\":\"1690289568.jpg\",\"P_name\":\"Watch\",\"P_price\":\"2000\",\"P_mrp\":\"2200\",\"p_color\":\"Black\",\"p_size\":\"M\",\"p_qty\":\"1\"}]', 2015, 0, 0, 25, NULL, 'ALSAWK_716', 'pending', 'website', NULL, NULL, NULL, '2024-05-04 00:45:55', '2024-05-04 00:45:55'),
(91, 20, 25, '[{\"P_id\":\"75\",\"P_attr\":\"81\",\"P_img\":null,\"P_name\":\"Xiaomi Mi 50W Fast Charge Power Bank 20000Mah Black\",\"P_price\":\"140\",\"P_mrp\":\"140\",\"p_color\":\"Black\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 140, 0, 0, 25, NULL, 'ALSAWK_311', 'pending', 'website', NULL, NULL, NULL, '2024-05-20 14:20:39', '2024-05-20 14:20:39'),
(92, 20, 26, '[{\"P_id\":\"80\",\"P_attr\":\"87\",\"P_img\":null,\"P_name\":\"Modern Up and Down LED Wall Lamp Indoor Outdoor Wall Light Waterproof Wall sconce For Garden Lawn And Balcony (White Gold, 3 Updown)\",\"P_price\":\"45\",\"P_mrp\":\"45\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 45, 0, 0, 25, NULL, 'ALSAWK_48', 'pending', 'website', NULL, NULL, NULL, '2024-09-13 02:02:30', '2024-09-13 02:02:30'),
(93, 20, 27, '[{\"P_id\":\"78\",\"P_attr\":\"85\",\"P_img\":\"1691348417.jpg\",\"P_name\":\"Portable Neck Fan Hands Free Bladeless Neck Fan, 360\\u00b0 Cooling Hanging Fan, USB Rechargeable Personal Neck Fan, Headphone Design Neck Air Conditioner with 3 Wind Speed for Outdoor Indoor (White)\",\"P_price\":\"30\",\"P_mrp\":\"30\",\"p_color\":\"White\",\"p_size\":\"N\\/A\",\"p_qty\":\"1\"}]', 30, 0, 0, 25, NULL, 'ALSAWK_685', 'pending', 'website', NULL, NULL, NULL, '2024-11-27 17:50:13', '2024-11-27 17:50:13'),
(94, 25, 28, '[{\"P_id\":\"46\",\"P_attr\":\"52\",\"P_img\":null,\"P_name\":\"Hand bag\",\"P_price\":\"850\",\"P_mrp\":\"900\",\"p_color\":\"N\\/A\",\"p_size\":\"N\\/A\",\"p_qty\":\"2\"}]', 1700, 0, 0, 25, NULL, 'ALSAWK_778', 'pending', 'website', NULL, NULL, NULL, '2025-01-18 20:43:40', '2025-01-18 20:43:40');

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

--
-- Table structure for table `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

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

--
-- Table structure for table `products`
--

CREATE TABLE `products` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_id` int(11) NOT NULL,
  `child_category_id` int(11) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL,
  `user_id` int(15) NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `slug` varchar(255) NOT NULL,
  `brand` varchar(255) DEFAULT NULL,
  `model` varchar(255) NOT NULL,
  `short_desc` longtext DEFAULT NULL,
  `desc` longtext DEFAULT NULL,
  `keywords` longtext DEFAULT NULL,
  `technical_specification` longtext DEFAULT NULL,
  `uses` longtext DEFAULT NULL,
  `warranty` longtext DEFAULT NULL,
  `lead_time` varchar(255) DEFAULT NULL,
  `tax_id` int(11) DEFAULT NULL,
  `is_promo` int(11) NOT NULL,
  `is_featured` int(11) NOT NULL,
  `is_discounted` int(11) NOT NULL,
  `is_tranding` int(11) NOT NULL,
  `status` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `products`
--

INSERT INTO `products` (`id`, `category_id`, `child_category_id`, `name`, `user_id`, `image`, `slug`, `brand`, `model`, `short_desc`, `desc`, `keywords`, `technical_specification`, `uses`, `warranty`, `lead_time`, `tax_id`, `is_promo`, `is_featured`, `is_discounted`, `is_tranding`, `status`, `created_at`, `updated_at`) VALUES
(4, 8, 0, 'Four burner Stove', 16, '1690219714.jpg', 'Four-burner-Stove', '1', '2022', '<p>4 burner Stove for commercial use.&nbsp;</p>', '<p>4 burner stove, Use in Restaurants, hotels and any big arrangement.&nbsp;</p>', 'Stove,commercial stove,four burner stove.', '<p>Burner:Four.</p>\r\n\r\n<p>Stove body :SS.</p>', 'N/A', '1 year service warranty.', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-07-24 17:28:34', '2023-07-26 17:31:04'),
(8, 16, 0, 'Wallet for women\'s', 16, '1690286000.jpg', 'Wallet-for-womens', NULL, 'Rr', '<p>Wrist wallet for women</p>', '<p>Wrist wallet for Women&#39;s&nbsp;</p>\r\n\r\n<p>Classic Design multiple crad slots&nbsp;</p>', 'Wallet,Bags,womens bag,Hand bag,ladies bag.', '<p>N/A</p>', 'New', 'One month', 'One year', NULL, 1, 1, 0, 1, 1, '2023-07-25 11:53:20', '2023-07-26 17:28:34'),
(11, 17, 0, 'Watch', 16, '1690289568.jpg', 'Watch', NULL, 'RR', '<p>Inspired by the diver&rsquo;s watch, the innovative Gucci Dive collection features a new timepiece with a water resistance of up to 300 meters.&nbsp;</p>', '<p>N/A</p>', 'Watch', '<p>N/A</p>', 'New', '6 months', 'One year', NULL, 1, 1, 0, 1, 1, '2023-07-25 12:52:48', '2023-07-26 17:35:07'),
(13, 12, 0, 'Bangladeshi seasonal mango', 16, '1690461531.jpg', 'Bangladeshi-seasonal-mango', NULL, 'Rupali/Hadivanga/himsagor', '<p>Pure desi mango.&nbsp; Seasonal fruit</p>\r\n\r\n<p>&nbsp;</p>', '<p>Different types of mangos like Rupali, himsagor,&nbsp; Hadivanga etc. Can be available in Bangladeshi seasons</p>', 'Mango', 'N/A', 'N/A', 'N/A', '2 month', NULL, 0, 0, 0, 0, 1, '2023-07-27 12:38:51', '2023-07-27 12:38:51'),
(14, 1, 0, 'Cotton dotted gloves', 22, '1690631294.jpg', 'Cotton-dotted-gloves', NULL, 'N/A', '<p>Cotton hand gloves black pointed dotting.&nbsp; Use friendly.&nbsp;</p>\r\n\r\n<p>Made in Bangladesh&nbsp;</p>', '<p>1 pair</p>', 'Hand gloves', '<p>N/A</p>', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-29 11:48:14', '2023-07-29 14:04:42'),
(15, 5, 0, 'Example', 24, '1690733283.jpg', 'Example', '3', '2d', 'N/A', 'N/A', 'Example', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 1, 0, 0, 0, 1, '2023-07-30 16:08:03', '2023-07-30 16:08:03'),
(16, 17, 0, 'Iqos Iluma Prime Red', 20, '1690830210.jpg', 'Iqos-Iluma-Prime-Red', NULL, 'N/A', 'N/A', '<p>The latest 2021 model, IQOS Iluma Prime, takes the appeal of heat-not-burn tobacco to a new level with the new technology Smart Core Induction System&trade;, maintaining the original IQOS technology that heats tobacco leaves directly from the inside.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>With a new structure without blades, there is no need to worry about blade damage, and there is no need for troublesome cleaning after use.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Device can be used two times continuously. It also has an auto start function that automatically starts heating.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>IQOS Iluma Prime is designed for use with Terea Smart Core Stick&trade; only. Do not use IQOS Iluma and Smart Core Stick&trade; with traditional IQOS devices (IQOS 3 Duo and earlier models) and their dedicated tobacco sticks. This can damage the device.</p>', 'Iqos\r\nIluma', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 19:03:30', '2023-07-31 19:03:30'),
(17, 17, 0, 'Iqos Iluma Prime blue', 20, '1690830363.jpg', 'Iqos-Iluma-Prime-blue', NULL, 'N/A', 'N/A', '<p>The latest 2021 model, IQOS Iluma Prime, takes the appeal of heat-not-burn tobacco to a new level with the new technology Smart Core Induction System&trade;, maintaining the original IQOS technology that heats tobacco leaves directly from the inside.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>With a new structure without blades, there is no need to worry about blade damage, and there is no need for troublesome cleaning after use.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Device can be used two times continuously. It also has an auto start function that automatically starts heating.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>IQOS Iluma Prime is designed for use with Terea Smart Core Stick&trade; only. Do not use IQOS Iluma and Smart Core Stick&trade; with traditional IQOS devices (IQOS 3 Duo and earlier models) and their dedicated tobacco sticks. This can damage the device.</p>', 'Iqos\r\nTerrea\r\nIluma', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 19:06:03', '2023-07-31 19:06:03'),
(18, 9, 0, 'Exclusive prayer mate', 16, '1690831449.jpg', 'Exclusive-prayer-mate', NULL, 'N/A', '<p>Exclusive prayer mate collection from different types of colour and qualities.&nbsp; Guest can buy Retail and wholesale.&nbsp;</p>\r\n\r\n<p>For wholesale price will be different&nbsp;</p>', 'N/A', 'Prayer mate', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 1, 1, 0, 1, 1, '2023-07-31 19:24:09', '2023-07-31 19:24:09'),
(19, 1, 0, 'Cotton hand gloves', 16, '1690832169.jpg', 'Cotton-hand-gloves', NULL, 'N/A', '<p>1 pair price&nbsp;</p>\r\n\r\n<p>Cotton yarn hand gloves 4 fly quality.&nbsp;</p>\r\n\r\n<p>&nbsp;</p>', 'N/A', 'Hand gloves', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 1, 1, '2023-07-31 19:36:09', '2023-07-31 19:36:09'),
(20, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs energy', 20, '1690836455.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-energy', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'vape\r\nDisposable', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:47:35', '2023-07-31 20:47:35'),
(21, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Strawberry mango', 20, '1690836539.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Strawberry-mango', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:49:00', '2023-07-31 20:49:00'),
(22, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs strawberry banana', 20, '1690836632.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-strawberry-banana', '1', 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:50:32', '2023-07-31 20:50:32'),
(23, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs cuba cigar', 20, '1690836714.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-cuba-cigar', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:51:54', '2023-07-31 20:51:54'),
(24, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs sour Apple', 20, '1690836811.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-sour-Apple', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:53:31', '2023-07-31 20:53:31'),
(25, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs triple berry', 20, '1690837017.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-triple-berry', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs triple berry', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:56:57', '2023-07-31 20:56:57'),
(26, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Lemon mint', 20, '1690837087.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Lemon-mint', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 20:58:07', '2023-07-31 20:58:07'),
(27, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Red mojito', 20, '1690837227.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Red-mojito', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:00:27', '2023-07-31 21:00:27'),
(28, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Strawberry kiwi', 20, '1690837330.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Strawberry-kiwi', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:02:10', '2023-07-31 21:02:10'),
(29, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Watermelon cantaloupe', 20, '1690837421.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Watermelon-cantaloupe', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:03:41', '2023-07-31 21:03:41'),
(30, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Grape energy', 20, '1690837500.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Grape-energy', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:05:00', '2023-07-31 21:05:00'),
(31, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Mango peach apricot', 20, '1690837611.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Mango-peach-apricot', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:06:51', '2023-07-31 21:06:51'),
(32, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Gumi', 20, '1690837717.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Gumi', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:08:37', '2023-07-31 21:08:37'),
(33, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Rainbow cloudz', 20, '1690837804.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Rainbow-cloudz', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:10:04', '2023-07-31 21:10:04'),
(34, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Honeydew pineapple orange', 20, '1690837905.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Honeydew-pineapple-orange', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:11:45', '2023-07-31 21:11:45'),
(35, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Peach mango watermelon', 20, '1690837998.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Peach-mango-watermelon', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:13:18', '2023-07-31 21:13:18'),
(36, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Cranberry grape', 20, '1690838066.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Cranberry-grape', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:14:26', '2023-07-31 21:14:26'),
(37, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Kiwi passion fruit guava', 20, '1690838145.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Kiwi-passion-fruit-guava', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:15:45', '2023-07-31 21:15:45'),
(38, 17, 0, 'Elf Bar BC5000 Disposable Vape Kit 5000 Puffs Tropical Rainbow blast', 20, '1690838258.jpg', 'Elf-Bar-BC5000-Disposable-Vape-Kit-5000-Puffs-Tropical-Rainbow-blast', NULL, 'N/A', 'N/A', '<p>Elf Bar BC5000 Vape Kit INTRODUCTION</p>\r\n\r\n<p>Elf Bar BC5000 is a compact and stylish disposable vape kit that offers a convenient and satisfying vaping experience, it is perfect for those who prefer a simple yet stylish look. One of the standout features of the Elf Bar BC5000 is its flavor options. The device offers a range of flavors to choose from, each with its own unique taste profile. The flavors are well-balanced and do not contain any harsh or irritant ingredients, making for a smooth and enjoyable vaping experience. Whether you prefer sweet, fruity, or menthol flavors, the Elf Bar BC5000 has something for everyone. Another advantage of the Elf Bar BC5000 is its size and portability. The device is small and lightweight, making it easy to carry in your pocket or bag. It&#39;s perfect for those who need a discreet and convenient vaping solution, whether you&#39;re at work, home, or on the go. The disposable design also means that you don&#39;t have to worry about replacing parts or cleaning the device, making it a hassle-free option for those who want a simple and straightforward vaping experience.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 650mAh Built-in Battery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Rechargeable</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Efficient And Consistent Power Delivery</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 13ml Pre-filled E-juice</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; 5% Nicotine Level</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Satisfy Almost 5000 Puffs</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Measure 79mm by 41mm by 19mm</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&bull; Ergonomic Mouthpiece, Gradual Pattern, Streamline Appearance, And Silk-like toughness</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Elf Bar BC5000 Vape Kit PACKAGE LIST</p>\r\n\r\n<p>1 * Elf Bar BC5000 Vape Kit</p>', 'Vape', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-07-31 21:17:38', '2023-07-31 21:17:38'),
(39, 8, 11, 'Gas saving shield', 16, '1690846422.jpg', 'Gas-saving-shield', NULL, 'N/A', '<p>Windshield for gas stove.&nbsp; It will reduce energy cost.&nbsp;</p>', '<p>N/A</p>', 'Gas savings', '<p>N/A</p>', 'N/A', 'N/A', 'N/A', NULL, 1, 1, 0, 0, 1, '2023-07-31 23:33:42', '2024-05-16 10:35:11'),
(44, 16, 0, 'Hand bag branded', 25, '1690974982.jpg', 'Hand-bag-branded', NULL, 'N/A', '<p>Hand bag leather made&nbsp;</p>', '<p>N/A</p>', 'Hand bag', '<p>N/A</p>', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-02 11:16:22', '2023-08-02 11:20:39'),
(46, 16, 0, 'Hand bag', 25, '1690975621.jpg', 'Hand-bag', '6', 'N/A', '<p>Leather bag</p>', 'N/A', 'Hand bag', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 1, 1, 0, 1, 1, '2023-08-02 11:27:01', '2023-08-02 11:27:01'),
(50, 11, 0, 'Hermès Chypre leather mules', 16, '1690976379.jpg', 'Herms-Chypre-leather-mules', '51', 'HCL01', 'N/A', 'N/A', 'Hermès Chypre leather mules', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-02 11:39:39', '2023-08-02 11:39:39'),
(51, 11, 0, 'Hermès Chypre sandal', 16, '1690976476.jpg', 'Herms-Chypre-sandal', '51', 'HCS01', 'N/A', 'N/A', 'Hermès Chypre sandal', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-02 11:41:16', '2023-08-02 11:41:16');
INSERT INTO `products` (`id`, `category_id`, `child_category_id`, `name`, `user_id`, `image`, `slug`, `brand`, `model`, `short_desc`, `desc`, `keywords`, `technical_specification`, `uses`, `warranty`, `lead_time`, `tax_id`, `is_promo`, `is_featured`, `is_discounted`, `is_tranding`, `status`, `created_at`, `updated_at`) VALUES
(71, 12, 0, 'Portable Folding Laptop Desk for Bed，With iPad and Cup Holder Adjustable Lap Tray Notebook Stand， Foldable Non-Slip Legs Reading Table Tray for working，studying，camping 60x40x28cm', 20, '1691002766.jpg', 'Portable-Folding-Laptop-Desk-for-BedWith-iPad-and-Cup-Holder-Adjustable-Lap-Tray-Notebook-Stand-Foldable-Non-Slip-Legs-Reading-Table-Tray-for-workingstudyingcamping-60x40x28cm', NULL, 'N/A', 'N/A', '<h1>About this item</h1>\r\n\r\n<ul>\r\n	<li>Study and Entertainment - Watching movies, reading, eating-all could be done in bed. The laptop desk is suitable for almost all sizes of laptops, tablets and phones. You can also put the laptop bed table on the sofa or floor, which can be used for reading at breakfast or making some handicrafts, which will be a very pleasant time.</li>\r\n	<li>Unique Design - The middle part of the laptop bed tray has slot design, which can be used to put phones, tablets, books, etc. And the left slot can be used for charging, the right slot is used for putting pens. Additional, there is a cup holder, the depth is 3.5 cm. You can put a drink or cup in it without worrying about spilling.</li>\r\n	<li>High Quality Material - The foldable laptop table is made of medium density fiberboard (MDF) and round aluminum alloy tube frame. It has an ergonomic curved desk design that is sturdy and durable. The laptop bed stand is very light and easy to carry, allowing you to easily complete work on the bed, sofa or floor.</li>\r\n	<li>Multiple Uses - The foldable laptop desk does not need to be installed and can be used directly when opened. Product size: 23.6 inch x 15.5 inch x 10.4 inch. The laptop portable desk is very practical, you can put it on the bed, sofa, or on the floor, when you go out camping, you can also bring it, can be used as a small picnic table.</li>\r\n	<li>Perfect Gift - The computer bed table for laptop is novel in design and versatile. You can send it to your friends and family, which will be a creative gift.</li>\r\n</ul>', 'Portable Folding Laptop Desk for Bed，With iPad and Cup Holder Adjustable Lap Tray Notebook Stand， Foldable Non-Slip Legs Reading Table Tray for working，studying，camping 60x40x28cm', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-02 18:59:26', '2023-08-02 18:59:26'),
(72, 12, 0, 'Universal Extension Lead with Multiple Function,UK Plug 3 Pin Socket Outlet with 3 Gang | 4 USB Port | 2 Type-C Port,3M Electric Socket Mains Strip for Home,Kitchen,and Office (Black)', 20, '1691004522.jpg', 'Universal-Extension-Lead-with-Multiple-FunctionUK-Plug-3-Pin-Socket-Outlet-with-3-Gang-4-USB-Port-2-Type-C-Port3M-Electric-Socket-Mains-Strip-for-HomeKitchenand-Office-Black', NULL, 'N/A', 'N/A', '<ul>\r\n	<li>[10-in-1 Electric Extension Lead]Baytion universal extension lead has 3&nbsp;meters portable extension cord which can withstand 10A to 2400W.This extension cord power cable lead is able to charge 10 devices at the same time and it suitable for mobile phone,chargers,travel adapters,laptops,etc.</li>\r\n	<li>[Completely Children Safety Protection]Children and pet safety cover design of multi plug power cable can prevent them from inserting their fingers into the sockets.It is made of PC flame retardancy material,which can withstand temperature up to 1200&deg;F(648&deg;C).Baytion UK Power Strips adopt 100% pure durable copper wire which has greater conductivity and heat dissipation.</li>\r\n	<li>[High Quality Material]Upgrade thick power cord has good electrical conductivity and less heat generation which copper core of wire also has been upgraded from 0.75mm&sup2; to 1mm&sup2;.So you can use this wired socket with confidence.</li>\r\n	<li>[Simple and Fashionable Power Supply]Stylish and simple design makes it easier for you to accept and use.Baytion extension lead with 3 USB is very fit for living room, bedroom, kitchen and office.</li>\r\n	<li>[Great After-sales Service]If you have any questions please feel free to contract us, we will reply for you within 24 hours.</li>\r\n</ul>', 'Universal Extension Lead with Multiple Function,UK Plug 3 Pin Socket Outlet with 3 Gang | 4 USB Port | 2 Type-C Port,3M Electric Socket Mains Strip for Home,Kitchen,and Office (Black)', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-02 19:28:42', '2023-08-02 19:28:42'),
(73, 8, 0, 'Sanyo burner', 25, '1691013621.png', 'Sanyo-burner', NULL, 'N/A', '<p>Sanyo gas stoves spare burner,&nbsp;</p>\r\n\r\n<p>Cast iron made</p>\r\n\r\n<p>&nbsp;</p>', 'N/A', 'Stove spare', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-02 22:00:21', '2023-08-02 22:00:21'),
(74, 12, 0, 'Massage Gun Deep Tissue Massager,Handheld Percussion Massager with 10 Different Massage Heads 30 Speeds', 20, '1691095036.jpg', 'Massage-Gun-Deep-Tissue-MassagerHandheld-Percussion-Massager-with-10-Different-Massage-Heads-30-Speeds', NULL, 'N/A', 'N/A', '<p>【DEEP TISSUE MASSAGER】Deep tissue massage gun can pinpoint specific muscles to effectively loosen them,stimulate blood flow to the area,and relieve pain and inflammation.This massage gun is suitable for athletes, the office sedentary and the elders.</p>\r\n\r\n<p>【30 SPEED LEVELS &amp; LCD TOUCH SCREEN】30 Speed levels meet different body parts needs,provide great deep tissue massage.Bringing different intensity massage experience.</p>\r\n\r\n<p>【10 MASSAGE HEADS AND STORAGE CASE】Massage gun includes 10 massage heads allow you to reach every muscle, promoting circulation and and decompose lactic acid. The massage gun equipped with a suitcase, you can relax your muscles anytime, anywhere.</p>\r\n\r\n<p>【HANDHELD QUIET MASSAGE GUN】The muscle massage gun is Light weight(2.2lb), Non-slip and ergonomic design make it easy to hold and use. Provide you with a low-noise (35-55dB) massage environment that will not disturb you on any occasion.</p>\r\n\r\n<p>【GOOD GIFTS FOR ANYONE】An ideal gift for Valentine&#39;s Day, Mother&#39;s Day, Father&#39;s Day, Christmas, Birthday.When you are struggling with what gift to give, The The massager gun is the best choice,it is a unique gift idea for christmas, anniversary or birthday gift.</p>', 'massage gun', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 1, 1, '2023-08-03 20:37:16', '2023-08-03 20:37:16'),
(75, 12, 0, 'Xiaomi Mi 50W Fast Charge Power Bank 20000Mah Black', 20, '1691095449.jpg', 'Xiaomi-Mi-50W-Fast-Charge-Power-Bank-20000Mah-Black', NULL, 'N/A', 'N/A', '<p>Charges Mi 11 to 100% in 44 minutes with 50W MAX super flash charging The Mi 11 has a 4600 mAh large battery. Charges Mi 11 to 100% in 44 minutes with high-power 50W Max.</p>\r\n\r\n<p>Fast charging for laptops, smart compatibility, extra-long battery life Type-C port for fast charging of your high-power electronic devices, including the latest MacBook Pro, Mi Notebook and Nintendo Switch. An effortless solution to your everyday charging needs.</p>\r\n\r\n<p>Can charge three devices simultaneously, compatible with smartphones, tablets and the Nintendo Switch Able to charge three devices simultaneously with one type-C port and two USB-A ports. When used alone, the type-C port is able to sustain high-power usage of devices including Mi Notebooks and MacBooks.</p>\r\n\r\n<p>Easy-to-use low-current charging USB-A ports can charge low-current devices such as Bluetooth earbuds and Mi smart bands. An effortless solution to your everyday low-current charging needs.</p>', 'Power bank', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 1, 0, 1, 1, '2023-08-03 20:44:09', '2023-08-03 20:44:09'),
(76, 66, 0, 'Kids Girls Silicone Camera, 4-8 Year Old (Pink)', 20, '1691327332.jpg', 'Kids-Girls-Silicone-Camera-4-8-Year-Old-Pink', NULL, 'N/A', 'N/A', '<p>&nbsp;kids camera could improve your parent-child close harmony relationship and interaction. A palm-sized camera is suitable for children to wear and use. Give her a camera, give her. a gift to explore the mysterious world, record the fun of growing up.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Features &amp; details</p>\r\n\r\n<p>This Toy camera support image capture and video shooting, 12 Mega pixels and 1080p HD video, 4x digital zoom, 2.4 inch LCD display screen with dual cameras 38403024 and 1080p video, Explore the wonderful world, Capture every impressive moment and bring more fun to kids</p>\r\n\r\n<p>This kids video camera is specially designed for children. The cute appearance of this tiny camera attracts kids between 3-12 years old a lot</p>\r\n\r\n<p>The stable structure, full functions keeps children play with it all the day. The high cost-efficiency makes this digital camera a perfect gift for kids on birthday, Christmas and New Year.</p>\r\n\r\n<p>This digital camera is small in size and the design is very easy portable. This kids camcorder is equipped with a very durable lanyard, boys and girls can easily attach it on their necks.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>15.6 x 13.2 x 5.6 cm; 120 Grams</p>', 'Camera', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-06 13:08:52', '2023-08-06 13:08:52'),
(77, 12, 0, 'Handheld Mini Fan Battery Operated Small Personal Portable Fan Speed Adjustable USB Rechargeable Fan for Kids Girls Women Men Home Office Indoor Outdoor Travelling (White)', 20, '1691348193.jpg', 'Handheld-Mini-Fan-Battery-Operated-Small-Personal-Portable-Fan-Speed-Adjustable-USB-Rechargeable-Fan-for-Kids-Girls-Women-Men-Home-Office-Indoor-Outdoor-Travelling-White', NULL, 'N/A', 'N/A', '<ul>\r\n	<li>【Mini Pocket Size Fan】: L*W*H (61 x 31 x 115mm) in size and 64 g in weight. Also is a ideal handheld fan for hot flashes summer traveling camping gift for kids women and friends. It can be easily put it in your pocket or purse when you are out to travel, camping and so on.</li>\r\n	<li>【Strong Wind】: Mini fan equip powerful DC motor to improve working efficiency, offer a fast rotation speed with low noise. It&#39;s the fastest motor rotation speed up to 5800RPM. This mini fan can produce stronger fan than it looks</li>\r\n	<li>【3 Speeds Adjustable】: This mini handheld fan has 3 adjustable speeds which can be switched easily by pressing the button. Low speed for a soft breeze at 3500RPM that can accompany you sleeping quietly. Medium speed for cool wind, and high speed produces strong airflow at 5800RPM rotation speed, help you cool down in seconds.</li>\r\n	<li>【Work While Charging】: Get power supply from USB devices such as power bank, computer, laptop, USB charger. This handheld portable fan is able to continuous work when it connects with a power supply.Places into the base(included), it can become a normal hand desk fan.Takes 1.5hours to get fully charged.</li>\r\n	<li>【Low Noise】: The usb fan is built with 7 blades, the noise is down to 40db. Ideal for indoor &amp; outdoor usage. It can be used indoor for laptop cooling, office working, siesta. Also suitable for outdoor activities such as travel, hiking, camping, football game, sports etc.</li>\r\n</ul>', 'fan', 'N/A', 'N/A', 'no', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-06 18:56:33', '2023-08-06 18:56:33'),
(78, 12, 0, 'Portable Neck Fan Hands Free Bladeless Neck Fan, 360° Cooling Hanging Fan, USB Rechargeable Personal Neck Fan, Headphone Design Neck Air Conditioner with 3 Wind Speed for Outdoor Indoor (White)', 20, '1691348417.jpg', 'Portable-Neck-Fan-Hands-Free-Bladeless-Neck-Fan-360-Cooling-Hanging-Fan-USB-Rechargeable-Personal-Neck-Fan-Headphone-Design-Neck-Air-Conditioner-with-3-Wind-Speed-for-Outdoor-Indoor-White', NULL, 'N/A', 'N/A', '<ul>\r\n	<li>Cooling &amp; Safe: The newest designed protable hanging neck fan in 2021, with 48 wind outlets and 60pcs twin-turbine fan blades, multiplied wind power and can quickly feel cool in 3s. Bladeless neck fan can be used safely by children and the elderly. And you don&rsquo;t worry about getting your hair in. The neck fan will be keep you cool always.</li>\r\n	<li>Free Your Hands &amp; Fashion: Hand free neck fan was designed to look like a headphone, you can free your hands and have a fashion style. Hanging neck fan is lightweight and portable, you can take it anywhere. Can Be Suitable For Outdoor Sports, Indoor Exercises, Offices, Gym, Travelling, And Camping.</li>\r\n	<li>USB Rechargeable &amp; 3 Speed Wind: USB rechargeable fan, convenient to charge via computer, cell phone charger, power bank, laptops etc. Built-in 1800 mAh battery provide 2.5 to 7 working hours duration (depend on different speeds). 3 wind speeds can be adjusted at will to meet any needs of you.</li>\r\n	<li>Low Noise Design &amp; Comfortable: The wearable personal fan&rsquo;s motor has been modified so that will produce lower noise during operation. Made of Eco-friendly ABS and silicone. Makes the hands free neckband fan softer and more durable and quieter. Even if you wear a neck fan, you can have a quiet environment.</li>\r\n	<li>Enjoy &amp; Fashion: Wear our hanging neck fan, you can comfortable, fashionable, and enjoy the coolness of summer everywhere and anytime.</li>\r\n</ul>', 'fan', 'N/A', 'N/A', 'no', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-06 19:00:17', '2023-08-06 19:00:17'),
(79, 18, 0, 'Sandisk 128 GB Cruzer Blade Usb Flash Drive - Sdcz50-128-B35', 20, '1691348927.jpg', 'Sandisk-128-GB-Cruzer-Blade-Usb-Flash-Drive-Sdcz50-128-B35', NULL, 'N/A', 'N/A', '<h3>SanDisk Cruzer Blade Flash Drive USB 2.0</h3>\r\n\r\n<p>Enjoy Ample Capacities And Maximum Portability</p>\r\n\r\n<p>With its stylish, compact design and generous capacity, the Cruzer Blade USB Flash Drive makes it easy to back up, transfer, and share your files. Available in capacities up to 128GB , this USB drive lets you carry your photos, movies, music, and personal data wherever you go.</p>\r\n\r\n<p>Compact design for maximum portability</p>\r\n\r\n<p>The Cruzer Blade USB Flash Drive features a compact design that fits easily into a pocket or computer bag. This USB drive has a sleek black and red design that coordinates with many electronic devices.</p>', 'pendrive', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-06 19:08:47', '2023-08-06 19:08:47'),
(80, 12, 0, 'Modern Up and Down LED Wall Lamp Indoor Outdoor Wall Light Waterproof Wall sconce For Garden Lawn And Balcony (White Gold, 3 Updown)', 20, '1691349190.jpg', 'Modern-Up-and-Down-LED-Wall-Lamp-Indoor-Outdoor-Wall-Light-Waterproof-Wall-sconce-For-Garden-Lawn-And-Balcony-White-Gold-3-Updown', NULL, 'N/A', 'N/A', '<ul>\r\n	<li>Upper &amp; Lower Wall Lights: These wall lights have 2-way lighting with LED convex lens, the angle can create bright and powerful light patterns, and it can also turn any space into a work of art.</li>\r\n	<li>Energy Saving Integrated LED: Compared with traditional light bulbs, LED technology can save up to 80% of electricity, no need to worry about the bulb burning out or replacing the bulb, capable of reaching over 50,000 hours of use</li>\r\n	<li>Soft and warm LED lighting tones give a bright atmosphere. Low power consumption, no harmful chemicals.</li>\r\n	<li>This wall light has 3000k LED light source, low power consumption, no harmful chemicals, bright and not glare; translucent frosted acrylic is very good, will emit soft and romantic light in the your garden.</li>\r\n	<li>It can be installed without complicated installation procedures. It can be installed vertically or horizontally to suit decoration.</li>\r\n</ul>', 'light', 'N/A', 'N/A', 'no', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-06 19:13:10', '2023-08-06 19:13:10'),
(81, 77, 0, 'Women Gym Fitness Yoga Bag Travel Bags Sports Crossbody Handbags Shoulder Weekend Bags Wet Dry Swimming', 20, '1692131338.jpg', 'Women-Gym-Fitness-Yoga-Bag-Travel-Bags-Sports-Crossbody-Handbags-Shoulder-Weekend-Bags-Wet-Dry-Swimming', '1', 'N/A', 'N/A', '<p>Fabric waterproof：Rain water is on the surface of the bag, will not penetrate into the bag, and protect the items from being wet. day towels, magazines, hats, headphones, umbrellas, sports goods are all in one package</p>\r\n\r\n<p>Intimate internal structure：According to people&#39;s daily life habits, the intimate design of the internal structure allows you to use it more comfortably, better management of items, dry and wet separation bags, inner patch bags, main bag</p>\r\n\r\n<p>Multiple carrying methods to meet different needs：Hand/shoulder/cross-body free exchange, shoulder strap buckle design, the length of the shoulder strap can be adjusted according to height, comfortable handle design, easy to carry</p>\r\n\r\n<p>Humanized design：Front zipper patch pocket, easy to carry small items with you, sturdy two-way slider, smooth sliding, easy to pick and place items, tie rod straps, easy to fix bags on the suitcase</p>\r\n\r\n<p>Wet and dry separation bag：Independent layered zipper compartment, can carry shoes and clothing, etc., items are neatly stored, seamless design of dry and wet separation bags are impermeable, can sweat and wet clothes, towels, toiletries</p>\r\n\r\n<p>Name: Leisure Fitness Travel Bag</p>\r\n\r\n<p>Material: Oxford cloth</p>\r\n\r\n<p>Style: portable/shoulder/crossbody</p>\r\n\r\n<p>Weight: 0.46kg</p>\r\n\r\n<p>Uses: leisure, travel</p>\r\n\r\n<p>Size: 28cm*25cm *46cm</p>\r\n\r\n<p>The main bag can hold inside: clothing, laptop, A4 magazine, iPad, clothing, etc.</p>\r\n\r\n<p>Color: Khaki,&nbsp;</p>', 'Women Gym Fitness Yoga Bag Travel Bags Sports Crossbody Handbags Shoulder Weekend Bags Wet Dry Swimming', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-15 20:28:58', '2023-08-15 20:28:58'),
(82, 17, 0, 'TUGBOAT MEGA DISPOSABLE PUFFS 4000', 26, '1692483365.jpg', 'TUGBOAT-MEGA-DISPOSABLE-PUFFS-4000', NULL, 'N/A', '<p>Strawberry Watermelon&nbsp;</p>\r\n\r\n<p>Puffs~4000</p>', '<p>Capture the entirety of the summer with fruity and tasty perception of the strawberry and watermelon.&nbsp;</p>', 'TUGBOAT MEGA DISPOSABLE PUFFS 4000', '<p>N/A</p>', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-19 22:16:05', '2023-08-19 22:27:20'),
(83, 17, 0, 'TUGBOAT MEGA DISPOSABLE GUAVA BLUE RAZZ E PUFFS 4000', 26, '1692485554.jpg', 'TUGBOAT-MEGA-DISPOSABLE-GUAVA-BLUE-RAZZ-E-PUFFS-4000', NULL, 'N/A', '<p>GUAVA BLUE RAZZ</p>\r\n\r\n<p>PUFFS ~4000</p>\r\n\r\n<p>available all flavour&nbsp;</p>', '<p>Sweetly sour bule raspberries are enhanced with a chilly gust of guava that will capture the taste buds attention&nbsp;</p>', 'TUGBOAT MEGA DISPOSABLE GUAVA BLUE RAZZ E PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-19 22:52:34', '2023-08-19 22:52:34'),
(84, 17, 0, 'TUGBOAT MEGA DISPOSABLE COOL MINT PUFFS 4000', 26, '1692486239.jpg', 'TUGBOAT-MEGA-DISPOSABLE-COOL-MINT-PUFFS-4000', NULL, 'N/A', '<p>COOL MINT&nbsp;</p>\r\n\r\n<p>PUFFS~4000</p>\r\n\r\n<p>&nbsp;all flavour available&nbsp;</p>', '<p>An arctic inspired creation blending chitted fresh mint into a..</p>', 'TUGBOAT MEGA DISPOSABLE COOL MINT PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-19 23:03:59', '2023-08-19 23:03:59'),
(85, 17, 0, 'TUGBOAT MEGA DISPOSABLE RED ENERGY  PUFFS 4000', 26, '1692487672.jpg', 'TUGBOAT-MEGA-DISPOSABLE-RED-ENERGY-PUFFS-4000', NULL, 'N/A', '<p>RED ENERGY&nbsp;</p>\r\n\r\n<p>PUFFS~4000&nbsp;</p>\r\n\r\n<p>stock available all flavour&nbsp;</p>', '<p>Spark your taste buds with the chilling arctic energh drink flavor..&nbsp;</p>', 'TUGBOAT MEGA DISPOSABLE RED ENERGY  PUFFS 4000', 'N/A', 'Puffs 4000', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-19 23:27:52', '2023-08-19 23:27:52'),
(86, 17, 0, 'TUGBOAT MEGA DISPOSABLE GRAPE ICE PUFFS 4000', 26, '1692488444.jpg', 'TUGBOAT-MEGA-DISPOSABLE-GRAPE-ICE-PUFFS-4000', NULL, 'N/A', '<p>GRAPE ICE&nbsp;</p>\r\n\r\n<p>PUFFS~4000</p>\r\n\r\n<p>&nbsp;all flavour available&nbsp;</p>', '<p>A delectable blend of sweet table grapes reduced to a tasty blend that will delight the taste buds..&nbsp;</p>', 'TUGBOAT MEGA DISPOSABLE GRAPE ICE PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-19 23:40:44', '2023-08-19 23:40:44'),
(87, 17, 0, 'TUGBOAT MEGA DISPOSABLE BANANA ICE  PUFFS 4000', 26, '1692489909.jpg', 'TUGBOAT-MEGA-DISPOSABLE-BANANA-ICE-PUFFS-4000', NULL, 'N/A', '<p>BANANA ICE&nbsp;</p>\r\n\r\n<p>PUFFS ~4000</p>\r\n\r\n<p><br />\r\nSweet smooth overtones of banana are accompanied by a strong menthol blast to refresh the senses and chill the throat</p>', '<p>BANANA ICE&nbsp;<br />\r\nSweet smooth overtones of banana are accompanied by a strong menthol blast to refresh the senses and chill the throat</p>', 'TUGBOAT MEGA DISPOSABLE BANANA ICE  PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 00:05:09', '2023-08-20 00:05:09'),
(88, 17, 0, 'TUGBOAT MEGA DISPOSABLE STRAWBERRY LYCHEE PUFFS 4000', 26, '1692490818.jpg', 'TUGBOAT-MEGA-DISPOSABLE-STRAWBERRY-LYCHEE-PUFFS-4000', NULL, 'N/A', '<p>STRATEGY LYCHEE&nbsp;</p>\r\n\r\n<p>PUFFS~4000</p>\r\n\r\n<p>A delicious pairing of fresh ripe strawberry blended with exotic luscious lychee fruit</p>', '<p>A delicious pairing of fresh ripe strawberry blended with exotic luscious lychee fruit</p>', 'TUGBOAT MEGA DISPOSABLE STRAWBERRY LYCHEE PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 00:20:18', '2023-08-20 00:20:18'),
(89, 17, 0, 'TUGBOAT MEGA DISPOSABLE LUSH ICE PUFFS 4000', 26, '1692491304.jpg', 'TUGBOAT-MEGA-DISPOSABLE-LUSH-ICE-PUFFS-4000', NULL, 'N/A', '<p>LUSH ICE&nbsp;</p>\r\n\r\n<p>PUFFS~4000</p>\r\n\r\n<p><br />\r\nFreshly sliced candide watermelons with a touch of refreshing menthol</p>', '<p>LUSH ICE&nbsp;<br />\r\nFreshly sliced candide watermelons with a touch of refreshing menthol</p>', 'TUGBOAT MEGA DISPOSABLE LUSH ICE PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 00:28:24', '2023-08-20 00:28:24'),
(90, 17, 0, 'TUGBOAT MEGA DISPOSABLE GUMMY BEAR  PUFFS 4000', 26, '1692491776.jpg', 'TUGBOAT-MEGA-DISPOSABLE-GUMMY-BEAR-PUFFS-4000', NULL, 'N/A', '<p>GUMMY BEAR&nbsp;</p>\r\n\r\n<p>PUFFS~4000<br />\r\nA perfect blend of sweet and fruity flavours leaving you with a twirling aftertaste of gummy bear candy flavars.</p>', '<p>GUMMY BEAR&nbsp;<br />\r\nA perfect blend of sweet and fruity flavours leaving you with a twirling aftertaste of gummy bear candy flavars</p>', 'TUGBOAT MEGA DISPOSABLE GUMMY BEAR  PUFFS 4000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 00:36:16', '2023-08-20 00:36:16'),
(91, 17, 0, 'ISGO ISGOBAR PUFFS~10000', 26, '1692568707.jpg', 'ISGO-ISGOBAR-PUFFS10000', NULL, 'N/A', '<p>ISGO BAR BLUEBRRY ICE</p>\r\n\r\n<p>PUFF~10000</p>\r\n\r\n<p>Isgo Bar 10000 Puffs rechargeable disposable features a 650mah battery capable of fast charging via USB-Type C port. &nbsp;Built in 1.2 ohm Mesh coil and 17ml of 5% Salt Nicotine liquid in a variety of flavours. The device fits in the palm of your hand, pockets or hand bag.</p>\r\n\r\n<p>The perfect disposable device for a new or experienced vaper. There is no maintenance needed of changing coils or filling up your tank with juice. All you need to do is take your first puff. Then be sure to recharge the device and that&rsquo;s it!</p>', '<p>Isgo Bar 10000 Puffs rechargeable disposable features a 650mah battery capable of fast charging via USB-Type C port. &nbsp;Built in 1.2 ohm Mesh coil and 17ml of 5% Salt Nicotine liquid in a variety of flavours. The device fits in the palm of your hand, pockets or hand bag.</p>\r\n\r\n<p>The perfect disposable device for a new or experienced vaper. There is no maintenance needed of changing coils or filling up your tank with juice. All you need to do is take your first puff. Then be sure to recharge the device and that&rsquo;s it!</p>', 'ISGO ISGOBAR PUFFS~10000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 21:58:27', '2023-08-20 21:58:27'),
(92, 17, 0, 'ISGOBAR MINT PUFFS~10000', 26, '1692569044.jpg', 'ISGOBAR-MINT-PUFFS10000', NULL, 'N/A', '<p>ISGOBAR MINT</p>\r\n\r\n<p>PUFFS~10000</p>\r\n\r\n<p>Isgo Bar 10000 Puffs rechargeable disposable features a 650mah battery capable of fast charging via USB-Type C port. &nbsp;Built in 1.2 ohm Mesh coil and 17ml of 5% Salt Nicotine liquid in a variety of flavours. The device fits in the palm of your hand, pockets or hand bag.</p>\r\n\r\n<p>The perfect disposable device for a new or experienced vaper. There is no maintenance needed of changing coils or filling up your tank with juice. All you need to do is take your first puff. Then be sure to recharge the device and that&rsquo;s it!</p>', '<p>Isgo Bar 10000 Puffs rechargeable disposable features a 650mah battery capable of fast charging via USB-Type C port. &nbsp;Built in 1.2 ohm Mesh coil and 17ml of 5% Salt Nicotine liquid in a variety of flavours. The device fits in the palm of your hand, pockets or hand bag.</p>\r\n\r\n<p>The perfect disposable device for a new or experienced vaper. There is no maintenance needed of changing coils or filling up your tank with juice. All you need to do is take your first puff. Then be sure to recharge the device and that&rsquo;s it!</p>', 'ISGOBAR MINT PUFFS~10000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 22:04:04', '2023-08-20 22:04:04'),
(93, 17, 0, 'ISGOBAR BLUERAZZ PUFFS~10000', 26, '1692569638.jpg', 'ISGOBAR-BLUERAZZ-PUFFS10000', NULL, 'N/A', '<p>ISGOBAR BLUERAZZ&nbsp;</p>\r\n\r\n<p>PUFFS~10000&nbsp;</p>\r\n\r\n<p>Isgo Bar 10000 Puffs rechargeable disposable features a 650mah battery capable of fast charging via USB-Type C port. &nbsp;Built in 1.2 ohm Mesh coil and 17ml of 5% Salt Nicotine liquid in a variety of flavours. The device fits in the palm of your hand, pockets or hand bag.</p>\r\n\r\n<p>The perfect disposable device for a new or experienced vaper. There is no maintenance needed of changing coils or filling up your tank with juice. All you need to do is take your first puff. Then be sure to recharge the device and that&rsquo;s it!</p>', '<p>Isgo Bar 10000 Puffs rechargeable disposable features a 650mah battery capable of fast charging via USB-Type C port. &nbsp;Built in 1.2 ohm Mesh coil and 17ml of 5% Salt Nicotine liquid in a variety of flavours. The device fits in the palm of your hand, pockets or hand bag.</p>\r\n\r\n<p>The perfect disposable device for a new or experienced vaper. There is no maintenance needed of changing coils or filling up your tank with juice. All you need to do is take your first puff. Then be sure to recharge the device and that&rsquo;s it!</p>', 'ISGOBAR BLUERAZZ PUFFS~10000', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-20 22:13:58', '2023-08-20 22:13:58'),
(94, 12, 0, 'Adjustable Laptop Stand, Portable Aluminium Laptop Riser Laptop Holder for Desk, Foldable Ventilated Cooling Computer Support Stand for Apple MacBook...', 20, '1692725130.jpg', 'Adjustable-Laptop-Stand-Portable-Aluminium-Laptop-Riser-Laptop-Holder-for-Desk-Foldable-Ventilated-Cooling-Computer-Support-Stand-for-Apple-MacBook', NULL, 'N/A', 'N/A', '<h1>About this item</h1>\r\n\r\n<ul>\r\n	<li>✅ {Adjustable and Ergonomic}: The laptop stand has 7 adjustable heights that can adjust to a comfortable operating angle and height based on your actual need, letting you fix posture and reduce your neck fatigue, back pain and eye strain.</li>\r\n	<li>✅ {Wide Compatibility}: This Aluminum Portable Laptop Stand is fits most laptops from 10 to 15.6 inches. It also fits for, phone, tablets, kindle, books from 6 inches to 12.9 inches.</li>\r\n	<li>✅ {Foldable and Lightweight} : Creative portable foldable design, it weighs only 0.6 pounds and come with a portable storage bag to make it easy to carry and use at the home, office, or other places, Best Macbook stand for travel.</li>\r\n	<li>✅ {Sturdy and Protective} : This Laptop Holder is made of 6mm aluminum alloy and is sturdy enough to hold up-to 11 lbs (5kg) weight on top. Increased Anti-skid silicone pads on top &amp; bottom to protect your device from scratching or sliding.</li>\r\n	<li>✅ {Ventilation and Cooling} : 100% Aluminum alloy material as heat sink. The forward-tilt angle and open design at the bottom of the laptop Stands enhances airflow to prevent your notebook from overheating.</li>\r\n</ul>', 'laptop stand', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-22 17:25:30', '2023-08-22 17:25:30'),
(95, 20, 0, 'Apple iPhone 14 Pro Max (256 GB) - Deep Purple', 20, '1692725537.jpg', 'Apple-iPhone-14-Pro-Max-256-GB-Deep-Purple', NULL, 'Iphone14 pro max', '<p>N/A</p>', '<h1>&nbsp;</h1>\r\n\r\n<ul>\r\n	<li>6.7-inch Super Retina XDR display featuring Always-On and ProMotion</li>\r\n	<li>Dynamic Island, a magical new way to interact with iPhone</li>\r\n	<li>48MP Main camera for up to 4x greater resolution</li>\r\n	<li>Cinematic mode now in 4K Dolby Vision up to 30 fps</li>\r\n	<li>Action mode for smooth, steady, handheld videos</li>\r\n</ul>', 'iphone', '<table>\r\n	<tbody>\r\n		<tr>\r\n			<td>Brand</td>\r\n			<td>Apple</td>\r\n		</tr>\r\n		<tr>\r\n			<td>Model name</td>\r\n			<td>MQ9X3AA/A</td>\r\n		</tr>\r\n		<tr>\r\n			<td>Wireless carrier</td>\r\n			<td>Unlocked for All Carriers</td>\r\n		</tr>\r\n		<tr>\r\n			<td>Operating system</td>\r\n			<td>iOS 16</td>\r\n		</tr>\r\n		<tr>\r\n			<td>Cellular technology</td>\r\n			<td>5G</td>\r\n		</tr>\r\n	</tbody>\r\n</table>\r\n\r\n<h1>&nbsp;</h1>', 'N/A', '1year', 'N/A', NULL, 1, 1, 1, 1, 1, '2023-08-22 17:32:17', '2023-08-22 17:36:19'),
(96, 16, 0, 'Women\'s Yoga Y-Shoulder With Chest Pad Bra Gather Stretch Wicking And Breathable Sports Underwear Black S', 20, '1692727180.jpg', 'Womens-Yoga-Y-Shoulder-With-Chest-Pad-Bra-Gather-Stretch-Wicking-And-Breathable-Sports-Underwear-Black-S', NULL, 'N/A', 'N/A', '<p>The chest is gathered, breathable, wicking perspiration</p>\r\n\r\n<p>Double-sided sanding, weight 220g</p>', 'Women\'s Yoga Y-Shoulder With Chest Pad Bra Gather Stretch Wicking And Breathable Sports Underwear Black S', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-22 17:59:40', '2023-08-22 17:59:40'),
(97, 16, 0, '2 Pieces Women Winter Thermal Underwear Fleece Lining Thick Warm O Neck Long Sleeve Top Pants Long Johns Set Burgundy Medium', 20, '1692728192.jpg', '2-Pieces-Women-Winter-Thermal-Underwear-Fleece-Lining-Thick-Warm-O-Neck-Long-Sleeve-Top-Pants-Long-Johns-Set-Burgundy-Medium', NULL, 'N/A', 'N/A', '<p>About this item</p>\r\n\r\n<p>Made from fine material, soft and comfortable</p>\r\n\r\n<p>Fleece lining, thick and warm for winter</p>\r\n\r\n<p>Lightweight and breathable fabric, perfect for layering under other clothes</p>\r\n\r\n<p>Stretchable fabric makes it easily fit for different figures</p>', 'yoga\r\nwinter', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-22 18:16:32', '2023-08-22 18:16:32'),
(98, 17, 0, 'Elf Bar Pi 9000 Puffs Disposable', 26, '1692747853.jpg', 'Elf-Bar-Pi-9000-Puffs-Disposable', NULL, 'N/A', '<h1>Elf Bar Pi 9000 Puffs Disposable&nbsp;</h1>', '<h1>Elf Bar Pi 9000 Puffs Disposable&nbsp;</h1>\r\n\r\n<p>د.إ50.00&nbsp;&ndash;&nbsp;د.إ450.00</p>', 'Elf Bar Pi 9000 Puffs Disposable', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-22 23:44:13', '2023-08-22 23:44:13'),
(99, 17, 0, 'Elf Bar Pi 9000 BLUE RAZZ ICE Puffs Disposable', 26, '1692748651.jpg', 'Elf-Bar-Pi-9000-BLUE-RAZZ-ICE-Puffs-Disposable', NULL, 'N/A', '<h1>Elf Bar Pi 9000 Puffs Disposable&nbsp;</h1>\r\n\r\n<p>د.إ50.00&nbsp;&ndash;&nbsp;د.إ450.00</p>', '<h1>Elf Bar Pi 9000 Puffs Disposable&nbsp;</h1>\r\n\r\n<p>د.إ50.00&nbsp;&ndash;&nbsp;د.إ450.00</p>', 'Elf Bar Pi 9000 BLUE RAZZ ICE Puffs Disposable', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-22 23:57:31', '2023-08-22 23:57:31'),
(100, 17, 0, 'ELF BAR 3500 PUFFS ALL flavour', 26, '1692749309.png', 'ELF-BAR-3500-PUFFS-ALL-flavour', NULL, 'N/A', '<p>Elf bar 3500 Disposable Pod Device&nbsp;is consist of 1500mAh inbuilt battery and 10.5ml pre-filled pod. Moreover, the&nbsp;Elf bar 3500 has vertical dual coil structure which effectively ensures the purity of flavor and reduction of good taste.&nbsp;Stylish gradients make you attractive and matte device delivers a smooth hand feel. Various&nbsp;fruitful flavors for your selection. Just get the great&nbsp;Elf bar 3500 Disposable Pod Device and enjoy vaping.</p>\r\n\r\n<p>ELF BAR 3500 Disposable Pod Device 1500mAh available to order Online from VAPE GURU UAE with a unique Delivery service in UAE, Abu Dhabi, Dubai, Al Ain, Ras Al Khaimah, Ajman, Sharjah, Ruwais</p>', '<p>Elf bar 3500 Disposable Pod Device&nbsp;is consist of 1500mAh inbuilt battery and 10.5ml pre-filled pod. Moreover, the&nbsp;Elf bar 3500 has vertical dual coil structure which effectively ensures the purity of flavor and reduction of good taste.&nbsp;Stylish gradients make you attractive and matte device delivers a smooth hand feel. Various&nbsp;fruitful flavors for your selection. Just get the great&nbsp;Elf bar 3500 Disposable Pod Device and enjoy vaping.</p>\r\n\r\n<p>ELF BAR 3500 Disposable Pod Device 1500mAh available to order Online from Vape Guru UAE with a unique Delivery service in UAE, Abu Dhabi, Dubai, Al Ain, Ras Al Khaimah, Ajman, Sharjah, Ruwais</p>', 'ELF BAR 3500 PUFFS ALL flavour', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2023-08-23 00:08:29', '2023-08-23 00:08:29'),
(101, 145, 11, 'Mohammad Robiul Hossain', 16, '1710407262.png', 'Mohammad-Robiul-Hossain', '1', 'ABA-6393504', '<p>asd</p>', '<p>asdf</p>', 'asdf', '<p>asdf</p>', 'asdf', 'asdf', 'dasdf', 1, 0, 0, 0, 0, 1, '2024-03-14 09:07:42', '2024-03-14 09:19:18'),
(103, 151, 11, 'T- Shart', 16, '1710415864.jpg', 'T-Shart', NULL, 'N/A', '<p>N/A</p>', '<p>N/A</p>', 'T- Shart', '<p>N/A</p>', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2024-03-14 11:31:04', '2024-03-14 11:48:46'),
(104, 154, 11, 'Robiul Dev3', 16, '1710421982.png', 'Robiul-Dev3', '3', 'as', 'N/A', 'N/A', 'Robiul Dev3', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2024-03-14 13:13:03', '2024-03-14 13:13:03'),
(105, 54, 11, 'Commercial cooker', 16, '1715855013.jpg', 'Commercial-cooker', NULL, 'N/A', 'N/A', 'N/A', 'Commercial cooker', 'N/A', 'N/A', 'N/A', 'N/A', NULL, 0, 0, 0, 0, 1, '2024-05-16 10:23:33', '2024-05-16 10:23:33'),
(106, 54, 11, 'Commercial gas cooker', 16, '1715855366.jpg', 'Commercial-gas-cooker', NULL, 'N/A', 'N/A', 'N/A', 'Commercial gas cooker', 'N/A', 'Brand New', 'N/A', 'N/A', NULL, 1, 1, 0, 0, 1, '2024-05-16 10:29:26', '2024-05-16 10:29:26'),
(107, 54, 11, 'Commercial gas cooker ( Outdoor)', 16, '1715855592.jpg', 'Commercial-gas-cooker-Outdoor', NULL, 'N/A', 'N/A', 'N/A', 'Commercial gas cooker ( Outdoor)', 'N/A', 'Brand new', 'N/A', 'N/A', NULL, 1, 0, 0, 0, 1, '2024-05-16 10:33:12', '2024-05-16 10:33:12');

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

--
-- Table structure for table `products_attr`
--

CREATE TABLE `products_attr` (
  `id` int(11) NOT NULL,
  `products_id` int(11) NOT NULL,
  `sku` varchar(255) NOT NULL,
  `attr_image` varchar(255) DEFAULT NULL,
  `mrp` int(11) NOT NULL,
  `price` int(11) NOT NULL,
  `qty` int(11) NOT NULL,
  `size_id` int(11) NOT NULL,
  `color_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `products_attr`
--

INSERT INTO `products_attr` (`id`, `products_id`, `sku`, `attr_image`, `mrp`, `price`, `qty`, `size_id`, `color_id`) VALUES
(1, 1, '1689523184', NULL, 3000, 3000, 50, 2, 1),
(2, 2, '1689607807', '802601604.png', 100, 20, 10, 2, 5),
(3, 3, '1689618499', '803902424.jpg', 120, 100, 10, 3, 3),
(4, 1, '1690139834', NULL, 3000, 3000, 1, 4, 1),
(5, 2, '1690174150', '664744090.jpg', 500, 480, 10, 0, 0),
(6, 3, '1690210693', '661293555.png', 500, 480, 10, 2, 4),
(7, 4, '1690219714', '300668818.jpg', 4285, 4200, 1500, 0, 7),
(8, 5, '1690236450', '521359428.jpg', 500, 400, 1, 4, 4),
(9, 6, '1690237078', '717770864.jpg', 300, 250, 1, 4, 1),
(10, 7, '1690277494', '289253533.jpg', 500, 400, 10, 3, 4),
(11, 7, '1690277495', '171035079.jpg', 500, 400, 10, 4, 4),
(12, 7, '1690277496', '296487326.jpg', 500, 400, 1, 2, 1),
(13, 7, '1690277497', '306989450.jpg', 500, 400, 1, 4, 6),
(14, 8, '1690286000', '402940237.jpg', 150, 100, 1, 4, 6),
(15, 9, '1690287888', '125517459.jpg', 2300, 2000, 1, 4, 6),
(16, 10, '1690288018', '252643545.jpg', 1500, 1200, 1, 4, 1),
(17, 11, '1690289568', '207103225.jpg', 2200, 2000, 1, 4, 1),
(18, 12, '1690315567', '615860586.jpg', 1300, 1200, 1, 4, 0),
(19, 13, '1690461531', '477572134.jpg', 15, 12, 10, 4, 0),
(20, 14, '1690631294', '966608101.jpg', 5, 4, 2, 2, 3),
(21, 15, '1690733283', '898212692.jpg', 1800, 1700, 10, 1, 2),
(22, 16, '1690830210', NULL, 350, 350, 10, 0, 2),
(23, 17, '1690830363', NULL, 350, 350, 10, 0, 0),
(24, 18, '1690831449', '159149996.jpg', 18, 15, 1, 0, 0),
(25, 19, '1690832169', '578328399.jpg', 3, 2, 1, 0, 3),
(26, 20, '1690836455', NULL, 40, 40, 20, 0, 0),
(27, 21, '1690836540', NULL, 40, 40, 20, 0, 0),
(28, 22, '1690836632', NULL, 40, 40, 20, 0, 0),
(29, 23, '1690836714', NULL, 40, 40, 20, 0, 0),
(30, 24, '1690836811', NULL, 40, 40, 20, 0, 0),
(31, 25, '1690837017', NULL, 40, 40, 30, 0, 0),
(32, 26, '1690837087', NULL, 40, 40, 30, 0, 0),
(33, 27, '1690837227', NULL, 40, 40, 30, 0, 0),
(34, 28, '1690837330', NULL, 30, 40, 30, 0, 0),
(35, 29, '1690837421', NULL, 40, 40, 30, 0, 0),
(36, 30, '1690837500', NULL, 40, 40, 30, 0, 0),
(37, 31, '1690837611', NULL, 40, 40, 40, 0, 0),
(38, 32, '1690837717', NULL, 40, 40, 30, 0, 0),
(39, 33, '1690837804', NULL, 40, 40, 30, 0, 0),
(40, 34, '1690837905', NULL, 40, 40, 30, 0, 0),
(41, 35, '1690837998', NULL, 40, 40, 30, 0, 0),
(42, 36, '1690838066', NULL, 40, 40, 30, 0, 0),
(43, 37, '1690838145', NULL, 40, 40, 30, 0, 0),
(44, 38, '1690838258', NULL, 40, 40, 30, 0, 0),
(45, 39, '1690846422', '593233001.jpg', 12, 10, 1, 0, 0),
(46, 40, '1690847052', '570813900.jpg', 50, 50, 1, 4, 4),
(47, 41, '1690847269', '634433254.jpg', 90, 88, 1, 0, 1),
(48, 42, '1690974712', '965179288.jpg', 95, 95, 28, 4, 4),
(49, 43, '1690974948', '834458020.jpg', 95, 95, 30, 4, 1),
(50, 44, '1690974982', '186696649.jpg', 500, 450, 1, 0, 1),
(51, 45, '1690975593', '958492347.jpg', 105, 95, 10, 2, 0),
(52, 46, '1690975621', NULL, 900, 850, 1, 0, 0),
(53, 47, '1690975791', '512748842.jpg', 120, 95, 25, 2, 0),
(54, 48, '1690975955', '888031052.jpg', 115, 95, 10, 2, 0),
(55, 49, '1690976074', '554141515.jpg', 105, 95, 5, 2, 0),
(56, 50, '1690976379', '912579785.jpg', 115, 90, 10, 2, 0),
(57, 51, '1690976476', '199889295.jpg', 100, 90, 12, 2, 6),
(58, 52, '1690976602', '358083910.jpg', 105, 95, 10, 2, 5),
(59, 53, '1690976723', '778555002.jpg', 105, 95, 5, 2, 7),
(60, 54, '1690976884', '331758412.jpg', 100, 95, 10, 2, 4),
(61, 55, '1690977056', '822130590.jpg', 100, 95, 2, 4, 7),
(62, 56, '1690977176', '132349355.jpg', 100, 95, 25, 4, 6),
(63, 57, '1690977280', '660075786.jpg', 100, 95, 1, 4, 0),
(64, 58, '1690977370', '585121444.jpg', 100, 95, 5, 4, 0),
(65, 59, '1690977518', '763540562.jpg', 100, 95, 2, 2, 7),
(66, 60, '1690977786', '926372022.jpg', 105, 95, 2, 0, 0),
(67, 61, '1690977884', '265720294.jpg', 100, 95, 2, 0, 0),
(68, 62, '1690978022', '445467079.jpg', 100, 95, 1, 0, 0),
(69, 63, '1690978177', '308253958.jpg', 100, 90, 8, 4, 0),
(70, 64, '1690978274', '195142030.jpg', 120, 96, 15, 0, 0),
(71, 65, '1690978814', '692232926.jpg', 100, 95, 5, 4, 7),
(72, 66, '1690979014', '397904215.jpg', 100, 95, 8, 0, 0),
(73, 67, '1690979307', '608401795.jpg', 100, 95, 12, 0, 0),
(74, 68, '1690979430', '448571797.jpg', 105, 95, 5, 0, 0),
(75, 69, '1690979521', '925456862.jpg', 100, 95, 5, 4, 0),
(76, 70, '1690979684', '839308826.jpg', 100, 95, 10, 4, 1),
(77, 71, '1691002766', NULL, 30, 30, 20, 0, 0),
(78, 72, '1691004522', NULL, 35, 35, 20, 0, 0),
(79, 73, '1691013621', '184834051.png', 12, 10, 1, 0, 0),
(80, 74, '1691095036', NULL, 150, 150, 20, 0, 1),
(81, 75, '1691095449', NULL, 140, 140, 20, 0, 1),
(82, 76, '1691327332', '308474767.jpg', 30, 30, 20, 0, 7),
(83, 76, '1691327333', '593105242.jpg', 30, 30, 20, 0, 4),
(84, 77, '1691348193', NULL, 30, 30, 20, 0, 3),
(85, 78, '1691348417', NULL, 30, 30, 20, 0, 3),
(86, 79, '1691348927', NULL, 35, 35, 20, 0, 0),
(87, 80, '1691349190', NULL, 45, 45, 30, 0, 0),
(88, 81, '1692131338', NULL, 0, 60, 30, 0, 0),
(89, 82, '1692483365', NULL, 40, 35, 1000, 4, 6),
(90, 83, '1692485554', '376855641.jpg', 40, 35, 1000, 4, 6),
(91, 84, '1692486239', '248156760.jpg', 40, 35, 1000, 4, 5),
(92, 85, '1692487672', '233298059.jpg', 40, 35, 1000, 4, 7),
(93, 86, '1692488444', '965074722.jpg', 40, 35, 1000, 4, 6),
(94, 87, '1692489909', NULL, 40, 35, 1000, 4, 8),
(95, 88, '1692490818', '238308890.jpg', 40, 35, 1000, 4, 6),
(96, 89, '1692491304', '299093918.jpg', 40, 35, 1000, 4, 4),
(97, 90, '1692491776', '529308811.jpg', 40, 35, 1000, 4, 4),
(98, 91, '1692568707', '175301766.jpg', 55, 50, 1000, 4, 7),
(99, 92, '1692569044', '292855760.jpg', 55, 50, 1000, 4, 5),
(100, 93, '1692569639', '979999616.jpg', 55, 50, 1000, 4, 7),
(101, 94, '1692725130', NULL, 30, 25, 30, 0, 0),
(102, 95, '1692725537', NULL, 4500, 4300, 5, 0, 0),
(103, 96, '1692727180', NULL, 45, 40, 10, 6, 1),
(104, 97, '1692728192', NULL, 80, 75, 30, 0, 0),
(105, 98, '1692747853', '995832750.jpg', 55, 50, 1000, 4, 6),
(106, 99, '1692748651', '167261970.jpg', 55, 50, 1000, 4, 7),
(107, 100, '1692749309', NULL, 45, 40, 1000, 4, 6),
(108, 101, '1710407262', '332503577.png', 100, 100, 10, 2, 1),
(109, 102, '1710415364', '239900303.jpg', 500, 450, 10, 3, 3),
(110, 103, '1710415864', '947565528.jpg', 500, 450, 10, 2, 3),
(111, 104, '1710421983', '129372746.png', 454, 414, 41, 1, 2),
(112, 105, '1715855013', NULL, 400, 340, 1000, 6, 1),
(113, 106, '1715855366', NULL, 750, 580, 500, 0, 1),
(114, 107, '1715855592', NULL, 110, 100, 400, 0, 1);

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

--
-- Table structure for table `product_images`
--

CREATE TABLE `product_images` (
  `id` int(11) NOT NULL,
  `products_id` int(11) NOT NULL,
  `images` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `product_images`
--

INSERT INTO `product_images` (`id`, `products_id`, `images`) VALUES
(1, 1, '953152819.png'),
(2, 2, '791441395.jpg'),
(3, 3, '552777668.jpg'),
(4, 1, '799400592.jpg'),
(5, 1, '285940749.jpg'),
(6, 2, '392245562.jpg'),
(7, 3, '771779728.png'),
(8, 4, '229649533.jpg'),
(9, 4, '730882438.png'),
(10, 5, '144248190.jpg'),
(11, 6, '238841123.jpg'),
(12, 6, '611895333.jpg'),
(13, 7, '370023226.jpg'),
(14, 7, '119866671.jpg'),
(15, 8, '400000997.jpg'),
(16, 8, '184751967.jpg'),
(17, 9, '643548379.jpg'),
(18, 10, '391409734.jpg'),
(19, 11, '793630186.jpg'),
(20, 12, '408900366.jpg'),
(21, 13, '302903091.jpg'),
(22, 13, '282366699.jpg'),
(23, 14, '781227329.jpg'),
(24, 15, '270335093.jpg'),
(25, 18, '163881476.jpg'),
(26, 19, '278963075.jpg'),
(27, 39, '653356727.jpg'),
(28, 40, '895961559.jpg'),
(29, 41, '904046249.jpg'),
(30, 42, '811325231.jpg'),
(31, 43, '899693163.jpg'),
(32, 44, '830577669.jpg'),
(33, 45, '654406444.jpg'),
(34, 46, '586983702.jpg'),
(35, 46, '320981918.jpg'),
(36, 47, '402011576.jpg'),
(37, 48, '400068339.jpg'),
(38, 49, '125155661.jpg'),
(39, 50, '788887657.jpg'),
(40, 51, '862835335.jpg'),
(41, 52, '734530235.jpg'),
(42, 53, '123027623.jpg'),
(43, 54, '296248808.jpg'),
(44, 55, '950234528.jpg'),
(45, 56, '981328219.jpg'),
(46, 57, '843041296.jpg'),
(47, 58, '823774235.jpg'),
(48, 59, '243044041.jpg'),
(49, 60, '140035549.jpg'),
(50, 61, '277542569.jpg'),
(51, 62, '502458399.jpg'),
(52, 63, '897844536.jpg'),
(53, 64, '678744617.jpg'),
(54, 65, '821272902.jpg'),
(55, 66, '459480767.jpg'),
(56, 67, '530924957.jpg'),
(57, 68, '717403903.jpg'),
(58, 69, '111318320.jpg'),
(59, 70, '617191471.jpg'),
(60, 71, '495226326.jpg'),
(61, 71, '849740024.jpg'),
(62, 72, '312576200.jpg'),
(63, 73, '441192789.jpg'),
(64, 74, '147440248.jpg'),
(65, 74, '466459799.jpg'),
(66, 74, '639029578.jpg'),
(67, 74, '900773416.jpg'),
(68, 75, '514848051.jpg'),
(69, 75, '678668197.jpg'),
(70, 75, '798618179.jpg'),
(71, 75, '351558201.jpg'),
(72, 76, '876896008.jpg'),
(73, 77, '750857606.jpg'),
(74, 77, '628845097.jpg'),
(75, 78, '950465519.jpg'),
(76, 78, '581219688.jpg'),
(77, 78, '321659037.jpg'),
(78, 79, '764936887.jpg'),
(79, 79, '414081433.jpg'),
(80, 80, '160413781.jpg'),
(81, 80, '860903043.jpg'),
(82, 80, '215293729.jpg'),
(83, 82, '256872690.jpg'),
(84, 85, '165941355.jpg'),
(85, 86, '710221551.jpg'),
(86, 87, '140792661.jpg'),
(87, 88, '430915466.jpg'),
(88, 89, '341111883.jpg'),
(89, 91, '916591756.jpg'),
(90, 92, '373669817.jpg'),
(91, 93, '223676970.jpg'),
(92, 94, '907339357.jpg'),
(93, 94, '922164743.jpg'),
(94, 94, '489956761.jpg'),
(95, 95, '694793669.jpg'),
(96, 95, '661860233.jpg'),
(97, 95, '388421453.jpg'),
(98, 96, '180715534.jpg'),
(99, 97, '533545188.jpg'),
(100, 98, '571062136.jpg'),
(101, 99, '819733140.jpg'),
(102, 100, '843340045.png'),
(103, 101, '324900875.png'),
(104, 102, '874567887.jpg'),
(105, 103, '645132459.jpg'),
(106, 104, '793257574.png'),
(107, 105, '540460274.jpg'),
(108, 106, '809607830.jpg'),
(109, 107, '327484304.jpg'),
(110, 39, '530898094.jpg');

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

--
-- Table structure for table `sellers`
--

CREATE TABLE `sellers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `mobile` varchar(255) NOT NULL,
  `shop_name` varchar(255) NOT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `balance` decimal(8,2) NOT NULL DEFAULT 0.00,
  `address` longtext NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `seller_transections`
--

CREATE TABLE `seller_transections` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `seller_id` int(11) NOT NULL,
  `amount` double(8,2) NOT NULL,
  `note` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `seller_transections`
--

INSERT INTO `seller_transections` (`id`, `seller_id`, `amount`, `note`, `created_at`, `updated_at`) VALUES
(1, 20, 100.00, 'Test payment', '2023-07-29 14:07:08', '2023-07-29 14:07:08'),
(2, 22, 100.00, 'Test pay', '2023-07-29 14:07:51', '2023-07-29 14:07:51');

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

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `website_name` varchar(255) NOT NULL,
  `logo` varchar(255) DEFAULT NULL,
  `invoice_logo` varchar(255) DEFAULT NULL,
  `favicon` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `contact` varchar(255) NOT NULL,
  `address` varchar(255) NOT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `youtube` varchar(255) DEFAULT NULL,
  `inside_dhaka` varchar(255) NOT NULL,
  `outside_dhaka` varchar(255) NOT NULL,
  `percentage` double(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`id`, `website_name`, `logo`, `invoice_logo`, `favicon`, `email`, `contact`, `address`, `facebook`, `twitter`, `instagram`, `youtube`, `inside_dhaka`, `outside_dhaka`, `percentage`, `created_at`, `updated_at`) VALUES
(2, 'Alsawk', 'logo.png', 'invoice_logo.jpeg', 'favicon.png', 'shoaib21@gmail.com', '+971562408398', 'United arab Emirate', 'https://www.facebook.com/ALSAWKUAE?mibextid=ZbWKwL', '#', '#', '#', '0', '25', 10.00, '2023-07-20 03:18:56', '2023-08-06 19:15:35');

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

--
-- Table structure for table `shares`
--

CREATE TABLE `shares` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `share_place` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `shares`
--

INSERT INTO `shares` (`id`, `user_id`, `share_place`, `created_at`, `updated_at`) VALUES
(2, 18, 'Complete', '2023-06-22 18:32:56', '2023-06-22 18:32:56'),
(3, 16, 'Ajman uae', '2023-07-26 12:33:03', '2023-07-26 12:33:03'),
(4, 16, 'DUBAI UAE', '2023-08-02 12:13:44', '2023-08-02 12:13:44');

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

--
-- Table structure for table `sizes`
--

CREATE TABLE `sizes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `size` varchar(255) NOT NULL,
  `status` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `sizes`
--

INSERT INTO `sizes` (`id`, `size`, `status`, `created_at`, `updated_at`) VALUES
(1, 'XXL', 1, '2021-01-25 20:56:46', '2021-01-28 05:15:24'),
(2, 'XL', 1, '2021-02-24 00:58:04', '2021-02-24 00:58:04'),
(3, 'L', 1, '2021-02-24 00:58:08', '2021-02-24 00:58:08'),
(4, 'M', 1, '2021-02-24 00:58:13', '2021-02-24 00:58:13'),
(5, 'Kg', 1, '2023-07-26 15:02:34', '2023-07-26 15:02:34'),
(6, 'S', 1, '2023-08-06 10:05:44', '2023-08-06 10:05:44');

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

--
-- Table structure for table `taxs`
--

CREATE TABLE `taxs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tax_desc` varchar(255) NOT NULL,
  `tax_value` varchar(255) NOT NULL,
  `status` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `taxs`
--

INSERT INTO `taxs` (`id`, `tax_desc`, `tax_value`, `status`, `created_at`, `updated_at`) VALUES
(1, 'GST 12%', '12', 1, '2021-02-05 03:05:43', '2021-02-05 03:05:55');

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for dumped tables
--

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

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

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

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

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

--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `customers_phone_unique` (`phone`);

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

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

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

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

--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
  ADD PRIMARY KEY (`email`);

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

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

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

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

--
-- Indexes for table `sellers`
--
ALTER TABLE `sellers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `sellers_email_unique` (`email`),
  ADD UNIQUE KEY `sellers_shop_name_unique` (`shop_name`);

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

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

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

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

--
-- AUTO_INCREMENT for table `child_categories`
--
ALTER TABLE `child_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `products_attr`
--
ALTER TABLE `products_attr`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=115;

--
-- AUTO_INCREMENT for table `product_images`
--
ALTER TABLE `product_images`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;

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

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

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

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

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

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

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

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